Skip to content

Commit

Permalink
fix ccm startup wrt dns controller (set dnsPolicy to Default and host…
Browse files Browse the repository at this point in the history
…Network: true)
  • Loading branch information
wlan0 committed Feb 2, 2018
1 parent 4ff964a commit a7668f1
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ spec:
- --allocate-node-cidrs=true
- --configure-cloud-routes=true
- --cluster-cidr={{ .KubeControllerManager.ClusterCIDR }}
volumeMounts:
- name: ca-certificates
mountPath: /etc/ssl/certs
hostNetwork: true
dnsPolicy: Default
volumes:
- name: ca-certificates
hostPath:
path: /etc/ssl/certs
tolerations:
# this is required so CCM can bootstrap itself
- key: node.cloudprovider.kubernetes.io/uninitialized
Expand Down

0 comments on commit a7668f1

Please sign in to comment.