Enable dynamic scaling of Kubernetes cluster offerings for KVM#13226
Open
bernardodemarco wants to merge 1 commit into
Open
Enable dynamic scaling of Kubernetes cluster offerings for KVM#13226bernardodemarco wants to merge 1 commit into
bernardodemarco wants to merge 1 commit into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13226 +/- ##
============================================
+ Coverage 17.67% 18.10% +0.42%
- Complexity 15792 16749 +957
============================================
Files 5922 6037 +115
Lines 533165 542924 +9759
Branches 65208 66482 +1274
============================================
+ Hits 94242 98292 +4050
- Misses 428276 433584 +5308
- Partials 10647 11048 +401
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
@blueorangutan package |
|
@winterhazel a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 17998 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
PR #12975 introduced support for live scaling VMs with fixed service offerings on KVM. However, it did not remove a constraint in the Kubernetes cluster scaling workflow that prevented changing cluster compute offerings while the clusters were running.
This PR removes this leftover constraint, enabling dynamic scaling of Kubernetes cluster offerings.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?
Created a k8s cluster with a compute offering of 2 vCPUs and 4096 MiB of memory (without CPU cap):
k8s cluster details
Scaled the k8s cluster and upgraded its offering to 2 vCPUs and 4096 MiB of memory (with CPU cap):
k8s cluster control plane VM XML
Scaled the worker nodes compute offering to 3 vCPUs and 4096 MiB of memory (with CPU cap):
k8s cluster details
k8s cluster worker plane VM XML