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
#7,594 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.