aboutsummaryrefslogtreecommitdiff
path: root/danneri/cilium.yaml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-11-27 21:28:03 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2024-11-27 21:28:03 +0100
commit98cd7c1de49237ebc88b08c81d5a1ec0f98864c6 (patch)
treec83d6e3c9955e8f4e9f46c7223770ffc4dc6be8a /danneri/cilium.yaml
parent84648753cce419cbd6bd64673053fbbe396bf478 (diff)
downloadinfra-98cd7c1de49237ebc88b08c81d5a1ec0f98864c6.tar.gz
infra-98cd7c1de49237ebc88b08c81d5a1ec0f98864c6.tar.bz2
infra-98cd7c1de49237ebc88b08c81d5a1ec0f98864c6.tar.xz
infra-98cd7c1de49237ebc88b08c81d5a1ec0f98864c6.zip
wip
Diffstat (limited to 'danneri/cilium.yaml')
-rw-r--r--danneri/cilium.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/danneri/cilium.yaml b/danneri/cilium.yaml
index 03f9c23..144e819 100644
--- a/danneri/cilium.yaml
+++ b/danneri/cilium.yaml
@@ -1,7 +1,9 @@
# https://yolops.net/k3s-at-home.html
# https://yolops.net/k8s-dualstack-cilium.html
+# https://www.jeffgeerling.com/blog/2022/quick-hello-world-http-deployment-testing-k3s-and-traefik
+# https://www.redpill-linpro.com/techblog/2024/01/03/cilium-dual-stack-k3s-pi-setup.html
---
-k8sServiceHost: fdb1:4242:3538:2010::ffff
+k8sServiceHost: fdb1:4242:3538:2008:9422:d355:95b7:f170
k8sServicePort: 6443
ipv4:
enabled: false
@@ -12,17 +14,21 @@ ipam:
operator:
# clusterPoolIPv4PodCIDRList: "10.96.0.0/16"
# clusterPoolIPv4MaskSize: 24
- clusterPoolIPv6PodCIDRList: "fdb1:4242:3538:2009::/112"
+ clusterPoolIPv6PodCIDRList: "fdb1:4242:3538:2008:cccc:cccc::/96"
clusterPoolIPv6MaskSize: 112
bpf:
masquerade: false
enableIPv6Masquerade: false
kubeProxyReplacement: true
+
+# new
+ipv6NativeRoutingCIDR: fdb1:4242:3538:2008::/64
+
extraConfig:
enable-ipv6-ndp: "true"
ipv6-mcast-device: "enp1s0"
- ipv6-service-range: "fdb1:4242:3538:2010::/112"
+ ipv6-service-range: "fdb1:4242:3538:2008:5555:5555:5555::/112"
routing-mode: "native"
operator:
replicas: 1