kuryr-kubernetes/releasenotes/notes/svc-without-selectors-f36bab0883459b80.yaml
Maysa Macedo 5a08f265d4 Include release notes for Service without selectors
Add a release not for services without selectors feature.

Change-Id: I0572e03ee039aa3b927b4b1c7dd4575f9535bab1
2021-03-10 14:43:06 -03:00

9 lines
373 B
YAML

---
features:
- |
Added support for Services without Selectors. Kuryr now handles Services
that do not define the .spec.selector, allowing the user to manually
manage the Endpoints object. When using ovn-octavia provider, Kuryr
only creates the Load Balancer resources for this type of Service if
the IPs on Endpoints are on the Pods or Nodes Subnet.