mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +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 {
|
||||
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")
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user