File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ nerdctl_download_url: "{{ files_repo }}/github.com/containerd/nerdctl/releases/d
9494
9595` ` ` bash
9696cd /tmp
97- export KIND_VERSION="v0.14 .0"
97+ export KIND_VERSION="v0.22 .0"
9898
9999curl -Lo ./kind https://files.m.daocloud.io/github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-linux-amd64
100100chmod +x ./kind
@@ -106,7 +106,7 @@ kind version
106106
107107` ` ` bash
108108cd /tmp
109- export K9S_VERSION="v0.26.3 "
109+ export K9S_VERSION="v0.32.4 "
110110
111111wget https://files.m.daocloud.io/github.com/derailed/k9s/releases/download/${K9S_VERSION}/k9s_Linux_x86_64.tar.gz
112112tar -zxvf k9s_Linux_x86_64.tar.gz
@@ -129,7 +129,7 @@ tar -zxvf istio-${ISTIO_VERSION}-linux-amd64.tar.gz
129129# # 使用场景6 - 安装 nerdctl (代替 docker 工具)
130130这里是root安装,其他安装方式请参考源站 : https://github.com/containerd/nerdctl
131131` ` ` bash
132- export NERDCTL_VERSION="0.22.2 "
132+ export NERDCTL_VERSION="v1.7.6 "
133133mkdir -p nerdctl ;cd nerdctl
134134wget https://files.m.daocloud.io/github.com/containerd/nerdctl/releases/download/v${NERDCTL_VERSION}/nerdctl-full-${NERDCTL_VERSION}-linux-amd64.tar.gz
135135tar -zvxf nerdctl-full-${NERDCTL_VERSION}-linux-amd64.tar.gz
You can’t perform that action at this time.
0 commit comments