Skip to content

Commit f91ac7b

Browse files
Merge pull request #10578 from varora24/stopstart_api_ipchange
AB#9491: add note callout for API server IP changing when stop/starting a cluster
2 parents 5444080 + 137a28c commit f91ac7b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
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 can change. If you experience connection issues after a stop/start operation, flush your DNS cache, and verify that 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.

0 commit comments

Comments
 (0)