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
Describe the bug
We are currently using version v1.4.6. We want to run ingress as non root . runAsUser: 33/101 but these users have issue with permissions to etc/nginx.
To Reproduce
Steps to reproduce the behavior:
Deploy v1.4.6 daemon set
In pod definition, have runAsUser: 33/101 in container SecurityContext
In pod logs, we see "nginx.go:248] Couldn't create a temp file for the secret file default: open /etc/nginx/secrets/default664345291: permission denied"
Expected behavior
Ingress controller starts fine
Your environment
Version of the Ingress Controller - v1.4.6
Version of Kubernetes - 1.11
Using NGINX
Additional context
We did try adding a shell script and override permissions of /etc/nginx but only owner/root can do this. So the operation cannot be performed. Please suggest.
The text was updated successfully, but these errors were encountered:
Describe the bug
We are currently using version v1.4.6. We want to run ingress as non root . runAsUser: 33/101 but these users have issue with permissions to etc/nginx.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ingress controller starts fine
Your environment
Additional context
We did try adding a shell script and override permissions of /etc/nginx but only owner/root can do this. So the operation cannot be performed. Please suggest.
The text was updated successfully, but these errors were encountered: