Skip to content
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

add gke hyperdisk support #3210

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

chengcongdu
Copy link
Member

add GKE hyperdisk support to the gke-storage module to handle the creation of storage class and persistent volume claim.

The new module output persistent_volume_claims which can be consumed by the gke-job-template module.

cloud build: https://pantheon.corp.google.com/cloud-build/builds/999405c7-b9fc-4e53-8663-f7128e7534c8?project=hpc-toolkit-dev&e=GkeGettingStartedCloudShellSolutionsLaunch::GkeGettingStartedCloudShellSolutionsEnabled,GkeOnboardingOverviewTabLaunch::GkeOnboardingOverviewTabEnabled&mods=monitoring_api_prod

@chengcongdu chengcongdu added the release-module-improvements Added to release notes under the "Module Improvements" heading. label Nov 2, 2024
use: [gke_cluster]
settings:
storage_type: Hyperdisk-extreme
access_mode: ReadWriteOnce
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this be default mode?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If yes perhaps we can remove this line

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no this is a require parameter, there is no default value set for it

Copy link
Contributor

@ankitkinra ankitkinra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM, but two meta comments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-module-improvements Added to release notes under the "Module Improvements" heading.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants