From a063eaa0be5b54790a25ba86a9691922f737f319 Mon Sep 17 00:00:00 2001 From: Stefan Le Breton Date: Wed, 20 Nov 2024 14:24:56 +0100 Subject: [PATCH] updated README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 17b3c85..4dae6b6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ This will not be perfect, it's for my own use and for learning :) + ## Target + * running talos with defined number of controlplanes/workers + * install Hetzner Cloud Controller Manager + * install Cilium with Gateway API + +Configured correctly and Hetzner has no issues, talos + kubernetes is up and runing in about 5 minutes. + ## Requirements * Hetzner customer :) * Domain at Hetzner, not needed, can be removed/adapted @@ -33,3 +40,9 @@ export TALOSCONFIG=talosconfig see test.tfvars.sample +## Todo +* define kubernetes version to be installed +* define cilium version to be installed (hardcoded to 1.16rc right now) +* maybe some other tweaks +* maybe instsall flux, not sure if that should be part of initial setup +