kubeadm-alpha: CoreDNS related changes (#8727)
Update note about CoreDNS feature gate. This change also updates a tab as a kubeadm sub-command will change. It looks for a new generated file: generated/kubeadm_alpha_phase_addon_coredns.md instead of: generated/kubeadm_alpha_phase_addon_kube-dns.md
This commit is contained in:
committed by
Misty Linville
parent
d87adaba27
commit
3819dc732c
@@ -118,12 +118,14 @@ Alternatively, you can use [kubeadm config](/docs/reference/setup-tools/kubeadm/
|
||||
You can install all the available addons with the `all` subcommand, or
|
||||
install them selectively.
|
||||
|
||||
Please note that if kubeadm is invoked with `--feature-gates=CoreDNS=true`, [CoreDNS](https://coredns.io/) is installed instead of `kube-dns`.
|
||||
{{< note >}}
|
||||
**Note:** If `kubeadm` is invoked with `--feature-gates=CoreDNS=false`, kube-dns is installed.
|
||||
{{< /note >}}
|
||||
|
||||
{{< tabs name="tab-addon" >}}
|
||||
{{< tab name="all" include="generated/kubeadm_alpha_phase_addon_all.md" />}}
|
||||
{{< tab name="kube-proxy" include="generated/kubeadm_alpha_phase_addon_kube-proxy.md" />}}
|
||||
{{< tab name="kube-dns" include="generated/kubeadm_alpha_phase_addon_kube-dns.md" />}}
|
||||
{{< tab name="coredns" include="generated/kubeadm_alpha_phase_addon_coredns.md" />}}
|
||||
{{< /tabs >}}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user