khuedoan-homelab/scripts/get-status

8 lines
182 B
Bash
Executable File

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