Skip to content

Commit a0ee938

Browse files
authored
Fix links and wording in troubleshooting guide
1 parent 4b119cb commit a0ee938

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ The root cause of high etcd memory usage is typically intensive API server load.
348348

349349
The etcd memory alert can be triggered by any combination of three factors. Use these diagnostic tools to identify which factor is most problematic in your situation:
350350

351-
- **For high request rates**: Use the **API Server Resource Intensive Listing Analyzer** from [Step 2](#step-2-identify-and-chart-the-average-latency-of-api-server-requests-per-user-agent) to identify agents that make excessive LIST calls.
351+
- **For high request rates**: Use the **API Server Resource Intensive Listing Analyzer** from [Step 2](#step-2a-identify-and-chart-the-average-latency-of-api-server-requests-per-user-agent) to identify agents that make excessive LIST calls.
352352
- **For object count and size issues**: Use the **Etcd Performance Analyzer** and **Etcd Capacity Analyzer** in the Azure portal.
353353

354354
#### How to use the Etcd Performance Analyzer
@@ -365,14 +365,14 @@ What you get:
365365

366366
Next steps based on results:
367367
- If high request rates are indicated, run the **API Server Resource Intensive Listing Analyzer** (see Step 2 earlier in this article) to identify offending agents and LIST patterns.
368-
- If large objects or many objects are indicated, run the **Etcd Capacity Analyzer**, and follow [Cause 2](#cause-2-an-offending-client-leaks-etcd-objects-and-results-in-a-slowdown-of-etcd).
368+
- If large objects or many objects are indicated, run the **Etcd Capacity Analyzer**, and follow [Cause 2](#cause-2-an-offending-client-leaks-etcd-objects-and-causes-a-slowdown-of-etcd).
369369

370370
**Step 2: Apply the appropriate solution based on your findings**
371371

372372
After you identify the primary cause, apply the relevant solution from this troubleshooting guide:
373373

374374
- **If excessive LIST or PUT calls are identified**: Follow the [Cause 3](#cause-3-an-offending-client-makes-excessive-list-or-put-calls) solution to tune API call patterns or throttle problematic clients.
375-
- **If too many objects are stored in etcd**: Follow the [Cause 2](#cause-2-an-offending-client-leaks-etcd-objects-and-results-in-a-slowdown-of-etcd) solution to clean up objects and implement retention policies.
375+
- **If too many objects are stored in etcd**: Follow the [Cause 2](#cause-2-an-offending-client-leaks-etcd-objects-and-causes-a-slowdown-of-etcd) solution to clean up objects and implement retention policies.
376376
- **If large objects are consuming excessive memory**: Focus on the following object size reduction techniques.
377377

378378
**Additional mitigation for large object sizes:**

0 commit comments

Comments
 (0)