Skip to content

Commit

Permalink
Remove default "enable-controller-attach-detach" command line argument
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheEvilOne committed Apr 22, 2022
1 parent dd129d4 commit c7df798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/webhook/controlplane/ensurer.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func ensureKubeletCommandLineArgs(command []string, kubeletVersion *semver.Versi

if kubeletVersion.LessThan(firstUnsupportedVersion) {
command = extensionswebhook.EnsureStringWithPrefix(command, "--cloud-provider=", "external")
command = extensionswebhook.EnsureStringWithPrefix(command, "--enable-controller-attach-detach=", "true")
}

return command
Expand Down

0 comments on commit c7df798

Please sign in to comment.