Skip to content

Commit b606c0b

Browse files
committed
rewording mitigation
1 parent 3eaedad commit b606c0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

support/azure/azure-kubernetes/create-upgrade-delete/troubleshoot-apiserver-etcd.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ kubectl get events -n kube-system aks-managed-apiserver-throttling-enabled
157157

158158
#### Step 2: Mitigation
159159

160-
- Scale down the cluster to reduce the load on the API server
160+
- Scale down the cluster to reduce the load on the API server.
161+
- If Step 1 identifies a recently added controller, CRD, or DaemonSet as the primary driver of API server overload, remove the associated object from the cluster.
161162
- Use [Control Plane Metrics](/azure-aks-docs-pr/articles/aks/control-plane-metrics-monitor.md) to monitor the load on the API server. Refer the [blog](https://techcommunity.microsoft.com/blog/appsonazureblog/azure-platform-metrics-for-aks-control-plane-monitoring/4385770) for more details.
162163
- Once the above steps are complete, delete aks-managed-apiserver-guard
163164
```bash

0 commit comments

Comments
 (0)