We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following deployment will generate Istio virtualservice with route weight = 0
kind: SeldonDeployment apiVersion: machinelearning.seldon.io/v1alpha2 metadata: name: iris spec: name: iris predictors: - name: default graph: name: iris-default implementation: SKLEARN_SERVER modelUri: gs://seldon-models/sklearn/iris replicas: 1 - name: shadow graph: name: iris-shadow implementation: SKLEARN_SERVER modelUri: gs://seldon-models/sklearn/iris replicas: 1 shadow: true
route: - destination: host: iris-iris-default port: number: 8000 subset: default weight: 0
This feels like a bug to me, should only add weight field when user provide traffic field with value > 0
The text was updated successfully, but these errors were encountered:
Which version of seldon-core - master?
Sorry, something went wrong.
I am using v1.0.2
@cliveseldon Looks like the issue is fixed in master branch, I don't see it.
No branches or pull requests
The following deployment will generate Istio virtualservice with route weight = 0
This feels like a bug to me, should only add weight field when user provide traffic field with value > 0
The text was updated successfully, but these errors were encountered: