Skip to content

Commit

Permalink
Delete kind config breaking the test
Browse files Browse the repository at this point in the history
  • Loading branch information
fjglira committed Sep 18, 2024
1 parent 7b43e1c commit 6ab2d7c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/e2e/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,4 @@ containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"]
endpoint = ["http://kind-registry:5000"]
networking:
# MAISTRA specific:
# our prow cluster uses serviceSubnet 10.96.0.0/12, so the kind cluster must use other subnet to correctly route traffic;
# in this case, address 10.224.0.0 is chosen randomly from available set of subnets.
serviceSubnet: "10.224.0.0/12"
ipFamily: ipv4

0 comments on commit 6ab2d7c

Please sign in to comment.