Projeto do Agent Contas ORACLE
This commit is contained in:
6
agent_framework_oci/deploy/oke/scripts/status.sh
Normal file
6
agent_framework_oci/deploy/oke/scripts/status.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
NS="${K8S_NAMESPACE:-agent-platform}"
|
||||
kubectl -n "$NS" get pods -o wide
|
||||
kubectl -n "$NS" get hpa
|
||||
kubectl -n "$NS" get svc
|
||||
Reference in New Issue
Block a user