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
+20
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,26 @@ The e2e tests can be executed locally by running the following commands:
48
48
$ make setup-e2e
49
49
```
50
50
51
+
[!NOTE]
52
+
In OpenShift the KubeRay operator pod gets random user assigned. This user is then used to run Ray cluster.
53
+
However the random user assigned by OpenShift doesn't have rights to store dataset downloaded as part of test execution, causing tests to fail.
54
+
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