Skip to content

Commit 67fa33a

Browse files
committed
Add environment variable ot protect the flag
1 parent 3da0edf commit 67fa33a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

keps/sig-cli/3805-ssa-default/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@ N/A.
376376
- [x] Other
377377
- Describe the mechanism:
378378

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.
380381

381382
- Will enabling / disabling the feature require downtime of the control
382383
plane?
@@ -394,8 +395,7 @@ No, enabling the `auto` feature means actively selecting it.
394395

395396
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
396397

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.
399399

400400
###### What happens if we reenable the feature if it was previously rolled back?
401401

0 commit comments

Comments
 (0)