File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
keps/sig-auth/3221-structured-authorization-configuration Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -630,6 +630,15 @@ If the cluster administrators wants to configure authorizers using a config file
630
630
they need to make sure the config file exists before upgrading the cluster.
631
631
When downgrading clusters, they would need to switch their invocation back to use flags.
632
632
633
+ In clusters with multiple API servers, rippling out authorization configuration changes
634
+ using a rolling strategy is recommended, verifying the change is effective and functional
635
+ on one API server before proceeding to the next API server.
636
+
637
+ The recommended strategy to switch from command line flags to a config file is to :
638
+
639
+ 1. Switch from command line flags to a config file that expresses an identical configuration
640
+ 2. Once all servers are successfully operating with the config file, roll out config modifications
641
+
633
642
# ## Version Skew Strategy
634
643
635
644
Not applicable, authorizers are configured per API server.
You can’t perform that action at this time.
0 commit comments