fix typo envrionment -> [environment] (#7262)
This commit is contained in:
parent
072112f6e5
commit
44b8e65b40
|
|
@ -62,7 +62,7 @@ required. If the `KUBECONFIG` environment variable doesn't exist,
|
||||||
|
|
||||||
If the `KUBECONFIG` environment variable does exist, `kubectl` uses
|
If the `KUBECONFIG` environment variable does exist, `kubectl` uses
|
||||||
an effective configuration that is the result of merging the files
|
an effective configuration that is the result of merging the files
|
||||||
listed in the `KUBECONFIG` evironment variable.
|
listed in the `KUBECONFIG` environment variable.
|
||||||
|
|
||||||
## Merging kubeconfig files
|
## Merging kubeconfig files
|
||||||
|
|
||||||
|
|
@ -82,7 +82,7 @@ Here are the rules that `kubectl` uses when it merges kubeconfig files:
|
||||||
|
|
||||||
Otherwise, if the `KUBECONFIG` environment variable is set, use it as a
|
Otherwise, if the `KUBECONFIG` environment variable is set, use it as a
|
||||||
list of files that should be merged.
|
list of files that should be merged.
|
||||||
Merge the files listed in the `KUBECONFIG` envrionment variable
|
Merge the files listed in the `KUBECONFIG` environment variable
|
||||||
according to these rules:
|
according to these rules:
|
||||||
|
|
||||||
* Ignore empty filenames.
|
* Ignore empty filenames.
|
||||||
|
|
@ -151,4 +151,3 @@ are stored absolutely.
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% include templates/concept.md %}
|
{% include templates/concept.md %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue