File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ requirements:
44
44
* A F5 host IP with:
45
45
** Credentials for API access
46
46
** SSH access via a private key
47
+ * An F5 user with Advanced Shell access
47
48
* A virtual server for HTTP routes:
48
49
** _HTTP profile_ must be _http_.
49
50
* A virtual server with HTTP profile routes:
@@ -133,7 +134,8 @@ BIG-IP®* host:
133
134
address.
134
135
135
136
|`--external-host-username`
136
- |Specifies the *F5 BIG-IP®* user name (typically *admin*).
137
+ |Specifies the *F5 BIG-IP®* user name (typically *admin*).
138
+ The *F5 BIG-IP* user account must have access to the Advanced Shell (Bash) on the F5 BIG-IP system.
137
139
138
140
|`--external-host-password`
139
141
|Specifies the *F5 BIG-IP®* password.
@@ -343,4 +345,9 @@ $ oc adm router \
343
345
--external-host-vxlan-gw=10.131.0.5/14
344
346
----
345
347
+
348
+ [NOTE]
349
+ +
350
+ ====
351
+ The `external-host-username` is a *F5 BIG-IP* user account with access to the Advanced Shell (Bash) on the F5 BIG-IP system.
352
+
346
353
The F5 setup is now ready, without the need to set up the ramp node.
You can’t perform that action at this time.
0 commit comments