Skip to content

Traefik LoadBalancer not found in k3d #38

Open
@enrichman

Description

@enrichman

With Traefik installed in other namespaces (kube-system with k3d for example), this command will not work.

kubectl  get svc -n traefik -o jsonpath="{.items[0].status.loadBalancer.ingress[0]}"

$ kubectl get svc -n traefik -o jsonpath="{.items[0].status.loadBalancer.ingress[0]}"

A more resilient way would be look in any namespace:

kubectl get svc -A -o jsonpath="{.items[*].status.loadBalancer.ingress[*]}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions