Help setting up with k0s

Following the Traefik and k3s documentation had example files that didn’t go as smoothly.

I have a multi node k0s setup and tried the this Traefik example deployment via helm charts extension.

But with that yaml config posted on k0s Getting Started I don’t have an external IP.

extensions:
  helm:
    repositories:
    - name: traefik
      url: https://traefik.github.io/charts
    - name: bitnami
      url: https://charts.bitnami.com/bitnami
    charts:
    - name: traefik
      chartname: traefik/traefik
      version: "20.5.3"
      namespace: default
    - name: metallb
      chartname: bitnami/metallb
      version: "2.5.4"
      namespace: default
      values: |
        configInline:
          address-pools:
          - name: generic-cluster-pool
            protocol: layer2
            addresses:
            - 192.168.0.5-192.168.0.10