Skip to content

Commit

Permalink
Use the example blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
arajmane-g committed Nov 14, 2024
1 parent ac10c3c commit 36c4fbb
Show file tree
Hide file tree
Showing 24 changed files with 18 additions and 653 deletions.
1 change: 1 addition & 0 deletions examples/gke-a3-highgpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ deployment_groups:
use: [network1, gpunets, gke_service_account]
settings:
enable_private_endpoint: false # Allows for access from authorized public IPs
gcp_public_cidrs_access_enabled: $(vars.gcp_public_cidrs_access_enabled)
master_authorized_networks:
- cidr_block: $(vars.authorized_cidr) # Allows your machine run kubectl command. It's required for the multi-network setup.
display_name: "kubectl-access-network"
Expand Down
1 change: 1 addition & 0 deletions examples/gke-a3-megagpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ deployment_groups:
use: [network1, gpunets, gke_service_account]
settings:
enable_private_endpoint: false # Allows for access from authorized public IPs
gcp_public_cidrs_access_enabled: $(vars.gcp_public_cidrs_access_enabled)
master_authorized_networks:
- cidr_block: $(vars.authorized_cidr) # Allows your machine run kubectl command. It's required for the multi-network setup.
display_name: "kubectl-access-network"
Expand Down
1 change: 1 addition & 0 deletions examples/gke-storage-parallelstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ deployment_groups:
enable_parallelstore_csi: true # enable Parallelstore for the cluster
configure_workload_identity_sa: true
enable_private_endpoint: false # Allows for access from authorized public IPs
gcp_public_cidrs_access_enabled: $(vars.gcp_public_cidrs_access_enabled)
master_authorized_networks:
- display_name: deployment-machine
cidr_block: $(vars.authorized_cidr)
Expand Down
1 change: 1 addition & 0 deletions examples/hpc-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ deployment_groups:
use: [network1, gke_service_account]
settings:
enable_private_endpoint: false # Allows for access from authorized public IPs
gcp_public_cidrs_access_enabled: $(vars.gcp_public_cidrs_access_enabled)
outputs: [instructions]

- id: compute_pool
Expand Down
1 change: 1 addition & 0 deletions examples/ml-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ deployment_groups:
use: [network1, gke_service_account]
settings:
enable_private_endpoint: false # Allows for access from authorized public IPs
gcp_public_cidrs_access_enabled: $(vars.gcp_public_cidrs_access_enabled)
master_authorized_networks:
- display_name: deployment-machine
cidr_block: $(vars.authorized_cidr)
Expand Down
1 change: 1 addition & 0 deletions examples/storage-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ deployment_groups:
enable_gcsfuse_csi: true
configure_workload_identity_sa: true # needed when using GCS
enable_private_endpoint: false # Allows for access from authorized public IPs
gcp_public_cidrs_access_enabled: $(vars.gcp_public_cidrs_access_enabled)
master_authorized_networks:
- display_name: deployment-machine
cidr_block: $(vars.authorized_cidr)
Expand Down
92 changes: 0 additions & 92 deletions tools/cloud-build/daily-tests/blueprints/gke-a3-highgpu.yaml

This file was deleted.

92 changes: 0 additions & 92 deletions tools/cloud-build/daily-tests/blueprints/gke-a3-megagpu.yaml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 36c4fbb

Please sign in to comment.