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

Wrong display of volume minSize in shoot creation #1949

Open
hebelsan opened this issue Jul 2, 2024 · 0 comments · May be fixed by #2030
Open

Wrong display of volume minSize in shoot creation #1949

hebelsan opened this issue Jul 2, 2024 · 0 comments · May be fixed by #2030
Assignees
Labels
component/dashboard Gardener Dashboard kind/bug Bug

Comments

@hebelsan
Copy link

hebelsan commented Jul 2, 2024

What happened:
We have created new volumeTypes in the gcp CloudProfile (hyperdisk-balanced, hyperdisk-extreme, hyperdisk-throughput):

- name: hyperdisk-balanced
    class: premium
    minSize: 4Gi
  - name: hyperdisk-extreme
    class: premium
    minSize: 64Gi
  - name: hyperdisk-throughput
    class: premium
    minSize: 2Ti

However the dashboard UI is not showing the correct minSize.
We see 2 issues:

  • Instead of showing the correct minSize of 4Gi or 64Gi it's always showing Minimum size is 20
  • For hyperdisk-throughput with minSize 2Ti it's not showing any error at all

What you expected to happen:
The UI shows the correct minSize if the input is too small

How to reproduce it (as minimally and precisely as possible):
Create a gcp shoot with one of the three new volumeTypes hyperdisk-balanced, hyperdisk-extreme or hyperdisk-throughput

Anything else we need to know:

Environment:
dev

@hebelsan hebelsan added component/dashboard Gardener Dashboard kind/bug Bug labels Jul 2, 2024
@gardener gardener deleted a comment from gardener-robot Jul 9, 2024
@grolu grolu self-assigned this Aug 12, 2024
@grolu grolu linked a pull request Aug 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/dashboard Gardener Dashboard kind/bug Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants