From 423884e8b7803b3c2868adf7765f48096167ad69 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Thu, 8 Jun 2017 13:41:57 -0700 Subject: [PATCH] Change Task titles to imperative: Monitor. (#4028) --- _data/tasks.yml | 4 ++-- docs/tasks/debug-application-cluster/debug-application.md | 2 +- docs/tasks/debug-application-cluster/debug-cluster.md | 2 +- docs/tasks/debug-application-cluster/debug-init-containers.md | 2 +- .../debug-pod-replication-controller.md | 2 +- docs/tasks/debug-application-cluster/debug-service.md | 2 +- docs/tasks/debug-application-cluster/debug-stateful-set.md | 2 +- .../debug-application-cluster/determine-reason-pod-failure.md | 2 +- .../debug-application-cluster/get-shell-running-container.md | 2 +- docs/tasks/debug-application-cluster/monitor-node-health.md | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_data/tasks.yml b/_data/tasks.yml index fb390aac62..fd9c14dc05 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -69,7 +69,7 @@ toc: - title: Configuring DNS for a Cluster path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns -- title: Monitoring, Logging, and Debugging +- title: Monitor, Log, and Debug section: - docs/tasks/debug-application-cluster/resource-usage-monitoring.md - docs/tasks/debug-application-cluster/get-shell-running-container.md @@ -85,7 +85,7 @@ toc: - docs/tasks/debug-application-cluster/debug-stateful-set.md - docs/tasks/debug-application-cluster/debug-application-introspection.md - docs/tasks/debug-application-cluster/audit.md - - title: Using Explorer to Examine the Runtime Environment + - title: Use Explorer to Examine the Runtime Environment path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/explorer - title: Accessing and Extending the Kubernetes API diff --git a/docs/tasks/debug-application-cluster/debug-application.md b/docs/tasks/debug-application-cluster/debug-application.md index 77697ba73e..543d1145f0 100644 --- a/docs/tasks/debug-application-cluster/debug-application.md +++ b/docs/tasks/debug-application-cluster/debug-application.md @@ -2,7 +2,7 @@ assignees: - mikedanese - thockin -title: Troubleshooting Applications +title: Troubleshoot Applications redirect_from: - "/docs/user-guide/application-troubleshooting/" - "/docs/user-guide/application-troubleshooting.html" diff --git a/docs/tasks/debug-application-cluster/debug-cluster.md b/docs/tasks/debug-application-cluster/debug-cluster.md index bf8254925a..7322ccdcd9 100644 --- a/docs/tasks/debug-application-cluster/debug-cluster.md +++ b/docs/tasks/debug-application-cluster/debug-cluster.md @@ -1,7 +1,7 @@ --- assignees: - davidopp -title: Troubleshooting Clusters +title: Troubleshoot Clusters redirect_from: - "/docs/admin/cluster-troubleshooting/" - "/docs/admin/cluster-troubleshooting.html" diff --git a/docs/tasks/debug-application-cluster/debug-init-containers.md b/docs/tasks/debug-application-cluster/debug-init-containers.md index 0728236d19..bf213722e8 100644 --- a/docs/tasks/debug-application-cluster/debug-init-containers.md +++ b/docs/tasks/debug-application-cluster/debug-init-containers.md @@ -7,7 +7,7 @@ assignees: - janetkuo - kow3ns - smarterclayton -title: Debugging Init Containers +title: Debug Init Containers redirect_from: - "/docs/tasks/troubleshoot/debug-init-containers/" - "/docs/tasks/troubleshoot/debug-init-containers.html" diff --git a/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md b/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md index 892127cd8b..8c0c8e2e5e 100644 --- a/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md +++ b/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md @@ -1,7 +1,7 @@ --- assignees: - bprashanth -title: Debugging Pods and Replication Controllers +title: Debug Pods and Replication Controllers redirect_from: - "/docs/user-guide/debugging-pods-and-replication-controllers/" - "/docs/user-guide/debugging-pods-and-replication-controllers.html" diff --git a/docs/tasks/debug-application-cluster/debug-service.md b/docs/tasks/debug-application-cluster/debug-service.md index 0e012ce056..ca7c980219 100644 --- a/docs/tasks/debug-application-cluster/debug-service.md +++ b/docs/tasks/debug-application-cluster/debug-service.md @@ -3,7 +3,7 @@ assignees: - bprashanth - janetkuo - thockin -title: Debugging Services +title: Debug Services redirect_from: - "/docs/user-guide/debugging-services/" - "/docs/user-guide/debugging-services.html" diff --git a/docs/tasks/debug-application-cluster/debug-stateful-set.md b/docs/tasks/debug-application-cluster/debug-stateful-set.md index 032491db88..0dc1fdbbf1 100644 --- a/docs/tasks/debug-application-cluster/debug-stateful-set.md +++ b/docs/tasks/debug-application-cluster/debug-stateful-set.md @@ -7,7 +7,7 @@ assignees: - janetkuo - kow3ns - smarterclayton -title: Debugging a StatefulSet +title: Debug a StatefulSet redirect_from: - "/docs/tasks/manage-stateful-set/debugging-a-statefulset/" - "/docs/tasks/manage-stateful-set/debugging-a-statefulset.html" diff --git a/docs/tasks/debug-application-cluster/determine-reason-pod-failure.md b/docs/tasks/debug-application-cluster/determine-reason-pod-failure.md index 1a5bddcb3b..770b676f61 100644 --- a/docs/tasks/debug-application-cluster/determine-reason-pod-failure.md +++ b/docs/tasks/debug-application-cluster/determine-reason-pod-failure.md @@ -1,5 +1,5 @@ --- -title: Determining the Reason for Pod Failure +title: Determine the Reason for Pod Failure --- {% capture overview %} diff --git a/docs/tasks/debug-application-cluster/get-shell-running-container.md b/docs/tasks/debug-application-cluster/get-shell-running-container.md index 69791b62b3..627eec5c15 100644 --- a/docs/tasks/debug-application-cluster/get-shell-running-container.md +++ b/docs/tasks/debug-application-cluster/get-shell-running-container.md @@ -2,7 +2,7 @@ assignees: - caesarxuchao - mikedanese -title: Getting a Shell to a Running Container +title: Get a Shell to a Running Container redirect_from: - "/docs/user-guide/getting-into-containers/" - "/docs/user-guide/getting-into-containers.html" diff --git a/docs/tasks/debug-application-cluster/monitor-node-health.md b/docs/tasks/debug-application-cluster/monitor-node-health.md index 1bce942056..9bf7a7f709 100644 --- a/docs/tasks/debug-application-cluster/monitor-node-health.md +++ b/docs/tasks/debug-application-cluster/monitor-node-health.md @@ -2,7 +2,7 @@ assignees: - Random-Liu - dchen1107 -title: Monitoring Node Health +title: Monitor Node Health redirect_from: - "/docs/admin/node-problem/" - "/docs/admin/node-problem.html"