Skip to content

Commit fb4e0c4

Browse files
authored
1 parent 6d51238 commit fb4e0c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ 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.
24+
See [Configuring each kubelet in your cluster using kubeadm](/docs/setup/production-environment/tools/kubeadm/kubelet-integration/) for details.
25+
26+
In Kubernetes v1.13.0 and later to list/pull kube-dns images instead of the CoreDNS image
27+
the `--config` method described [here](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-addon)
28+
has to be used.
29+
2330
<!-- body -->
2431
## kubeadm config view {#cmd-config-view}
2532

0 commit comments

Comments
 (0)