Hide Forgot
Description of problem: - Disabling self provisioning sets off Diagnostics Warnings Version-Release number of selected component (if applicable): 3.1.1.6 How reproducible: 100% Steps to Reproduce: 1. Modify cluster role binding removing self-provision from authenticated group. 2. Run diagnostics Actual results: Warning Expected results: Be able to ignore warning in future runs. Additional info: WARN: [CRBD1003 from diagnostic ClusterRoleBindings@openshift/origin/pkg/diagnostics/cluster/rolebindings.go:82] clusterrolebinding/self-provisioners is missing expected subjects. Use the `oadm policy reconcile-cluster-role-bindings` command to update the role binding to include expected subjects. If we execute said instructions it does nothing. If we execute the following it gives back the ability of our users to self provision. oadm policy reconcile-cluster-role-bindings --confirm --additive-only=false