From ff86edd5bd2e79a5c330fb4c33bbd9168c59a3f1 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 15 Sep 2025 16:53:07 +0200 Subject: [PATCH] style: no duplicate headings --- docs/talos-linux/basics.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/talos-linux/basics.md b/docs/talos-linux/basics.md index d9a6be7..055e1ba 100644 --- a/docs/talos-linux/basics.md +++ b/docs/talos-linux/basics.md @@ -1,8 +1,6 @@ # Install a Loadbalancer (MetalLB) and Ingress Controller (Nginx or Traefik) on a default Talos Linux cluster -## MetalLB - -### Install +## MetalLB - Install and Configure ```shell # add repo and install @@ -19,8 +17,6 @@ kubectl label namespace metallb-system pod-security.kubernetes.io/warn=privilege kubectl rollout restart daemonset/metallb-speaker -n metallb-system ``` -### Configure - ```shell cat <