From ca2ffc39b7c13904fb9c31471e3355c65307e655 Mon Sep 17 00:00:00 2001 From: Grant <5445379+grantdhunter@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:08:17 -0600 Subject: [PATCH] update talos version --- talos/cluster_patch.yaml | 9 +++++---- talos/machine_patch.yaml | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/talos/cluster_patch.yaml b/talos/cluster_patch.yaml index f54c3b5..5f6151d 100644 --- a/talos/cluster_patch.yaml +++ b/talos/cluster_patch.yaml @@ -1,5 +1,6 @@ cluster: - proxy: - extraArgs: - ipvs-strict-arp: true - allowSchedulingOnControlPlanes: true + clusterName: fog + proxy: + extraArgs: + ipvs-strict-arp: true + allowSchedulingOnControlPlanes: true diff --git a/talos/machine_patch.yaml b/talos/machine_patch.yaml index c947b04..5665c20 100644 --- a/talos/machine_patch.yaml +++ b/talos/machine_patch.yaml @@ -1,4 +1,6 @@ machine: + install: + image: ghcr.io/siderolabs/installer:v1.9.5 kubelet: extraArgs: rotate-server-certificates: true