Skip to content

Commit

Permalink
Revert "Bump coredns to 1.7.1"
Browse files Browse the repository at this point in the history
This reverts commit 5753d47.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Dec 17, 2020
1 parent b11612e commit 746cf40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions manifests/coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ data:
ready
kubernetes %{CLUSTER_DOMAIN}% in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
}
hosts /etc/coredns/NodeHosts {
ttl 60
reload 15s
reload 1s
fallthrough
}
prometheus :9153
Expand Down Expand Up @@ -95,7 +95,6 @@ spec:
labels:
k8s-app: kube-dns
spec:
priorityClassName: "system-cluster-critical"
serviceAccountName: coredns
tolerations:
- key: "CriticalAddonsOnly"
Expand All @@ -107,7 +106,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: coredns
image: rancher/coredns-coredns:1.7.1
image: rancher/coredns-coredns:1.6.9
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion pkg/deploy/zz_generated_bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/airgap/image-list.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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-lb:v0.1.2
docker.io/rancher/library-busybox:1.31.1
Expand Down

0 comments on commit 746cf40

Please sign in to comment.