Skip to content

Commit 31cbcd6

Browse files
(ForumsTeam) fixes MicrosoftDocs/azure-docs#47162
1 parent 560bc5f commit 31cbcd6

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)