Unverified Commit 4292b17c authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #55925 from tengqm/fix-feature-comment

Automatic merge from submit-queue (batch tested with PRs 55925, 55999, 55944, 55992, 56196). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix version indication for ServiceNodeExclusion **What this PR does / why we need it**: The `ServiceNodeExclusion` feature gate didn't make it into v1.8. This PR fixes the comment to avoid confusion for future maintenance. **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents 2a70dc87 d18c2f21
......@@ -159,7 +159,7 @@ const (
HugePages utilfeature.Feature = "HugePages"
// owner @brendandburns
// alpha: v1.8
// alpha: v1.9
//
// Enable nodes to exclude themselves from service load balancers
ServiceNodeExclusion utilfeature.Feature = "ServiceNodeExclusion"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment