kube-vip/kube-vip-cloud-provider

Custom annotation for pinning ips, for deprecating service.spec.loadbalancerIP

lubronzhan opened this issue · 1 comments

The loadbalancerip field is gonna be deprecated (see kubernetes/kubernetes#107235)

That has two implications:

  1. We need to have an alternative way to pin to a specific ip (the suggested way is to implement custom annotations on the service, see kubernetes/enhancements#1992)
  2. Also need to consider the case for ipv4/ipv6 even dual stack case in the future

Close as the PRs have been merged