Skip to content

Commit 97b1991

Browse files
author
Krzysztof Malczuk
committed
Add the instructions on how to set the ray dashboard host in the /etc/hosts file
1 parent dc488e6 commit 97b1991

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ The e2e tests can be executed locally by running the following commands:
8282
- 'system:serviceaccount:$(namespace):kuberay-operator'
8383
```
8484
85-
3. In a separate terminal, set your output directory for test files, and run the e2e suite:
85+
3. In the /etc/hosts file add the following lines:
8686
```bash
87-
export CODEFLARE_TEST_OUTPUT_DIR=<your_output_directory>
87+
127.0.0.1 ray-dashboard-raycluster-test-ns-1.kind
88+
127.0.0.1 ray-dashboard-raycluster-test-ns-2.kind
8889
```
8990

91+
4. To run the tests run the command
9092
```bash
9193
make test-e2e
9294
```

0 commit comments

Comments
 (0)