Update install-kubectl-windows.md

This commit is contained in:
my-git9
2022-03-14 14:13:19 +08:00
committed by GitHub
parent 7e744a6abb
commit bab1974cab
@@ -119,9 +119,9 @@ The following methods exist for installing kubectl on Windows:
kubectl version --client
```
或者使用下面命令来查看版本的详细信息:
```cmd
kubectl version --client --output=yaml
```
```cmd
kubectl version --client --output=yaml
```
<!--