diff --git a/scripts/get-dns-config b/scripts/get-dns-config new file mode 100755 index 00000000..e864f588 --- /dev/null +++ b/scripts/get-dns-config @@ -0,0 +1,4 @@ +#!/bin/sh + +export KUBECONFIG=./metal/kubeconfig.yaml +kubectl get ingress --all-namespaces --no-headers --output custom-columns="ADDRESS:.status.loadBalancer.ingress[0].ip,HOST:.spec.rules[0].host"