OCPBUGS-88712: skip auto-sizing MachineConfig for master pool#6194
OCPBUGS-88712: skip auto-sizing MachineConfig for master pool#6194aksjadha wants to merge 1 commit into
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@aksjadha: This pull request references Jira Issue OCPBUGS-88712, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aksjadha The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/jira refresh |
|
@aksjadha: This pull request references Jira Issue OCPBUGS-88712, which is invalid:
Comment DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@aksjadha: This pull request references Jira Issue OCPBUGS-88712, which is invalid:
Comment DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@aksjadha: This pull request references Jira Issue OCPBUGS-88712, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@aksjadha: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/hold |
- What I did
Removed the redundant
50-master-auto-sizing-disabledMachineConfig generation from the kubelet-config controller.With PR #5491, autosizing is enabled by default only for worker nodes starting in 4.21. To preserve existing autosizing configuration during upgrades from earlier versions to 4.21, the
50-worker-auto-sizing-disabledand50-master-auto-sizing-disabledMachineConfigs were generated in 4.20. However, since autosizing is only enabled by default for worker nodes, generating50-master-auto-sizing-disabledis unnecessary.- How to verify it
50-worker-auto-sizing-disabledMachineConfig is created50-master-auto-sizing-disabledMachineConfig is NOT created- Description for the changelog
Skip generating the redundant
50-master-auto-sizing-disabledMachineConfig since autosizing is only enabled by default for worker nodes.