mirror of https://github.com/kubernetes/kops.git
Merge pull request #4367 from wlan0/master
Fix ccm startup wrt dns controller (set dnsPolicy to Default and host…
This commit is contained in:
commit
9d9646d0ce
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue