fix broken links in user-journeys docs (#7171)

pull/7182/head
Jorge Hernández 2018-01-31 21:40:05 -06:00 committed by k8s-ci-robot
parent 9fb8aadbec
commit 2651747e25
2 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@ These resources are covered in a number of articles within the Kubernetes docume
* [Deployments](/docs/concepts/workloads/controllers/deployment/)
* [Garbage Collection](/docs/concepts/workloads/controllers/garbage-collection/)
* [Container Images](/docs/concepts/containers/images/)
* [Container Environment Variables](docs/concepts/containers/container-environment-variables/)
* [Container Environment Variables](/docs/concepts/containers/container-environment-variables/)
* [Labels and Selectors](/docs/concepts/overview/working-with-objects/labels/)
* [Namespaces](/docs/concepts/overview/working-with-objects/namespaces/)
* [Namespaces Walkthrough](/docs/tasks/administer-cluster/namespaces-walkthrough/)

View File

@ -41,16 +41,16 @@ Pods
* [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/)
* [Init Containers](/docs/concepts/workloads/pods/init-containers/)
* [Pod Presets](/docs/concepts/workloads/pods/podpreset/)
* [Container Lifecycle Hooks](docs/concepts/containers/container-lifecycle-hooks/)
* [Container Lifecycle Hooks](/docs/concepts/containers/container-lifecycle-hooks/)
And how Pods work with scheduling, priority, disruptions:
* [Taints and Tolerations](/docs/concepts/configuration/taint-and-toleration/)
* [Pods and Priority](/docs/concepts/configuration/pod-priority-preemption/)
* [Disruptions](/docs/concepts/workloads/pods/disruptions/)
* [Assigning Pods to Nodes](docs/concepts/configuration/assign-pod-node/)
* [Managing compute resources for containers](docs/concepts/configuration/manage-compute-resources-container/)
* [Configuration best practices](docs/concepts/configuration/overview/)
* [Assigning Pods to Nodes](/docs/concepts/configuration/assign-pod-node/)
* [Managing compute resources for containers](/docs/concepts/configuration/manage-compute-resources-container/)
* [Configuration best practices](/docs/concepts/configuration/overview/)
## Implement security best practices
@ -58,7 +58,7 @@ Securing your cluster includes work beyond the scope of Kubernetes itself. (TODO
In Kubernetes, you configure access control:
* [Controlling Access to the Kubernetes API](docs/admin/accessing-the-api/)
* [Controlling Access to the Kubernetes API](/docs/admin/accessing-the-api/)
* [Authenticating](/docs/admin/authentication/)
* [Using Admission Controllers](/docs/admin/admission-controllers/)