Documentation ¶
Index ¶
- Constants
- func GetKubernetesServiceIp(serviceClusterRange string) (net.IP, error)
- func RunControlPlane(controlHosts []hosts.Host, etcdHosts []hosts.Host, controlServices Services) error
- func RunEtcdPlane(etcdHosts []hosts.Host, etcdService Etcd) error
- func RunWorkerPlane(controlHosts []hosts.Host, workerHosts []hosts.Host, workerServices Services) error
- type Etcd
- type KubeAPI
- type KubeController
- type Kubelet
- type Kubeproxy
- type Scheduler
- type Services
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 ¶
Types ¶
type KubeController ¶
Click to show internal directories.
Click to hide internal directories.