2021-12-05 08:56:18 +07:00
|
|
|
#!/bin/sh
|
|
|
|
|
2024-12-14 21:46:27 +07:00
|
|
|
export KUBECONFIG=./metal/kubeconfig-${env}.yaml
|
2021-12-05 08:56:18 +07:00
|
|
|
|
|
|
|
kubectl get applicationsets --namespace argocd
|
|
|
|
kubectl get applications --namespace argocd
|
|
|
|
kubectl get ingress --all-namespaces
|