We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61e370 commit b624539Copy full SHA for b624539
.github/workflows/endtoend_test_containerized_metallb.yml
@@ -67,6 +67,7 @@ jobs:
67
else
68
echo "Service has external IP: $EXTERNAL_IP"
69
echo "SERVICE_URL=http://${EXTERNAL_IP}:5000" >> $GITHUB_ENV
70
+ kubectl get svc -A -owide
71
fi
72
73
- name: Send GET request and check response
0 commit comments