From d7ddfdacb91fc78d9a60e36d383be0e7f1b9b6ba Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Sat, 23 Sep 2017 15:20:49 -0700 Subject: [PATCH] Update link targest to avoid redirects. (#5597) --- docs/tasks/access-application-cluster/access-cluster.md | 2 +- docs/tasks/administer-cluster/access-cluster-api.md | 2 +- docs/tasks/administer-cluster/declare-network-policy.md | 2 +- .../configure-pod-container/configure-pod-initialization.md | 2 +- .../environment-variable-expose-pod-information.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tasks/access-application-cluster/access-cluster.md b/docs/tasks/access-application-cluster/access-cluster.md index a8c0abcf89..a3c1a6ce77 100644 --- a/docs/tasks/access-application-cluster/access-cluster.md +++ b/docs/tasks/access-application-cluster/access-cluster.md @@ -136,7 +136,7 @@ If the application is deployed as a Pod in the cluster, please refer to the [nex To use [Python client](https://github.com/kubernetes-incubator/client-python), run the following command: `pip install kubernetes`. See [Python Client Library page](https://github.com/kubernetes-incubator/client-python) for more installation options. -The Python client can use the same [kubeconfig file](/docs/user-guide/kubeconfig-file) +The Python client can use the same [kubeconfig file](docs/tasks/access-application-cluster/configure-access-multiple-clusters/) as the kubectl CLI does to locate and authenticate to the apiserver. See this [example](https://github.com/kubernetes-incubator/client-python/tree/master/examples/example1.py). #### Other languages diff --git a/docs/tasks/administer-cluster/access-cluster-api.md b/docs/tasks/administer-cluster/access-cluster-api.md index f1fd4ea5c1..88ef4334cf 100644 --- a/docs/tasks/administer-cluster/access-cluster-api.md +++ b/docs/tasks/administer-cluster/access-cluster-api.md @@ -147,7 +147,7 @@ If the application is deployed as a Pod in the cluster, please refer to the [nex To use [Python client](https://github.com/kubernetes-incubator/client-python), run the following command: `pip install kubernetes` See [Python Client Library page](https://github.com/kubernetes-incubator/client-python) for more installation options. -The Python client can use the same [kubeconfig file](/docs/user-guide/kubeconfig-file) +The Python client can use the same [kubeconfig file](docs/tasks/access-application-cluster/configure-access-multiple-clusters/) as the kubectl CLI does to locate and authenticate to the apiserver. See this [example](https://github.com/kubernetes-incubator/client-python/tree/master/examples/example1.py): ```python diff --git a/docs/tasks/administer-cluster/declare-network-policy.md b/docs/tasks/administer-cluster/declare-network-policy.md index a1cffa197b..d1b141c607 100644 --- a/docs/tasks/administer-cluster/declare-network-policy.md +++ b/docs/tasks/administer-cluster/declare-network-policy.md @@ -15,7 +15,7 @@ You'll need to have a Kubernetes cluster in place, with network policy support. * [Cilium](/docs/tasks/administer-cluster/cilium-network-policy/) * [Kube-router](/docs/tasks/administer-cluster/kube-router-network-policy/) * [Romana](/docs/tasks/configure-pod-container/romana-network-policy/) -* [Weave Net](/docs/tasks/configure-pod-container/weave-network-policy/) +* [Weave Net](/docs/tasks/administer-cluster/weave-network-policy/) **Note**: The above list is sorted alphabetically by product name, not by recommendation or preference. This example is valid for a Kubernetes cluster using any of these providers. {% endcapture %} diff --git a/docs/tasks/configure-pod-container/configure-pod-initialization.md b/docs/tasks/configure-pod-container/configure-pod-initialization.md index be18f82e4d..4147b54854 100644 --- a/docs/tasks/configure-pod-container/configure-pod-initialization.md +++ b/docs/tasks/configure-pod-container/configure-pod-initialization.md @@ -81,7 +81,7 @@ The output shows that nginx is serving the web page that was written by the init {% capture whatsnext %} * Learn more about -[communicating between Containers running in the same Pod](/docs/tasks/configure-pod-container/communicate-containers-same-pod/). +[communicating between Containers running in the same Pod](/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/). * Learn more about [Init Containers](/docs/concepts/workloads/pods/init-containers/). * Learn more about [Volumes](/docs/concepts/storage/volumes/). * Learn more about [Debugging Init Containers](/docs/tasks/debug-application-cluster/debug-init-containers/) diff --git a/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md b/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md index 391b58ee54..0b652dd52d 100644 --- a/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md +++ b/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md @@ -161,7 +161,7 @@ The output shows the values of selected environment variables: {% capture whatsnext %} -* [Defining Environment Variables for a Container](/docs/tasks/configure-pod-container/define-environment-variable-container/) +* [Defining Environment Variables for a Container](/docs/tasks/inject-data-application/define-environment-variable-container/) * [PodSpec](/docs/resources-reference/{{page.version}}/#podspec-v1-core) * [Container](/docs/resources-reference/{{page.version}}/#container-v1-core) * [EnvVar](/docs/resources-reference/{{page.version}}/#envvar-v1-core)