mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
feat(scripts): add script to get list of ingresses
This commit is contained in:
4
scripts/get-dns-config
Executable file
4
scripts/get-dns-config
Executable file
@@ -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"
|
||||
Reference in New Issue
Block a user