minor fixes and added service CIDR

pull/1995/head
Sandeep Rajan 2017-09-21 11:19:39 -04:00
parent 06b3e74fb8
commit 98b7ec62ba
6 changed files with 8 additions and 8 deletions

View File

@ -15,4 +15,4 @@ rules:
- namespaces
verbs:
- list
- watch
- watch

View File

@ -9,9 +9,9 @@ data:
Corefile: |
.:53 {
errors
log stdout
log
health
kubernetes cluster.local
kubernetes cluster.local 10.0.0.0/24
prometheus
proxy . /etc/resolv.conf
cache 30

View File

@ -23,7 +23,7 @@ spec:
serviceAccountName: coredns
containers:
- name: coredns
image: coredns/coredns:latest
image: coredns/coredns:011
imagePullPolicy: Always
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts:
@ -55,4 +55,4 @@ spec:
name: coredns
items:
- key: Corefile
path: Corefile
path: Corefile

View File

@ -14,4 +14,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: coredns
namespace: kube-system
namespace: kube-system

View File

@ -4,4 +4,4 @@ metadata:
name: coredns
namespace: kube-system
labels:
addonmanager.kubernetes.io/mode: Reconcile
addonmanager.kubernetes.io/mode: Reconcile

View File

@ -20,4 +20,4 @@ spec:
protocol: TCP
- name: metrics
port: 9153
protocol: TCP
protocol: TCP