Skip to content

Commit 07e1929

Browse files
authored
Merge pull request #33220 from Shubham82/update_link_for_Auditing
Improvement: Updated all the links of the task "Monitoring, Logging, and Debugging" on all pages.
2 parents 88d087a + d107670 commit 07e1929

File tree

7 files changed

+37
-21
lines changed

7 files changed

+37
-21
lines changed

content/en/docs/concepts/cluster-administration/manage-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ That's it! The Deployment will declaratively update the deployed nginx applicati
461461
## {{% heading "whatsnext" %}}
462462

463463

464-
- Learn about [how to use `kubectl` for application introspection and debugging](/docs/tasks/debug-application-cluster/debug-application-introspection/).
464+
- Learn about [how to use `kubectl` for application introspection and debugging](/docs/tasks/debug/debug-application/debug-running-pod/).
465465
- See [Configuration Best Practices and Tips](/docs/concepts/configuration/overview/).
466466

467467

content/en/docs/concepts/containers/runtime-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
This will instruct the kubelet to use the named RuntimeClass to run this pod. If the named
9898
RuntimeClass does not exist, or the CRI cannot run the corresponding handler, the pod will enter the
9999
`Failed` terminal [phase](/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase). Look for a
100-
corresponding [event](/docs/tasks/debug-application-cluster/debug-application-introspection/) for an
100+
corresponding [event](/docs/tasks/debug/debug-application/debug-running-pod/) for an
101101
error message.
102102

103103
If no `runtimeClassName` is specified, the default RuntimeHandler will be used, which is equivalent

