mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.6k stars 4.48k forks source link

Provisioning Pod Network #307

Closed mysiar closed 6 months ago

mysiar commented 1 year ago

step 13 seems to not working for me somehow

command kubectl get pods -n kube-system shows No resources found in kube-system namespace. and workers are not ready

AudiArduino commented 1 year ago

you can see the issues that I report #303 and #304 you should fix those two otherwise nothing will work

Vyom-Yadav commented 1 year ago

Weave won't work for iptables version 1.8+ plus this repo uses IPALLOC_RANGE as default (10.32.0.0/12) whereas the POD_CIDR used throughout the documentation is different.

Use flannel (if you don't work network policies) or calico or downgrade version of iptables.

fireflycons commented 6 months ago

Course has been updated for latest kubernetes and fully tested. Please try again if you are still interested.