EF runner configuration: runner don't run docker image entrypoint at startup
Default user is created by okd with an long id. This user belong to group root (0) but also a group where id=gid. But the gid is not configure in /etc/group.
uid=1001490000(1001490000) gid=0(root) groups=0(root),1001490000
When running scripts with the okd user, as entrypoint, this error occur:
groups: cannot find name for group ID 1001490000