File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
keps/sig-cli/3805-ssa-default Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 376
376
- [x] Other
377
377
- Describe the mechanism:
378
378
379
- Feature is enabled on-demand, and can stop using it at any time.
379
+ Feature is enabled on-demand, and can stop using it at any time. It also
380
+ requires the ` KUBECTL_AUTO_SERVER_SIDE ` environment variable to be set.
380
381
381
382
- Will enabling / disabling the feature require downtime of the control
382
383
plane?
@@ -394,8 +395,7 @@ No, enabling the `auto` feature means actively selecting it.
394
395
395
396
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
396
397
397
- No. kubectl is distributed and we have no control over how it's used or
398
- way to configure it's default value.
398
+ The feature can be disabled by unsetting the ` KUBECTL_AUTO_SERVER_SIDE ` environment variable.
399
399
400
400
###### What happens if we reenable the feature if it was previously rolled back?
401
401
You can’t perform that action at this time.
0 commit comments