Skip to content

fix(csi): update gcloud addon flag for managed CSI driver - #5063

Merged
meet2mky merged 1 commit into
masterfrom
update-csi-addons-flags
Aug 28, 2026
Merged

fix(csi): update gcloud addon flag for managed CSI driver#5063
meet2mky merged 1 commit into
masterfrom
update-csi-addons-flags

Conversation

@meet2mky

Copy link
Copy Markdown
Collaborator

Description

Updates gcloud container clusters update flags in the CSI management scripts:

  • Replaces --enable-gcs-fuse-csi-driver with --update-addons=GcsFuseCsiDriver=ENABLED in tools/scripts/csi/install_managed.sh.
  • Replaces --no-enable-gcs-fuse-csi-driver with --update-addons=GcsFuseCsiDriver=DISABLED in tools/scripts/csi/uninstall_managed.sh.

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - NA

Any backward incompatible change? If so, please explain.

No

Update gcloud container clusters update flags from --enable-gcs-fuse-csi-driver
and --no-enable-gcs-fuse-csi-driver to --update-addons=GcsFuseCsiDriver=ENABLED
and --update-addons=GcsFuseCsiDriver=DISABLED respectively.
@meet2mky
meet2mky requested a review from a team as a code owner August 28, 2026 13:24
@meet2mky
meet2mky requested a review from abhishek10004 August 28, 2026 13:24
@github-actions github-actions Bot added the remind-reviewers Auto remind reviewers in attention set for review post 24hrs of inactivity on PR. label Aug 28, 2026

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

Copy link
Copy Markdown
Contributor

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 updates the installation and uninstallation scripts for the GKE managed Cloud Storage FUSE CSI driver. It replaces the deprecated --enable-gcs-fuse-csi-driver and --no-enable-gcs-fuse-csi-driver flags with the newer --update-addons=GcsFuseCsiDriver=ENABLED and --update-addons=GcsFuseCsiDriver=DISABLED flags respectively in the gcloud container clusters update commands. There are no review comments, and I have no additional feedback to provide.

@meet2mky
meet2mky enabled auto-merge (squash) August 28, 2026 13:29
@meet2mky
meet2mky merged commit b07275e into master Aug 28, 2026
19 checks passed
@meet2mky
meet2mky deleted the update-csi-addons-flags branch August 28, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

remind-reviewers Auto remind reviewers in attention set for review post 24hrs of inactivity on PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants