Skip to content

Commit 70e191a

Browse files
authored
Use the default Gardener network addresses (#840)
* Use the default Gardener network addresses * aws
1 parent 8d64c85 commit 70e191a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hack/ci/shoot_aws.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ spec:
4343
- ${GARDENER_REGION}c
4444
networking:
4545
type: calico
46-
pods: 100.96.0.0/11
46+
pods: 100.64.0.0/12
4747
nodes: 10.250.0.0/16
48-
services: 100.64.0.0/13
48+
services: 100.104.0.0/13
4949
kubernetes:
5050
version: "${GARDENER_CLUSTER_VERSION}"
5151
hibernation:

hack/ci/shoot_gcp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ spec:
3333
- ${GARDENER_REGION}-c
3434
networking:
3535
type: calico
36-
pods: 100.96.0.0/11
36+
pods: 100.64.0.0/12
3737
nodes: 10.250.0.0/16
38-
services: 100.64.0.0/13
38+
services: 100.104.0.0/13
3939
kubernetes:
4040
version: "${GARDENER_CLUSTER_VERSION}"
4141
hibernation:

0 commit comments

Comments
 (0)