Skip to content

Commit 2a03dde

Browse files
Remove Google SDK instructions. (#28165)
* Remove Google SDK instructions. Ref: #20232 * Remove Google SDK instructions for MacOS * Remove Google SDK instructions for Windows * Delete install-kubectl-gcloud.md
1 parent 494c825 commit 2a03dde

File tree

4 files changed

+1
-38
lines changed

4 files changed

+1
-38
lines changed

content/en/docs/tasks/tools/included/install-kubectl-gcloud.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The following methods exist for installing kubectl on Linux:
2222
- [Install kubectl binary with curl on Linux](#install-kubectl-binary-with-curl-on-linux)
2323
- [Install using native package management](#install-using-native-package-management)
2424
- [Install using other package management](#install-using-other-package-management)
25-
- [Install on Linux as part of the Google Cloud SDK](#install-on-linux-as-part-of-the-google-cloud-sdk)
2625

2726
### Install kubectl binary with curl on Linux
2827

@@ -168,10 +167,6 @@ kubectl version --client
168167

169168
{{< /tabs >}}
170169

171-
### Install on Linux as part of the Google Cloud SDK
172-
173-
{{< include "included/install-kubectl-gcloud.md" >}}
174-
175170
## Verify kubectl configuration
176171

177172
{{< include "included/verify-kubectl.md" >}}

content/en/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The following methods exist for installing kubectl on macOS:
2222
- [Install kubectl binary with curl on macOS](#install-kubectl-binary-with-curl-on-macos)
2323
- [Install with Homebrew on macOS](#install-with-homebrew-on-macos)
2424
- [Install with Macports on macOS](#install-with-macports-on-macos)
25-
- [Install on macOS as part of the Google Cloud SDK](#install-on-macos-as-part-of-the-google-cloud-sdk)
2625

2726
### Install kubectl binary with curl on macOS
2827

@@ -149,11 +148,6 @@ If you are on macOS and using [Macports](https://macports.org/) package manager,
149148
kubectl version --client
150149
```
151150

152-
153-
### Install on macOS as part of the Google Cloud SDK
154-
155-
{{< include "included/install-kubectl-gcloud.md" >}}
156-
157151
## Verify kubectl configuration
158152

159153
{{< include "included/verify-kubectl.md" >}}

content/en/docs/tasks/tools/install-kubectl-windows.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ The following methods exist for installing kubectl on Windows:
2121

2222
- [Install kubectl binary with curl on Windows](#install-kubectl-binary-with-curl-on-windows)
2323
- [Install on Windows using Chocolatey or Scoop](#install-on-windows-using-chocolatey-or-scoop)
24-
- [Install on Windows as part of the Google Cloud SDK](#install-on-windows-as-part-of-the-google-cloud-sdk)
2524

2625

2726
### Install kubectl binary with curl on Windows
@@ -127,10 +126,6 @@ If you have installed Docker Desktop before, you may need to place your `PATH` e
127126
Edit the config file with a text editor of your choice, such as Notepad.
128127
{{< /note >}}
129128

130-
### Install on Windows as part of the Google Cloud SDK
131-
132-
{{< include "included/install-kubectl-gcloud.md" >}}
133-
134129
## Verify kubectl configuration
135130

136131
{{< include "included/verify-kubectl.md" >}}
@@ -147,4 +142,4 @@ Below are the procedures to set up autocompletion for Zsh, if you are running th
147142

148143
## {{% heading "whatsnext" %}}
149144

150-
{{< include "included/kubectl-whats-next.md" >}}
145+
{{< include "included/kubectl-whats-next.md" >}}

0 commit comments

Comments
 (0)