feat: use better titles for ToC
This commit is contained in:
parent
759d97375b
commit
9d57823d4a
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Lets install a basic loadbalancer (MetalLB) and ingress controller (NGINX or Traefik) on a basic Talos Linux cluster
|
Lets install a basic loadbalancer (MetalLB) and ingress controller (NGINX or Traefik) on a basic Talos Linux cluster
|
||||||
using 3 dedicated (to be labelled) worker nodes.
|
using 3 dedicated (to be labelled) worker nodes.
|
||||||
|
|
||||||
## MetalLB - Install and Configure
|
## MetalLB
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# add repo and install
|
# add repo and install
|
||||||
|
|
@ -49,7 +49,7 @@ EOF
|
||||||
helm uninstall metallb -n metallb-system
|
helm uninstall metallb -n metallb-system
|
||||||
```
|
```
|
||||||
|
|
||||||
## NGINX - Install and Configure (option 1)
|
## NGINX (option 1)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
||||||
|
|
@ -73,7 +73,7 @@ helm install ingress-nginx ingress-nginx/ingress-nginx \
|
||||||
helm uninstall ingress-nginx -n ingress-nginx
|
helm uninstall ingress-nginx -n ingress-nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
## Traefik - Install and Configure (option 2)
|
## Traefik (option 2)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cat <<EOF > traefik-values.yaml
|
cat <<EOF > traefik-values.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue