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
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.
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
The text was updated successfully, but these errors were encountered: