mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-27 06:21:11 +01:00
feat: update Flannel to v0.25.1
See https://github.com/flannel-io/flannel/releases/tag/v0.25.1 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
ea5b3ff0c2
commit
831f3d39e9
@ -22,7 +22,7 @@ etcd: 3.5.11
|
|||||||
Kubernetes: 1.30.0-rc.2
|
Kubernetes: 1.30.0-rc.2
|
||||||
containerd: 1.7.15
|
containerd: 1.7.15
|
||||||
runc: 1.1.12
|
runc: 1.1.12
|
||||||
Flannel: 0.24.4
|
Flannel: 0.25.1
|
||||||
|
|
||||||
Talos is built with Go 1.22.2.
|
Talos is built with Go 1.22.2.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.24.4/Documentation/kube-flannel.yml DO NOT EDIT
|
// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.25.1/Documentation/kube-flannel.yml DO NOT EDIT
|
||||||
|
|
||||||
package flannel
|
package flannel
|
||||||
|
|
||||||
@ -34,13 +34,6 @@ rules:
|
|||||||
- nodes/status
|
- nodes/status
|
||||||
verbs:
|
verbs:
|
||||||
- patch
|
- patch
|
||||||
- apiGroups:
|
|
||||||
- networking.k8s.io
|
|
||||||
resources:
|
|
||||||
- clustercidrs
|
|
||||||
verbs:
|
|
||||||
- list
|
|
||||||
- watch
|
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
|
|||||||
@ -944,7 +944,7 @@ const (
|
|||||||
DashboardTTY = 2
|
DashboardTTY = 2
|
||||||
|
|
||||||
// FlannelVersion is the version of flannel to use.
|
// FlannelVersion is the version of flannel to use.
|
||||||
FlannelVersion = "v0.24.4"
|
FlannelVersion = "v0.25.1"
|
||||||
|
|
||||||
// PlatformMetal is the name of the metal platform.
|
// PlatformMetal is the name of the metal platform.
|
||||||
PlatformMetal = "metal"
|
PlatformMetal = "metal"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user