Unverified Commit 0064a396 authored by Ricardo Weir's avatar Ricardo Weir Committed by GitHub

[release-1.19] Update coredns (#3539)

* Update coredns from 1.6.9 to 1.8.3 Signed-off-by: 's avatarRicardo Weir <ricardo.weir@suse.com>
parent 559d0c47
...@@ -22,11 +22,12 @@ rules: ...@@ -22,11 +22,12 @@ rules:
- list - list
- watch - watch
- apiGroups: - apiGroups:
- "" - discovery.k8s.io
resources: resources:
- nodes - endpointslices
verbs: verbs:
- get - list
- watch
--- ---
apiVersion: rbac.authorization.k8s.io/v1beta1 apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding kind: ClusterRoleBinding
...@@ -58,11 +59,11 @@ data: ...@@ -58,11 +59,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 {
reload 1s ttl 60
reload 15s
fallthrough fallthrough
} }
prometheus :9153 prometheus :9153
...@@ -106,7 +107,7 @@ spec: ...@@ -106,7 +107,7 @@ spec:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
containers: containers:
- name: coredns - name: coredns
image: rancher/coredns-coredns:1.6.9 image: rancher/coredns-coredns:1.8.3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
......
docker.io/rancher/coredns-coredns:1.6.9 docker.io/rancher/coredns-coredns:1.8.3
docker.io/rancher/klipper-helm:v0.4.3 docker.io/rancher/klipper-helm:v0.4.3
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