Closed strus38 closed 4 years ago
That's something you'll have to try to get working on your own—unfortunately, use in K8s is not a use case that I think I'd want to support for these docker containers. They should run just like any other container, but getting them to work with the right privileges and mount options for a K8s deployment could be more challenging, since they expect to be able to run systemd and that's a little bit counter to the way Kubernetes expects containers to run.
Thanks. The issue was because of virtualbox.
Le jeu. 23 juil. 2020 à 18:54, Jeff Geerling notifications@github.com a écrit :
Closed #21 https://github.com/geerlingguy/docker-ubuntu1804-ansible/issues/21.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/geerlingguy/docker-ubuntu1804-ansible/issues/21#event-3580875182, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABM6DUY7FTSA54MMTOMEUNDR5BTKRANCNFSM4OYS4GGA .
hi I am trying to use this container in my K8S cluster, and I ended up by having to run the container like this:
But the path where my playbooks are is never mounted (running K8S nodes on VirtualBox on a windows10 laptop, launching the yaml from the Powershell console)
No error, but nothing appears.
Any ideas? Thanks!