github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/serving.kserve.io/InferenceService/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "PredictorConfigurationReady is Unknown\nPredictorReady is Unknown, since RevisionMissing. Configuration \"hello-world-predictor-default\" is waiting for a Revision to become ready.\nPredictorRouteReady is Unknown, since RevisionMissing. Configuration \"hello-world-predictor-default\" is waiting for a Revision to become ready.\nReady is Unknown, since RevisionMissing. Configuration \"hello-world-predictor-default\" is waiting for a Revision to become ready.\n"
     5    inputPath: testdata/progressing.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: "IngressReady is False, since Predictor ingress not created.\nPredictorConfigurationReady is False, since RevisionFailed. Revision \"helloworld-00002\" failed with message: Container failed with: container exited with no error.\nPredictorReady is False, since RevisionFailed. Revision \"helloworld-00002\" failed with message: Container failed with: container exited with no error.\nReady is False, since Predictor ingress not created.\n"
     9    inputPath: testdata/degraded.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: Inference Service is healthy.
    13    inputPath: testdata/healthy.yaml