Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 371 Bytes

FAQ.md

File metadata and controls

15 lines (10 loc) · 371 Bytes

FAQ

Technical help

Get the Load Balancer Public IP address

kubectl get service -n ingress-nginx -o jsonpath='{.items[?(@.spec.type=="LoadBalancer")].status.loadBalancer.ingress[0].ip}'

Get the dockerconfigjson from the secret

kubectl get secret ocir-secret --output="jsonpath={.data.\.dockerconfigjson}" | base64 --decode | jq