5 lines
236 B
Bash
5 lines
236 B
Bash
|
|
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
|