package addons
import "k8s.io/kubernetes/cmd/kubeadm/app/phases/addons"
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 ¶
const ( KubeProxyConfigMap = "" /* 618 byte string literal not displayed */ KubeProxyDaemonSet = "" /* 1011 byte string literal not displayed */ KubeDNSVersion = "1.14.4" KubeDNSDeployment = "" /* 5236 byte string literal not displayed */ KubeDNSService = "" /* 399 byte string literal not displayed */ )
Functions ¶
func CreateEssentialAddons ¶
func CreateEssentialAddons(cfg *kubeadmapi.MasterConfiguration, client *clientset.Clientset) error
CreateEssentialAddons creates the kube-proxy and kube-dns addons
func CreateKubeDNSAddon ¶
func CreateKubeProxyAddon ¶
Source Files ¶
addons.go manifests.go
- Version
- v1.6.7
- Published
- Jul 5, 2017
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 2 hours ago –
Tools for package owners.