-
Notifications
You must be signed in to change notification settings - Fork 457
WIP : [release-4.20] kubelet-config compressible patch #5412
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
base: release-4.20
Are you sure you want to change the base?
WIP : [release-4.20] kubelet-config compressible patch #5412
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ngopalak-redhat 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 |
6772384 to
0637b9d
Compare
|
/test all |
|
/test all |
|
@ngopalak-redhat: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
- What I did
- How to verify it
- Description for the changelog
This patch enables 4.20 clusters to upgrade to 4.21 by creating a compressible kubelet MachineConfig that preserves 4.20 kubelet defaults. When upgrading to
4.21 (where system reserved compressible resources are enabled by default), this MachineConfig prevents automatic enablement. Customers can delete the
MachineConfig post-upgrade to adopt 4.21 defaults. This patch is mandatory for 4.20→4.21 upgrades; Cincinnati will block upgrades without it.
Testing Results
Fresh Installation:
Upgrade Scenario:
Performance Profile Integration:
All scenarios confirmed that the compressible MachineConfig creation works as expected without interfering with existing operators.