Files
khuedoan-homelab/scripts/get-status
2021-12-05 08:56:18 +07:00

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