Regarding "002 - Auto deploy kubernetes with shell scripts" / step2-masteronly.sh
When using "https://docs.projectcalico.org/manifests/calico.yaml" the calico-node POD runs into a CrashLoopBackOff.
Therefore the recommendation to use another version instead and if necessary adapt the documentation for the setup.
Current:
https://docs.projectcalico.org/manifests/calico.yaml
Replace with:
https://docs.projectcalico.org/v3.10/manifests/calico.yaml.
If this don't work try:
kubectl -n kube-system set env daemonset/calico-node FELIX_IGNORELOOSERPF=true
Regarding "002 - Auto deploy kubernetes with shell scripts" / step2-masteronly.sh
When using "https://docs.projectcalico.org/manifests/calico.yaml" the calico-node POD runs into a CrashLoopBackOff.
Therefore the recommendation to use another version instead and if necessary adapt the documentation for the setup.
Current:
https://docs.projectcalico.org/manifests/calico.yaml
Replace with:
https://docs.projectcalico.org/v3.10/manifests/calico.yaml.
If this don't work try:
kubectl -n kube-system set env daemonset/calico-node FELIX_IGNORELOOSERPF=true