Skip to content

Commit

Permalink
Remove Google SDK instructions. (#28165)
Browse files Browse the repository at this point in the history
* Remove Google SDK instructions.

Ref: #20232

* Remove Google SDK instructions for MacOS

* Remove Google SDK instructions for Windows

* Delete install-kubectl-gcloud.md
  • Loading branch information
brendandburns committed Jun 12, 2021
1 parent 494c825 commit 2a03dde
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 38 deletions.
21 changes: 0 additions & 21 deletions content/en/docs/tasks/tools/included/install-kubectl-gcloud.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/en/docs/tasks/tools/install-kubectl-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The following methods exist for installing kubectl on Linux:
- [Install kubectl binary with curl on Linux](#install-kubectl-binary-with-curl-on-linux)
- [Install using native package management](#install-using-native-package-management)
- [Install using other package management](#install-using-other-package-management)
- [Install on Linux as part of the Google Cloud SDK](#install-on-linux-as-part-of-the-google-cloud-sdk)

### Install kubectl binary with curl on Linux

Expand Down Expand Up @@ -168,10 +167,6 @@ kubectl version --client

{{< /tabs >}}

### Install on Linux as part of the Google Cloud SDK

{{< include "included/install-kubectl-gcloud.md" >}}

## Verify kubectl configuration

{{< include "included/verify-kubectl.md" >}}
Expand Down
6 changes: 0 additions & 6 deletions content/en/docs/tasks/tools/install-kubectl-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The following methods exist for installing kubectl on macOS:
- [Install kubectl binary with curl on macOS](#install-kubectl-binary-with-curl-on-macos)
- [Install with Homebrew on macOS](#install-with-homebrew-on-macos)
- [Install with Macports on macOS](#install-with-macports-on-macos)
- [Install on macOS as part of the Google Cloud SDK](#install-on-macos-as-part-of-the-google-cloud-sdk)

### Install kubectl binary with curl on macOS

Expand Down Expand Up @@ -149,11 +148,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

{{< include "included/install-kubectl-gcloud.md" >}}

## Verify kubectl configuration

{{< include "included/verify-kubectl.md" >}}
Expand Down
7 changes: 1 addition & 6 deletions content/en/docs/tasks/tools/install-kubectl-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ The following methods exist for installing kubectl on Windows:

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


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

### Install on Windows as part of the Google Cloud SDK

{{< include "included/install-kubectl-gcloud.md" >}}

## Verify kubectl configuration

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

## {{% heading "whatsnext" %}}

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

0 comments on commit 2a03dde

Please sign in to comment.