You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Ensure sshd is active with systemctl status sshd if it is not, activate with systemctl start sshd
Disable firewalld since it conflicts with docker on some IPtable rules. Simply run systemctl stop firewall
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
The text was updated successfully, but these errors were encountered:
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
sshd
is active withsystemctl status sshd
if it is not, activate withsystemctl start sshd
firewalld
since it conflicts with docker on some IPtable rules. Simply runsystemctl stop firewall
libvirt
s default virtual network is created withvirsh net-list
, it should be by default. If it is not create it withvirsh net-start default
The text was updated successfully, but these errors were encountered: