Skip to content

speed up deployment of GKE clusters #4215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025

Conversation

ighosh98
Copy link
Contributor

Submission Checklist

Simplify the Cluster Deployment operation for regional cluster deployment to reduce the time required to provision a GKE cluster by ~2 minutes.

With optimisation:

module.gke_cluster.google_container_cluster.gke_cluster: Creation complete after 8m49s [id=projects/hpc-toolkit-dev/locations/us-west4/clusters/gke-a3-mega-temp]

Without optimisation:

module.gke_cluster.google_container_cluster.gke_cluster: Creation complete after 10m30s [id=projects/hpc-toolkit-dev/locations/us-west4/clusters/gke-a3-mega-pb0]

NOTE: Community submissions can take up to 2 weeks to be reviewed.

Please take the following actions before submitting this pull request.

  • Fork your PR branch from the Toolkit "develop" branch (not main)
  • Test all changes with pre-commit in a local branch #
  • Confirm that "make tests" passes all tests
  • Add or modify unit tests to cover code changes
  • Ensure that unit test coverage remains above 80%
  • Update all applicable documentation
  • Follow Cluster Toolkit Contribution guidelines #

@ighosh98 ighosh98 requested review from samskillman and a team as code owners May 30, 2025 06:42
@ighosh98 ighosh98 added the release-improvements Added to release notes under the "Improvements" heading. label May 30, 2025
@ighosh98 ighosh98 merged commit 6c063aa into GoogleCloudPlatform:develop Jun 3, 2025
16 of 66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-improvements Added to release notes under the "Improvements" heading.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants