*** Bug 1807189 has been marked as a duplicate of this bug. ***
1. Disabling project self-provisioning # oc patch clusterrolebinding.rbac self-provisioners -p '{"subjects": null}' clusterrolebinding.rbac.authorization.k8s.io/self-provisioners patched # oc patch clusterrolebinding.rbac self-provisioners -p '{ "metadata": { "annotations": { "rbac.authorization.kubernetes.io/autoupdate": "false" } } }' # oc describe clusterrolebinding.rbac self-provisioners Name: self-provisioners Labels: <none> Annotations: rbac.authorization.kubernetes.io/autoupdate: false Role: Kind: ClusterRole Name: self-provisioner Subjects: Kind Name Namespace ---- ---- --------- 2. Customize project request message # oc edit project.config.openshift.io/cluster project.config.openshift.io/cluster edited # oc get project.config.openshift.io/cluster -o yaml apiVersion: config.openshift.io/v1 kind: Project metadata: annotations: release.openshift.io/create-only: 'true' creationTimestamp: '2020-04-19T23:14:39Z' generation: 1 managedFields: - apiVersion: config.openshift.io/v1 fieldsType: FieldsV1 fieldsV1: 'f:metadata': 'f:annotations': .: {} 'f:release.openshift.io/create-only': {} 'f:spec': {} manager: cluster-version-operator operation: Update time: '2020-04-19T23:14:39Z' name: cluster resourceVersion: '1837' selfLink: /apis/config.openshift.io/v1/projects/cluster uid: 602ef193-d6fe-4782-9dcc-7eb511c28558 spec: projectRequestMessage: ask hasha to request project 3. goto podlist page with the user owned a project, and click the project dropdown, there will not have a entry to create the new project. 4.3.0-0.nightly-2020-04-18-075046
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-2020:1529