-
Verify the
HttpRoutestatus:Check that the HTTPRoute was successfully configured and references were resolved:
kubectl get httproute ${INFERENCE_POOL_NAME} -o yamlThe
HttpRoutestatus should includeAccepted=TrueandResolvedRefs=True. -
Verify the
InferencePoolStatus:Make sure the
InferencePoolis active before sending traffic:kubectl get inferencepool ${INFERENCE_POOL_NAME} -o yamlThe
InferencePoolstatus should includeAccepted=TrueandResolvedRefs=True.