mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
kubeadm: kube-dns is deprecated and will not be supported in a future version
This commit is contained in:
parent
d758fc3edb
commit
803161d621
@ -162,6 +162,7 @@ func kubeDNSAddon(cfg *kubeadmapi.ClusterConfiguration, client clientset.Interfa
|
|||||||
if err := createKubeDNSAddon(dnsDeploymentBytes, dnsServiceBytes, client); err != nil {
|
if err := createKubeDNSAddon(dnsDeploymentBytes, dnsServiceBytes, client); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
fmt.Println("[addons] WARNING: kube-dns is deprecated and will not be supported in a future version")
|
||||||
fmt.Println("[addons] Applied essential addon: kube-dns")
|
fmt.Println("[addons] Applied essential addon: kube-dns")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user