Documentation ¶
Index ¶
- Constants
- func GetKubernetesServiceIP(serviceClusterRange string) (net.IP, error)
- func RunControlPlane(controlHosts []hosts.Host, etcdHosts []hosts.Host, ...) error
- func RunEtcdPlane(etcdHosts []hosts.Host, etcdService v1.ETCDService) error
- func RunWorkerPlane(controlHosts []hosts.Host, workerHosts []hosts.Host, ...) error
Constants ¶
View Source
const ( ETCDRole = "etcd" ControlRole = "controlplane" WorkerRole = "worker" KubeAPIContainerName = "kube-api" KubeletContainerName = "kubelet" KubeproxyContainerName = "kube-proxy" KubeControllerContainerName = "kube-controller" SchedulerContainerName = "scheduler" EtcdContainerName = "etcd" )
Variables ¶
This section is empty.
Functions ¶
func GetKubernetesServiceIP ¶
func RunControlPlane ¶
func RunEtcdPlane ¶
func RunEtcdPlane(etcdHosts []hosts.Host, etcdService v1.ETCDService) error
func RunWorkerPlane ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.