Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on Fed 32 machine with Docker Daemon running requires some workarounds #337

Open
astoycos opened this issue Jul 22, 2020 · 0 comments

Comments

@astoycos
Copy link

astoycos commented Jul 22, 2020

When trying to deploy a cluster on my Fedora 32 Host, where I reverted to CgroupsV1 to run the docker daemon, I had to follow some steps to get the playbook running properly when following the instructions suggested here

  1. Ensure sshd is active with systemctl status sshd if it is not, activate with systemctl start sshd
  2. Disable firewalld since it conflicts with docker on some IPtable rules. Simply run systemctl stop firewall
  3. Make sure libvirts default virtual network is created with virsh net-list, it should be by default. If it is not create it with virsh net-start default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant