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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The e2e tests can be executed locally by running the following commands:
37
37
make kind-e2e
38
38
```
39
39
40
-
[!NOTE]
40
+
> [!NOTE]
41
41
Some e2e tests cover the access to services via Ingresses, as end-users would do, which requires access to the Ingress controller load balancer by its IP.
42
42
For it to work on macOS, this requires installing [docker-mac-net-connect](https://github.com/chipmk/docker-mac-net-connect).
43
43
@@ -47,7 +47,7 @@ The e2e tests can be executed locally by running the following commands:
47
47
make setup-e2e
48
48
```
49
49
50
-
[!NOTE]
50
+
> [!NOTE]
51
51
If you get an error on linux
52
52
```
53
53
Error: rootlessport cannot expose privileged port 80
@@ -60,10 +60,10 @@ The e2e tests can be executed locally by running the following commands:
60
60
```
61
61
62
62
63
-
[!NOTE]
63
+
>[!NOTE]
64
64
Kueue will only activate its Ray integration if KubeRay is installed before Kueue (as done by this make target).
65
65
66
-
[!NOTE]
66
+
>[!NOTE]
67
67
In OpenShift the KubeRay operator pod gets random user assigned. This user is then used to run Ray cluster.
68
68
However the random user assigned by OpenShift doesn't have rights to store dataset downloaded as part of test execution, causing tests to fail.
69
69
To prevent this failure on OpenShift user should enforce user 1000 for KubeRay and Ray cluster by creating this SCC in KubeRay operator namespace (replace the namespace placeholder):
0 commit comments