mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-29 14:41:13 +01:00
chore: update coredns to 1.8.4
* Coredns 1.8.0 -> 1.8.4 * Add RBAC endpointslices list/watch Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
This commit is contained in:
parent
3a34f1a51d
commit
c7e6225671
@ -273,6 +273,12 @@ rules:
|
|||||||
- nodes
|
- nodes
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
|
- apiGroups: ["discovery.k8s.io"]
|
||||||
|
resources:
|
||||||
|
- endpointslices
|
||||||
|
verbs:
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
|||||||
@ -233,7 +233,7 @@ const (
|
|||||||
CoreDNSImage = "docker.io/coredns/coredns"
|
CoreDNSImage = "docker.io/coredns/coredns"
|
||||||
|
|
||||||
// DefaultCoreDNSVersion is the default version for the CoreDNS.
|
// DefaultCoreDNSVersion is the default version for the CoreDNS.
|
||||||
DefaultCoreDNSVersion = "1.8.0"
|
DefaultCoreDNSVersion = "1.8.4"
|
||||||
|
|
||||||
// LabelNodeRoleMaster is the node label required by a control plane node.
|
// LabelNodeRoleMaster is the node label required by a control plane node.
|
||||||
LabelNodeRoleMaster = "node-role.kubernetes.io/master"
|
LabelNodeRoleMaster = "node-role.kubernetes.io/master"
|
||||||
|
|||||||
@ -1117,7 +1117,7 @@ Examples:
|
|||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
coreDNS:
|
coreDNS:
|
||||||
image: docker.io/coredns/coredns:1.8.0 # The `image` field is an override to the default coredns image.
|
image: docker.io/coredns/coredns:1.8.4 # The `image` field is an override to the default coredns image.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -2221,7 +2221,7 @@ Appears in:
|
|||||||
|
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
image: docker.io/coredns/coredns:1.8.0 # The `image` field is an override to the default coredns image.
|
image: docker.io/coredns/coredns:1.8.4 # The `image` field is an override to the default coredns image.
|
||||||
```
|
```
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user