skaffold dev
fails if multiple instances use the same port number in different namespaces
#1774
Labels
skaffold dev
fails if multiple instances use the same port number in different namespaces
#1774
Expected behavior
In v0.24.0, multiple instances of
skaffold dev
should work (worked fine in v0.23.0) when different services in different namespaces have the same port numberActual behavior
First instance of
skaffold dev
starts fine, but subsequence deployments usingskaffold dev
in a different namespace using the same port number fails withFATA[0000] creating runner: creating runner: initializing skaffold event handler: creating status server: creating listener: listen tcp :<port number>: bind: address already in use
Information
Steps to reproduce the behavior
skaffold dev
with first serviceskaffold dev
with second service sharing same port number but different namespaceThe text was updated successfully, but these errors were encountered: