http://www.projectatomic.io/blog/2018/05/fedora-atomic-27-to-28-upgrade/ says "You can still install Kubernetes via package layering, or you can use system containers to run kubernetes fully containerized. Please check out Jason Brooks’ series (links coming soon) on this topic."
I tried: atomic install --system --system-package=no --name kubernetes-node registry.fedoraproject.org/f28/kubernetes-node Which goes fine, but I get get: May 22 21:28:08 mypc runc[1464]: container_linux.go:348: starting container process caused "exec: \"run.sh\": executable file not found in $PATH" May 22 21:28:08 mypc systemd[1]: kubernetes-node.service: Main process exited, code=exited, status=1/FAILURE May 22 21:28:08 mypc runc[1612]: container "kubernetes-node" does not exist May 22 21:28:08 mypc systemd[1]: kubernetes-node.service: Control process exited, code=exited status=1 May 22 21:28:08 mypc systemd[1]: kubernetes-node.service: Failed with result 'exit-code'. May 22 21:28:08 mypc systemd[1]: kubernetes-node.service: Service hold-off time over, scheduling restart. May 22 21:28:08 mypc systemd[1]: kubernetes-node.service: Scheduled restart job, restart counter is at 5. When the service attempts to start (systemctl start kubernetes-node) Is there a tl;dr for installing kubernetes-node and kubernetes-master using system containers on fedora 28? Also what's the relevant code for these things? I mean if i see registry.fedoraproject.org/f28/kubernetes-node on https://registry.fedoraproject.org/ I assume there's some git repo somewhere containing the configuration for that right? I'm curious how these things work.... Thanks -Kevin