Port validation error on specifying tcp/udp or range of ports #13809
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.
What Happened?
$ minikube start
fails on specifying tcp, udp or range ports option.e.g.
127.0.0.1:8080:8080/tcp
,127.0.0.1:8080:8080/udp
,127.0.0.1:8080-8081:8080-8081
.This problem appears to have been introduced on minikube v1.24.0 (#12233).
Attach the log file
v1.25.2
127.0.0.1:8080:8080/tcp
127.0.0.1:8080:8080/udp
127.0.0.1:8080-8081:8080-8081
v1.23.2
127.0.0.1:8080:8080/tcp
127.0.0.1:8080:8080/udp
127.0.0.1:8080-8081:8080-8081
Operating System
macOS (Default)
Driver
Docker
The text was updated successfully, but these errors were encountered: