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
- How to check if Kubernetes is installed?
2293
25.06.2020 08:22
- How to activate Pod Security Policies on Kubernetes cloud?
1211
11.05.2020 16:12
- Managed Kubernetes LoadBalancer is not activated
1070
30.05.2022 13:22
- What is a POD in kubernetes?
995
11.08.2020 15:45
- Loadbalancer static ip?
893
18.05.2021 16:47
- K8s volume , upload file in to it
788
05.10.2021 12:03
- Connection to outside services from a pod
788
08.02.2021 22:14
- Managed Kubernetes Service and available regions
729
05.11.2021 08:18
- Managed Kubernetes OIDC with Google OpenID
692
02.05.2023 14:00
- Managed Kubernetes with external private registry and private root certificate authorit
690
20.04.2022 12:47