Fix a comment typo in legacyNodeRoleBehaviorFeature

This commit is contained in:
YAMAMOTO Takashi 2019-10-28 13:43:20 +09:00
parent 97d45fe3c8
commit 361cd7212e

View File

@ -79,7 +79,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"