Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traefik LoadBalancer not found in k3d #38

Open
enrichman opened this issue Jan 14, 2022 · 0 comments
Open

Traefik LoadBalancer not found in k3d #38

enrichman opened this issue Jan 14, 2022 · 0 comments
Labels
kind/bug Something isn't working

Comments

@enrichman
Copy link
Member

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[*]}"
@enrichman enrichman changed the title LoadBalancer not found within k3d or in other namespaces Traefik LoadBalancer not found in k3d Jan 14, 2022
@andreas-kupries andreas-kupries added the kind/bug Something isn't working label Mar 8, 2023
@enrichman enrichman added this to the Outside release-cycle milestone Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants