mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
24 lines
562 B
YAML
24 lines
562 B
YAML
|
|
apiVersion: serving.kserve.io/v1beta1
|
||
|
|
kind: InferenceService
|
||
|
|
metadata:
|
||
|
|
name: helloworld
|
||
|
|
namespace: default
|
||
|
|
annotations:
|
||
|
|
serving.kserve.io/deploymentMode: RawDeployment
|
||
|
|
serving.kserve.io/stop: 'true'
|
||
|
|
spec: {}
|
||
|
|
status:
|
||
|
|
conditions:
|
||
|
|
- lastTransitionTime: '2024-05-16T18:48:56Z'
|
||
|
|
reason: Stopped
|
||
|
|
status: 'False'
|
||
|
|
type: PredictorReady
|
||
|
|
- lastTransitionTime: '2024-05-16T18:48:56Z'
|
||
|
|
reason: Stopped
|
||
|
|
status: 'False'
|
||
|
|
type: Ready
|
||
|
|
- lastTransitionTime: '2024-05-16T18:48:56Z'
|
||
|
|
severity: Info
|
||
|
|
status: 'True'
|
||
|
|
type: Stopped
|