Conversation
There was a problem hiding this comment.
Thanks for fixing! All other cases should be handled
As with Kubernetes names in general, names for ports must only contain lowercase alphanumeric characters and -. Port names must also start and end with an alphanumeric character.
Just for the record from #514 (comment)
I'd argue that 123-abc is far less common, and while switching to a PORT_ prefix would fix it, I'm not sure it's worth the compatibility break.
|
Thinking about it, would anything else than |
|
(Merging since digit-prefixed ports are a separate fix anyway, but can continue discussing in here or make a new issue)
In the default configuration, no. But they can still use |
|
It would definitely have been better to do it that way from the start. Now we have the tradeoff to make. |
|
I think the likelihood of someone doing that is very very unlikely and I personally would prefer to be safe in the long run |
|
To be clear, the options here are:
|
|
Honestly I don't care to much, I leave it up to you |
Description
Fixes #514
Definition of Done Checklist