We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc906d commit 865901bCopy full SHA for 865901b
1 file changed
setup-minikube/action.yml
@@ -159,7 +159,7 @@ runs:
159
# Show running pods in system namespaces
160
echo ""
161
echo "📋 System pods:"
162
- kubectl get pods --all-namespaces --field-selector=status.phase=Running | head -10
+ kubectl get pods --all-namespaces --field-selector=status.phase=Running | head -10 || true
163
164
165
echo "🎉 Minikube setup completed successfully!"
0 commit comments