Can now reconcile
This commit is contained in:
@@ -25,7 +25,6 @@ func NewRegistry(ctx *node.NodeContext) *Registry {
|
||||
"AllowSingleNodeScheduling": node.AllowSingleNodeScheduling,
|
||||
"ApplyLocalNodeMetadataIfPossible": node.ApplyLocalNodeMetadataIfPossible,
|
||||
"CheckForVersionSkew": node.CheckForVersionSkew,
|
||||
"CheckUpgradePrereqs": node.CheckUpgradePrereqs,
|
||||
"ClassifyBootstrapAction": node.ClassifyBootstrapAction,
|
||||
"ConfigureDNS": node.ConfigureDNS(netCfg),
|
||||
"ConfigureDefaultCNI": node.ConfigureDefaultCNI,
|
||||
@@ -33,14 +32,12 @@ func NewRegistry(ctx *node.NodeContext) *Registry {
|
||||
"ConfigureMgmtInterface": node.ConfigureMgmtInterface(netCfg),
|
||||
"DetectLocalClusterState": node.DetectLocalClusterState,
|
||||
"EnsureIPForward": node.EnsureIPForward,
|
||||
"PrintSummary": node.PrintSummary,
|
||||
"ReconcileControlPlane": node.ReconcileControlPlane,
|
||||
"ReconcileNode": node.ReconcileNode,
|
||||
"ReconcileWorker": node.ReconcileWorker,
|
||||
"RunKubeadmInit": node.RunKubeadmInit,
|
||||
"RunKubeadmJoin": node.RunKubeadmJoin,
|
||||
"RunKubeadmUpgradeApply": node.RunKubeadmUpgradeApply,
|
||||
"RunKubeadmUpgradeNode": node.RunKubeadmUpgradeNode,
|
||||
"SetHostnameIfNeeded": node.SetHostnameIfNeeded,
|
||||
"StartCRIO": node.StartCRIO,
|
||||
"ValidateNodeIPAndAPIServerReachability": node.ValidateNodeIPAndAPIServerReachability,
|
||||
"ValidateRequiredImagesPresent": node.ValidateRequiredImagesPresent,
|
||||
|
||||
Reference in New Issue
Block a user