From 9d57823d4ab0706edf29f6b3ce4c5a8689b9d5d0 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 15 Sep 2025 17:03:14 +0200 Subject: [PATCH] feat: use better titles for ToC --- docs/talos-linux/basics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/talos-linux/basics.md b/docs/talos-linux/basics.md index 32cbed9..f9f3ea9 100644 --- a/docs/talos-linux/basics.md +++ b/docs/talos-linux/basics.md @@ -3,7 +3,7 @@ Lets install a basic loadbalancer (MetalLB) and ingress controller (NGINX or Traefik) on a basic Talos Linux cluster using 3 dedicated (to be labelled) worker nodes. -## MetalLB - Install and Configure +## MetalLB ```shell # add repo and install @@ -49,7 +49,7 @@ EOF helm uninstall metallb -n metallb-system ``` -## NGINX - Install and Configure (option 1) +## NGINX (option 1) ```shell @@ -73,7 +73,7 @@ helm install ingress-nginx ingress-nginx/ingress-nginx \ helm uninstall ingress-nginx -n ingress-nginx ``` -## Traefik - Install and Configure (option 2) +## Traefik (option 2) ```shell cat < traefik-values.yaml