-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat(mdz deploy): Make watch by default (Updated PR against main) #137
base: main
Are you sure you want to change the base?
feat(mdz deploy): Make watch by default (Updated PR against main) #137
Conversation
Signed-off-by: Teddy Xinyuan Chen <45612704+tddschn@users.noreply.github.com>
Signed-off-by: Teddy Xinyuan Chen <45612704+tddschn@users.noreply.github.com>
To merge to upstream's |
cmd.PrintErrf("Timed out while waiting for deployment to be ready\n") | ||
return errors.New("deployment readiness timed out") | ||
case <-tick: | ||
instances, err := client.InstanceList(cmd.Context(), namespace, name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we check the inference status instead of the instance status?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean to issue an (stub / test) inference request to the instance to check status?
Resolves #55
Supercedes #71 & #136