We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0232699 commit 330d616Copy full SHA for 330d616
README.md
@@ -84,15 +84,7 @@ The e2e tests can be executed locally by running the following commands:
84
- 'system:serviceaccount:$(namespace):kuberay-operator'
85
```
86
87
-3. Start the operator locally:
88
-
89
- ```bash
90
- NAMESPACE=default make run
91
- ```
92
93
- Alternatively, You can run the operator from your IDE / debugger.
94
95
-4. In a separate terminal, set your output directory for test files, and run the e2e suite:
+3. In a separate terminal, set your output directory for test files, and run the e2e suite:
96
```bash
97
export CODEFLARE_TEST_OUTPUT_DIR=<your_output_directory>
98
0 commit comments