[Authelia] multi node Authelia generates multi attach errors for config volume (Clustertool + Talos) #30967
Open
3 tasks done
Labels
bug
Something isn't working
Chart Name
Authelia
Operating System
other
Deployment Method
FluxCD
Chart Version
26.2.2
Kubernetes Events
Chart Logs
N/A, pods don't start if they can't mount the pvc
Chart Configuration
Describe the bug
When a multinode cluster deploys multiple pods of authelia, only one pod can claim the config pvc. I didn't really dig into it, but this did cause a bunch of problems with inconsistent serving of the auth page which could lock you out of services.
To Reproduce
Expected Behavior
All pods deploy successfully
Screenshots
N/A
Additional Context
I'm not sure what the best choice is to fix it in general, but I use clustertool and therefore have longhorn to do ReadWriteMany. Setting the config PVC's accessModes to ReadWriteMany did fix the problem for me with all of the pods deploying successfully, but I understand this may not be desirable as a default in case people's CSIs do not support it.
I've read and agree with the following
[Chart-Name]
The text was updated successfully, but these errors were encountered: