This repository has been archived by the owner on Jun 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Cannot be used in openshift #35
Comments
there should be somekind of mechanism how hostPath volumes could be used. |
the host volume mount is a temporary implementation. We are tracking a more permanent solution in issue #19. |
stevecrozz
pushed a commit
to stevecrozz/drone-runtime
that referenced
this issue
Jun 14, 2019
Implement cpu resource
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to run drone with kubernetes runtime in openshift. However, it cannot work because:
https://kubernetes.io/docs/concepts/storage/volumes/
this means that kubernetes will create folder with 755 (root is the owner). However, openshift by default does not allow executing containers as root.
That is why we should have possibility to configure privileged parameter to true in all pods.
I think privileged can be configured in case of normal
step
things. However, we need to possibility to configure it in other steps as well like clone etcThe text was updated successfully, but these errors were encountered: