Removed AutoRemoveTaint

This commit is contained in:
2026-03-30 18:47:19 +08:00
parent 68e7dcd001
commit 60a9ffeaf6
3 changed files with 0 additions and 11 deletions

View File

@@ -22,7 +22,6 @@ func NewRegistry(ctx *node.NodeContext) *Registry {
return &Registry{
steps: map[string]node.Step{
"AllowSingleNodeScheduling": node.AllowSingleNodeScheduling,
"ApplyLocalNodeMetadataIfPossible": node.ApplyLocalNodeMetadataIfPossible,
"CheckForVersionSkew": node.CheckForVersionSkew,
"ClassifyBootstrapAction": node.ClassifyBootstrapAction,