Skip to content

Commit

Permalink
Merge pull request #22325 from mcwumbly/cluster-api-capd-ipv6-fixup
Browse files Browse the repository at this point in the history
Fix pod CIDR in cluster-api ipv6 test config
  • Loading branch information
k8s-ci-robot authored May 24, 2021
2 parents 60c03ad + 8ea50ea commit 6d26804
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ presubmits:
- name: DOCKER_SERVICE_CIDRS
value: "fd00:100:64::/108"
- name: DOCKER_POD_CIDRS
value: "fd00:100:64::/108"
value: "fd00:100:96::/48"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down

0 comments on commit 6d26804

Please sign in to comment.