Created attachment 1407722 [details] Master syslog Description of problem: A project created and populated from the service catalog is stuck in Terminating. Mar 13 20:35:31 ip-172-31-59-197.us-west-2.compute.internal atomic-openshift-master-api[128939]: I0313 20:35:31.468280 128939 rbac.go:116] RBAC DENY: user "system:serviceaccount:kube-system:namespace-controller" groups ["system:serviceaccounts" "system:serviceaccounts:kube-system" "system:authenticated"] cannot "update" resource "templateinstances.template.openshift.io" named "f95d236a-9a8f-4506-ab8d-a251ebcc8e2d" in namespace "mffiedler" Version-Release number of selected component (if applicable): 3.9.7 How reproducible: Always - 2 attempts so far Steps to Reproduce: 1. Login to web console not in the context of any project 2. Select s2i-spring-boot-infinispan 3. In the wizard, select the option to create a project (mine is mffiedler) 4. Accept the defaults for the rest of the values 5. On the next page opt to create the secret 6. Complete the wizard. 7. Go to the project 8. Delete the deployment, Delete the build config, Delete the imagestream 9. Go back to the catalog and repeat 4-6 without creating a new project. From the command line as system:admin oc delete project <project> It will get stuck in Terminating seemingly forever with the messages above in the log. Restarting the master does not clear the problem Actual results: Project stuck in terminating. Restarting master does not clear the problem. Expected results: Can delete the project. Additional info:
*** This bug has been marked as a duplicate of bug 1554141 ***