[zh] synchornize remove install-kubectl-gcloud.md (#31074)
* [zh] synchornize remove install-kubectl-gcloud.md * [zh] remove install-kubectl-gcloud.md qoutepull/31080/head
parent
6b75caef74
commit
18758d7614
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
title: "通过 gcloud 安装 kubectl"
|
||||
description: "用各个特定操作系统标签页中包含的 gcloud 指令片段安装 kubectl。"
|
||||
headless: true
|
||||
---
|
||||
<!--
|
||||
---
|
||||
title: "gcloud kubectl install"
|
||||
description: "How to install kubectl with gcloud snippet for inclusion in each OS-specific tab."
|
||||
headless: true
|
||||
---
|
||||
-->
|
||||
|
||||
<!--
|
||||
You can install kubectl as part of the Google Cloud SDK.
|
||||
-->
|
||||
kubectl 可以作为 Google Cloud SDK 的一部分被安装。
|
||||
|
||||
<!--
|
||||
1. Install the [Google Cloud SDK](https://cloud.google.com/sdk/).
|
||||
1. Run the `kubectl` installation command:
|
||||
-->
|
||||
1. 安装 [Google Cloud SDK](https://cloud.google.com/sdk/)。
|
||||
1. 运行安装 `kubectl` 的命令:
|
||||
|
||||
```shell
|
||||
gcloud components install kubectl
|
||||
```
|
||||
|
||||
<!--
|
||||
1. Test to ensure the version you installed is up-to-date:
|
||||
-->
|
||||
1. 验证一下,确保安装的是最新的版本:
|
||||
|
||||
```shell
|
||||
kubectl version --client
|
||||
```
|
|
@ -249,13 +249,6 @@ If you are on macOS and using [Macports](https://macports.org/) package manager,
|
|||
kubectl version --client
|
||||
```
|
||||
|
||||
<!--
|
||||
### Install on macOS as part of the Google Cloud SDK {#install-on-macos-as-part-of-the-google-cloud-sdk}
|
||||
-->
|
||||
### 作为谷歌云 SDK 的一部分,在 macOS 上安装 {#install-on-macos-as-part-of-the-google-cloud-sdk}
|
||||
|
||||
{{< include "included/install-kubectl-gcloud.md" >}}
|
||||
|
||||
<!--
|
||||
## Verify kubectl configuration {#verify-kubectl-configuration}
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue