Skip to content

Commit 2d9de00

Browse files
authored
Update cluster-service-health-probe-mode-issues.md
1 parent 277b4a1 commit 2d9de00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

support/azure/azure-kubernetes/availability-performance/cluster-service-health-probe-mode-issues.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ The following operations also happen:
3737

3838
To troubleshoot these issues, follow these steps:
3939

40-
0. First, connect to your AKS cluster using the Azure CLI:
40+
1. First, connect to your AKS cluster using the Azure CLI:
4141

4242
```azurecli
4343
export RESOURCE_GROUP="aks-rg"
4444
export AKS_CLUSTER_NAME="aks-cluster"
4545
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_CLUSTER_NAME --overwrite-existing
4646
```
4747
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.
4949
5050
```azurecli
5151
export RESOURCE_GROUP="aks-rg"
@@ -74,7 +74,7 @@ To troubleshoot these issues, follow these steps:
7474
}
7575
```
7676
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:
7878
7979
8080
```bash
@@ -97,7 +97,7 @@ To troubleshoot these issues, follow these steps:
9797
cloud-node-manager-rfb2w 2/2 Running 0 16m
9898
```
9999
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.
101101
102102
```shell
103103
kubectl get ds -n kube-system cloud-node-manager -o yaml
@@ -241,4 +241,4 @@ Results:
241241
}
242242
```
243243

244-
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
244+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)