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
## 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 <<EOF | kubectl apply -f -
---
@ -44,9 +40,7 @@ spec:
EOF
```
## Install Nginx (option 1)
### Install
## NGINX - Install and Configure (option 1)
```shell
@ -64,7 +58,7 @@ helm install ingress-nginx ingress-nginx/ingress-nginx \
--set controller.nodeSelector."node-role\.kubernetes\.io/worker"=""
```
## Install Traefik (option 2)
## Traefik - Install and Configure (option 2)
### Configure and Install