Helm Chart Does Not Deploy on Talos because of legacy hostPath mount #1443
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
/kind bug
What happened?
Tried deploying the helm chart on a Talos OS cluster and it fails to come up. The logs indicated it was trying to create the directory as defined here in this volume. Get an error as Talos is a readonly file system and will not allow you to write to
/etc*
. I manually removed this volume and corresponding mount and the chart came up as expected.What you expected to happen?
The chart should come up (i.e. this legacy volume mount should be removed) OR the values should expose to be able to disable this volume mount (or at least change the storage type).
How to reproduce it (as minimally and precisely as possible)?
Deploy this chart on a fresh install of Talos
Anything else we need to know?:
Can we either remove this legacy config hostPath? Or can we at least add a value to disable this in the helm chart? I would be happy to toss up a PR for either of those.
Environment
kubectl version
): v1.30.4Please also attach debug logs to help us better diagnose
Failed event from efs-csi-node pods:
The text was updated successfully, but these errors were encountered: