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
1. Set up [Cluster Toolkit](https://cloud.google.com/cluster-toolkit/docs/setup/configure-environment).
12
-
1. Switch to the Cluster Toolkit directory
13
-
14
-
```sh
15
-
cd cluster-toolkit
16
-
```
17
-
18
-
1. Get the IP address for your host machine
19
-
20
-
```sh
21
-
curl ifconfig.me
22
-
```
23
-
24
-
1. Update the vars block of the `gke-h4d-deployment.yaml` file.
25
-
1.`project_id`: ID of the project where you are deploying the cluster.
26
-
1.`deployment_name`: Name of the deployment.
27
-
1.`region`: Compute region used for the deployment.
28
-
1.`zone`: Compute zone used for the deployment.
29
-
1.`static_node_count`: Number of nodes to create.
30
-
1.`authorized_cidr`: update the IP address in `<your-ip-address>/32`.
31
-
1.`reservation`: The name of the compute engine reservation in the form of <reservation-name>. To target a BLOCK_NAME, the name of the extended reservation can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>.
1. Additionally, this example blueprint provisions a filestore and connects it to the GKE Cluster via Persistent Volume (PV). An example job template is included in the blueprint which runs a parallel job that reads and writes data to this shared storage. A command similar to `kubectl create -f <file-path>` is displayed in the deployment outputs which can be used to trigger the sample job.
8
+
Refer to [Run high performance computing (HPC) workloads with H4D](https://docs.cloud.google.com/kubernetes-engine/docs/how-to/run-hpc-workloads#cluster-toolkit) for instructions on creating the GKE-H4D cluster.
57
9
58
10
## Run a test using the MPI Operator
59
11
The MPI Operator is installed on the cluster during the deployment. To run a test using the MPI Operator on the GKE H4D cluster, refer to https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/tree/main/hpc/mpi.
0 commit comments