Databases other than /etc/{passwd,group}
not considered when searching for etcd
user/group
#7655
Labels
kind/upstream-issue
This issue appears to be caused by an upstream bug
Environmental Info:
RKE2 Version: 2.31.5+rke2r1
Node(s) CPU architecture, OS, and Version: x86_64 EL9.4
Cluster Configuration: single node
Describe the bug:
RKE2
Steps To Reproduce:
profile: cis
Expected behavior:
User and group
etcd
are found.Actual behavior:
rke2-server
fails and reports missingetcd
user and group.Additional context / logs:
The library used here
rke2/pkg/podexecutor/staticpod.go
Line 585 in 1747907
/etc/passwd
and/etc/group
(see https://go.dev/src/os/user/lookup.go). However, other user databases might be used (in my case/usr/lib/{passwd,group}
. golang/go#38810 might be related.The text was updated successfully, but these errors were encountered: