Register ScaleUpFailures registry as a part of NodeGroupChangeObserverList#9812
Register ScaleUpFailures registry as a part of NodeGroupChangeObserverList#9812shaikenov wants to merge 2 commits into
Conversation
|
This issue is currently awaiting triage. If SIG Autoscaling contributors determines this is a relevant issue, they will accept it by applying the The 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. |
|
Hi @shaikenov. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shaikenov 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 |
|
/lgtm |
|
/retest |
|
@shaikenov: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
…rsList. This is a follow up for retrieving scale up registry outside of CSR (more on this: kubernetes#9308). Here we finalizing it by registering scaleupfailures.Registry into NodeGroupChangeObserversList and calling all its methods only through the chain processor.
11c77b0 to
4017dc4
Compare
4017dc4 to
c98c844
Compare
|
/lgtm |
|
@shaikenov: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This is a follow up for retrieving scale up registry outside of CSR (more on this: #9308).
Here we finalizing it by registering
scaleupfailures.RegistryinNodeGroupChangeObserversListand calling its methods only through the chain processor. Effectively we called directly onlyRegisterFailedScaleUpfrom the CSR and now it is no longer needed.Also, I modified the unit tests to properly register
scaleupfailures.Registryin the majority of them (which is not strictly needed I guess, but nice-to-have)Which issue(s) this PR fixes:
Fixes #9642
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: