GoogleContainerTools / GoogleContainerTools/skaffold
skaffold docker deployer recreates new skaffold-* network every run w/o cleaning up old networks -> run out of docker networks over time
Open
area/verify
kind/todo
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.