Update reference to kubectl commands using redirects (concepts/configuration) (#7986)
This commit is contained in:
@@ -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.
|
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
|
You can specify other kubeconfig files by setting the `KUBECONFIG` environment
|
||||||
variable or by setting the
|
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
|
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).
|
[Configure Access to Multiple Clusters](/docs/tasks/access-application-cluster/configure-access-multiple-clusters).
|
||||||
@@ -146,7 +146,7 @@ are stored absolutely.
|
|||||||
{% capture whatsnext %}
|
{% capture whatsnext %}
|
||||||
|
|
||||||
* [Configure Access to Multiple Clusters](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/)
|
* [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 %}
|
{% endcapture %}
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
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
|
```shell
|
||||||
$ kubectl create -f ./secret.yaml
|
$ kubectl create -f ./secret.yaml
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ onto nodes with matching taints.
|
|||||||
|
|
||||||
## Concepts
|
## 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,
|
For example,
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user