Change Task titles to imperative: Monitor. (#4028)
This commit is contained in:
parent
c59b2b6935
commit
423884e8b7
|
|
@ -69,7 +69,7 @@ toc:
|
||||||
- title: Configuring DNS for a Cluster
|
- title: Configuring DNS for a Cluster
|
||||||
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns
|
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns
|
||||||
|
|
||||||
- title: Monitoring, Logging, and Debugging
|
- title: Monitor, Log, and Debug
|
||||||
section:
|
section:
|
||||||
- docs/tasks/debug-application-cluster/resource-usage-monitoring.md
|
- docs/tasks/debug-application-cluster/resource-usage-monitoring.md
|
||||||
- docs/tasks/debug-application-cluster/get-shell-running-container.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-stateful-set.md
|
||||||
- docs/tasks/debug-application-cluster/debug-application-introspection.md
|
- docs/tasks/debug-application-cluster/debug-application-introspection.md
|
||||||
- docs/tasks/debug-application-cluster/audit.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
|
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/explorer
|
||||||
|
|
||||||
- title: Accessing and Extending the Kubernetes API
|
- title: Accessing and Extending the Kubernetes API
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
assignees:
|
assignees:
|
||||||
- mikedanese
|
- mikedanese
|
||||||
- thockin
|
- thockin
|
||||||
title: Troubleshooting Applications
|
title: Troubleshoot Applications
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- "/docs/user-guide/application-troubleshooting/"
|
- "/docs/user-guide/application-troubleshooting/"
|
||||||
- "/docs/user-guide/application-troubleshooting.html"
|
- "/docs/user-guide/application-troubleshooting.html"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
- davidopp
|
- davidopp
|
||||||
title: Troubleshooting Clusters
|
title: Troubleshoot Clusters
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- "/docs/admin/cluster-troubleshooting/"
|
- "/docs/admin/cluster-troubleshooting/"
|
||||||
- "/docs/admin/cluster-troubleshooting.html"
|
- "/docs/admin/cluster-troubleshooting.html"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ assignees:
|
||||||
- janetkuo
|
- janetkuo
|
||||||
- kow3ns
|
- kow3ns
|
||||||
- smarterclayton
|
- smarterclayton
|
||||||
title: Debugging Init Containers
|
title: Debug Init Containers
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- "/docs/tasks/troubleshoot/debug-init-containers/"
|
- "/docs/tasks/troubleshoot/debug-init-containers/"
|
||||||
- "/docs/tasks/troubleshoot/debug-init-containers.html"
|
- "/docs/tasks/troubleshoot/debug-init-containers.html"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
- bprashanth
|
- bprashanth
|
||||||
title: Debugging Pods and Replication Controllers
|
title: Debug Pods and Replication Controllers
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- "/docs/user-guide/debugging-pods-and-replication-controllers/"
|
- "/docs/user-guide/debugging-pods-and-replication-controllers/"
|
||||||
- "/docs/user-guide/debugging-pods-and-replication-controllers.html"
|
- "/docs/user-guide/debugging-pods-and-replication-controllers.html"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ assignees:
|
||||||
- bprashanth
|
- bprashanth
|
||||||
- janetkuo
|
- janetkuo
|
||||||
- thockin
|
- thockin
|
||||||
title: Debugging Services
|
title: Debug Services
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- "/docs/user-guide/debugging-services/"
|
- "/docs/user-guide/debugging-services/"
|
||||||
- "/docs/user-guide/debugging-services.html"
|
- "/docs/user-guide/debugging-services.html"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ assignees:
|
||||||
- janetkuo
|
- janetkuo
|
||||||
- kow3ns
|
- kow3ns
|
||||||
- smarterclayton
|
- smarterclayton
|
||||||
title: Debugging a StatefulSet
|
title: Debug a StatefulSet
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- "/docs/tasks/manage-stateful-set/debugging-a-statefulset/"
|
- "/docs/tasks/manage-stateful-set/debugging-a-statefulset/"
|
||||||
- "/docs/tasks/manage-stateful-set/debugging-a-statefulset.html"
|
- "/docs/tasks/manage-stateful-set/debugging-a-statefulset.html"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Determining the Reason for Pod Failure
|
title: Determine the Reason for Pod Failure
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
assignees:
|
assignees:
|
||||||
- caesarxuchao
|
- caesarxuchao
|
||||||
- mikedanese
|
- mikedanese
|
||||||
title: Getting a Shell to a Running Container
|
title: Get a Shell to a Running Container
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- "/docs/user-guide/getting-into-containers/"
|
- "/docs/user-guide/getting-into-containers/"
|
||||||
- "/docs/user-guide/getting-into-containers.html"
|
- "/docs/user-guide/getting-into-containers.html"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
assignees:
|
assignees:
|
||||||
- Random-Liu
|
- Random-Liu
|
||||||
- dchen1107
|
- dchen1107
|
||||||
title: Monitoring Node Health
|
title: Monitor Node Health
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- "/docs/admin/node-problem/"
|
- "/docs/admin/node-problem/"
|
||||||
- "/docs/admin/node-problem.html"
|
- "/docs/admin/node-problem.html"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue