diff --git a/pkg/controller/service/controller.go b/pkg/controller/service/controller.go index bc0f698a781..eb1a21bc426 100644 --- a/pkg/controller/service/controller.go +++ b/pkg/controller/service/controller.go @@ -80,7 +80,7 @@ const ( // originated from: https://github.com/kubernetes/kubernetes/blob/28e800245e/pkg/features/kube_features.go#L178 serviceNodeExclusionFeature = "ServiceNodeExclusion" - // legacyNodeRoleBehaviro is the feature gate name that enables legacy + // legacyNodeRoleBehaviorFeature is the feature gate name that enables legacy // behavior to vary cluster functionality on the node-role.kubernetes.io // labels. legacyNodeRoleBehaviorFeature = "LegacyNodeRoleBehavior"