mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Dan Garfield <dan@codefresh.io>
32 lines
No EOL
1 KiB
YAML
32 lines
No EOL
1 KiB
YAML
apiVersion: serving.kserve.io/v1beta1
|
|
kind: InferenceService
|
|
metadata:
|
|
name: helloworld
|
|
namespace: default
|
|
spec: {}
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: "2022-06-14T03:45:38Z"
|
|
reason: Predictor ingress not created
|
|
status: "False"
|
|
type: IngressReady
|
|
- lastTransitionTime: "2022-06-14T03:45:38Z"
|
|
message: 'Revision "helloworld-00002" failed with message: Container failed with: container exited with no error.'
|
|
reason: RevisionFailed
|
|
status: "False"
|
|
type: PredictorConfigurationReady
|
|
- lastTransitionTime: "2022-06-14T03:45:38Z"
|
|
message: 'Revision "helloworld-00002" failed with message: Container failed with: container exited with no error.'
|
|
reason: RevisionFailed
|
|
status: "False"
|
|
type: PredictorReady
|
|
- lastTransitionTime: "2022-06-14T03:45:38Z"
|
|
severity: Info
|
|
status: "True"
|
|
type: PredictorRouteReady
|
|
- lastTransitionTime: "2022-06-14T03:45:38Z"
|
|
reason: Predictor ingress not created
|
|
status: "False"
|
|
type: Ready
|
|
modelStatus:
|
|
transitionStatus: BlockedByFailedLoad |