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
|
# 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue