Migrate install_gib from kubectl to helm#5256
Migrate install_gib from kubectl to helm#5256agrawalkhushi18 merged 4 commits intoGoogleCloudPlatform:developfrom
Conversation
Summary of ChangesHello @agrawalkhushi18, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly refactors the deployment mechanism for the Highlights
Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request successfully migrates the install_gib module from using the kubectl provider to the helm provider, aligning with the strategic effort to deprecate third-party dependencies in favor of official HashiCorp providers. The implementation correctly utilizes the Raw Config Helm Chart pattern, ensuring that Kubernetes manifests are deployed via Helm. The README.md has been updated to reflect this change, maintaining accurate documentation. The refactoring in main.tf is well-structured, using count for conditional module creation and depends_on for proper sequencing. Overall, the changes enhance maintainability and adhere to best practices for Terraform module development.
SwarnaBharathiMantena
left a comment
There was a problem hiding this comment.
Thanks, Khushi.
I have a suggestion - to update the README description to highlight giB support. I think it'll be good to update the description and example(s) with giB snippet.
Sure, I'll update the README with giB snippets in a follow-up PR. Thanks for the suggestion! |
dea1176
into
GoogleCloudPlatform:develop
This PR migrates the install_gib module in kubectl-apply from the legacy third-party kubectl provider to the official helm provider. This change is part of the strategic effort to deprecate third-party dependencies within the Cluster Toolkit in favor of official HashiCorp providers.
The implementation utilizes the Raw Config Helm Chart pattern, which allows us to deploy standard Kubernetes manifests using the Helm provider.
Submission Checklist
NOTE: Community submissions can take up to 2 weeks to be reviewed.
Please take the following actions before submitting this pull request.