Closed aevans1987 closed 1 year ago
I experienced this as well (using Traefik helm chart on kubernetes); I think the Helm chart doesn't install under experimental.plugins
and you have to add as a cli arg in additionalArguments
I installed the plugin using the global args since it did not seem to install when I added under
values.yaml
values:
# ...
experimental:
v3:
enabled: false
plugins:
enabled: true
additionalArguments:
# ...
## add plugins
- "--experimental.plugins.cloudflarewarp.modulename=github.com/BetterCorp/cloudflarewarp"
- "--experimental.plugins.cloudflarewarp.version=v1.3.3"
I managed to figure out what my issue was. I wasn't looking far enough up in the logs. I was getting an RO file system error. I assigned a pvc and was able to deploy using the config i offered originally.
Traefik: 2.9.6 middleware:
values:
Ingress:
Log:
From Dashboard:
I am really lost on this one, any help would be appreciated.