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
If securityContext.runAsGroup is not set, the gid of the process in a container will be 0 regardless of the description of USER <uid>:<gid> in Dockerfile for the container image.
We should specify securityContext.runAsGroup in manifests to run the process with the intended gid.
How
Specify securityContext.runAsGroup in manifests.
The manifests are mainly placed in neco-apps.
Sample manifests in our OSSs should also be updated.
Checklist
Finish implementation of the issue
Test all functions
Have enough logs to trace activities
Notify developers of necessary actions
The text was updated successfully, but these errors were encountered:
What
If
securityContext.runAsGroup
is not set, the gid of the process in a container will be 0 regardless of the description ofUSER <uid>:<gid>
in Dockerfile for the container image.We should specify
securityContext.runAsGroup
in manifests to run the process with the intended gid.How
Specify
securityContext.runAsGroup
in manifests.The manifests are mainly placed in neco-apps.
Sample manifests in our OSSs should also be updated.
Checklist
The text was updated successfully, but these errors were encountered: