Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 196 Bytes

File metadata and controls

8 lines (6 loc) · 196 Bytes
# Find a ztunnel pod

ZTUNNEL_POD=$(oc get pod -n ztunnel -l app=ztunnel -o jsonpath='{.items[0].metadata.name}')

# Check logs for connection events
oc logs -n ztunnel $ZTUNNEL_POD -f