From 31b12da2c7002df0ebaa2b0e97296392712a197c Mon Sep 17 00:00:00 2001 From: Stefan Le Breton Date: Wed, 20 Nov 2024 14:47:11 +0100 Subject: [PATCH] comments for TODOs --- cilium.tf | 8 ++------ talos.tf | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/cilium.tf b/cilium.tf index 77a0c39..37953d0 100644 --- a/cilium.tf +++ b/cilium.tf @@ -5,8 +5,8 @@ data "helm_template" "cilium" { namespace = "kube-system" chart = "cilium" repository = "https://helm.cilium.io/" - version = "1.16.0-rc.0" - kube_version = "1.29" + version = "1.16.0-rc.0" # TODO: optional specific version + kube_version = "1.29" # TODO: use installed? atomic = true # features @@ -60,7 +60,3 @@ data "helm_template" "cilium" { } } -# output "cilium_manifest" { -# value = data.helm_template.cilium.manifest -# sensitive = true -# } diff --git a/talos.tf b/talos.tf index 45b00cb..6b01cfd 100644 --- a/talos.tf +++ b/talos.tf @@ -27,7 +27,7 @@ locals { }) talos_config_patches = yamlencode({ cluster = { - allowSchedulingOnControlPlanes = true + allowSchedulingOnControlPlanes = true # TODO: optional network = { cni = { name = "none" @@ -63,7 +63,7 @@ locals { ] } machine = { - kubelet = { + kubelet = { # TODO: optional kubelet version nodeIP = { validSubnets = [ "${var.hcloud_private_network.cidr}"