Skip to content

Commit eb2e93a

Browse files
authored
fix formatting issues in k3s docs
1 parent c84ee2e commit eb2e93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/kubernetes/k3s.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Traefik in favor of Calico and nginx-ingress.
8686
networking and policy enforcement):
8787

8888
```console
89-
kubectl create -f https://docs projectcalico.org/manifests tigera-operator.yaml
89+
kubectl create -f https://docs.projectcalico.org/manifests/tigera-operator.yaml
9090

9191
kubectl create -f https://docs.projectcalico.org/manifests/custom-resources.yaml
9292
```
@@ -102,7 +102,7 @@ Traefik in favor of Calico and nginx-ingress.
102102
Modify Calico to enable IP forwarding, which is needed for container networking.
103103

104104
```console
105-
vim /etc/cni/net.d/10-canal.conflist
105+
vim /etc/cni/net.d/10-calico.conflist
106106

107107
kubectl edit cm cni-config -n calico-system
108108
```

0 commit comments

Comments
 (0)