Skip to content

Commit a5dae08

Browse files
author
Vaibhav Arora
committed
add note callout for API server IP changing when stop/starting a cluster
1 parent 4a8d717 commit a5dae08

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

support/azure/azure-kubernetes/connectivity/troubleshoot-cluster-connection-issues-api-server.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ You can take these common troubleshooting steps to check the connectivity to the
6262
timeout 5 telnet $CLUSTER_FQDN 443 || echo "Connection test completed"
6363
```
6464
65+
> [!NOTE]
66+
> When you stop and start an AKS cluster, the API server's IP address may change. If you experience connection issues after a stop/start operation, flush your DNS cache and verify the IP address resolves correctly. For more information, see [Stop and start an Azure Kubernetes Service (AKS) cluster](/azure/aks/start-stop-cluster#about-the-cluster-stopstart-feature).
67+
6568
3. If the AKS cluster is private, make sure you run the command from a virtual machine (VM) that can access the AKS cluster's Azure Virtual Network. See [Options for connecting to the private cluster](/azure/aks/private-clusters#options-for-connecting-to-the-private-cluster).
6669
6770
4. If necessary, follow the steps in the troubleshooting article [Client IP address can't access the API server](client-ip-address-cannot-access-api-server.md), so the API server adds your client IP address to the IP ranges it authorizes.
@@ -87,4 +90,4 @@ You can take these common troubleshooting steps to check the connectivity to the
8790
8891
For other common troubleshooting steps, see [TCP time-outs when kubectl or other third-party tools connect to the API server](tcp-timeouts-kubetctl-third-party-tools-connect-api-server.md).
8992
90-
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
93+

0 commit comments

Comments
 (0)