Port validation breaks options that used to work on Linux #12919
Labels
kind/regression
Categorizes issue or PR as related to a regression from a prior release.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Prior to minikube 1.24.0, it used to be possible to create the minikube container so that ports were exposed on
127.0.0.1:443
and127.0.0.1:80
e.g.This behaviour seems to have been lost in minikube 1.24.0:
It seems to me that there are two problems here:
validatePorts
fails to recogniseIP:Port:Port
as validvalidatePorts
rejects the use of privileged ports on Ubuntu 20.04, even though this works fine in practice.Please could the previous behaviour be re-instated? Thanks.
The text was updated successfully, but these errors were encountered: