Automated Manifest Update (#3932)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3932
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3932.
This commit is contained in:
2026-02-12 20:54:53 +00:00
committed by Alex Lebens
parent e48339d3d6
commit 535e6571f5
7 changed files with 2 additions and 79 deletions

View File

@@ -1,17 +0,0 @@
apiVersion: "cilium.io/v2alpha1"
kind: CiliumL2AnnouncementPolicy
metadata:
name: node-gateway-l2-policy
namespace: kube-system
labels:
app.kubernetes.io/name: node-gateway-l2-policy
app.kubernetes.io/instance: cilium
app.kubernetes.io/part-of: cilium
spec:
nodeSelector:
matchLabels:
kubernetes.io/hostname: talos-ix7-xku
interfaces:
- enp6s0
externalIPs: true
loadBalancerIPs: true

View File

@@ -11,5 +11,3 @@ spec:
blocks: blocks:
- start: "10.232.1.21" - start: "10.232.1.21"
stop: "10.232.1.23" stop: "10.232.1.23"
- start: "10.232.1.100"
stop: "10.232.1.200"

View File

@@ -33,16 +33,6 @@ rules:
- get - get
- list - list
- watch - watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- update
- list
- delete
- apiGroups: - apiGroups:
- apiextensions.k8s.io - apiextensions.k8s.io
resources: resources:

View File

@@ -114,8 +114,6 @@ data:
vtep-cidr: "" vtep-cidr: ""
vtep-mask: "" vtep-mask: ""
vtep-mac: "" vtep-mac: ""
enable-k8s-endpoint-slice: "true"
enable-l2-announcements: "true"
procfs: "/host/proc" procfs: "/host/proc"
bpf-root: "/sys/fs/bpf" bpf-root: "/sys/fs/bpf"
cgroup-root: "/sys/fs/cgroup" cgroup-root: "/sys/fs/cgroup"

View File

@@ -18,7 +18,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
cilium.io/cilium-configmap-checksum: "397445692955f32e6bbfa856f565c5d3d0dc54deb1b50b899fa9da83855f5946" cilium.io/cilium-configmap-checksum: "e129393f7260ae593c00137d4b9c2c92e786de76c1125c2293f366cfe5b3512b"
kubectl.kubernetes.io/default-container: cilium-agent kubectl.kubernetes.io/default-container: cilium-agent
labels: labels:
k8s-app: cilium k8s-app: cilium

View File

@@ -22,7 +22,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
cilium.io/cilium-configmap-checksum: "397445692955f32e6bbfa856f565c5d3d0dc54deb1b50b899fa9da83855f5946" cilium.io/cilium-configmap-checksum: "e129393f7260ae593c00137d4b9c2c92e786de76c1125c2293f366cfe5b3512b"
labels: labels:
io.cilium/app: operator io.cilium/app: operator
name: cilium-operator name: cilium-operator

View File

@@ -1,46 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: cilium-tls-gateway
namespace: kube-system
labels:
app.kubernetes.io/name: cilium-tls-gateway
app.kubernetes.io/instance: cilium
app.kubernetes.io/part-of: cilium
annotations:
cert-manager.io/cluster-issuer: letsencrypt-issuer
io.cilium/lb-ipam-ips: "10.232.1.100"
spec:
addresses:
- type: IPAddress
value: 10.232.1.100
gatewayClassName: cilium
listeners:
- allowedRoutes:
namespaces:
from: All
hostname: '*.alexlebens.net'
name: https
port: 443
protocol: HTTPS
tls:
certificateRefs:
- group: ''
kind: Secret
name: https-gateway-cert
namespace: kube-system
mode: Terminate
- allowedRoutes:
namespaces:
from: All
hostname: 'alexlebens.net'
name: https-domain
port: 443
protocol: HTTPS
tls:
certificateRefs:
- group: ''
kind: Secret
name: https-gateway-cert
namespace: kube-system
mode: Terminate