Unverified Commit 693c5290 authored by Brian Downs's avatar Brian Downs Committed by GitHub

Update CoreDNS to version 1.8.3. (#3168)

* update CoreDNS to 1.8.3 Rerun go generate and update the CoreDNS RBAC
parent ad4f04d2
...@@ -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
...@@ -110,7 +111,7 @@ spec: ...@@ -110,7 +111,7 @@ spec:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
containers: containers:
- name: coredns - name: coredns
image: rancher/coredns-coredns:1.8.0 image: rancher/coredns-coredns:1.8.3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
......
docker.io/rancher/coredns-coredns:1.8.0 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.32.1 docker.io/rancher/library-busybox:1.32.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