8000 Update kubeadm-init.md (#9138) · ArduinoBot/website@6ba727b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ba727b

Browse files
WisWangk8s-ci-robot
authored andcommitted
Update kubeadm-init.md (kubernetes#9138)
miss a "-" at the [website](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init#init-workflow) before the feature-gates
1 parent 7a780be commit 6ba727b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ following steps:
7979

8080
See [kubeadm join](/docs/reference/setup-tools/kubeadm/kubeadm-join/) for additional info.
8181

82-
1. Installs the internal DNS server (kube-dns) and the kube-proxy addon components via the API server. If kubeadm is invoked with --feature-gates=CoreDNS=true, then [CoreDNS](https://coredns.io/) will be installed as the default internal DNS server instead of kube-dns.
82+
1. Installs the internal DNS server (kube-dns) and the kube-proxy addon components via the API server. If kubeadm is invoked with `--feature-gates=CoreDNS=true`, then [CoreDNS](https://coredns.io/) will be installed as the default internal DNS server instead of kube-dns.
8383
Please note that although the DNS server is deployed, it will not be scheduled until CNI is installed.
8484

8585
1. If `kubeadm init` is invoked with the alpha self-hosting feature enabled,

0 commit comments

Comments
 (0)
0