-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(envoy): upgrade models in experiment (#5874)
* remove envoy route for experiment before adding/updating the new one * add test for new model version * update test to check for versions * remove unnecessarily check for routes * add iris2 as model example
- Loading branch information
Showing
3 changed files
with
60 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: mlops.seldon.io/v1alpha1 | ||
kind: Model | ||
metadata: | ||
name: iris2 | ||
spec: | ||
storageUri: "gs://seldon-models/scv2/samples/rolling/iris/v2" | ||
requirements: | ||
- sklearn |
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