Skip to content

Commit 06e32a6

Browse files
committed
update examples readme for tpu v6
1 parent fea34d0 commit 06e32a6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

examples/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ md_toc github examples/README.md | sed -e "s/\s-\s/ * /"
2929
* [serverless-batch-mpi.yaml](#serverless-batch-mpiyaml-) ![core-badge]
3030
* [pfs-lustre.yaml](#pfs-lustreyaml-) ![core-badge] ![deprecated-badge]
3131
* [pfs-managed-lustre-vms.yaml](#pfs-managed-lustre-vmsyaml-) ![core-badge]
32-
* [gke-managed-lustre.yaml](#gke-managed-lustreyaml-) ![core-badge]
32+
* [gke-managed-lustre.yaml](#gke-managed-lustreyaml-) ![core-badge]
3333
* [ps-slurm.yaml](#ps-slurmyaml--) ![core-badge] ![experimental-badge]
3434
* [cae-slurm.yaml](#cae-slurmyaml-) ![core-badge]
3535
* [hpc-build-slurm-image.yaml](#hpc-build-slurm-imageyaml--) ![community-badge] ![experimental-badge]
@@ -60,7 +60,7 @@ md_toc github examples/README.md | sed -e "s/\s-\s/ * /"
6060
* [hpc-slurm-ramble-gromacs.yaml](#hpc-slurm-ramble-gromacsyaml--) ![community-badge] ![experimental-badge]
6161
* [flux-cluster](#flux-clusteryaml--) ![community-badge] ![experimental-badge]
6262
* [tutorial-fluent.yaml](#tutorial-fluentyaml--) ![community-badge] ![experimental-badge]
63-
* [gke-tpu-v6](#gke-tpu-v6--) ![community-badge] ![experimental-badge]
63+
* [gke-tpu-v6](#gke-tpu-v6-) ![core-badge]
6464
* [xpk-n2-filestore](#xpk-n2-filestore--) ![community-badge] ![experimental-badge]
6565
* [gke-h4d](#gke-h4d-) ![core-badge]
6666
* [gke-g4](#gke-g4-) ![core-badge]
@@ -789,7 +789,7 @@ providing a high-performance file system for demanding workloads.
789789
volumes:
790790
- name: lustre-volume
791791
persistentVolumeClaim:
792-
claimName: $(vars.lustre_instance_id)-pvc # Matches the PVC name
792+
claimName: $(vars.lustre_instance_id)-pvc # Matches the PVC name
793793
```
794794

795795
Note: This is just an example job using busybox image.
@@ -1175,7 +1175,7 @@ to the cluster using `kubectl` and will run on the specified node pool.
11751175
1. The output of the `./gcluster deploy` on CLI includes a `kubectl create` command to create the job.
11761176

11771177
```sh
1178-
kubectl create -f <job-yaml-path>
1178+
kubectl create -f <job-yaml-path>
11791179
```
11801180

11811181
This command creates a job that uses busybox image and prints `Hello World`. This result can be viewed by looking at the pod logs.
@@ -1580,11 +1580,11 @@ deployment_groups:
15801580
[hpc-slurm-sharedvpc.yaml]: ../community/examples/hpc-slurm-sharedvpc.yaml
15811581
[fs-shared-vpc]: https://cloud.google.com/filestore/docs/shared-vpc
15821582

1583-
### [gke-tpu-v6] ![community-badge] ![experimental-badge]
1583+
### [gke-tpu-v6] ![core-badge]
15841584

1585-
This example shows how TPU v6 cluster can be created and be used to run a job that requires TPU capacity on GKE. Additional information on TPU blueprint and associated changes are in this [README](/community/examples/gke-tpu-v6/README.md).
1585+
This example shows how TPU v6 cluster can be created and be used to run a job that requires TPU capacity on GKE. Additional information on TPU blueprint and associated changes are in this [README](/examples/gke-tpu-v6/README.md).
15861586

1587-
[gke-tpu-v6]: ../community/examples/gke-tpu-v6
1587+
[gke-tpu-v6]: ../examples/gke-tpu-v6
15881588

15891589
### [xpk-n2-filestore] ![community-badge] ![experimental-badge]
15901590

0 commit comments

Comments
 (0)