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
When in k8s, container has `runAsNonRoot` policy and image has non-numeric user (nobody), then the deployment will fail as it cannot verify user is non-root.
Closesprometheus#406
Signed-of-by: Aleksandr Vinokurov <[email protected]>
When in k8s, container has `runAsNonRoot` policy and image has non-numeric user (nobody), then the deployment will fail as it cannot verify user is non-root.
Closesprometheus#406
Signed-off-by: Aleksandr Vinokurov <[email protected]>
When
runAsNonRoot
is enabled in k8s the non-numeric user is not acceptable.The text was updated successfully, but these errors were encountered: