mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 18:23:46 +00:00
New features: Route Stickness, Handoff, Clarification, Read-Only/Transactional, Long Term Memory
This commit is contained in:
6
deploy/oke/scripts/status.sh
Normal file
6
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