From 3e403d630246c74a8a5e4a3f29f0401decfba0de Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Thu, 5 Apr 2018 19:12:08 -0700 Subject: [PATCH] Update reference to kubectl commands using redirects (concepts/configuration) (#7986) --- .../configuration/organize-cluster-access-kubeconfig.md | 4 ++-- docs/concepts/configuration/secret.md | 2 +- docs/concepts/configuration/taint-and-toleration.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/concepts/configuration/organize-cluster-access-kubeconfig.md b/docs/concepts/configuration/organize-cluster-access-kubeconfig.md index 5dd0e65d78..39b75139e2 100644 --- a/docs/concepts/configuration/organize-cluster-access-kubeconfig.md +++ b/docs/concepts/configuration/organize-cluster-access-kubeconfig.md @@ -17,7 +17,7 @@ It does not mean that there is a file named `kubeconfig`. By default, `kubectl` looks for a file named `config` in the `$HOME/.kube` directory. You can specify other kubeconfig files by setting the `KUBECONFIG` environment variable or by setting the -[`--kubeconfig`](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/) flag. +[`--kubeconfig`](/docs/user-guide/kubectl/{{page.version}}/) flag. For step-by-step instructions on creating and specifying kubeconfig files, see [Configure Access to Multiple Clusters](/docs/tasks/access-application-cluster/configure-access-multiple-clusters). @@ -146,7 +146,7 @@ are stored absolutely. {% capture whatsnext %} * [Configure Access to Multiple Clusters](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) -* [kubectl config](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/) +* [kubectl config](/docs/user-guide/kubectl/{{page.version}}/) {% endcapture %} diff --git a/docs/concepts/configuration/secret.md b/docs/concepts/configuration/secret.md index 2f7a0e5721..497bff5459 100644 --- a/docs/concepts/configuration/secret.md +++ b/docs/concepts/configuration/secret.md @@ -119,7 +119,7 @@ data: The data field is a map. Its keys must consist of alphanumeric characters, '-', '_' or '.'. The values are arbitrary data, encoded using base64. -Create the secret using [`kubectl create`](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/#create): +Create the secret using [`kubectl create`](/docs/user-guide/kubectl/{{page.version}}/#create): ```shell $ kubectl create -f ./secret.yaml diff --git a/docs/concepts/configuration/taint-and-toleration.md b/docs/concepts/configuration/taint-and-toleration.md index 20fba15506..a653a6f8ce 100644 --- a/docs/concepts/configuration/taint-and-toleration.md +++ b/docs/concepts/configuration/taint-and-toleration.md @@ -22,7 +22,7 @@ onto nodes with matching taints. ## Concepts -You add a taint to a node using [kubectl taint](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/#taint). +You add a taint to a node using [kubectl taint](/docs/user-guide/kubectl/{{page.version}}/#taint). For example, ```shell