-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix(exoscale): enhance UX around SKS nodepools #7433
base: master
Are you sure you want to change the base?
Conversation
|
Welcome @nerzhul! |
Hi @nerzhul. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
40327cb
to
e9d7765
Compare
e9d7765
to
1235172
Compare
In the 1.31.0 and lower version SKS nodepools where discovered through exoscale instance pools. Whereas it works as expected, end user experience is not very convenient, especially when end users use priority based expander. On our portal SKS nodepools are shown with their ID and the instancepool is hidden in the SKS nodepool page itself. People trying to use priority based expander put SKS nodepool ID instead of our generic compute API InstancePool ID. For convenience, starting with this commit we are using SKS nodepool ID and we add retro compatibility for already cluster autoscaler managed SKS clusters. This will reduce a bit our support on it, and make priority based expander UX more convenient.
1235172
to
e439dfb
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nerzhul, PhilippeChepy The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
@nerzhul: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/lgtm |
@PhilippeChepy: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@gjtempleton when you have time can you review this please ? :) |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Hello, i'm a exoscale team member. I'm not sure about the kind command as it's more a UX improvement for our end users
In the 1.31.0 and lower version SKS nodepools where discovered through exoscale instance pools. Whereas it works as expected, end user experience is not very convenient, especially when end users use priority based expander. On our portal SKS nodepools are shown with their ID and the instancepool is hidden in the SKS nodepool page itself. People trying to use priority based expander put SKS nodepool ID instead of our generic compute API InstancePool ID. For convenience, starting with this commit we are using SKS nodepool ID and we add retro compatibility for already cluster autoscaler managed SKS clusters. This will reduce a bit our support on it, and make priority based expander UX more convenient.
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: