-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
Canary Rollout From KF-Serving Web App UI #2
Comments
Hi, Any update on this as this is stale for about 2 weeks. |
I will work on this soon! I think there will probably be two separate features?
Or maybe it should all be one |
Hi, Just to add, the functionality was expected to perform the |
FYI I am working on this now. I will add an Edit button that loads the existing YAML which you can edit to change the This should be a quick solution that satisfies most use-cases Later on I can make a nicer UI |
Does |
/kind feature
Describe the solution you'd like
I was trying the
KF-Serving model web app
and tried to deploy a canary rollout that was working using Kubectl commands but I don’t see any option for it in themodel web app
UI.Here the
web app
supports the YAML structure and uses thev1beta1
API. So we deployed adefault model
version and it got successfully deployed and changes reflected inweb app
. Now we wanted to deploy acanary model
which needs the YAML to be modified with canaryTrafficPercent value which looks not possible from UI as we don’t see any edit option in UI. Also when werollout
thecanary
from UI as we do via kubectl I'm getting an error sayingmodel with name 'my-model' already exists
. I would like to have anedit feature
orcanary rollout feature
from the UI which makes it easy for everyone to work with.The document I followed was, https://github.com/kubeflow/kfserving/tree/master/docs/samples/v1beta1/rollout
Anything else you would like to add:
I see two ways to achieve this part.
@kimwnasptd I hope this should be helpful to track and develop the same.
One more request is when developing a new feature please update the doc so we can utilize the same, because for python SDK docs we have
v1alpha2
examples that are not supported post-kf-serving 0.6.0 version.The text was updated successfully, but these errors were encountered: