Merge pull request #86574 from SataQiu/deprecated-kube-dns

kubeadm: kube-dns is deprecated and will not be supported in a future version
This commit is contained in:
Kubernetes Prow Robot
2020-01-23 20:26:32 -08:00
committed by GitHub

View File

@@ -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
}