From 4755279ec0f8f67bd9c2b70ff4ecca7a856ed529 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 4 Nov 2024 21:48:28 +0100 Subject: [PATCH] feat(website): add at least *something* to talos basic page --- website/src/content/docs/guides/talos.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/src/content/docs/guides/talos.md b/website/src/content/docs/guides/talos.md index 124864223af..db24c330271 100644 --- a/website/src/content/docs/guides/talos.md +++ b/website/src/content/docs/guides/talos.md @@ -7,4 +7,9 @@ Please, always remember to check the content specific to the chart. ::: -To Be Done +## Noteworthy Talos Features + +- Apply: Applies configuration to clusternodes +- machineconfig: The individual configuration apply sends to cluster nodes +- Upgrade: Replaces the Talos OS image, either with a newer version or different system extentions. +- k8s-upgrade: upgrades the k8s version included in Talos. Only has to run once for the whole cluster.