VictoriaMetrics / operator

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

chore: minor fixes #907

Closed Haleygo closed 4 months ago

Haleygo commented 4 months ago
  1. follow up https://github.com/VictoriaMetrics/operator/commit/a54efbc647b0e099a583885afa263aa9fc2f9853, fix type struct field tags
  2. remove unnecessary pod permission for operator, see https://github.com/VictoriaMetrics/operator/issues/902
  3. remove fields VMClusterSpec.VMInsert.Name, VMClusterSpec.VMStorage.Name, VMClusterSpec.VMSelect.Name, they're marked as deprecated since v0.21.0 in https://github.com/VictoriaMetrics/operator/commit/141c82370da6f27fd32502dc14709e844978778a.
f41gh7 commented 4 months ago

Thanks for contribution!