Skip to content

Commit ee055da

Browse files
committed
[occm] add notes to indicated that health monitors for ovn require Wallaby or later
1 parent fcabfda commit ee055da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/openstack-cloud-controller-manager/expose-applications-using-loadbalancer-type-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ Request Body:
180180

181181
Defines whether to create health monitor for the load balancer pool, if not specified, use `create-monitor` config. The health monitor can be created or deleted dynamically. A health monitor is required for services with `externalTrafficPolicy: Local`.
182182

183+
NOTE: Health monitors for the `ovn` provider are only supported on OpenStack Wallaby and later.
184+
183185
- `loadbalancer.openstack.org/health-monitor-delay`
184186

185187
Defines the health monitor delay in seconds for the loadbalancer pools.

docs/openstack-cloud-controller-manager/using-openstack-cloud-controller-manager.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ Although the openstack-cloud-controller-manager was initially implemented with N
231231
* `create-monitor`
232232
Indicates whether or not to create a health monitor for the service load balancer. A health monitor required for services that declare `externalTrafficPolicy: Local`. Default: false
233233
234+
NOTE: Health monitors for the `ovn` provider are only supported on OpenStack Wallaby and later.
235+
234236
* `monitor-delay`
235237
The time, in seconds, between sending probes to members of the load balancer. Default: 5
236238

0 commit comments

Comments
 (0)