Skip to content

Commit 268dcc9

Browse files
authored
1 parent fa4d64e commit 268dcc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/learn/quick-kubernetes-deploy-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ After a few minutes, the command completes and returns information about the clu
7979
8080
To manage a Kubernetes cluster, use the Kubernetes command-line client, [kubectl][kubectl]. `kubectl` is already installed if you use Azure Cloud Shell.
8181
82-
1. Install `kubectl` locally using the `Install-AzAksKubectl` cmdlet:
82+
1. Install `kubectl` locally using the `Install-AzAksCliTool` cmdlet:
8383
8484
```azurepowershell
85-
Install-AzAksKubectl
85+
Install-AzAksCliTool
8686
```
8787
8888
2. Configure `kubectl` to connect to your Kubernetes cluster using the [Import-AzAksCredential][import-azakscredential] cmdlet. The following cmdlet downloads credentials and configures the Kubernetes CLI to use them.

0 commit comments

Comments
 (0)