-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[MKP/doc] Update doc for changes of service account credential. #2309
Conversation
manifests/gcp_marketplace/guide.md
Outdated
|
||
Existing key also can be used. | ||
|
||
Then we can create and inject service account credential. |
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.
"Then you can create ..."
/lgtm |
/lgtm /approved |
/lgtm |
/approve |
cc @jessiezcc |
/assign @neuromage |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: james-jwu, neuromage The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -134,15 +128,10 @@ export MARKETPLACE_TOOLS_IMAGE=gcr.io/cloud-marketplace-staging/marketplace-k8s- | |||
Run the install script | |||
|
|||
```shell | |||
mpdev scripts/install --deployer=gcr.io/ml-pipeline/google/pipelines/deployer:0.2 --parameters='{"name": "'$APP_INSTANCE_NAME'", "namespace": "'$NAMESPACE'", "serviceAccountCredential": "'$SERVICE_ACCOUNT_TOKEN'"}' | |||
mpdev scripts/install --deployer=gcr.io/ml-pipeline/google/pipelines/deployer:0.1 --parameters='{"name": "'$APP_INSTANCE_NAME'", "namespace": "'$NAMESPACE'"}' |
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.
Is the image tag getting decreased to 0.1 expected?
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.
Currently for alpha launch, we'll pin the version to 0.1, so yes.
* Add pod rbac for kserve controller Signed-off-by: Dan Sun <dsun20@bloomberg.net> * Update torchserve 0.6.0 Signed-off-by: Dan Sun <dsun20@bloomberg.net> * Update torchserve kfs image Signed-off-by: Dan Sun <dsun20@bloomberg.net>
Reflect changes made in #2308
This change is