Statefulset instead of Deployment
lubronzhan opened this issue · 1 comments
lubronzhan commented
For other cloud-provider, they are either Daemonset (Example AWS, VSphere) or Deployment (Example Azure). Kube-vip-cloud-provider doesn't seems to be necessary to be statefulset, it just allocates IPs from an ConfigMap. It doesn't need to hold specific "states".
So I think we should follow the convention that other cloud-provider has.
lubronzhan commented
Close this since the MR was merged