mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Fix a typo in kubeadm genearted doc
This commit is contained in:
parent
a2de1398f8
commit
e41629ce7f
@ -39,12 +39,12 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
allAddonsLongDesc = normalizer.LongDesc(`
|
allAddonsLongDesc = normalizer.LongDesc(`
|
||||||
Installs the CoreDNS and the kube-proxys addons components via the API server.
|
Installs the CoreDNS and the kube-proxy addons components via the API server.
|
||||||
Please note that although the DNS server is deployed, it will not be scheduled until CNI is installed.
|
Please note that although the DNS server is deployed, it will not be scheduled until CNI is installed.
|
||||||
` + cmdutil.AlphaDisclaimer)
|
` + cmdutil.AlphaDisclaimer)
|
||||||
|
|
||||||
allAddonsExample = normalizer.Examples(`
|
allAddonsExample = normalizer.Examples(`
|
||||||
# Installs the CoreDNS and the kube-proxys addons components via the API server,
|
# Installs the CoreDNS and the kube-proxy addons components via the API server,
|
||||||
# functionally equivalent to what installed by kubeadm init.
|
# functionally equivalent to what installed by kubeadm init.
|
||||||
|
|
||||||
kubeadm alpha phase selfhosting from-staticpods
|
kubeadm alpha phase selfhosting from-staticpods
|
||||||
|
Loading…
Reference in New Issue
Block a user