We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Traefik installed in other namespaces (kube-system with k3d for example), this command will not work.
kube-system
kubectl get svc -n traefik -o jsonpath="{.items[0].status.loadBalancer.ingress[0]}"
docs/src/installation/install_epinio_auto.md
Line 68 in 0a7371e
A more resilient way would be look in any namespace:
kubectl get svc -A -o jsonpath="{.items[*].status.loadBalancer.ingress[*]}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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]}"
docs/src/installation/install_epinio_auto.md
Line 68 in 0a7371e
A more resilient way would be look in any namespace:
kubectl get svc -A -o jsonpath="{.items[*].status.loadBalancer.ingress[*]}"
The text was updated successfully, but these errors were encountered: