Skip to content

Fix OpenShift Documentation: Remove Global Anyuid requirement.

Chris Timberlake requested to merge (removed):openshift-zuid-fix into master

This change instructs users on how to set anyuid to a project level as opposed to a global level. By forcing anyuid onto the NAMESPACE:default service account we allow containers to be ran as root. But only in that namespace.

Once a user then secures that namespace; The cluster remains secure and gitlab can run as normal.

Merge request reports