File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/reference/setup-tools/kubeadm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ weight: 50
10
10
<!-- overview -->
11
11
During ` kubeadm init ` , kubeadm uploads the ` ClusterConfiguration ` object to your cluster
12
12
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 ` .
14
14
15
15
You can use ` kubeadm config print ` to print the default configuration and ` kubeadm config migrate ` to
16
16
convert your old configuration files to a newer version. ` kubeadm config images list ` and
@@ -20,15 +20,15 @@ For more information navigate to
20
20
[ Using kubeadm init with a configuration file] ( /docs/reference/setup-tools/kubeadm/kubeadm-init/#config-file )
21
21
or [ Using kubeadm join with a configuration file] ( /docs/reference/setup-tools/kubeadm/kubeadm-join/#config-file ) .
22
22
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.
24
24
See [ Configuring each kubelet in your cluster using kubeadm] ( /docs/setup/production-environment/tools/kubeadm/kubelet-integration/ ) for details.
25
25
26
26
In Kubernetes v1.13.0 and later to list/pull kube-dns images instead of the CoreDNS image
27
27
the ` --config ` method described [ here] ( /docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-addon )
28
28
has to be used.
29
29
30
30
<!-- body -->
31
- ## kubeadm config print {#cmd-config-view }
31
+ ## kubeadm config print {#cmd-config-print }
32
32
33
33
{{< include "generated/kubeadm_config_print.md" >}}
34
34
You can’t perform that action at this time.
0 commit comments