video-iac/scripts/get-stg-webrtc-pod.sh

5 lines
236 B
Bash
Raw Normal View History

2025-04-06 22:58:43 +00:00
KUBECONFIG=~/Downloads/stg-video-cluster-kubeconfig.yaml
POD=kubectl --kubeconfig $KUBECONFIG --namespace webrtc-be get pod --no-headers -o custom-columns=":metadata.name"
kubectl --kubeconfig $KUBECONFIG --namespace webrtc-be get pod