Skip to content

Commit 798d2fb

Browse files
committed
Fix comment typo
1 parent cf16e49 commit 798d2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/phases/controlplane/manifests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func getAPIServerCommand(cfg *kubeadmapi.ClusterConfiguration, localAPIEndpoint
175175
}
176176
}
177177

178-
// TODO: The following code should be remvoved after dual-stack is GA.
178+
// TODO: The following code should be removed after dual-stack is GA.
179179
// Note: The user still retains the ability to explicitly set feature-gates and that value will overwrite this base value.
180180
if enabled, present := cfg.FeatureGates[features.IPv6DualStack]; present {
181181
defaultArguments["feature-gates"] = fmt.Sprintf("%s=%t", features.IPv6DualStack, enabled)

0 commit comments

Comments
 (0)