OCPBUGS-47508: Set --max-concurrent-reconciles=10 for AWS machine controller#1521
OCPBUGS-47508: Set --max-concurrent-reconciles=10 for AWS machine controller#1521RadekManak wants to merge 1 commit into
Conversation
|
@RadekManak: This pull request references Jira Issue OCPBUGS-47508, 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. |
WalkthroughAWS is added to the platform-specific machine-controller argument branch that enables ChangesMachine-controller concurrency configuration
Estimated code review effort: 2 (Simple) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Align AWS with Azure and GCP so the machine-controller can process reconcile queues with higher concurrency during large create waves.
c74dea6 to
4c5eff1
Compare
|
@RadekManak: This pull request references Jira Issue OCPBUGS-47508, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: sunzhaohua2. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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 kubernetes-sigs/prow repository. |
|
@RadekManak: 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. |
Depends on openshift/machine-api-provider-aws#195
/hold until above is merged
Summary
Add
AWSPlatformTypeto the existing platform switch that passes--max-concurrent-reconciles=10to the machine-controller (already used for Azure and GCP).Summary by CodeRabbit
Bug Fixes
Tests