Skip to content

feat(mdz deploy): Make watch by default (Updated PR against main) - #137

Open
tddschn wants to merge 4 commits into
tensorchord:mainfrom
tddschn:55-mdz-deploy-watch-by-default-new-pr
Open

feat(mdz deploy): Make watch by default (Updated PR against main) #137
tddschn wants to merge 4 commits into
tensorchord:mainfrom
tddschn:55-mdz-deploy-watch-by-default-new-pr

Conversation

@tddschn

@tddschn tddschn commented Aug 9, 2023

Copy link
Copy Markdown
Contributor

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

tddschn commented Aug 9, 2023

Copy link
Copy Markdown
Contributor Author

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

Comment thread mdz/pkg/cmd/deploy.go
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
Copy Markdown
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?

@tddschn tddschn Aug 10, 2023

Copy link
Copy Markdown
Contributor Author

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?

Comment thread mdz/pkg/cmd/deploy.go Outdated
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