Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KubeDNSVersion is the version of kube-dns to run KubeDNSVersion = "1.14.4" // KubeDNSDeployment is the kube-dns Deployemnt manifest KubeDNSDeployment = `` /* 4968-byte string literal not displayed */ // KubeDNSService is the kube-dns Service manifest KubeDNSService = `` /* 628-byte string literal not displayed */ )
View Source
const (
// KubeDNSServiceAccountName describes the name of the ServiceAccount for the kube-dns addon
KubeDNSServiceAccountName = "kube-dns"
)
Variables ¶
This section is empty.
Functions ¶
func CreateServiceAccount ¶
CreateServiceAccount creates the necessary serviceaccounts that kubeadm uses/might use, if they don't already exist.
func EnsureDNSAddon ¶
func EnsureDNSAddon(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error
EnsureDNSAddon creates the kube-dns addon
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.