Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix formatting issues in k3s docs
  • Loading branch information
bpmct authored Jul 9, 2021
commit eb2e93a9bd09b3d5678aba4e37d596369998cbbf
4 changes: 2 additions & 2 deletions setup/kubernetes/k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Traefik in favor of Calico and nginx-ingress.
networking and policy enforcement):

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

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

```console
vim /etc/cni/net.d/10-canal.conflist
vim /etc/cni/net.d/10-calico.conflist

kubectl edit cm cni-config -n calico-system
```
Expand Down