Update reference to kubectl commands using redirects (concepts/configuration) (#7986)

This commit is contained in:
Kai Chen
2018-04-05 19:12:08 -07:00
committed by zacharysarah
parent b5024fed88
commit 3e403d6302
3 changed files with 4 additions and 4 deletions
@@ -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 %}
+1 -1
View File
@@ -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
@@ -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