You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Verify LocalStack is accessible from cluster via host.k3d.internal
97
-
echo "Testing LocalStack connectivity from k3d cluster..."
98
-
kubectl run test-localstack-connectivity --image=curlimages/curl --rm -i --restart=Never --timeout=10s -- curl -s --max-time 5 http://host.k3d.internal:4566/_localstack/health 2>&1 || echo "Note: LocalStack connectivity test - this is expected to work once LocalStack is fully ready"
99
+
# Test LocalStack connectivity from cluster
100
+
echo "Testing LocalStack connectivity from k3d cluster via host.k3d.internal:4566..."
101
+
kubectl run test-localstack --image=curlimages/curl --rm -i --restart=Never --timeout=10s -- \
0 commit comments