OCPBUGS-82584: Add labelSelector to MachineSet status for scale subresource#2807
OCPBUGS-82584: Add labelSelector to MachineSet status for scale subresource#2807RadekManak wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@RadekManak: This pull request references Jira Issue OCPBUGS-82584, 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. |
|
Hello @RadekManak! Some important instructions when contributing to openshift/api: |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughAn optional 🚥 Pre-merge checks | ✅ 9 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (9 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/jira refresh |
|
@RadekManak: This pull request references Jira Issue OCPBUGS-82584, which is valid. 3 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. |
fae2c31 to
ca2059a
Compare
6cb9185 to
75901b6
Compare
75901b6 to
53cb6e6
Compare
|
@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. |
|
Pipeline controller notification No second-stage tests were triggered for this PR. This can happen when:
Use |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: everettraven The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@RadekManak Looks like there are some verify failures. Try a Give me a ping when that is done and I'll re-lgtm. |
Summary
MachineSet already advertises a scale subresource with
labelSelectorPath: .status.labelSelector, but the API/schema does not define that status field.status.labelSelectortomachine.openshift.io/v1beta1MachineSetStatusThe paired openshift/machine-api-operator#1490 change populates
status.labelSelectorfromspec.selectorduring MachineSet status reconciliation so the/scalesubresource can exposeScale.status.selectorfor HPA/KEDA-style consumers.