Commit 746cf403 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Revert "Bump coredns to 1.7.1"

This reverts commit 5753d477. Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent b11612e2
...@@ -58,11 +58,11 @@ data: ...@@ -58,11 +58,11 @@ data:
ready ready
kubernetes %{CLUSTER_DOMAIN}% in-addr.arpa ip6.arpa { kubernetes %{CLUSTER_DOMAIN}% in-addr.arpa ip6.arpa {
pods insecure pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa fallthrough in-addr.arpa ip6.arpa
} }
hosts /etc/coredns/NodeHosts { hosts /etc/coredns/NodeHosts {
ttl 60 reload 1s
reload 15s
fallthrough fallthrough
} }
prometheus :9153 prometheus :9153
...@@ -95,7 +95,6 @@ spec: ...@@ -95,7 +95,6 @@ spec:
labels: labels:
k8s-app: kube-dns k8s-app: kube-dns
spec: spec:
priorityClassName: "system-cluster-critical"
serviceAccountName: coredns serviceAccountName: coredns
tolerations: tolerations:
- key: "CriticalAddonsOnly" - key: "CriticalAddonsOnly"
...@@ -107,7 +106,7 @@ spec: ...@@ -107,7 +106,7 @@ spec:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
containers: containers:
- name: coredns - name: coredns
image: rancher/coredns-coredns:1.7.1 image: rancher/coredns-coredns:1.6.9
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
......
docker.io/rancher/coredns-coredns:1.7.1 docker.io/rancher/coredns-coredns:1.6.9
docker.io/rancher/klipper-helm:v0.3.0 docker.io/rancher/klipper-helm:v0.3.0
docker.io/rancher/klipper-lb:v0.1.2 docker.io/rancher/klipper-lb:v0.1.2
docker.io/rancher/library-busybox:1.31.1 docker.io/rancher/library-busybox:1.31.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment