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
* Fix the argument's case in examples
* Reference the get-started section for exposing the example application
Signed-off-by: Pablo Chacin <[email protected]>
SVC_IP=$(kubectl -n httpbin get svc httpbin --output jsonpath='{.status.loadBalancer.ingress[0].ip}')
364
-
```
358
+
You must set the environment variable `SVC_IP` with the external IP address and port used to access the `httpbin` service from the test script.
365
359
366
-
```Powershell
367
-
$Env:SVC_IP=$(kubectl -n httpbin get svc httpbin --output jsonpath='{.status.loadBalancer.ingress[0].ip}')
368
-
```
360
+
You can learn more about how to get the external IP address in the [expose your application](/javascript-api/xk6-disruptor/get-started/expose-your-application) section.
0 commit comments