You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I succeed in starting locally in my wsl, with docker-compose, webhook.site.
But when I try to deploy into a K8s service (OCP), the webhook crashloop at start with this error : s6-mkdir: warning: unable to mkdir /var/run/s6: Permission denied
I tried to rebuild the image, removing the user root at the end of the docker file, but it's not enough to make it start in a k8s service where process as user root are not allowed.
Can you help me make it work as non root user ?
The text was updated successfully, but these errors were encountered:
Hi all,
I succeed in starting locally in my wsl, with docker-compose, webhook.site.
But when I try to deploy into a K8s service (OCP), the webhook crashloop at start with this error :
s6-mkdir: warning: unable to mkdir /var/run/s6: Permission denied
I tried to rebuild the image, removing the user root at the end of the docker file, but it's not enough to make it start in a k8s service where process as user root are not allowed.
Can you help me make it work as non root user ?
The text was updated successfully, but these errors were encountered: