kodekloudhub / certified-kubernetes-administrator-course

Certified Kubernetes Administrator - CKA Course
7.69k stars 7.43k forks source link

Apple Silicon Docs Broken #162

Closed quickchase closed 3 months ago

quickchase commented 3 months ago

The docs link to a script that does not exist:

https://github.com/kodekloudhub/certified-kubernetes-administrator-course/blob/master/kubeadm-clusters/apple-silicon/docs/deploy-virtual-machines.sh

Linked via the following doc: https://github.com/kodekloudhub/certified-kubernetes-administrator-course/blob/master/kubeadm-clusters/apple-silicon/docs/02-compute-resources.md

Because we cannot use VirtualBox and are instead using Multipass, a script is provided to create the three VMs.

Should be updated to: https://github.com/kodekloudhub/certified-kubernetes-administrator-course/blob/master/kubeadm-clusters/apple-silicon/deploy-virtual-machines.sh

quickchase commented 3 months ago

Also, the these docs don't mention the IPALLOC_RANGE ENV var during weave setup? It's referenced in the video series as a gotcha to watch out for.

fireflycons commented 3 months ago

Hi @quickchase The broken link has been fixed.

Regarding Weave, because we explicitly set the pod CIDR range to 10.244.0.0/16 this should not conflict with Weave when installed as it is with default settings. Should you have an error installing it, then please open a new issue here and include as much detail as possible including weave pod logs etc.