mirror of https://github.com/kubernetes/kops.git
cluster-autoscaler should use dnsPolicy Default
This commit is contained in:
parent
0224883aba
commit
6c01c946e6
|
@ -43,6 +43,7 @@ spec:
|
|||
- name: ssl-certs
|
||||
hostPath:
|
||||
path: {{SSL_CERT_PATH}}
|
||||
dnsPolicy: "Default"
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/master: ""
|
||||
tolerations:
|
||||
|
|
|
@ -189,6 +189,7 @@ spec:
|
|||
- name: ssl-certs
|
||||
hostPath:
|
||||
path: {{SSL_CERT_PATH}}
|
||||
dnsPolicy: "Default"
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/master: ""
|
||||
tolerations:
|
||||
|
|
Loading…
Reference in New Issue