Skip to content

Commit 15235d6

Browse files
authored
Merge pull request #30119 from tzzs/patch-1
Update install-kubectl-linux.md
2 parents e9cee73 + 27fd1a3 commit 15235d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/zh/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,11 @@ kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的
305305
curl -LO https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert
306306
```
307307
<!--
308-
1. Validate the binary (optional)
308+
2. Validate the binary (optional)
309309
310310
Download the kubectl-convert checksum file:
311311
-->
312-
1. 验证该可执行文件(可选步骤)
312+
2. 验证该可执行文件(可选步骤)
313313

314314
下载 kubectl-convert 校验和文件:
315315

@@ -352,18 +352,18 @@ kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的
352352
{{< /note >}}
353353

354354
<!--
355-
1. Install kubectl-convert
355+
3. Install kubectl-convert
356356
-->
357-
1. 安装 kubectl-convert
357+
3. 安装 kubectl-convert
358358

359359
```bash
360360
sudo install -o root -g root -m 0755 kubectl-convert /usr/local/bin/kubectl-convert
361361
```
362362

363363
<!--
364-
1. Verify plugin is successfully installed
364+
4. Verify plugin is successfully installed
365365
-->
366-
1. 验证插件是否安装成功
366+
4. 验证插件是否安装成功
367367

368368
```shell
369369
kubectl convert --help

0 commit comments

Comments
 (0)