We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6912e7 commit 0232699Copy full SHA for 0232699
README.md
@@ -49,6 +49,19 @@ The e2e tests can be executed locally by running the following commands:
49
make setup-e2e
50
```
51
52
+ [!NOTE]
53
+ If you get an error on linux
54
+ ```
55
+ Error: rootlessport cannot expose privileged port 80
56
57
+ You can run the following code to fix it
58
+
59
+ ```bash
60
+ echo "net.ipv4.ip_unprivileged_port_start=80" | sudo tee -a /etc/sysctl.conf > /dev/null
61
+ sudo sysctl net.ipv4.ip_unprivileged_port_start=80
62
63
64
65
[!NOTE]
66
Kueue will only activate its Ray integration if KubeRay is installed before Kueue (as done by this make target).
67
0 commit comments