Documentation ¶
Index ¶
- Constants
- func GetKubernetesServiceIP(serviceClusterRange string) (net.IP, error)
- func RollingUpdateNginxProxy(cpHosts []hosts.Host, workerHosts []hosts.Host) 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
- func UpgradeControlPlane(controlHosts []hosts.Host, etcdHosts []hosts.Host, ...) error
- func UpgradeWorkerPlane(controlHosts []hosts.Host, workerHosts []hosts.Host, ...) error
Constants ¶
View Source
const ( NginxProxyImage = "husseingalal/nginx-nodeporxy:dev" NginxProxyEnvName = "CP_HOSTS" )
View Source
const ( ETCDRole = "etcd" ControlRole = "controlplane" WorkerRole = "worker" KubeAPIContainerName = "kube-api" KubeletContainerName = "kubelet" KubeproxyContainerName = "kube-proxy" KubeControllerContainerName = "kube-controller" SchedulerContainerName = "scheduler" EtcdContainerName = "etcd" NginxProxyContainerName = "nginx-proxy" )
Variables ¶
This section is empty.
Functions ¶
func GetKubernetesServiceIP ¶
func RollingUpdateNginxProxy ¶
func RunControlPlane ¶
func RunEtcdPlane ¶
func RunEtcdPlane(etcdHosts []hosts.Host, etcdService v1.ETCDService) error
func RunWorkerPlane ¶
func UpgradeControlPlane ¶
func UpgradeWorkerPlane ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.