-
Notifications
You must be signed in to change notification settings - Fork 17
Add advanced quickstart. #29
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
base: main
Are you sure you want to change the base?
Add advanced quickstart. #29
Conversation
…oyment capability
…deploy.yaml instead of original.
dorbin
left a comment
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.
Angel, I'm only about halfway through this, but running out of time. I'll pick this up on Tuesday.
| @@ -0,0 +1,369 @@ | |||
| # Cloud Deploy Vertex AI Model Deployer Advanced Quickstart | |||
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.
I'd still like to find a document type to call this other than "quickstart." I'll talk to Sander and see if we can come up with something. "Advanced quickstart" is sort of a contradiction in terms, given the fact that our quickstarts are meant to show just the very basic feature, and how to try it out very quickly.
custom-targets/vertex-ai/advanced_quickstart/ADVANCED_QUICKSTART.md
Outdated
Show resolved
Hide resolved
custom-targets/vertex-ai/advanced_quickstart/ADVANCED_QUICKSTART.md
Outdated
Show resolved
Hide resolved
custom-targets/vertex-ai/advanced_quickstart/ADVANCED_QUICKSTART.md
Outdated
Show resolved
Hide resolved
| 3. Create an initial Cloud Deploy Release, deploy it to the dev target adn then promote it to the prod target. | ||
| 4. Create a second Cloud Deploy release, deploy it to the dev target, and then use canary strategy to gradually roll it out to the production target. | ||
|
|
||
| ## 1. Clone Repository |
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.
Have you previewed this doc? I'm wondering how this renders. I guess with the ## it's just a heading, and the numbers are just interpreted as text?
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.
Also, though, these numbers don't map to the numbers in the intro above. Would it be possible to structure it so that the intro list is the same as the heading-steps?
Add an advanced quickstart to show how to deploy multiple releases across two targets, and to show how deployment strategies work with Vertex AI.