Documentation
¶
Index ¶
- Constants
- func CreateEssentialAddons(cfg *kubeadmapi.MasterConfiguration, client *clientset.Clientset) error
- func CreateKubeDNSAddon(deploymentBytes, serviceBytes []byte, client *clientset.Clientset) error
- func CreateKubeProxyAddon(configMapBytes, daemonSetbytes []byte, client *clientset.Clientset) error
Constants ¶
View Source
const (
KubeProxyConfigMap = `` /* 616-byte string literal not displayed */
KubeProxyDaemonSet = `` /* 1272-byte string literal not displayed */
KubeDNSVersion = "1.14.5"
KubeDNSDeployment = `` /* 5163-byte string literal not displayed */
KubeDNSService = `` /* 628-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
func CreateEssentialAddons ¶
func CreateEssentialAddons(cfg *kubeadmapi.MasterConfiguration, client *clientset.Clientset) error
CreateEssentialAddons creates the kube-proxy and kube-dns addons
func CreateKubeDNSAddon ¶
func CreateKubeDNSAddon(deploymentBytes, serviceBytes []byte, client *clientset.Clientset) error
func CreateKubeProxyAddon ¶
func CreateKubeProxyAddon(configMapBytes, daemonSetbytes []byte, client *clientset.Clientset) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.