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
log_success "WVA upgraded with wva.poolGroup=$DETECTED_POOL_GROUP"
1139
+
POOL_GROUP=$DETECTED_POOL_GROUP
1140
+
else
1141
+
log_warning "WVA upgrade with poolGroup failed - scale-from-zero may not see the InferencePool"
1142
+
fi
1143
+
else
1144
+
log_info "Detected InferencePool API group matches default ($POOL_GROUP) - no upgrade needed"
1145
+
fi
1129
1146
else
1130
-
log_warning "WVA upgrade with poolGroup failed - scale-from-zero may not see the InferencePool"
1147
+
log_warning "Could not detect InferencePool API group - using default POOL_GROUP=$POOL_GROUP (scale-from-zero may be misconfigured if cluster uses a different group)"
1131
1148
fi
1132
-
else
1133
-
log_warning "Could not detect InferencePool API group - WVA may have empty datastore for scale-from-zero"
0 commit comments