2018-05-17 17:18 GMT+02:00 Charles Moulliard <[email protected]>: > The trick / solution described there doesn t work. I tried also using the > ansible playbook of Openshift to remove the project and recreate it and the > pod is always recreated with Openshift annotation = anyuid >
The reason of why "anyuid" SCC is being applied is because it was granted to all authenticated users. And because anyuid has priority 10, it gets applied instead of "restricted" SCC. -- Slava Semushin | OpenShift
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
