-
Was wondering if anyone went down this route of accessing a node without ssh, but e.g. by starting a container that mounts all the necessary directories (like root, proc, etc.). I know bottlerocket does something similar with admin and control containers, but has anyone done something similar for Flatcar? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There is If that's not enough you can also define your own priv. pod. In the past I did something like |
Beta Was this translation helpful? Give feedback.
OK, for whoever comes next:
mode: global
) so it gets deployed to each node. Had to make sure the docker.sock is mounted (:ro
)And now I can run commands: