-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(exoscale): enhance UX around SKS nodepools
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.
- Loading branch information
Showing
3 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
# VSCode project files | ||
**/.vscode | ||
*.code-workspace | ||
__debug_bin* | ||
|
||
# Emacs save files | ||
*~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters