mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
8 lines
189 B
Bash
Executable File
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
|