March 2020
Intermediate to advanced
626 pages
14h 45m
English
It is important that we first choose a proper version of Calico. Visit https://docs.projectcalico.org/v3.10/getting-started/kubernetes/requirements for more information:
$ export POD_CIDR=10.142.0.0/16$ curl https://docs.projectcalico.org/v3.10/manifests/calico.yaml -O$ sed -i -e "s?192.168.0.0/16?$POD_CIDR?g" calico.yaml$ kubectl apply -f calico.yaml
It may take a while to pull the Calico images over a slow network.
$ sudo docker images calico/*REPOSITORY TAG IMAGE ID CREATED SIZEcalico/node v3.10.1 4a88ba569c29 11 days ago 192MB ...
Read now
Unlock full access