diff --git a/docs/talos-linux/basics.md b/docs/talos-linux/basics.md index d9a6be7..055e1ba 100644 --- a/docs/talos-linux/basics.md +++ b/docs/talos-linux/basics.md @@ -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 <