-
Notifications
You must be signed in to change notification settings - Fork 733
RWX PVC in Map breaks groups #4310
Copy link
Copy link
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.resourceMap
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.resourceMap
Describe the bug
When creating an RWX (Read Write Many) and attaching it to multiple pods on differents deployments, will make the all the pods connected to the PVC on the same group.
To Reproduce
Steps to reproduce the bug:
Environment (please provide info about your environment):
Are you able to fix this issue?
No. (i'm not a react developer)
Additional Context
Here is how this shows with Traefik. I have two demonset (which where in two groups until i added the PVC and linked all pods to it)
Namespace view :

Sync Certificate DaemonSet view :

After more thinking i guess it's to avoid duplication of the nodes but for RWX PVC i think it could be duplicated or showing it in another way, because in extreme case, it can be hard to view anything.
Appwrite API Deployment view :
