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
What I expected to happen:
Kaniko should be able to run.
What actually happened:
Kaniko fails with a "permission denied" error.
How to reproduce the problem:
$ kubectl run -it --image gcr.io/kaniko-project/executor:debug-v0.19.0 test --restart Never --rm --command /busybox/sh
standard_init_linux.go:211: exec user process caused "permission denied"
pod "test" deleted
pod default/test terminated (Error)
What I expected to happen:
Kaniko should be able to run.
What actually happened:
Kaniko fails with a "permission denied" error.
How to reproduce the problem:
A denial is logged for the entrypoint action.
The text was updated successfully, but these errors were encountered: