Skip to content

Commit 730451b

Browse files
authored
Merge pull request #102905 from Karishma-Tiwari-MSFT/patch-144
(ForumsTeam) fixes MicrosoftDocs/azure-docs#47162
2 parents 4b8399f + 31cbcd6 commit 730451b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/tutorial-kubernetes-deploy-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To configure `kubectl` to connect to your Kubernetes cluster, use the [az aks ge
6868
az aks get-credentials --resource-group myResourceGroup --name myAKSCluster
6969
```
7070

71-
To verify the connection to your cluster, run the [kubectl get nodes][kubectl-get] command:
71+
To verify the connection to your cluster, run the [kubectl get nodes][kubectl-get] command to return a list of the cluster nodes:
7272

7373
```
7474
$ kubectl get nodes

0 commit comments

Comments
 (0)