Merge pull request #92718 from rajansandeep/kube-up-coredns1.7.0

[kube-up]: Bump CoreDNS to v1.7.0
This commit is contained in:
Kubernetes Prow Robot
2020-07-12 01:46:01 -07:00
committed by GitHub
5 changed files with 22 additions and 16 deletions

View File

@@ -73,7 +73,9 @@ data:
ttl 30
}
prometheus :9153
forward . /etc/resolv.conf
forward . /etc/resolv.conf {
max_concurrent 1000
}
cache 30
loop
reload
@@ -129,7 +131,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: k8s.gcr.io/coredns:1.6.7
image: k8s.gcr.io/coredns:1.7.0
imagePullPolicy: IfNotPresent
resources:
limits:

View File

@@ -73,7 +73,9 @@ data:
ttl 30
}
prometheus :9153
forward . /etc/resolv.conf
forward . /etc/resolv.conf {
max_concurrent 1000
}
cache 30
loop
reload
@@ -129,7 +131,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: k8s.gcr.io/coredns:1.6.7
image: k8s.gcr.io/coredns:1.7.0
imagePullPolicy: IfNotPresent
resources:
limits:

View File

@@ -73,7 +73,9 @@ data:
ttl 30
}
prometheus :9153
forward . /etc/resolv.conf
forward . /etc/resolv.conf {
max_concurrent 1000
}
cache 30
loop
reload
@@ -129,7 +131,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: k8s.gcr.io/coredns:1.6.7
image: k8s.gcr.io/coredns:1.7.0
imagePullPolicy: IfNotPresent
resources:
limits: