-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #488 from cliveseldon/0.2.7_release
Updates for various Python and Operator fixes
- Loading branch information
Showing
8 changed files
with
130 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"apiVersion": "machinelearning.seldon.io/v1alpha3", | ||
"kind": "SeldonDeployment", | ||
"metadata": { | ||
"creationTimestamp": "2019-04-04T14:33:08Z", | ||
"generation": 1, | ||
"labels": { | ||
"app": "seldon" | ||
}, | ||
"name": "seldon-model", | ||
"namespace": "seldon", | ||
"resourceVersion": "6700", | ||
"selfLink": "/apis/machinelearning.seldon.io/v1alpha3/namespaces/seldon/seldondeployments/seldon-model", | ||
"uid": "9101adcf-56e6-11e9-865f-ec5f8735c09f" | ||
}, | ||
"spec": { | ||
"name": "test-deployment", | ||
"oauth_key": "oauth-key", | ||
"oauth_secret": "oauth-secret", | ||
"predictors": [ | ||
{ | ||
"componentSpecs": [ | ||
{ | ||
"spec": { | ||
"containers": [ | ||
{ | ||
"imagePullPolicy": "IfNotPresent", | ||
"image": "seldonio/mock_classifier:1.0", | ||
"name": "classifier", | ||
"resources": { | ||
"requests": { | ||
"memory": "1Mi" | ||
} | ||
} | ||
} | ||
], | ||
"terminationGracePeriodSeconds": 1 | ||
} | ||
} | ||
], | ||
"graph": { | ||
"children": [], | ||
"endpoint": { | ||
"type": "REST" | ||
}, | ||
"name": "classifier", | ||
"type": "MODEL" | ||
}, | ||
"labels": { | ||
"version": "v1" | ||
}, | ||
"name": "example", | ||
"replicas": 1 | ||
} | ||
] | ||
}, | ||
"status": { | ||
"description": "Cannot find field: imagename in message k8s.io.api.core.v1.Container", | ||
"state": "Failed" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters