Added join step
This commit is contained in:
@@ -34,13 +34,17 @@ type LocalClusterState struct {
|
||||
type BootstrapAction string
|
||||
|
||||
const (
|
||||
BootstrapActionInitControlPlane BootstrapAction = "init-control-plane"
|
||||
BootstrapActionJoinWorker BootstrapAction = "join-worker"
|
||||
BootstrapActionJoinControlPlane BootstrapAction = "join-control-plane"
|
||||
BootstrapActionReconcileWorker BootstrapAction = "reconcile-worker"
|
||||
BootstrapActionInitControlPlane BootstrapAction = "init-control-plane"
|
||||
BootstrapActionJoinControlPlane BootstrapAction = "join-control-plane"
|
||||
BootstrapActionManageControlPlane BootstrapAction = "manage-control-plane"
|
||||
|
||||
BootstrapActionJoinWorker BootstrapAction = "join-worker"
|
||||
BootstrapActionManageWorker BootstrapAction = "manage-worker"
|
||||
|
||||
BootstrapActionReconcileControlPlane BootstrapAction = "reconcile-control-plane"
|
||||
BootstrapActionUpgradeWorker BootstrapAction = "upgrade-worker"
|
||||
BootstrapActionUpgradeControlPlane BootstrapAction = "upgrade-control-plane"
|
||||
BootstrapActionReconcileWorker BootstrapAction = "reconcile-worker"
|
||||
BootstrapActionUpgradeWorker BootstrapAction = "upgrade-worker"
|
||||
)
|
||||
|
||||
type BootstrapState struct {
|
||||
|
||||
Reference in New Issue
Block a user