-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: Add HA settings to Rancher UI questions #425
Conversation
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. However, while I was watching the first video I have the impression that at minute 31 we could have a situation where maxUnavailable
and minAvailable
are set together. Is that expected? Maybe a bug in UI?
That is true, and I don't see any way to solve it. The chart json schema prevents installation though but it is ugly. I'm already using a trick by setting an unexsistent value |
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
Copied previous work into viccuad/prod-questions-archive. Will open issues against rancher/dashboard and link this PR. Rebased and dropped the buggy elements. Current state from this PR: Screencast_2024-04-16_15.47.12.webmScreencast_2024-04-16_15.48.18.webmReady for review. |
Description
partially closes #418 (some features are blocked by UI bugs, see below).
Test
Tested manually. See videos also:
2024-04-16-11.28.33.202075928.mp4
2024-04-16-11.30.58.202011297.mp4
Additional Information
Changed name of sections, @kravciak this may mean changes to Kubewarden UI testsuite.
Tradeoff
Potential improvement
@aalves08 There are 2 UI bugs, unrelated to the questions.yaml changes:
type: yaml
doesn't read and use the value of the variable from values.yaml as default.type: yaml
doesn'd display correctly unless going to "Edit YAML" and back to "Edit Options"