Traefik: Update to match current behavior for custom configs

Changes in traefik.yaml will be overwritten. See @kamilgregorczyk's
comment:

https://github.com/rancher/k3s/issues/1254#issuecomment-573331185

Change-Id: I759df77721dcba0d170086660396e7be32ff57cf
Signed-off-by: Joakim Roubert <joakimr@axis.com>
This commit is contained in:
Joakim Roubert
2020-07-02 10:36:40 +02:00
parent 38d520bc14
commit 21a6f08df4
+1 -1
View File
@@ -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. 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.