...
Code Block | ||||
---|---|---|---|---|
| ||||
$ kubectl apply -f https://docs.projectcalico.org/v3.22/manifests/calico.yaml
# Flannel is an alternative
$ kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
$ kubectl apply -f https://docs.projectcalico.org/v3.22/manifests/calico.yaml
# Flannel is an alternative
$ kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml |
...