File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/zh/docs/tasks/tools Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -305,11 +305,11 @@ kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的
305
305
curl -LO https://dl.k8s.io/release/$( curl -L -s https://dl.k8s.io/release/stable.txt) /bin/linux/amd64/kubectl-convert
306
306
```
307
307
<!--
308
- 1 . Validate the binary (optional)
308
+ 2 . Validate the binary (optional)
309
309
310
310
Download the kubectl-convert checksum file:
311
311
-->
312
- 1 . 验证该可执行文件(可选步骤)
312
+ 2 . 验证该可执行文件(可选步骤)
313
313
314
314
下载 kubectl-convert 校验和文件:
315
315
@@ -352,18 +352,18 @@ kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的
352
352
{{< /note >}}
353
353
354
354
<!--
355
- 1 . Install kubectl-convert
355
+ 3 . Install kubectl-convert
356
356
-->
357
- 1 . 安装 kubectl-convert
357
+ 3 . 安装 kubectl-convert
358
358
359
359
``` bash
360
360
sudo install -o root -g root -m 0755 kubectl-convert /usr/local/bin/kubectl-convert
361
361
```
362
362
363
363
<!--
364
- 1 . Verify plugin is successfully installed
364
+ 4 . Verify plugin is successfully installed
365
365
-->
366
- 1 . 验证插件是否安装成功
366
+ 4 . 验证插件是否安装成功
367
367
368
368
``` shell
369
369
kubectl convert --help
You can’t perform that action at this time.
0 commit comments