Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tddschn
Copy link
Contributor

@tddschn tddschn commented Aug 9, 2023

Resolves #55

Supercedes #71 & #136

tddschn added 3 commits July 31, 2023 14:41
Signed-off-by: Teddy Xinyuan Chen <45612704+tddschn@users.noreply.github.com>
Signed-off-by: Teddy Xinyuan Chen <45612704+tddschn@users.noreply.github.com>
@tddschn
Copy link
Contributor Author

tddschn commented Aug 9, 2023

To merge to upstream's main branch, you could try the Squash and Merge button on the GitHub UI. :)

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)
Copy link
Member

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?

Copy link
Contributor Author

@tddschn tddschn Aug 10, 2023

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?

mdz/pkg/cmd/deploy.go Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(mdz deploy): Make watch by default
3 participants