From c2117cca40163f4dff5bb3d8d760799be632c570 Mon Sep 17 00:00:00 2001 From: Jean-Francois Roy Date: Fri, 20 Dec 2024 21:46:50 -0800 Subject: [PATCH] chore(talos): update talconfig --- kubernetes/bootstrap/talos/talconfig.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kubernetes/bootstrap/talos/talconfig.yaml b/kubernetes/bootstrap/talos/talconfig.yaml index 71deef578..008920b30 100644 --- a/kubernetes/bootstrap/talos/talconfig.yaml +++ b/kubernetes/bootstrap/talos/talconfig.yaml @@ -72,10 +72,10 @@ nodes: net.core.bpf_jit_harden: "1" net.ipv6.conf.all.accept_ra: "2" net.ipv6.conf.all.forwarding: "1" - net.ipv6.conf.enp129s0f0.accept_ra: "2" - net.ipv6.conf.enp129s0f0.forwarding: "1" - net.ipv6.conf.enp129s0f1.accept_ra: "2" - net.ipv6.conf.enp129s0f1.forwarding: "1" + net.ipv6.conf.enp129s0f0np0.accept_ra: "2" + net.ipv6.conf.enp129s0f0np0.forwarding: "1" + net.ipv6.conf.enp129s0f1np1.accept_ra: "2" + net.ipv6.conf.enp129s0f1np1.forwarding: "1" vm.nr_hugepages: "1024" # nvidia containerd runtimes @@ -167,8 +167,8 @@ nodes: net.core.bpf_jit_harden: "1" net.ipv6.conf.all.accept_ra: "2" net.ipv6.conf.all.forwarding: "1" - net.ipv6.conf.enxf243cb7739d7.accept_ra: "2" - net.ipv6.conf.enxf243cb7739d7.forwarding: "1" + net.ipv6.conf.enp0s1.accept_ra: "2" + net.ipv6.conf.enp0s1.forwarding: "1" - hostname: "kantai3" ipAddress: "192.168.1.10"