Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KubeDNSDeployment is the kube-dns Deployment manifest for the kube-dns manifest for v1.7+ KubeDNSDeployment = `` /* 4561-byte string literal not displayed */ // KubeDNSService is the kube-dns Service manifest KubeDNSService = `` /* 707-byte string literal not displayed */ // CoreDNSDeployment is the CoreDNS Deployment manifest CoreDNSDeployment = `` /* 1819-byte string literal not displayed */ // CoreDNSConfigMap is the CoreDNS ConfigMap manifest CoreDNSConfigMap = `` /* 476-byte string literal not displayed */ // CoreDNSClusterRole is the CoreDNS ClusterRole manifest CoreDNSClusterRole = `` /* 272-byte string literal not displayed */ // CoreDNSClusterRoleBinding is the CoreDNS Clusterrolebinding manifest CoreDNSClusterRoleBinding = `` /* 264-byte string literal not displayed */ // CoreDNSServiceAccount is the CoreDNS ServiceAccount manifest CoreDNSServiceAccount = ` apiVersion: v1 kind: ServiceAccount metadata: name: coredns namespace: kube-system ` )
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 DeployedDNSAddon ¶ added in v1.11.0
func DeployedDNSAddon(client clientset.Interface) (kubeadmapi.DNSAddOnType, string, error)
DeployedDNSAddon returns the type of DNS addon currently deployed
func EnsureDNSAddon ¶
func EnsureDNSAddon(cfg *kubeadmapi.InitConfiguration, client clientset.Interface) error
EnsureDNSAddon creates the kube-dns or CoreDNS addon
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.