copy tmpfiles.template in Dockerfile#148
Conversation
|
👍 |
|
This still does not work. I also noticed this when i did the pull: Aug 31 10:05:34 cnfc1cnfi01 polkitd[1381]: Registered Authentication Agent for unix-process:25412:50478925 (system bus name :1.676 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, l |
|
@pfischer8989 We also need #150 for this to work. I had the uid and gid swapped -- atomic hosts use uid 996 gid 994 for the kube user and group. The tmpfiles.d creates the dir owned by the kube user, and w/ the wrong uid, apiserver wasn't able to access it. I also needed to bind mount the /var/run/kubernetes. |
I left this bit out of #145