VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
410 stars 141 forks source link

controllers: properly check annotations at sts claim template #888

Closed f41gh7 closed 5 months ago

f41gh7 commented 5 months ago

previously each pvc created by sts must be annotated with operator.victoriametrics.com/pvc-allow-volume-expansion now, it's no longer needed, operator performs a check on sts claim definition itself it allows to use it for PVC autoscaler or simmilar tool https://github.com/VictoriaMetrics/operator/issues/867