Files
homelab/scripts/get-dns-config
Khue Doan 4384456220 refactor: move dev cluster to master
Easier to test and less maintenance
2025-01-18 11:35:28 +07:00

5 lines
204 B
Bash
Executable File

#!/bin/sh
export KUBECONFIG=./metal/kubeconfig-${env}.yaml
kubectl get ingress --all-namespaces --no-headers --output custom-columns="ADDRESS:.status.loadBalancer.ingress[0].ip,HOST:.spec.rules[0].host"