Skip to content

Commit e81e2c4

Browse files
author
Gaurav Nelson
authored
Merge pull request openshift#7862 from gaurav-nelson/bug1493091-fixes
Bug#1493091 - Added more unsupported items for the F5 router
2 parents 7451c0e + 53d6556 commit e81e2c4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

install_config/router/f5_router.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,15 @@ The following features are not supported with *F5 BIG-IP®*:
7373
* Wildcard routes together with re-encrypt routes - you must supply a certificate and a key in the route. If you provide a certificate, a key, and a certificate authority (CA), the CA is never used.
7474
* A pool is created for all services, even for the ones with no associated route.
7575
* xref:../../admin_guide/idling_applications.adoc#admin-guide-idling-applications[Idling applications]
76-
* Unencrypted HTTP traffic in _allow_ and _redirect_ mode, with edge TLS termination. (`insecureEdgeTerminationPolicy (Allow/Redirect)`)
76+
* Unencrypted HTTP traffic in _redirect_ mode, with edge TLS termination. (`insecureEdgeTerminationPolicy: Redirect`)
7777
* Sharding, that is, having multiple `vservers` on the F5.
7878
* SSL cipher (`ROUTER_CIPHERS=modern/old`)
79+
* Customizing the endpoint health checks for time-intervals and the type of checks.
80+
* Serving F5 metrics by using a metrics server.
81+
* Specifying a different target port (`PreferPort`/`TargetPort`) rather than the ones specified in the service.
82+
* Customizing the source IP whitelists, that is, allowing traffic for a route only from specific IP addresses.
83+
* Customizing timeout values, such as `max connect time`, or `tcp FIN timeout`.
84+
* HA mode for the *F5 BIG-IP®*.
7985
====
8086

8187
[[f5-configuring-the-virtual-servers]]
@@ -134,7 +140,7 @@ BIG-IP®* host:
134140
address.
135141

136142
|`--external-host-username`
137-
|Specifies the *F5 BIG-IP®* user name (typically *admin*).
143+
|Specifies the *F5 BIG-IP®* user name (typically *admin*).
138144
The *F5 BIG-IP* user account must have access to the Advanced Shell (Bash) on the F5 BIG-IP system.
139145

140146
|`--external-host-password`

0 commit comments

Comments
 (0)