We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd54580 + 5af719e commit 9f42eecCopy full SHA for 9f42eec
content/zh/docs/tasks/tools/install-kubectl-macos.md
@@ -178,12 +178,17 @@ The following methods exist for installing kubectl on macOS:
178
179
<!--
180
1. Test to ensure the version you installed is up-to-date:
181
+Or use this for detailed view of version:
182
-->
183
5. 测试一下,确保你安装的是最新的版本:
184
185
```bash
186
kubectl version --client
187
```
188
+ 或者使用下面命令来查看版本的详细信息:
189
+ ```cmd
190
+ kubectl version --client --output=yaml
191
+ ```
192
193
194
### Install with Homebrew on macOS {#install-with-homebrew-on-macos}
0 commit comments