mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 14:54:32 +07:00
8 lines
182 B
Bash
Executable File
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
|