We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84ee2e commit eb2e93aCopy full SHA for eb2e93a
setup/kubernetes/k3s.md
@@ -86,7 +86,7 @@ Traefik in favor of Calico and nginx-ingress.
86
networking and policy enforcement):
87
88
```console
89
- kubectl create -f https://docs projectcalico.org/manifests tigera-operator.yaml
+ kubectl create -f https://docs.projectcalico.org/manifests/tigera-operator.yaml
90
91
kubectl create -f https://docs.projectcalico.org/manifests/custom-resources.yaml
92
```
@@ -102,7 +102,7 @@ Traefik in favor of Calico and nginx-ingress.
102
Modify Calico to enable IP forwarding, which is needed for container networking.
103
104
105
-vim /etc/cni/net.d/10-canal.conflist
+vim /etc/cni/net.d/10-calico.conflist
106
107
kubectl edit cm cni-config -n calico-system
108
0 commit comments