Running multiple instances of skaffold no longer possible #1733
Labels
area/eventing
needs-reproduction
needs reproduction from the maintainers to validate the issue is truly a skaffold bug
priority/p2
May take a couple of releases
Expected behavior
Have two projects with
A/skaffold.yml
andB/skaffold.yml
.Expected: running
skaffold dev
in both directories A and B would work. This used to work in an earlier version still in January 2019.Actual behavior
Running
skaffold dev
for project A will work as expected, butskaffold dev
for project B will fail.The error message is:
FATA[0000] creating runner: creating runner: initializing skaffold event handler: creating status server: creating listener: listen tcp :50051: bind: address already in use
Information
Steps to reproduce the behavior
skaffold dev
under Askaffold dev
under B-> fails with
listen tcp :50051: bind: address already in use
(this used to work still in January 2019)The text was updated successfully, but these errors were encountered: