Hide Forgot
Description of problem: kubapiserver.operator.openshift.io/cluster contains the section: ---- unsupportedConfigOverrides: oauthConfig: masterCA: /etc/kubernetes/static-pod-resources/configmaps/client-ca/ca-bundle.crt masterPublicURL: https://rhcos-starter-int-1-api.cr.openshift.com:6443 masterURL: https://rhcos-starter-int-1-api.cr.openshift.com:6443 ---- Version-Release number of selected component (if applicable): oc v4.0.0-0.164.0 How reproducible: 100% after clean install. Steps to Reproduce: 1. Install a 4.0 cluster. 2. `oc edit kubeapiserver cluster` and check unsupportedConfigOverrides 3. Actual results: There are oauth settings. Expected results: This setting should be reserved for customer settings. Additional info: Unless this field is empty after an install, it becomes effectively impossible for a customer to programmatically manage necessary overrides.
Should be solved by https://github.com/openshift/cluster-authentication-operator/pull/59
Verified. $ oc get kubeapiserver cluster -o jsonpath={.spec.unsupportedConfigOverrides} <nil> $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.0.0-0.nightly-2019-02-26-125216 True False 26m Cluster version is 4.0.0-0.nightly-2019-02-26-125216
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758