Skip to content

Commit c19eeea

Browse files
authored
Remove the instructions for fixing uncommon issue in the README.md
1 parent ee50ec9 commit c19eeea

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

-13
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,7 @@ The e2e tests can be executed locally by running the following commands:
4646
```bash
4747
make setup-e2e
4848
```
49-
50-
> [!NOTE]
51-
If you get an error on linux
52-
```
53-
Error: rootlessport cannot expose privileged port 80
54-
```
55-
You can run the following code to fix it
56-
57-
```bash
58-
echo "net.ipv4.ip_unprivileged_port_start=80" | sudo tee -a /etc/sysctl.conf > /dev/null
59-
sudo sysctl net.ipv4.ip_unprivileged_port_start=80
60-
```
6149

62-
6350
> [!NOTE]
6451
Kueue will only activate its Ray integration if KubeRay is installed before Kueue (as done by this make target).
6552

0 commit comments

Comments
 (0)