StarRocks / starrocks-kubernetes-operator

Kubernetes Operator for StarRocks
Apache License 2.0
133 stars 67 forks source link

[BugFix] LoadBalancerSourceRanges field should be used in componnet hash #554

Closed yandongxiao closed 3 months ago

yandongxiao commented 3 months ago

Description

when loadBalancerSourceRanges field is updated, service should be updated.

Checklist

For operator, please complete the following checklist:

kevincai commented 3 months ago

will this cause existing cluster rolling restart after the operator is upgraded?

yandongxiao commented 3 months ago

No. If user add LoadBalancerSourceRanges fields to service field, k8s service will be updated.