Merge pull request #28010 from neolit123/1.22-remove-config-view
kubeadm: remove reference to the "config view" command.
This commit is contained in:
@@ -10,7 +10,7 @@ weight: 50
|
|||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
During `kubeadm init`, kubeadm uploads the `ClusterConfiguration` object to your cluster
|
During `kubeadm init`, kubeadm uploads the `ClusterConfiguration` object to your cluster
|
||||||
in a ConfigMap called `kubeadm-config` in the `kube-system` namespace. This configuration is then read during
|
in a ConfigMap called `kubeadm-config` in the `kube-system` namespace. This configuration is then read during
|
||||||
`kubeadm join`, `kubeadm reset` and `kubeadm upgrade`. To view this ConfigMap call `kubeadm config view`.
|
`kubeadm join`, `kubeadm reset` and `kubeadm upgrade`.
|
||||||
|
|
||||||
You can use `kubeadm config print` to print the default configuration and `kubeadm config migrate` to
|
You can use `kubeadm config print` to print the default configuration and `kubeadm config migrate` to
|
||||||
convert your old configuration files to a newer version. `kubeadm config images list` and
|
convert your old configuration files to a newer version. `kubeadm config images list` and
|
||||||
@@ -28,7 +28,7 @@ the `--config` method described [here](/docs/reference/setup-tools/kubeadm/kubea
|
|||||||
has to be used.
|
has to be used.
|
||||||
|
|
||||||
<!-- body -->
|
<!-- body -->
|
||||||
## kubeadm config print {#cmd-config-view}
|
## kubeadm config print {#cmd-config-print}
|
||||||
|
|
||||||
{{< include "generated/kubeadm_config_print.md" >}}
|
{{< include "generated/kubeadm_config_print.md" >}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user