Fix comment typo

This commit is contained in:
Antonio Ojea 2019-11-29 07:35:22 +01:00
parent cf16e4988f
commit 798d2fb75a
No known key found for this signature in database
GPG Key ID: E4833AA228D4E824

View File

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