Custom annotation for pinning ips, for deprecating service.spec.loadbalancerIP
lubronzhan opened this issue · 1 comments
lubronzhan commented
The loadbalancerip field is gonna be deprecated (see kubernetes/kubernetes#107235)
That has two implications:
- 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)
- Also need to consider the case for ipv4/ipv6 even dual stack case in the future
lubronzhan commented
Close as the PRs have been merged