You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to troubleshoot the WINDOWS_CSE_ERROR_CHECK_API_SERVER_CONNECTIVITY error (5) when you try to add Windows node pools in an AKS cluster.
#Customer intent: As an Azure Kubernetes user, I want to troubleshoot the WINDOWS_CSE_ERROR_CHECK_API_SERVER_CONNECTIVITY error (5) so that I can successfully add Windows node pools in an Azure Kubernetes Service (AKS) cluster.
8
8
ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool)
@@ -31,7 +31,9 @@ Your cluster nodes can't connect to the cluster API server pod.
31
31
32
32
## Troubleshooting steps
33
33
34
-
1. Verify that your nodes can resolve the cluster's fully qualified domain name (FQDN):
34
+
1. Connect to the respective node by following the steps described in [Windows Server proxy connection for SSH](/azure/aks/node-access#windows-server-proxy-connection-for-ssh):
35
+
36
+
2. Verify that your nodes can resolve the cluster's fully qualified domain name (FQDN):
35
37
36
38
On existing Windows nodes, run the following command:
37
39
@@ -45,15 +47,17 @@ Your cluster nodes can't connect to the cluster API server pod.
45
47
nc -vz <cluster-fqdn> 443
46
48
```
47
49
48
-
2. If the command output shows `False` or `Timeout`, check your network configuration. For example, check whether you set "Deny" rules for the API server in network security groups (NSGs) of the virtual network.
50
+
3. If the command output shows `False` or `Timeout`, check your network configuration. For example, check whether you set "Deny" rules for the API server in network security groups (NSGs) of the virtual network.
49
51
50
-
3. If you're using egress filtering through a firewall, make sure that traffic is allowed to your cluster FQDN.
52
+
4. If you're using egress filtering through a firewall, make sure that traffic is allowed to your cluster FQDN.
51
53
52
-
4. If you've authorized IP addresses that are enabled on your cluster, the firewall's outbound IP address can be blocked. In this scenario, you must add the outbound IP address of the firewall to the list of authorized IP ranges for the cluster. For more information, see [Secure access to the API server using authorized IP address ranges in AKS](/azure/aks/api-server-authorized-ip-ranges).
54
+
5. If you've authorized IP addresses that are enabled on your cluster, the firewall's outbound IP address can be blocked. In this scenario, you must add the outbound IP address of the firewall to the list of authorized IP ranges for the cluster. For more information, see [Secure access to the API server using authorized IP address ranges in AKS](/azure/aks/api-server-authorized-ip-ranges).
53
55
54
56
## References
55
57
56
-
[General troubleshooting of AKS cluster creation issues](troubleshoot-aks-cluster-creation-issues.md)
58
+
- [General troubleshooting of AKS cluster creation issues](troubleshoot-aks-cluster-creation-issues.md)
59
+
60
+
- [Exit codes in Windows CSE](https://github.com/Azure/AgentBaker/blob/master/parts/windows/windowscsehelper.ps1)
0 commit comments