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