Trying to do simple thing on managed kubernetes service, I ran into a strange issue, check the doc and found:
> Our storage resource, Cinder, doesn’t allow to mount a PV on several nodes at the same time, so you need to use the ReadWriteOnce access mode.
So, for every deployment with persistent volume, we can say goodbye to:
- Rolling update
- Scalling
It's a HUGE limitation ! Don't you plan to have another provisioner like Ceph ?
PV Access mode on allow ReadWriteOnce
Related questions
- Managed Kubernetes LoadBalancer is not activated
4330
30.05.2022 13:22
- How to check if Kubernetes is installed?
3654
25.06.2020 08:22
- How to activate Pod Security Policies on Kubernetes cloud?
2993
11.05.2020 16:12
- What is a POD in kubernetes?
2814
11.08.2020 15:45
- No options for opening ports available
2327
29.09.2023 14:32
- Loadbalancer static ip?
2183
18.05.2021 16:47
- Kubernetes control plane ttl and HA
2036
04.12.2023 16:45
- Connection to outside services from a pod
2024
08.02.2021 22:14
- Kubernetes service endpoints no longer auto created, updated or deleted, how to fix?
1965
03.06.2025 08:50
- Managed Kubernetes OIDC with Google OpenID
1856
02.05.2023 14:00