content/en/docs/concepts/workloads/pods/init-containers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,3 @@ Kubernetes, consult the documentation for the version you are using.
334334
* Read about [creating a Pod that has an init container](/docs/tasks/configure-pod-container/configure-pod-initialization/#create-a-pod-that-has-an-init-container)
335335
* Learn how to [debug init containers](/docs/tasks/debug/debug-application/debug-init-containers/)
336336

337-

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
@@ -625,7 +625,7 @@ The Kubernetes [version-skew policy](/docs/setup/release/version-skew-policy/) a
625625
## Getting help and troubleshooting {#troubleshooting}
626626

627627
Your main source of help for troubleshooting your Kubernetes cluster should start
628-
with the [Troubleshooting](/docs/tasks/debug/debug-cluster/)
628+
with the [Troubleshooting](/docs/tasks/debug/)
629629
page.
630630

631631
Some additional, Windows-specific troubleshooting help is included

content/en/docs/tasks/configure-pod-container/configure-pod-initialization.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,3 @@ The output shows that nginx is serving the web page that was written by the init
8989

9090

9191

92-

content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Do not leave your WordPress installation on this page. If another user finds it,
236236
## {{% heading "whatsnext" %}}
237237
238238
239-
* Learn more about [Introspection and Debugging](/docs/tasks/debug/debug-application)
239+
* Learn more about [Introspection and Debugging](/docs/tasks/debug/debug-application/debug-running-pod/)
240240
* Learn more about [Jobs](/docs/concepts/workloads/controllers/job/)
241241
* Learn more about [Port Forwarding](/docs/tasks/access-application-cluster/port-forward-access-application-cluster/)
242242
* Learn how to [Get a Shell to a Container](/docs/tasks/debug/debug-application/get-shell-running-container/)

static/_redirects

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
/docs/admin/add-ons/ /docs/concepts/cluster-administration/addons/ 301
2626
/docs/admin/addons/ /docs/concepts/cluster-administration/addons/ 301
2727
/docs/admin/apparmor/ /docs/tutorials/clusters/apparmor/ 301
28-
/docs/admin/audit/ /docs/tasks/debug-application-cluster/audit/ 301
28+
/docs/admin/audit/ /docs/tasks/debug/debug-cluster/audit/ 301
2929
/docs/admin/authorization/rbac.md /docs/admin/authorization/rbac/ 301
3030
/docs/admin/cluster-components/ /docs/concepts/overview/components/ 301
3131
/docs/admin/cluster-management/ /docs/tasks/administer-cluster/ 302
3232
/id/docs/admin/cluster-management/ /id/docs/tasks/administer-cluster/ 302
33-
/docs/admin/cluster-troubleshooting/ /docs/tasks/debug-application-cluster/debug-cluster/ 301
33+
/docs/admin/cluster-troubleshooting/ /docs/tasks/debug/debug-cluster/ 301
3434
/docs/admin/daemons/ /docs/concepts/workloads/controllers/daemonset/ 301
3535
/docs/admin/disruptions/ /docs/concepts/workloads/pods/disruptions/ 301
3636
/docs/admin/dns/ /docs/concepts/services-networking/dns-pod-service/ 301
@@ -56,7 +56,7 @@
5656
/docs/admin/node-allocatable.md /docs/tasks/administer-cluster/reserve-compute-resources/ 301
5757
/docs/admin/node-conformance.md /docs/admin/node-conformance/ 301
5858
/docs/admin/node-conformance/ /docs/setup/best-practices/node-conformance/ 301
59-
/docs/admin/node-problem/ /docs/tasks/debug-application-cluster/monitor-node-health/ 301
59+
/docs/admin/node-problem/ /docs/tasks/debug/debug-cluster/monitor-node-health/ 301
6060
/docs/admin/out-of-resource/ /docs/concepts/scheduling-eviction/node-pressure-eviction/ 301
6161
/docs/admin/rescheduler/ /docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/ 301
6262
/docs/admin/resourcequota/* /docs/concepts/policy/resource-quotas/ 301
@@ -82,7 +82,7 @@
8282
/docs/concepts/containers/overview/ /docs/concepts/containers/ 301
8383
/docs/concepts/cluster-administration/cluster-administration-overview/ /docs/concepts/cluster-administration/ 301
8484
/docs/concepts/cluster-administration/access-cluster/ /docs/tasks/access-application-cluster/access-cluster/ 301
85-
/docs/concepts/cluster-administration/audit/ /docs/tasks/debug-application-cluster/audit/ 301
85+
/docs/concepts/cluster-administration/audit/ /docs/tasks/debug/debug-cluster/audit/ 301
8686
/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig /docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig/ 301
8787
/docs/concepts/cluster-administration/cluster-management/ /docs/tasks/administer-cluster/ 302
8888
/docs/concepts/cluster-administration/configure-etcd/ /docs/tasks/administer-cluster/configure-upgrade-etcd/ 301
@@ -93,7 +93,7 @@
9393
/docs/concepts/cluster-administration/master-node-communication/ /docs/concepts/architecture/master-node-communication/ 301
9494
/docs/concepts/cluster-administration/network-plugins/ /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/ 301
9595
/docs/concepts/cluster-administration/out-of-resource/ /docs/concepts/scheduling-eviction/node-pressure-eviction/ 301
96-
/docs/concepts/cluster-administration/resource-usage-monitoring /docs/tasks/debug-application-cluster/resource-usage-monitoring/ 301
96+
/docs/concepts/cluster-administration/resource-usage-monitoring /docs/tasks/debug/debug-cluster/resource-usage-monitoring/ 301
9797
/docs/concepts/cluster-administration/monitoring/ /docs/concepts/cluster-administration/system-metrics/ 301
9898
/docs/concepts/cluster-administration/controller-metrics/ /docs/concepts/cluster-administration/system-metrics/ 301
9999
/docs/concepts/cluster-administration/sysctl-cluster/ /docs/tasks/administer-cluster/sysctl-cluster/ 301
@@ -301,15 +301,14 @@
301301
/docs/tasks/configure-pod-container/projected-volume/ /docs/tasks/configure-pod-container/configure-projected-volume-storage/ 301
302302
/docs/tasks/configure-pod-container/romana-network-policy/ /docs/tasks/administer-cluster/romana-network-policy/ 301
303303
/docs/tasks/configure-pod-container/weave-network-policy/ /docs/tasks/administer-cluster/weave-network-policy/ 301
304-
/docs/tasks/debug-application-cluster/sematext-logging-monitoring/ https://sematext.com/kubernetes/ 301
305304
/docs/tasks/job/work-queue-1/ /docs/concepts/workloads/controllers/job/ 301
306305
/id/docs/tasks/job/work-queue-1/ /id/docs/concepts/workloads/controllers/job/ 301
307306
/docs/tasks/setup-konnectivity/setup-konnectivity/ /docs/tasks/extend-kubernetes/setup-konnectivity/ 301
308-
/docs/tasks/kubectl/get-shell-running-container/ /docs/tasks/debug-application-cluster/get-shell-running-container/ 301
307+
/docs/tasks/kubectl/get-shell-running-container/ /docs/tasks/debug/debug-application/get-shell-running-container/ 301
309308
/docs/tasks/kubectl/install/ /docs/tasks/tools/ 301
310309
/docs/tasks/tools/install-kubectl/ /docs/tasks/tools/ 301
311310
/docs/tasks/kubectl/list-all-running-container-images/ /docs/tasks/access-application-cluster/list-all-running-container-images/ 301
312-
/docs/tasks/manage-stateful-set/debugging-a-statefulset/ /docs/tasks/debug-application-cluster/debug-stateful-set/ 301
311+
/docs/tasks/manage-stateful-set/debugging-a-statefulset/ /docs/tasks/debug/debug-application/debug-statefulset/ 301
313312
/docs/tasks/manage-stateful-set/delete-pods/ /docs/tasks/run-application/delete-stateful-set/ 301
314313
/docs/tasks/manage-stateful-set/deleting-a-statefulset/ /docs/tasks/run-application/delete-stateful-set/ 301
315314
/docs/tasks/manage-stateful-set/scale-stateful-set/ /docs/tasks/run-application/scale-stateful-set/ 301
@@ -318,14 +317,33 @@
318317
/docs/tasks/stateful-sets/deleting-pods/ /docs/tasks/run-application/force-delete-stateful-set-pod/ 301
319318
/ja/docs/tasks/tools/install-minikube/ https://minikube.sigs.k8s.io/docs/start/ 302
320319
/id/docs/tasks/tools/install-minikube/ https://minikube.sigs.k8s.io/docs/start/ 302
321-
/docs/tasks/troubleshoot/debug-init-containers/ /docs/tasks/debug-application-cluster/debug-init-containers/ 301
320+
/docs/tasks/troubleshoot/debug-init-containers/ /docs/tasks/debug/debug-application/debug-init-containers/ 301
322321
/docs/tasks/web-ui-dashboard/ /docs/tasks/access-application-cluster/web-ui-dashboard/ 301
323322

323+
/docs/tasks/debug-application-cluster/troubleshooting/ /docs/tasks/debug/ 301
324+
/docs/tasks/debug-application-cluster/ /docs/tasks/debug/ 301
325+
/docs/tasks/debug-application-cluster/debug-init-containers/ /docs/tasks/debug/debug-application/debug-init-containers/ 301
326+
/docs/tasks/debug-application-cluster/debug-application/ /docs/tasks/debug/debug-application/debug-pods/ 301
327+
/docs/tasks/debug-application-cluster/debug-pod-replication-controller/ /docs/tasks/debug/debug-application/debug-pods/ 301
328+
/docs/tasks/debug-application-cluster/debug-application-introspection/ /docs/tasks/debug/debug-application/debug-running-pod/ 301
329+
/docs/tasks/debug-application-cluster/debug-running-pod/ /docs/tasks/debug/debug-application/debug-running-pod/ 301
330+
/docs/tasks/debug-application-cluster/debug-service/ /docs/tasks/debug/debug-application/debug-service/ 301
331+
/docs/tasks/debug-application-cluster/debug-stateful-set/ /docs/tasks/debug/debug-application/debug-statefulset/ 301
332+
/docs/tasks/debug-application-cluster/determine-reason-pod-failure/ /docs/tasks/debug/debug-application/determine-reason-pod-failure/ 301
333+
/docs/tasks/debug-application-cluster/get-shell-running-container/ /docs/tasks/debug/debug-application/get-shell-running-container/ 301
334+
/docs/tasks/debug-application-cluster/debug-cluster/ /docs/tasks/debug/debug-cluster/ 301
335+
/docs/tasks/debug-application-cluster/audit/ /docs/tasks/debug/debug-cluster/audit/ 301
336+
/docs/tasks/debug-application-cluster/crictl/ /docs/tasks/debug/debug-cluster/crictl/ 301
337+
/docs/tasks/debug-application-cluster/local-debugging/ /docs/tasks/debug/debug-cluster/local-debugging/ 301
338+
/docs/tasks/debug-application-cluster/monitor-node-health/ /docs/tasks/debug/debug-cluster/monitor-node-health/ 301
339+
/docs/tasks/debug-application-cluster/resource-metrics-pipeline/ /docs/tasks/debug/debug-cluster/resource-metrics-pipeline/ 301
340+
/docs/tasks/debug-application-cluster/resource-usage-monitoring/ /docs/tasks/debug/debug-cluster/resource-usage-monitoring/ 301
341+
324342
/docs/templatedemos/* /docs/home/contribute/page-templates/ 301
325343
/docs/tools/ /docs/reference/tools/ 301
326344
/docs/tools/kompose/user-guide/ /docs/tasks/configure-pod-container/translate-compose-kubernetes/ 301
327345
/docs/tools/kompose/ /docs/tasks/configure-pod-container/translate-compose-kubernetes/ 301
328-
/docs/troubleshooting/ /docs/tasks/debug-application-cluster/troubleshooting/ 301
346+
/docs/troubleshooting/ /docs/tasks/debug/ 301
329347

330348
/docs/tutorials/clusters/multiple-schedulers/ /docs/tasks/administer-cluster/configure-multiple-schedulers/ 301
331349
/docs/tutorials/connecting-apps/connecting-frontend-backend/ /docs/tasks/access-application-cluster/connecting-frontend-backend/ 301
@@ -364,7 +382,7 @@
364382
/docs/user-guide/accessing-the-cluster/ /docs/tasks/access-application-cluster/access-cluster/ 301
365383
/docs/user-guide/add-entries-to-pod-etc-hosts-with-host-aliases/ /docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ 301
366384
/docs/user-guide/annotations/ /docs/concepts/overview/working-with-objects/annotations/ 301
367-
/docs/user-guide/application-troubleshooting/ /docs/tasks/debug-application-cluster/debug-application/ 301
385+
/docs/user-guide/application-troubleshooting/ /docs/tasks/debug/debug-application/debug-pods/ 301
368386
/docs/user-guide/compute-resources/ /docs/concepts/configuration/manage-compute-resources-container/ 301
369387
/docs/user-guide/config-best-practices/ /docs/concepts/configuration/overview/ 301
370388
/docs/user-guide/configmap/ /docs/tasks/configure-pod-container/configure-pod-configmap/ 301
@@ -376,8 +394,8 @@
376394
/docs/user-guide/container-environment/ /docs/concepts/containers/container-lifecycle-hooks/ 301
377395
/docs/user-guide/containers/ /docs/tasks/inject-data-application/define-command-argument-container/ 301
378396
/docs/user-guide/cron-jobs/ /docs/concepts/workloads/controllers/cron-jobs/ 301
379-
/docs/user-guide/debugging-pods-and-replication-controllers/ /docs/tasks/debug-application-cluster/debug-pod-replication-controller/ 301
380-
/docs/user-guide/debugging-services/ /docs/tasks/debug-application-cluster/debug-service/ 301
397+
/docs/user-guide/debugging-pods-and-replication-controllers/ /docs/tasks/debug/debug-application/debug-pods/ 301
398+
/docs/user-guide/debugging-services/ /docs/tasks/debug/debug-application/debug-service/ 301
381399
/docs/user-guide/deploying-applications/ /docs/tasks/run-application/run-stateless-application-deployment/ 301
382400
/docs/user-guide/deployments/ /docs/concepts/workloads/controllers/deployment/ 301
383401
/docs/user-guide/docker-cli-to-kubectl/ /docs/reference/kubectl/docker-cli-to-kubectl/
@@ -396,7 +414,7 @@
396414
/docs/user-guide/images/ /docs/concepts/containers/images/ 301
397415
/docs/user-guide/ingress/ /docs/concepts/services-networking/ingress/ 301
398416
/docs/user-guide/ingress.md /docs/concepts/services-networking/ingress/ 301
399-
/docs/user-guide/introspection-and-debugging/ /docs/tasks/debug-application-cluster/debug-application-introspection/ 301
417+
/docs/user-guide/introspection-and-debugging/ /docs/tasks/debug/debug-application/debug-running-pod/ 301
400418
/docs/user-guide/jsonpath/ /docs/reference/kubectl/jsonpath/
401419
/docs/user-guide/jobs/ /docs/concepts/workloads/controllers/job/ 301
402420
/id/docs/user-guide/jobs/ /id/docs/concepts/workloads/controllers/job/ 301
@@ -416,7 +434,7 @@
416434
/docs/user-guide/logging/ /docs/concepts/cluster-administration/logging/ 301
417435
/docs/user-guide/logging/overview/ /docs/concepts/cluster-administration/logging/ 301
418436
/docs/user-guide/managing-deployments/ /docs/concepts/cluster-administration/manage-deployment/ 301
419-
/docs/user-guide/monitoring/ /docs/tasks/debug-application-cluster/resource-usage-monitoring/ 301
437+
/docs/user-guide/monitoring/ /docs/tasks/debug/debug-cluster/resource-usage-monitoring/ 301
420438
/docs/user-guide/namespaces/ /docs/concepts/overview/working-with-objects/namespaces/ 301
421439
/docs/user-guide/networkpolicies/ /docs/concepts/services-networking/network-policies/ 301
422440
/docs/user-guide/node-selection/ /docs/concepts/scheduling-eviction/assign-pod-node/ 301

0 commit comments

Comments
 (0)