Skip to content

Commit a41a4f9

Browse files
committed
kubeadm: remove reference of the "config view" command.
The command is being removed in 1.22. Clear references to it in kubeadm-config.md.
1 parent 3473888 commit a41a4f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/reference/setup-tools/kubeadm/kubeadm-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 50
1010
<!-- overview -->
1111
During `kubeadm init`, kubeadm uploads the `ClusterConfiguration` object to your cluster
1212
in a ConfigMap called `kubeadm-config` in the `kube-system` namespace. This configuration is then read during
13-
`kubeadm join`, `kubeadm reset` and `kubeadm upgrade`. To view this ConfigMap call `kubeadm config view`.
13+
`kubeadm join`, `kubeadm reset` and `kubeadm upgrade`.
1414

1515
You can use `kubeadm config print` to print the default configuration and `kubeadm config migrate` to
1616
convert your old configuration files to a newer version. `kubeadm config images list` and
@@ -20,15 +20,15 @@ For more information navigate to
2020
[Using kubeadm init with a configuration file](/docs/reference/setup-tools/kubeadm/kubeadm-init/#config-file)
2121
or [Using kubeadm join with a configuration file](/docs/reference/setup-tools/kubeadm/kubeadm-join/#config-file).
2222

23-
You can also configure several kubelet-configuration options with `kubeadm init`. These options will be the same on any node in your cluster.
23+
You can also configure several kubelet-configuration options with `kubeadm init`. These options will be the same on any node in your cluster.
2424
See [Configuring each kubelet in your cluster using kubeadm](/docs/setup/production-environment/tools/kubeadm/kubelet-integration/) for details.
2525

2626
In Kubernetes v1.13.0 and later to list/pull kube-dns images instead of the CoreDNS image
2727
the `--config` method described [here](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-addon)
2828
has to be used.
2929

3030
<!-- body -->
31-
## kubeadm config print {#cmd-config-view}
31+
## kubeadm config print {#cmd-config-print}
3232

3333
{{< include "generated/kubeadm_config_print.md" >}}
3434

0 commit comments

Comments
 (0)