-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GKE storageClass Multi-Attach error #390
Comments
Thanks for filing this issue, @D1StrX.
That's a good point. |
Wondering this as well. I'd think you'd still have problems if you're running multiple nb replicas and they end up on different nodes. |
As long as we don't use
|
Makes sense. |
GKE doesn't support RWX at all. And trying this to work, is not succeeding: #394. |
As far as I understand, it does, just not when using Compute Engine disks. |
Several reference points:
|
I honestly don't know what can be done in this repository for this case. I'm not even sure to see the use case, where |
Databases are not relevant in this context. "External" databases uses StatefulSets, where each pod has its own PVC/PV. |
Please give version 5.0.0-beta.137 (or above) a try. |
The Helm chart version
5.0.0-beta.112
Environment Versions
Custom chart values
Current Behavior & Steps to Reproduce
Regarding the storage behavior mentioned in #357, I took a deeper look into the issue. Even RWO is an issue for us when your run a cluster with multiple K8s Worker nodes. The PVC, Netbox and Netbox-worker must reside on the same Worker node, otherwise you get
Multi-Attach error for volume <pvc> Volume is already used by pod(s) netbox-worker-xxx
. RWX isn't available on GKE, becausepd.csi.storage.gke.io
doesn't support it.And why does Netbox-worker need access to Netbox-media?
Expected Behavior
An alternative or perhaps improved documentation.
NetBox Logs
No response
The text was updated successfully, but these errors were encountered: