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
Node(s) CPU architecture, OS, and Version:
SUSE Linux Enterprise Server 15 SP4
Cluster Configuration:
1 server
Steps to validate the fix
run k3s on docker and exec into it
Validate user infos
Reproduction Issue:
/k3s$ sudo docker exec -it k3s-server sh
/ # id
uid=0 gid=0 groups=0
/ # k3s -v
k3s version v1.28.8+k3s1 (653dd61a)
go version go1.21.8
/ # whoami
whoami: cannot find name for user ID 0: No such file or directory
Backport fix for K3s docker image is missing user info for root
The text was updated successfully, but these errors were encountered: