Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inference/a3ultra/disaggregated-serving/dynamo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Install the Dynamo CRDs:
helm install dynamo-crds dynamo-crds-${RELEASE_VERSION}.tgz \
--namespace default \
--wait \
--atomic
--rollback-on-failure
```

Install the Dynamo Platform:
Expand Down
4 changes: 2 additions & 2 deletions inference/a4x/disaggregated-serving/dynamo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Install the Dynamo CRDs:
helm install dynamo-crds dynamo-crds-${RELEASE_VERSION}.tgz \
--namespace default \
--wait \
--atomic
--rollback-on-failure
```

Install the Dynamo Platform with Grove & Kai scheduler enabled:
Expand All @@ -158,7 +158,7 @@ It is recommended to utilize [gcsfuse](https://docs.cloud.google.com/kubernetes-

Find the service account (usually annotated to default):
```bash
kubectl get serviceaccounts ${NAMESPACE} -o jsonpath='{range .items[*]}{.metadata.name}{"\t"}{.metadata.annotations.iam\.gke\.io/gcp-service-account}{"\n"}{end}'
kubectl get serviceaccounts -n ${NAMESPACE} -o jsonpath='{range .items[*]}{.metadata.name}{"\t"}{.metadata.annotations.iam\.gke\.io/gcp-service-account}{"\n"}{end}'
```

Config the service account email:
Expand Down