Skip to content

Commit

Permalink
Docker subnet 172.30.0.0/16
Browse files Browse the repository at this point in the history
  • Loading branch information
triceras committed Aug 8, 2024
1 parent 25dc956 commit 2042738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker system prune -af --volumes || true
docker network prune -f || true
docker network create -d=bridge --subnet=172.30.0.0/16 kind || true
4 changes: 1 addition & 3 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker network create -d=bridge --subnet=172.30.0.0/16 kind || true
docker network create -d=bridge --subnet=172.19.0.0/24 kind || true
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -69,8 +69,6 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker system prune -af --volumes || true
docker network prune -f || true
echo cleaning up docker files as kind load docker-image seems to leave dangling files in the data directory that docker does not detect and so pruning with docker cli doesnt work
sudo systemctl stop docker
Expand Down

0 comments on commit 2042738

Please sign in to comment.