-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate global flag in featuregates #5060
Deprecate global flag in featuregates #5060
Conversation
@@ -88,6 +90,7 @@ func (s *WindowsService) start(elog *eventlog.Log, colErrorChannel chan error) e | |||
if err := flags().Parse(os.Args[1:]); err != nil { | |||
return err | |||
} | |||
featuregate.Apply(gatesList) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR also fixes the use of featuregates on windows, where the gate flag was not applied.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates #4967
af0f971
to
37b854b
Compare
Codecov Report
@@ Coverage Diff @@
## main #5060 +/- ##
==========================================
+ Coverage 91.03% 91.07% +0.04%
==========================================
Files 180 180
Lines 10810 10814 +4
==========================================
+ Hits 9841 9849 +8
+ Misses 750 747 -3
+ Partials 219 218 -1
Continue to review full report at Codecov.
|
Distributions that build without the builder will need to declare it as they do for "config" and "set". Signed-off-by: Bogdan Drutu <[email protected]>
37b854b
to
580c271
Compare
Distributions that build without the builder will need to declare it as they do for "config" and "set". Signed-off-by: Bogdan Drutu <[email protected]>
Distributions that build without the builder will need to declare it as they do for "config" and "set".
Signed-off-by: Bogdan Drutu [email protected]