Skip to content

Commit c10930a

Browse files
committed
fix(cni): Switch to flannel to avoid packet loss with cilium
1 parent 51cdd1d commit c10930a

File tree

5 files changed

+1
-89
lines changed

5 files changed

+1
-89
lines changed

kubernetes/network/cilium/base/ippool.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

kubernetes/network/cilium/base/l2announcement.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

kubernetes/network/cilium/kustomization.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

kubernetes/network/cilium/values.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

talos/talconfig.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
---
22
clusterName: homelab
3-
talosVersion: v1.9.3
3+
talosVersion: v1.9.4
44
kubernetesVersion: v1.32.1
55
endpoint: https://192.168.0.41:6443
66
clusterPodNets:
77
- 10.244.0.0/16
88
clusterSvcNets:
99
- 10.96.0.0/12
1010

11-
cniConfig:
12-
name: none
13-
1411
patches:
1512
- |-
1613
- op: add

0 commit comments

Comments
 (0)