We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee50ec9 commit c19eeeaCopy full SHA for c19eeea
README.md
@@ -46,20 +46,7 @@ The e2e tests can be executed locally by running the following commands:
46
```bash
47
make setup-e2e
48
```
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
61
62
63
> [!NOTE]
64
Kueue will only activate its Ray integration if KubeRay is installed before Kueue (as done by this make target).
65
0 commit comments