Skip to content

Commit 0f7b938

Browse files
Add Kuryr docs about limitation of service without selector (#28022)
When using services without selectors with Kuryr and OVN octavia provider the Endpoints address should be either on the Nodes or Pods subnet. This commit includes this restriction to the docs. Co-authored-by: Max Bridges <[email protected]>
1 parent 5b3bfd3 commit 0f7b938

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

modules/installation-osp-kuryr-known-limitations.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ Using {product-title} with Kuryr SDN has several known limitations.
1111
[id="openstack-general-limitations_{context}"]
1212
== {rh-openstack} general limitations
1313

14-
{product-title} with Kuryr SDN does not support `Service` objects with type `NodePort`.
14+
Using {product-title} with Kuryr SDN has several limitations that apply to all versions and environments:
1515

16-
If the machines subnet is not connected to a router, or if the
17-
subnet is connected, but the router has no external gateway set,
18-
Kuryr cannot create floating IPs for `Service` objects with type `LoadBalancer`.
16+
* `Service` objects with the `NodePort` type are not supported.
17+
18+
* Clusters that use the OVN Octavia provider driver support `Service` objects for which the `.spec.selector` property is unspecified only if the `.subsets.addresses` property of the `Endpoints` object includes the subnet of the nodes or pods.
19+
20+
* If the subnet on which machines are created is not connected to a router, or if the subnet is connected, but the router has no external gateway set, Kuryr cannot create floating IPs for `Service` objects with type `LoadBalancer`.
1921

2022
[discrete]
2123
[id="openstack-version-limitations_{context}"]

0 commit comments

Comments
 (0)