We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: This issue persist only with ubuntu 18.04.1. When using ubuntu 16.04 everything works without any issue
When trying to run gcr.io/google_containers/defaultbackend as non root, the pod goes to crashLoopBackOff state when I see the below error in logs
standard_init_linux.go:211: exec user process caused "permission denied"
--- apiVersion: apps/v1 kind: Deployment metadata: labels: run: ingress-default-backend name: ingress-default-backend namespace: ingress-haproxy spec: replicas: 1 selector: matchLabels: run: ingress-default-backend template: metadata: labels: run: ingress-default-backend spec: containers: - name: ingress-default-backend image: gcr.io/google_containers/defaultbackend:1.0 ports: - containerPort: 8080 securityContext: runAsGroup: 1000 runAsNonRoot: true runAsUser: 1000
OS: Ubuntu 18.04.1 LTS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note: This issue persist only with ubuntu 18.04.1. When using ubuntu 16.04 everything works without any issue
When trying to run gcr.io/google_containers/defaultbackend as non root, the pod goes to crashLoopBackOff state when I see the below error in logs
standard_init_linux.go:211: exec user process caused "permission denied"
OS: Ubuntu 18.04.1 LTS
The text was updated successfully, but these errors were encountered: