Skip to content

Commit d889351

Browse files
authored
Merge pull request #37 from zgfh/patch-3
Update default version of helm,kind,nerdctl
2 parents 457e5c2 + 540b67f commit d889351

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ nerdctl_download_url: "{{ files_repo }}/github.com/containerd/nerdctl/releases/d
9494

9595
```bash
9696
cd /tmp
97-
export KIND_VERSION="v0.14.0"
97+
export KIND_VERSION="v0.22.0"
9898
9999
curl -Lo ./kind https://files.m.daocloud.io/github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-linux-amd64
100100
chmod +x ./kind
@@ -106,7 +106,7 @@ kind version
106106

107107
```bash
108108
cd /tmp
109-
export K9S_VERSION="v0.26.3"
109+
export K9S_VERSION="v0.32.4"
110110
111111
wget https://files.m.daocloud.io/github.com/derailed/k9s/releases/download/${K9S_VERSION}/k9s_Linux_x86_64.tar.gz
112112
tar -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"
133133
mkdir -p nerdctl ;cd nerdctl
134134
wget https://files.m.daocloud.io/github.com/containerd/nerdctl/releases/download/v${NERDCTL_VERSION}/nerdctl-full-${NERDCTL_VERSION}-linux-amd64.tar.gz
135135
tar -zvxf nerdctl-full-${NERDCTL_VERSION}-linux-amd64.tar.gz

0 commit comments

Comments
 (0)