Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 590 Bytes

File metadata and controls

21 lines (12 loc) · 590 Bytes
  1. Verify the HttpRoute status:

    Check that the HTTPRoute was successfully configured and references were resolved:

    kubectl get httproute ${INFERENCE_POOL_NAME} -o yaml

    The HttpRoute status should include Accepted=True and ResolvedRefs=True.

  2. Verify the InferencePool Status:

    Make sure the InferencePool is active before sending traffic:

    kubectl get inferencepool ${INFERENCE_POOL_NAME} -o yaml

    The InferencePool status should include Accepted=True and ResolvedRefs=True.