We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d19f72c + 2cd1b44 commit 1ef8712Copy full SHA for 1ef8712
articles/aks/egress-outboundtype.md
@@ -359,6 +359,12 @@ az aks update -g $RG -n $AKS_NAME --api-server-authorized-ip-ranges $CURRENT_IP/
359
360
```
361
362
+ Use the [az aks get-credentials][az-aks-get-credentials] command to configure `kubectl` to connect to your newly created Kubernetes cluster.
363
+
364
+ ```azure-cli
365
+ az aks get-credentials -g $RG -n $AKS_NAME
366
+ ```
367
368
### Setup the internal load balancer
369
370
AKS has deployed a load balancer with the cluster which can be setup as an [internal load balancer](internal-lb.md).
0 commit comments