File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
docs/guides/dynamo_deploy Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,8 @@ export CLUSTER_WIN=$(gcloud container clusters describe ${CLUSTER_NAME} \
2626 --format=" value(workloadIdentityConfig.workloadPool)" )
2727```
2828
29- ``` important
30- Make sure Workload Identity is enabled in your cluster !
31- ```
29+ + !!! important
30+ + Make sure Workload Identity is enabled in your cluster!
3231
3332
3433## Service Account Creation and Configuration
@@ -39,7 +38,7 @@ Go to the GCP console and create a new service account (or reuse an existing one
3938
4039``` bash
4140gcloud iam service-accounts create workload-identity-sa\
42- --display-name=" workload identity serice account" \
41+ --display-name=" workload identity service account" \
4342 --description=" Service account to use for Workload Identity in GKE"
4443export SA=workload-identity-sa@${PROJECT} .iam.gserviceaccount.com
4544```
You can’t perform that action at this time.
0 commit comments