Skip to content

Commit

Permalink
Merge pull request #3403 from GoogleCloudPlatform/release-candidate
Browse files Browse the repository at this point in the history
Release candidate
  • Loading branch information
nick-stroud authored Dec 19, 2024
2 parents 0a8385b + 9ec27bb commit 6a19416
Show file tree
Hide file tree
Showing 200 changed files with 28,414 additions and 1,866 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
with:
go-version: '1.22'
check-latest: true
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.5.7"
terraform_wrapper: false
- run: make install-dev-deps
- uses: terraform-linters/setup-tflint@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ repos:
hooks:
- id: script-must-have-extension
- id: shellcheck
exclude: ".*unlinted"
- id: shfmt
exclude: ".*tpl"
exclude: ".*tpl|.*unlinted"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ HPC deployments on the Google Cloud Platform.`,
logging.Fatal("cmd.Help function failed: %s", err)
}
},
Version: "v1.43.0",
Version: "v1.44.0",
Annotations: annotation,
}
)
Expand Down
6 changes: 4 additions & 2 deletions community/examples/xpk-gke-a3-megagpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ deployment_groups:
settings:
subnetwork_name: xpk-gke-a3-megagpu-subnet
mtu: 8244
secondary_ranges:
xpk-gke-a3-megagpu-subnet:
secondary_ranges_list:
- subnetwork_name: xpk-gke-a3-megagpu-subnet
ranges:
- range_name: pods
ip_cidr_range: 10.4.0.0/14
- range_name: services
Expand All @@ -54,6 +55,7 @@ deployment_groups:
source: modules/scheduler/gke-cluster
use: [network1, gpunets]
settings:
enable_private_endpoint: false
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
hostNetwork: true
containers:
- name: label-nodes-daemon
image: python:3.9
image: python:3.10
command:
- bash
- -c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
effect: NoSchedule
containers:
- name: topology-scheduler-container
image: python:3.9
image: python:3.10
command: ["/bin/sh", "-c", "pip install google-auth google-api-python-client kubernetes; python /scripts/schedule-daemon.py --ignored-namespace kube-system gmp-public gmp-system"]
volumeMounts:
- name: scripts-volume
Expand Down
Loading

0 comments on commit 6a19416

Please sign in to comment.