Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Update --insecure-registry CIDR range
Browse files Browse the repository at this point in the history
kubernetes/minikube#2077 changed the default service cluster IP range to 10.96.0.0/12 from 10.0.0.0/24.
(cherry picked from commit 567e3a8)
  • Loading branch information
Matthew Fisher committed Jan 25, 2018
1 parent 9b6611c commit 633d479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/draftd/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: dind
image: docker:17.05.0-ce-dind
args:
- --insecure-registry=10.0.0.0/24
- --insecure-registry=10.96.0.0/12,10.0.0.0/24
env:
- name: DOCKER_DRIVER
value: overlay
Expand Down
2 changes: 1 addition & 1 deletion cmd/draft/installer/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
- name: dind
image: docker:17.05.0-ce-dind
args:
- --insecure-registry=10.0.0.0/24
- --insecure-registry=10.96.0.0/12,10.0.0.0/24
env:
- name: DOCKER_DRIVER
value: overlay
Expand Down

0 comments on commit 633d479

Please sign in to comment.