mirror of https://github.com/k3s-io/k3s
Update CoreDNS to version 1.8.3. (#3168)
* update CoreDNS to 1.8.3 Rerun go generate and update the CoreDNS RBACpull/3180/head
parent
ad4f04d2fc
commit
693c5290b1
|
@ -22,11 +22,12 @@ rules:
|
|||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
- discovery.k8s.io
|
||||
resources:
|
||||
- nodes
|
||||
- endpointslices
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
kind: ClusterRoleBinding
|
||||
|
@ -110,7 +111,7 @@ spec:
|
|||
beta.kubernetes.io/os: linux
|
||||
containers:
|
||||
- name: coredns
|
||||
image: rancher/coredns-coredns:1.8.0
|
||||
image: rancher/coredns-coredns:1.8.3
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
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-lb:v0.1.2
|
||||
docker.io/rancher/library-busybox:1.32.1
|
||||
|
|
Loading…
Reference in New Issue