style: no duplicate headings
This commit is contained in:
parent
2d3ed6cd4e
commit
ff86edd5bd
1 changed files with 3 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue