Using port 80 causes a fail on kind with rootless podman #542
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Issues which should be fixed (post-triage)
When using Kind on rootless Podman, which may run as a regular user, the quickstart fails with:
This is caused by enforced use of port number
80
. Ports <1024 are reserved for root user. Some higher port should be used, like8080
. Also, some configuration option would be handy, as even the8080
port could be in use, and a user might want to choose different port instead.kn-plugin-quickstart/pkg/kind/kind.go
Line 389 in 071211e
The text was updated successfully, but these errors were encountered: