mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-03 19:19:45 +00:00
Bump containerd to v1.7.0 and move back into multicall binary
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
c206088d20
commit
7ece0d9599
@@ -7,7 +7,7 @@ cd $(dirname $0)/..
|
||||
|
||||
GO=${GO-go}
|
||||
|
||||
for i in crictl kubectl k3s-agent k3s-server k3s-token k3s-etcd-snapshot k3s-secrets-encrypt k3s-certificate k3s-completion; do
|
||||
for i in containerd crictl kubectl k3s-agent k3s-server k3s-token k3s-etcd-snapshot k3s-secrets-encrypt k3s-certificate k3s-completion; do
|
||||
rm -f bin/$i
|
||||
ln -s k3s bin/$i
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user