-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(TPG >= 6.47)!: add support for lustre csi driver #2427
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
feat(TPG >= 6.47)!: add support for lustre csi driver #2427
Conversation
apeabody
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @imrannayer!
A few notes below.
| -e ENABLE_BPMETADATA=1 \ | ||
| -v "$(CURDIR)":/workspace \ | ||
| $(REGISTRY_URL)/${DOCKER_IMAGE_DEVELOPER_TOOLS}:${DOCKER_TAG_VERSION_DEVELOPER_TOOLS} \ | ||
| /bin/bash -c 'source /usr/local/bin/task_helper_functions.sh && generate_docs --per-module-requirements' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @imrannayer - We use --per-module-requirements for this repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@apeabody I am getting error saying this is not a valid option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, I suspect you have a cached (old) version of dev-tools. Can you clear to force a download and re-try?
| google = { | ||
| source = "hashicorp/google" | ||
| version = ">= 6.42.0, < 7" | ||
| version = ">= 6.47.0, < 7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please update the README to match, and add an upgrade guide similar to https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/main/docs/upgrading_to_v38.0.md
| # due to https://github.com/hashicorp/terraform-provider-google/issues/9505 for AP | ||
| default_service_account = "keep" | ||
|
|
||
| deletion_policy = "DELETE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this now needed?
(the lint is also failing on the extra spaces)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can remove it. I just added since we have it in majority of the modules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can keep, looks like this was semi-recent change in terraform-google-modules/project-factory/google behavior. Just needs a terraform fmt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@imrannayer - can you also rebase?
|
created PR #2433. Closing this one |
No description provided.