-
Environmental Info:
Node(s) CPU architecture, OS, and Version: Cluster Configuration: Describe the bug: Steps To Reproduce:
accessLogs:
enabled: true
debug:
enabled: true The parameters above have been obtained from the Traefik for Helm Configuration Parameters linked from the Networking docs.
There should be new debug and/or access log entries generated continuously but they aren't. Expected behavior:
Actual behavior: Additional context / logs: As a workaround, the only way I was able to see the access logs and debug log entries was to manually modify the
#1001 may be related. Backporting
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
The best way to do what you want is to add a HelmChartConfig to customize the Traefik chart deployment, otherwise you'll find that (like the rest of the packaged components) the manifest is rewritten on startup, discarding your changes. https://rancher.com/docs/k3s/latest/en/helm/#customizing-packaged-components-with-helmchartconfig |
Beta Was this translation helpful? Give feedback.
The best way to do what you want is to add a HelmChartConfig to customize the Traefik chart deployment, otherwise you'll find that (like the rest of the packaged components) the manifest is rewritten on startup, discarding your changes.
https://rancher.com/docs/k3s/latest/en/helm/#customizing-packaged-components-with-helmchartconfig