BCDevOps / OpenShift4-Migration

Scripts and info for Ministry teams migration from OpenShift 3.11 to 4.x
Apache License 2.0
3 stars 0 forks source link

UID injection into /etc/passwd has nuanced behaviour #52

Closed jleach closed 2 years ago

jleach commented 3 years ago

As per the docs CRI-O supports the insertion of random UIDs into the container’s /etc/passwd; Changing it’s permissions should never be required. As part of this new behaviour, CRI-O will not inject the UID if the permissions of /etc/passwd have been changed.