mirror of https://github.com/kubernetes/kops.git
Add kube-dns configmap
Optional volume mounting is not supported until we have kubectl 1.6
This commit is contained in:
parent
1865ceea80
commit
128d0c52b2
|
@ -229,3 +229,11 @@ spec:
|
|||
- name: dns-tcp
|
||||
port: 53
|
||||
protocol: TCP
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: kube-dns
|
||||
namespace: kube-system
|
||||
|
|
Loading…
Reference in New Issue