Skip to content

Commit 41dfc83

Browse files
authored
Merge pull request #33339 from my-git9/debuglink4
[en] modify link about debug
2 parents 28cffaf + 781b2b3 commit 41dfc83

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The kubelet reports the resource usage of a Pod as part of the Pod
231231

232232
If optional [tools for monitoring](/docs/tasks/debug-application-cluster/resource-usage-monitoring/)
233233
are available in your cluster, then Pod resource usage can be retrieved either
234-
from the [Metrics API](/docs/tasks/debug-application-cluster/resource-metrics-pipeline/#metrics-api)
234+
from the [Metrics API](/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/#metrics-api)
235235
directly or from your monitoring tools.
236236

237237
## Local ephemeral storage

content/en/docs/setup/production-environment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ are some virtualization platforms that can be scripted to spin up new nodes
197197
based on demand.
198198
- *Set up node health checks*: For important workloads, you want to make sure
199199
that the nodes and pods running on those nodes are healthy. Using the
200-
[Node Problem Detector](/docs/tasks/debug-application-cluster/monitor-node-health/)
200+
[Node Problem Detector](/docs/tasks/debug/debug-cluster/monitor-node-health/)
201201
daemon, you can ensure your nodes are healthy.
202202

203203
## Production user management

content/en/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ services](/docs/concepts/services-networking/service/#type-nodeport) or use `Hos
163163

164164
## Pods are not accessible via their Service IP
165165

166-
- Many network add-ons do not yet enable [hairpin mode](/docs/tasks/debug-application-cluster/debug-service/#a-pod-fails-to-reach-itself-via-the-service-ip)
166+
- Many network add-ons do not yet enable [hairpin mode](/docs/tasks/debug/debug-application/debug-service/#a-pod-fails-to-reach-itself-via-the-service-ip)
167167
which allows pods to access themselves via their Service IP. This is an issue related to
168168
[CNI](https://github.com/containernetworking/cni/issues/476). Please contact the network
169169
add-on provider to get the latest status of their support for hairpin mode.

content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ None of the Pod [`securityContext`](/docs/reference/kubernetes-api/workload-reso
609609
### Node problem detector
610610

611611
The node problem detector (see
612-
[Monitor Node Health](/docs/tasks/debug-application-cluster/monitor-node-health/))
612+
[Monitor Node Health](/docs/tasks/debug/debug-cluster/monitor-node-health/))
613613
is not compatible with Windows.
614614

615615
### Pause container

content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The common use for HorizontalPodAutoscaler is to configure it to fetch metrics f
9090
(`metrics.k8s.io`, `custom.metrics.k8s.io`, or `external.metrics.k8s.io`). The `metrics.k8s.io` API is
9191
usually provided by an add-on named Metrics Server, which needs to be launched separately.
9292
For more information about resource metrics, see
93-
[Metrics Server](/docs/tasks/debug-application-cluster/resource-metrics-pipeline/#metrics-server).
93+
[Metrics Server](/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/#metrics-server).
9494

9595
[Support for metrics APIs](#support-for-metrics-apis) explains the stability guarantees and support status for these
9696
different APIs.

content/en/docs/tutorials/stateful-application/cassandra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ cassandra ClusterIP None <none> 9042/TCP 45s
9393
```
9494

9595
If you don't see a Service named `cassandra`, that means creation failed. Read
96-
[Debug Services](/docs/tasks/debug-application-cluster/debug-service/)
96+
[Debug Services](/docs/tasks/debug/debug-application/debug-service/)
9797
for help troubleshooting common issues.
9898

9999
## Using a StatefulSet to create a Cassandra ring

0 commit comments

Comments
 (0)