style: no duplicate headings

This commit is contained in:
Simon Cornet 2025-09-15 16:53:07 +02:00
commit ff86edd5bd

View file

@ -1,8 +1,6 @@
# Install a Loadbalancer (MetalLB) and Ingress Controller (Nginx or Traefik) on a default Talos Linux cluster # Install a Loadbalancer (MetalLB) and Ingress Controller (Nginx or Traefik) on a default Talos Linux cluster
## MetalLB ## MetalLB - Install and Configure
### Install
```shell ```shell
# add repo and install # 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 kubectl rollout restart daemonset/metallb-speaker -n metallb-system
``` ```
### Configure
```shell ```shell
cat <<EOF | kubectl apply -f - cat <<EOF | kubectl apply -f -
--- ---
@ -44,9 +40,7 @@ spec:
EOF EOF
``` ```
## Install Nginx (option 1) ## NGINX - Install and Configure (option 1)
### Install
```shell ```shell
@ -64,7 +58,7 @@ helm install ingress-nginx ingress-nginx/ingress-nginx \
--set controller.nodeSelector."node-role\.kubernetes\.io/worker"="" --set controller.nodeSelector."node-role\.kubernetes\.io/worker"=""
``` ```
## Install Traefik (option 2) ## Traefik - Install and Configure (option 2)
### Configure and Install ### Configure and Install