Skip to content

fix formatting issues in k3s docs #477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2021
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
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