"odo config set" doesn't validate port values and thus "odo describe" panics #3036
Labels
good first issue
Denotes an issue ready for a new contributor. Maintainers will help mentor new contributors.
kind/bug
Categorizes issue or PR as related to a bug.
/kind bug
What versions of software are you using?
Operating System: all
Output of
odo version
: masterHow did you run odo exactly?
#3008 (comment)
Actual behavior
odo describe
panics becauseodo config set
doesn't perform a check for ports provided by the userExpected behavior
odo should validate that provided value for ports follow
<port>/<protocol>
format and the values are valid.Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: