We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443f9b6 commit 2c6a252Copy full SHA for 2c6a252
ci/deploy.sh
@@ -16,9 +16,9 @@ echo "Watching deployment status in namespace '$NAMESPACE' (timeout: $TIMEOUT se
16
while kill -0 "$DEPLOY_PID" 2>/dev/null; do
17
echo ""
18
echo "=== $(date): Deployment Status ==="
19
- kubectl get deployments -n "$NAMESPACE" || true
+ kubectl get deployments -n "$NAMESPACE" -o wide || true
20
echo "---"
21
- kubectl get pods -n "$NAMESPACE" || true
+ kubectl get pods -n "$NAMESPACE" -o wide || true
22
23
sleep "$INTERVAL"
24
ELAPSED=$((ELAPSED + INTERVAL))
0 commit comments