Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tasks ¶
type Tasks []Task
func WithBinariesOnly ¶
WithBinariesOnly will prepend passed tasks with tasks WithHostnameOS() and append install prerequisite binaries (docker, kubeadm, kubelet, etc...) on all hosts
func WithClusterStatus ¶
func WithFullInstall ¶
WithFullInstall with install binaries (using WithBinariesOnly) and orchestrate complete cluster init
func WithHostnameOS ¶
WithHostnameOS will prepend passed tasks with 2 basic tasks:
- detect OS on all cluster hosts
- detect hostnames on all cluster hosts
func WithUpgrade ¶
Source Files ¶
- certs.go
- cni.go
- controlplane.go
- coredns.go
- etcd.go
- kubeadm_config.go
- kubeadm_upgrade.go
- kubeconfig.go
- kubernetes_binaries.go
- machine_deployments.go
- nodes.go
- preflight_checks.go
- prerequisites.go
- reset.go
- static_wokers.go
- task.go
- tasks.go
- upgrade_follower.go
- upgrade_leader.go
- upgrade_static_workers.go
- util.go
Click to show internal directories.
Click to hide internal directories.