We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you fail running volcano job one OpenShift, run the following two commands:
oc adm policy add-scc-to-user privileged -z volcano-admission -n volcano-system oc patch deployment volcano-admission -n volcano-system -p '{"spec": {"template": {"spec": {"securityContext": {"runAsUser": 0}}}}}'
And maybe you also need to update the volcano-controllers ClusterRole:
volcano-controllers
- apiGroups: ["batch.volcano.sh"] resources: ["jobs", "jobs/finalizers"] verbs: ["get", "list", "watch", "update", "delete"]
Welcome
FAQ