1
0
mirror of https://github.com/khuedoan/homelab.git synced 2025-01-13 00:04:46 +07:00
khuedoan-homelab/scripts/get-status

8 lines
182 B
Plaintext
Raw Normal View History

#!/bin/sh
export KUBECONFIG=./metal/kubeconfig.yaml
kubectl get applicationsets --namespace argocd
kubectl get applications --namespace argocd
kubectl get ingress --all-namespaces