Files
khuedoan-homelab/scripts/get-status
Khue Doan 1c586813a2 refactor: move dev cluster to master
Easier to test and less maintenance
2024-12-14 21:46:27 +07:00

8 lines
189 B
Bash
Executable File

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