Skip to content

Commit

Permalink
Fix Dead kubectl links (#2160)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Reso <13337103+mreso@users.noreply.github.com>
  • Loading branch information
msaroufim and mreso committed Feb 27, 2023
1 parent b05c0ea commit 86d4400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/AKS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Use the [az aks create](https://docs.microsoft.com/en-us/cli/azure/aks?view=azur

#### 1.4 Connect to the cluster

To manage a Kubernetes cluster, you use [kubectl](https://kubernetes.io/docs/user-guide/kubectl/), the Kubernetes command-line client. If you use Azure Cloud Shell, `kubectl` is already installed. To install `kubectl` locally, use the [az aks install-cli](https://docs.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli) command:
To manage a Kubernetes cluster, you use [kubectl](https://kubernetes.io/docs/reference/kubectl/), the Kubernetes command-line client. If you use Azure Cloud Shell, `kubectl` is already installed. To install `kubectl` locally, use the [az aks install-cli](https://docs.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli) command:

```az aks install-cli```

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/GKE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gcloud container clusters create torchserve --machine-type n1-standard-4 --accel

#### 1.3 Connect to the cluster

To manage a Kubernetes cluster, you use [kubectl](https://kubernetes.io/docs/user-guide/kubectl/), the Kubernetes command-line client. If you use GKE Cloud Shell, `kubectl` is already installed. To install `kubectl` locally, use the [gcloud components install](https://kubernetes.io/docs/tasks/tools/install-kubectl/) command:
To manage a Kubernetes cluster, you use [kubectl](https://kubernetes.io/docs/reference/kubectl/), the Kubernetes command-line client. If you use GKE Cloud Shell, `kubectl` is already installed. To install `kubectl` locally, use the [gcloud components install](https://kubernetes.io/docs/tasks/tools/install-kubectl/) command:

Below command require Cloud SDK component manager enabled.

Expand Down

0 comments on commit 86d4400

Please sign in to comment.