Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CoreDNSService is the CoreDNS Service manifest CoreDNSService = `` /* 779-byte string literal not displayed */ // CoreDNSDeployment is the CoreDNS Deployment manifest CoreDNSDeployment = `` /* 2127-byte string literal not displayed */ // CoreDNSConfigMap is the CoreDNS ConfigMap manifest CoreDNSConfigMap = `` /* 525-byte string literal not displayed */ // CoreDNSClusterRole is the CoreDNS ClusterRole manifest CoreDNSClusterRole = `` /* 366-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 ` )
Variables ¶
This section is empty.
Functions ¶
func DeployedDNSAddon ¶ added in v1.11.0
DeployedDNSAddon returns the type of DNS addon currently deployed
func EnsureDNSAddon ¶
func EnsureDNSAddon(cfg *kubeadmapi.ClusterConfiguration, client clientset.Interface) error
EnsureDNSAddon creates the CoreDNS addon
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.