skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

skaffold docker deployer recreates new skaffold-* network every run w/o cleaning up old networks -> run out of docker networks over time

Open aaron-prindle opened this issue 2 years ago • 0 comments

Currently the skaffold docker deployer creates a skaffold- network each run but does not clean it up during Cleanup/deletion. This means over time these skaffold networks increase monotonically until a user gets the error:

could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

We should change the docker deployer to cleanup the network or reuse a constant network

aaron-prindle avatar Jun 27 '22 19:06 aaron-prindle