glamorous-elephant-6949
05/14/2022, 5:47 AMkubectl cluster-info
returned a valid config but kubectl get pods
showed all bootstrap containers in CreatingContainer
state.firewalld
, so I had to create firewalld
zone, fix some subnet with k3d cluster create <name> --subnet cidr
, add that network as source to relevant zone with firewall-cmd --zone=docker --add-source cidr
, add a policy to forward traffic from docker
zone and add a masquerading to outgoing zone (`home`/`work`/`public` depending on configuration for inet interface).
I hope my experience would help somebody if you have similar networking conf.wide-garage-9465
05/14/2022, 6:00 AMglamorous-elephant-6949
05/14/2022, 6:04 AM