Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

GKE PV has failure-domain.beta.kubernetes.io set instead of topology.kubernetes.io

Hi all,

We just upgraded Kubernetes on our Cluster and now our persistent volumes have an issue due to failure-domain.beta.kubernetes.io/region being set on their label and affinity instead of topology.kubernetes.io/region

As the affinity is immutable, we can not update it. Any way how we can resolve this issue?

Thanks in advance 

0 2 666
2 REPLIES 2

Hello teodorrupi,

Here's a reference documentation similar to your concern. The error "volume node affinity conflict" happens when the persistent volume claims that the pod is using are scheduled on different zones, rather than on one zone, and so the actual pod was not able to be scheduled because it cannot connect to the volume from another zone

Sav
Bronze 1
Bronze 1

Hi, did you have a chance to solve this issue?

Top Labels in this Space