File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
architecture/additional_concepts Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,12 @@ a `*policyBinding*` object named `_<projectname>_:default` with the CLI using a
203
203
JSON file. This allows the project *admin* to bind users to roles that are
204
204
defined only in the `_<projectname>_` local policy.
205
205
206
+ After a product update, the recommended default roles may be updated. To check
207
+ if an update is recommended for your environment, you can run `oadm policy reconcile-cluster-roles`.
208
+ This command will output a list of roles that are out of date and their new values.
209
+ You may either take this output, modify, and apply it yourself or you may run
210
+ `oadm policy reconcile-cluster-roles --confirm` and automatically apply the changes.
211
+
206
212
[[security-context-constraints]]
207
213
208
214
== Security Context Constraints
You can’t perform that action at this time.
0 commit comments