Skip to content

Commit 5128f40

Browse files
authored
Fix the [!NOTE] tags in the README.md
1 parent 6745512 commit 5128f40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The e2e tests can be executed locally by running the following commands:
3737
make kind-e2e
3838
```
3939

40-
[!NOTE]
40+
> [!NOTE]
4141
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.
4242
For it to work on macOS, this requires installing [docker-mac-net-connect](https://github.com/chipmk/docker-mac-net-connect).
4343

@@ -47,7 +47,7 @@ The e2e tests can be executed locally by running the following commands:
4747
make setup-e2e
4848
```
4949

50-
[!NOTE]
50+
> [!NOTE]
5151
If you get an error on linux
5252
```
5353
Error: rootlessport cannot expose privileged port 80
@@ -60,10 +60,10 @@ The e2e tests can be executed locally by running the following commands:
6060
```
6161

6262

63-
[!NOTE]
63+
> [!NOTE]
6464
Kueue will only activate its Ray integration if KubeRay is installed before Kueue (as done by this make target).
6565

66-
[!NOTE]
66+
> [!NOTE]
6767
In OpenShift the KubeRay operator pod gets random user assigned. This user is then used to run Ray cluster.
6868
However the random user assigned by OpenShift doesn't have rights to store dataset downloaded as part of test execution, causing tests to fail.
6969
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

Comments
 (0)