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
Copy file name to clipboardExpand all lines: integration-tests/README.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
@@ -204,7 +204,7 @@ The tests accepts optional env var overrides:
204
204
| RESULT_ROOT | The root directory to use for the tests temporary files. See "Directory Configuration and Structure" for defaults and a detailed description of test directories. |
205
205
| PV_ROOT | The root directory on the kubernetes cluster used for persistent volumes. See "Directory Configuration and Structure" for defaults and a detailed description of test directories. |
206
206
| QUICKTEST | When set to "true", limits testing to a subset of the tests. |
207
-
|YAMLSTYLEINGRESS|When set to "true", LB's ingress will be created by kubectl yaml file. |
207
+
|INGRESSPERDOMAIN|The defult value is true. If you want to test creating LB by kubectl yaml for multiple domains, set it to false. |
208
208
| WERCKER | Set to true if invoking from Wercker, set to false or "" if running stand-alone or from Jenkins. Default is "". |
209
209
| JENKINS | Set to true if invoking from Jenkins, set to false or "" if running stand-alone or from Wercker. Default is "". |
210
210
| NODEPORT_HOST | DNS name of a Kubernetes worker node. Default is the local host's hostname. |
0 commit comments