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
echo"[INFO] No external URL (no LoadBalancer — expected on KinD/minikube)"
148
154
echo"[INFO] Testing inference via port-forward to mock pod..."
149
155
POD_NAME=$(kubectl get pod -n "$NAMESPACE" -l app.kubernetes.io/name="$MODEL_NAME",kserve.io/component=workload -o jsonpath='{.items[0].metadata.name}'2>/dev/null)
156
+
if [[ -z"$POD_NAME" ]];then
157
+
echo"[WARN] Could not find mock pod for port-forward"
158
+
echo"=== Mock model deployed (inference not verified) ==="
0 commit comments