You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[occm] network-id and subnet-id in class settings (kubernetes#1979)
This patch make the `EnsureLoadbalancer` honor the settings for network-id and
subnet-id made in the load balancer classes.
Signed-off-by: Sven Haardiek <[email protected]>
Signed-off-by: Sven Haardiek <[email protected]>
Copy file name to clipboardExpand all lines: docs/openstack-cloud-controller-manager/expose-applications-using-loadbalancer-type-service.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Request Body:
108
108
109
109
-`loadbalancer.openstack.org/class`
110
110
111
-
The name of a preconfigured class in the config file. If provided, this config options included in the class section take precedence over the annotations of floating-subnet-id and floating-network-id. See the section below for how it works.
111
+
The name of a preconfigured class in the config file. If provided, this config options included in the class section take precedence over the annotations of floating-subnet-id, floating-network-id, network-id, subnet-id and member-subnet-id . See the section below for how it works.
0 commit comments