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: tests/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,6 @@ The tests will use the NGINX Ingress Controller with the default `nginx/nginx-in
98
98
99
99
The test suite includes several additional make targets for cluster management and cleanup:
100
100
101
-
102
101
- `make create-mini-cluster` - Create a Minikube K8S cluster
103
102
- `make delete-mini-cluster` - Delete a Minikube K8S cluster
104
103
- `make run-tests-in-minikube` - Run tests in Minikube
@@ -121,8 +120,8 @@ The table below shows various configuration options for the tests. If you use Py
121
120
|`--image-pull-policy`|`PULL_POLICY`| The pull policy of the Ingress Controller image. |`IfNotPresent`|
122
121
|`--deployment-type`|`DEPLOYMENT_TYPE`| The type of the IC deployment: deployment, daemon-set or stateful-set. |`deployment`|
123
122
|`--ic-type`|`IC_TYPE`| The type of the Ingress Controller: nginx-ingress or nginx-plus-ingress. |`nginx-ingress`|
124
-
|`--service`|`SERVICE`, not supported by `run-tests-in-kind` target. | The type of the Ingress Controller service: nodeport or loadbalancer. |`nodeport`|
125
-
|`--node-ip`|`NODE_IP`, not supported by `run-tests-in-kind` target. | The public IP of a cluster node. Not required if you use the loadbalancer service (see --service argument). |`""`|
123
+
|`--service`|`SERVICE`, not supported by `run-tests-in-kind` target. | The type of the Ingress Controller service: nodeport or loadbalancer. |`nodeport`|
124
+
|`--node-ip`|`NODE_IP`, not supported by `run-tests-in-kind` target. | The public IP of a cluster node. Not required if you use the loadbalancer service (see --service argument). |`""`|
126
125
|`--kubeconfig`|`N/A`| An absolute path to a kubeconfig file. |`~/.kube/config` or the value of the `KUBECONFIG` env variable |
127
126
|`N/A`|`KUBE_CONFIG_FOLDER`, not supported by `run-tests-in-kind` target. | A path to a folder with a kubeconfig file. |`~/.kube/`|
128
127
|`--show-ic-logs`|`SHOW_IC_LOGS`| A flag to control accumulating IC logs in stdout. |`no`|
0 commit comments