VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
406 stars 142 forks source link

skip storageClass check if there is no PVC size change #957

Closed shichanglin5 closed 1 month ago

shichanglin5 commented 1 month ago
image

after helm upgrade : "storage class for PVC doesn't support live resizing" begin appear in the log I have not modified the size of pvc, this kind of log should not appear

问题分析:

  1. should first judge whether the size of pvc changes
  2. then judge whether expand is supported,
  3. but now the judgment of whether pvc size changes is in the following growPVCs.
image image