Documentation ¶
Index ¶
- Constants
- func AddEtcdMember(ctx context.Context, toAddEtcdHost *hosts.Host, etcdHosts []*hosts.Host, ...) error
- func GetEtcdConnString(hosts []*hosts.Host) string
- func GetEtcdInitialCluster(hosts []*hosts.Host) string
- func GetHealthCheckURL(useTLS bool, port int) string
- func GetProcessConfig(process v3.Process) (*container.Config, *container.HostConfig, string)
- func IsEtcdMember(ctx context.Context, etcdHost *hosts.Host, etcdHosts []*hosts.Host, ...) (bool, error)
- func ReloadEtcdCluster(ctx context.Context, readyEtcdHosts []*hosts.Host, ...) error
- func RemoveControlPlane(ctx context.Context, controlHosts []*hosts.Host, force bool) error
- func RemoveEtcdMember(ctx context.Context, etcdHost *hosts.Host, etcdHosts []*hosts.Host, ...) error
- func RemoveEtcdPlane(ctx context.Context, etcdHosts []*hosts.Host, force bool) error
- func RemoveWorkerPlane(ctx context.Context, workerHosts []*hosts.Host, force bool) error
- func RunControlPlane(ctx context.Context, controlHosts []*hosts.Host, ...) error
- func RunEtcdPlane(ctx context.Context, etcdHosts []*hosts.Host, ...) error
- func RunWorkerPlane(ctx context.Context, allHosts []*hosts.Host, ...) error
Constants ¶
View Source
const ( HealthzAddress = "localhost" HealthzEndpoint = "/healthz" HTTPProtoPrefix = "http://" HTTPSProtoPrefix = "https://" )
View Source
const ( NginxProxyImage = "rancher/rke-nginx-proxy:0.1.0" NginxProxyEnvName = "CP_HOSTS" )
View Source
const ( ETCDRole = "etcd" ControlRole = "controlplane" WorkerRole = "worker" SidekickServiceName = "sidekick" RBACAuthorizationMode = "rbac" KubeAPIContainerName = "kube-apiserver" KubeletContainerName = "kubelet" KubeproxyContainerName = "kube-proxy" KubeControllerContainerName = "kube-controller-manager" SchedulerContainerName = "kube-scheduler" EtcdContainerName = "etcd" NginxProxyContainerName = "nginx-proxy" SidekickContainerName = "service-sidekick" KubeAPIPort = 6443 SchedulerPort = 10251 KubeControllerPort = 10252 KubeletPort = 10250 KubeproxyPort = 10256 )
View Source
const (
EtcdHealthCheckURL = "https://127.0.0.1:2379/health"
)
Variables ¶
This section is empty.
Functions ¶
func AddEtcdMember ¶
func GetEtcdConnString ¶
func GetEtcdInitialCluster ¶ added in v0.1.2
func GetHealthCheckURL ¶ added in v0.1.2
func GetProcessConfig ¶ added in v0.1.2
func IsEtcdMember ¶ added in v0.1.2
func ReloadEtcdCluster ¶
func RemoveControlPlane ¶
func RemoveEtcdMember ¶
func RemoveEtcdPlane ¶
func RemoveWorkerPlane ¶
func RunControlPlane ¶
func RunEtcdPlane ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.