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
* Baseline job without a tooled cluster just idles a cluster. The goal is to capture resource consumption over a period of time to characterize resource requirements thus tooling is required. (For now)
Copy file name to clipboardExpand all lines: docs/network.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Pod image to use for pods that are pbench-uperf pods.
81
81
82
82
### NETWORK_TEST_UPERF_SSHD_PORT
83
83
Default: `20000`
84
-
Port for pbench to communicate via ssh to server/client pods. Typically this port is not blocked by any firewalls when conducting Pod to Pod and Service to Service uperf benchmarks. Pod to Pod with HostNetwork will require that this port be opened in the cloud environment firewall along with the uperf port range.
84
+
Port for pbench to communicate via ssh to server/client pods. Typically this port is not blocked by any firewalls when conducting Pod to Pod and Pod to Service uperf benchmarks. Pod to Pod with HostNetwork will require that this port be opened in the cloud environment firewall along with the uperf port range.
85
85
86
86
### NETWORK_TEST_UPERF_PORT_RANGE
87
87
Default: `20010 20109`
@@ -137,7 +137,7 @@ Enables/disables if the network test will cleanup the project(s) that are create
137
137
138
138
## Notes for typical Network testing execution
139
139
140
-
The recommended way to run the Network test is actually three iterations of the network playbook with the following parameters for each run. The first run would test Pod to Pod, the 2nd - Pod to Pod with HostNetwork, and the 3rd - Service to Service which is the most expected usage inside an OpenShift Cluster (Pod -> Svc IP -> Pod).
140
+
The recommended way to run the Network test is actually three iterations of the network playbook with the following parameters for each run. The first run would test Pod to Pod, the 2nd - Pod to Pod with HostNetwork, and the 3rd - Pod to Service which is the most expected usage inside an OpenShift Cluster (Pod -> Svc IP -> Pod).
141
141
142
142
### Suggested Pod to Pod Test Configuration
143
143
@@ -181,7 +181,7 @@ NETWORK_TEST_CLEANUP=true
181
181
182
182
Make sure `NETWORK_TEST_UPERF_SSHD_PORT` is enabled in your cloud environment to permit traffic when using HostNetwork. HostNetwork *requires* "AUDIT_WRITE" capability per scc.
183
183
184
-
### Suggested Service to Service Test Configuration
0 commit comments