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
Copy file name to clipboardExpand all lines: support/azure/azure-kubernetes/availability-performance/cluster-service-health-probe-mode-issues.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ The following operations also happen:
37
37
38
38
To troubleshoot these issues, follow these steps:
39
39
40
-
0. First, connect to your AKS cluster using the Azure CLI:
40
+
1. First, connect to your AKS cluster using the Azure CLI:
41
41
42
42
```azurecli
43
43
export RESOURCE_GROUP="aks-rg"
44
44
export AKS_CLUSTER_NAME="aks-cluster"
45
45
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_CLUSTER_NAME --overwrite-existing
46
46
```
47
47
48
-
1. Next, check the RP frontend log to see if the health probe mode in the LoadBalancerProfile is properly configured. You can use the `az aks show` command to view the LoadBalancerProfile property of your cluster.
48
+
2. Next, check the RP frontend log to see if the health probe mode in the LoadBalancerProfile is properly configured. You can use the `az aks show` command to view the LoadBalancerProfile property of your cluster.
49
49
50
50
```azurecli
51
51
export RESOURCE_GROUP="aks-rg"
@@ -74,7 +74,7 @@ To troubleshoot these issues, follow these steps:
74
74
}
75
75
```
76
76
77
-
2. Check the cloud provider configuration. In modern AKS clusters, the cloud provider configuration is managed internally and the `ccp` namespace doesn't exist. Instead, check for cloud provider related resources and verify the cloud-node-manager pods are running properly:
77
+
3. Check the cloud provider configuration. In modern AKS clusters, the cloud provider configuration is managed internally and the `ccp` namespace doesn't exist. Instead, check for cloud provider related resources and verify the cloud-node-manager pods are running properly:
78
78
79
79
80
80
```bash
@@ -97,7 +97,7 @@ To troubleshoot these issues, follow these steps:
97
97
cloud-node-manager-rfb2w 2/2 Running 0 16m
98
98
```
99
99
100
-
3. Check the chart or overlay daemonset cloud-node-manager to see if the health-probe-proxy sidecar container is enabled. You can use the `kubectl get ds` command to view the daemonset.
100
+
4. Check the chart or overlay daemonset cloud-node-manager to see if the health-probe-proxy sidecar container is enabled. You can use the `kubectl get ds` command to view the daemonset.
101
101
102
102
```shell
103
103
kubectl get ds -n kube-system cloud-node-manager -o yaml
@@ -241,4 +241,4 @@ Results:
241
241
}
242
242
```
243
243
244
-
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
244
+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
0 commit comments