mirror of https://github.com/kubernetes/kops.git
Remove tmp volume as well as mount
This commit is contained in:
parent
b4bfdcbfac
commit
d15971e240
|
@ -214,9 +214,6 @@ spec:
|
|||
scheme: HTTP
|
||||
dnsPolicy: Default
|
||||
volumes:
|
||||
# Workaround for 1.3.1 bug, can be removed after bumping to 1.4+. See: https://github.com/coredns/coredns/pull/2529
|
||||
- name: tmp
|
||||
emptyDir: {}
|
||||
- name: config-volume
|
||||
configMap:
|
||||
name: coredns
|
||||
|
|
Loading…
Reference in New Issue