From 86daf79b8d5f4d5a49ef64c478930b80b1d90f16 Mon Sep 17 00:00:00 2001 From: Joakim Roubert Date: Tue, 1 Sep 2020 09:35:44 +0200 Subject: [PATCH] Fix bogus text formatting introduced in #2583 In content/k3s/latest/en/networking/_index.md, `k3s/server/manifests directory` should be `k3s/server/manifests` directory. Change-Id: Icd0434cf0e833951db09e9287d4c56ff89bf5ced Signed-off-by: Joakim Roubert --- content/k3s/latest/en/networking/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/networking/_index.md b/content/k3s/latest/en/networking/_index.md index 3c1a00bbfaf..a98c5c0af9e 100644 --- a/content/k3s/latest/en/networking/_index.md +++ b/content/k3s/latest/en/networking/_index.md @@ -31,7 +31,7 @@ Traefik is deployed by default when starting the server. For more information se The Traefik ingress controller will use ports 80, 443, and 8080 on the host (i.e. these will not be usable for HostPort or NodePort). -Traefik can be configured by editing the `traefik.yaml` file. To prevent k3s from using or overwriting the modified version, deploy k3s with `--no-deploy traefik` and store the modified copy in the `k3s/server/manifests directory`. For more information, refer to the official [Traefik for Helm Configuration Parameters.](https://github.com/helm/charts/tree/master/stable/traefik#configuration) +Traefik can be configured by editing the `traefik.yaml` file. To prevent k3s from using or overwriting the modified version, deploy k3s with `--no-deploy traefik` and store the modified copy in the `k3s/server/manifests` directory. For more information, refer to the official [Traefik for Helm Configuration Parameters.](https://github.com/helm/charts/tree/master/stable/traefik#configuration) To disable it, start each server with the `--disable traefik` option.