Skip to content

Conversation

@apeabody
Copy link
Collaborator

@apeabody apeabody commented Dec 17, 2025

b/459339773

@apeabody apeabody requested review from a team and ericyz as code owners December 17, 2025 01:35
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @apeabody, 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 introduces a significant breaking change by entirely removing the Istio and KALM addons from the GKE cluster module configurations. The primary purpose is to streamline the module by eliminating features that are either deprecated or no longer supported directly within the module, thereby simplifying cluster management and encouraging migration to more robust, standalone service mesh solutions like Anthos Service Mesh. This change impacts all related variables, outputs, documentation, and test configurations.

Highlights

  • Istio and KALM Addon Removal: The Istio and KALM addons, along with all their associated configurations, variables, and outputs, have been completely removed from the GKE cluster definitions across all relevant modules. This includes istio_config, kalm_config, istio, istio_auth, and istio_enabled.
  • Migration Guide for v43.0: A new migration guide (docs/upgrading_to_v43.0.md) has been added to detail the breaking changes in v43.0, specifically the removal of kalm_config and Istio-related variables/outputs. It advises users to migrate from the GKE Istio addon to Anthos Service Mesh (ASM) or other service mesh solutions.
  • Documentation and Test Updates: All READMEs, metadata files, and integration test data across various modules have been updated to remove references to the deprecated Istio and KALM features, ensuring consistency with the new configuration.
  • Cloud Service Mesh Reference: The autogen/safer-cluster/README.md file has been updated to suggest 'Cloud Service Mesh' as an alternative for encrypting and controlling communication between applications, replacing the previous reference to Istio.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request removes support for Istio and Kalm configurations across multiple modules and documentation files. The changes are extensive and consistently applied, including the addition of an upgrade guide to inform users about this breaking change. However, the modifications to two JSON files used for integration tests (test/integration/beta_cluster/testdata/TestBetaCluster.json and test/integration/simple_windows_node_pool/testdata/TestSimpleWindowsNodePool.json) have introduced syntax errors that will cause the tests to fail. These errors need to be corrected to ensure the test suite remains valid.

@apeabody
Copy link
Collaborator Author

/gemini review

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request removes the Istio and KALM configurations from the Kubernetes Engine Terraform modules. This is a significant breaking change that is well-documented with a new upgrade guide in docs/upgrading_to_v43.0.md. The changes are comprehensive, touching all relevant modules, autogenerated files, documentation, and test data to reflect the removal of these features. The code modifications consistently remove variables, locals, outputs, and configuration blocks related to Istio and KALM. The documentation has also been updated to point users towards alternative solutions like Anthos Service Mesh. The changes appear to be correct and thoroughly implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant