From 3a032c22957818b4c7c325ceb48953b2ba05cb84 Mon Sep 17 00:00:00 2001 From: "Julian Smith, Blockfreight, Inc" Date: Tue, 22 Oct 2019 19:36:54 +1100 Subject: [PATCH 1/2] Add explicit reference to Traefik configuration - It is not obvious how to configure Traefik on in a default K3S install, add reference to the config file location. --- content/k3s/latest/en/configuration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/configuration/_index.md b/content/k3s/latest/en/configuration/_index.md index ce6d499a827..2e5b73eb1d2 100644 --- a/content/k3s/latest/en/configuration/_index.md +++ b/content/k3s/latest/en/configuration/_index.md @@ -161,7 +161,7 @@ If you don't install CoreDNS you will need to install a cluster DNS provider you Traefik ------- -Traefik is deployed by default when starting the server; to disable it, start the server with the `--no-deploy traefik` option. +Traefik is deployed by default when starting the server; to disable it, start the server with the `--no-deploy traefik` option. The default config file is found in `/var/lib/rancher/k3s/server/manifests/traefik.yaml` and any changes made to this file will automatically be picked up deployed to Kubernetes in a manner similar to `kubectl apply`. Service Load Balancer --------------------- From adde2c673967ea2e32c37e5089a7936014110c94 Mon Sep 17 00:00:00 2001 From: "Julian Smith, Blockfreight, Inc" Date: Tue, 5 Nov 2019 15:21:39 +1100 Subject: [PATCH 2/2] Fix grammar and typo (extra space). Incorporate and apply feedback on initial PR from @davidnuzik --- content/k3s/latest/en/configuration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/configuration/_index.md b/content/k3s/latest/en/configuration/_index.md index 2e5b73eb1d2..c7620750dc9 100644 --- a/content/k3s/latest/en/configuration/_index.md +++ b/content/k3s/latest/en/configuration/_index.md @@ -161,7 +161,7 @@ If you don't install CoreDNS you will need to install a cluster DNS provider you Traefik ------- -Traefik is deployed by default when starting the server; to disable it, start the server with the `--no-deploy traefik` option. The default config file is found in `/var/lib/rancher/k3s/server/manifests/traefik.yaml` and any changes made to this file will automatically be picked up deployed to Kubernetes in a manner similar to `kubectl apply`. +Traefik is deployed by default when starting the server; to disable it, start the server with the `--no-deploy traefik` option. The default config file is found in `/var/lib/rancher/k3s/server/manifests/traefik.yaml` and any changes made to this file will automatically be deployed to Kubernetes in a manner similar to `kubectl apply`. Service Load Balancer ---------------------