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

[GcpNfsVolume] Remove support for Legacy tiers #890

Open
3 tasks done
dushanpantic opened this issue Dec 16, 2024 · 0 comments
Open
3 tasks done

[GcpNfsVolume] Remove support for Legacy tiers #890

dushanpantic opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@dushanpantic
Copy link
Contributor

dushanpantic commented Dec 16, 2024

Description

The GcpNfsVolume API should not offer support for legacy tiers.
There are alternatives offered by Google that replace the legacy tiers, and we are already supporting them.
Remove support for STANDARD, PREMIUM, ENTERPRISE, HIGH_SCALE_SSD tier.

Our documentation already (prior to this change) does not list legacy tiers as supported. However, our reconciler will allow creation of GcpNfsInstance with legacy tier, but it will go into Error state immediately.
On the other hand, our UI still lists some of the legacy tiers:
image

Prerequisites for removal:

  • No instance of legacy tier exists in any environment
    • dev
    • stage
    • prod

Reasons

We don't want to support legacy tiers, when non-legacy with feature parity is already offered by Google.

Attachments

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

No branches or pull requests

1 participant