planetscale / vitess-operator

Kubernetes Operator for Vitess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we avoid restarting tablet Pods to complete pending PVC filesystem resizes?

huangzhiyong opened this issue · comments

hi,
We use EKS+ EBS CSI. When the cluster has more shards (there are more EBS attached), when we expand EBS, due to CSI efficiency issues, many PVs are in the corev1.PersistentVolumeClaimFileSystemResizePending state, but this is expected.
We don't want to restart POD. How to avoid this situation?

#83