Files
khuedoan-homelab/scripts/get-status

8 lines
189 B
Plaintext
Raw Normal View History

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