You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `BUCKET_NAME`: the name of your bucket created in the previous step
86
+
74
87
## Set up an Artifact Registry
75
88
76
89
- If you use Cloud KMS for repository encryption, create your artifact registry by using the
@@ -84,19 +97,19 @@ Replace the following:
84
97
--description="<DESCRIPTION>" \
85
98
```
86
99
Replace the following:
87
-
100
+
88
101
-`REPOSITORY`: the name of the repository. For each repository location in a project,
89
102
repository names must be unique.
90
103
-`LOCATION`: the regional or multi-regional location for the repository. You can omit this
91
-
flag if you set a default region.
104
+
flag if you set a default region.
92
105
-`DESCRIPTION`: a description of the repository. Don't include sensitive data because
93
106
repository descriptions are not encrypted.
94
107
95
108
96
109
## Create a GKE Cluster with A3 Ultra Node Pools
97
110
98
-
Follow [this guide](https://cloud.google.com/ai-hypercomputer/docs/create/gke-ai-hypercompute) for
99
-
detailed instructions to create a GKE cluster with A3 Ultra node pools, GPUDirect-RDMA and required GPU driver versions.
111
+
Follow [this guide](https://cloud.google.com/ai-hypercomputer/docs/create/gke-ai-hypercompute) for
112
+
detailed instructions to create a GKE cluster with A3 Ultra node pools, GPUDirect-RDMA and required GPU driver versions.
100
113
101
114
The documentation uses [ Cluster Toolkit](https://cloud.google.com/cluster-toolkit/docs/overview) to create your GKE cluster quickly while incorporating best practices:
102
115
@@ -108,11 +121,11 @@ The documentation uses [ Cluster Toolkit](https://cloud.google.com/cluster-toolk
108
121
## What's next
109
122
110
123
Once you have set up your GKE cluster with A3 Ultra node pools, you can proceed to deploy and
111
-
run your [benchmark recipes](../README.md#benchmarks-support-matrix).
124
+
run your [benchmark recipes](../README.md#benchmarks-support-matrix).
112
125
113
126
## Get Help
114
127
115
-
If you encounter any issues or have questions about this setup, use one of the following
128
+
If you encounter any issues or have questions about this setup, use one of the following
116
129
resources:
117
130
118
131
- Consult the [official GKE documentation](https://cloud.google.com/kubernetes-engine/docs).
0 commit comments