Skip to content
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

MIXEDARCH-129: Adds the MergeCommaSeparatedKeyValues method in the util package #1147

Merged
merged 1 commit into from
May 31, 2023

Conversation

aleskandro
Copy link
Member

@aleskandro aleskandro commented May 30, 2023

In the efforts for MIXEDARCH-129, we will need to change several cloud providers' actuators to get the kubernetes.io/arch label considered for scaling from zero. The upstream changes introduced by kubernetes/autoscaler/pull/5382 allow us to use an annotation to instruct the autoscaler about the node labels. The actuators will consume the method introduced by this commit to merge the comma-separated list of key-value pairs stored in that annotation with any others the actuators want to add.

cc @elmiko @JoelSpeed @Prashanth684

@aleskandro
Copy link
Member Author

In the efforts for MIXEDARCH-129, we will need to change several cloud providers' actuators to get the kubernetes.io/arch label considered for scaling from zero. The upstream changes introduced by kubernetes/autoscaler/pull/5382 allow us to use an annotation to instruct the autoscaler about the node labels. The actuators will consume the method introduced by this commit to merge the comma-separated list of key-value pairs stored in that annotation with any others the actuators want to add.
@aleskandro aleskandro changed the title Adds the MergeCommaSeparatedKeyValues method in the util package MIXEDARCH-129: Adds the MergeCommaSeparatedKeyValues method in the util package May 30, 2023
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 30, 2023
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented May 30, 2023

@aleskandro: This pull request references MIXEDARCH-129 which is a valid jira issue.

In response to this:

In the efforts for MIXEDARCH-129, we will need to change several cloud providers' actuators to get the kubernetes.io/arch label considered for scaling from zero. The upstream changes introduced by kubernetes/autoscaler/pull/5382 allow us to use an annotation to instruct the autoscaler about the node labels. The actuators will consume the method introduced by this commit to merge the comma-separated list of key-value pairs stored in that annotation with any others the actuators want to add.

cc @elmiko @JoelSpeed @Prashanth684

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/test-infra repository.

1 similar comment
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented May 30, 2023

@aleskandro: This pull request references MIXEDARCH-129 which is a valid jira issue.

In response to this:

In the efforts for MIXEDARCH-129, we will need to change several cloud providers' actuators to get the kubernetes.io/arch label considered for scaling from zero. The upstream changes introduced by kubernetes/autoscaler/pull/5382 allow us to use an annotation to instruct the autoscaler about the node labels. The actuators will consume the method introduced by this commit to merge the comma-separated list of key-value pairs stored in that annotation with any others the actuators want to add.

cc @elmiko @JoelSpeed @Prashanth684

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/test-infra repository.

@aleskandro
Copy link
Member Author

/test unit

@Prashanth684
Copy link

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 30, 2023
@JoelSpeed
Copy link
Contributor

/approve

Copy link
Contributor

@elmiko elmiko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 30, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoelSpeed

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 30, 2023
@stbenjam
Copy link
Member

/label jira/valid-bug

@openshift-ci openshift-ci bot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label May 31, 2023
@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 0344bff and 2 for PR HEAD 59ec86d in total

@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 31, 2023

@aleskandro: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-nutanix 59ec86d link false /test e2e-nutanix
ci/prow/e2e-azure-ovn 59ec86d link false /test e2e-azure-ovn
ci/prow/e2e-metal-ipi-upgrade 59ec86d link false /test e2e-metal-ipi-upgrade
ci/prow/e2e-vsphere-operator 59ec86d link false /test e2e-vsphere-operator
ci/prow/e2e-vsphere-ovn-serial 59ec86d link false /test e2e-vsphere-ovn-serial
ci/prow/e2e-azure-operator 59ec86d link false /test e2e-azure-operator

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/test-infra repository. I understand the commands that are listed here.

@neisw
Copy link

neisw commented May 31, 2023

/retest-required

@openshift-merge-robot openshift-merge-robot merged commit 931f6f6 into openshift:master May 31, 2023
aleskandro added a commit to aleskandro/machine-api-provider-aws that referenced this pull request Jun 1, 2023
This commit vendors the machine-api-operator to include the new method
from openshift/machine-api-operator#1147 and build the annotations
for providing the architecture information to the
kubernetes autoscaler.
aleskandro added a commit to aleskandro/machine-api-provider-azure that referenced this pull request Jun 1, 2023
This commit vendors the machine-api-operator to include the new method
from openshift/machine-api-operator#1147 and build the annotations
for providing the architecture information to the
kubernetes autoscaler.
aleskandro added a commit to aleskandro/machine-api-provider-azure that referenced this pull request Jun 2, 2023
This commit vendors the machine-api-operator to include the new method
from openshift/machine-api-operator#1147 and build the annotations
for providing the architecture information to the
kubernetes autoscaler.
aleskandro added a commit to aleskandro/machine-api-provider-aws that referenced this pull request Jun 7, 2023
This commit vendors the machine-api-operator to include the new method
from openshift/machine-api-operator#1147 and build the annotations
for providing the architecture information to the
kubernetes autoscaler.
aleskandro added a commit to aleskandro/machine-api-provider-azure that referenced this pull request Jun 7, 2023
This commit vendors the machine-api-operator to include the new method
from openshift/machine-api-operator#1147 and build the annotations
for providing the architecture information to the
kubernetes autoscaler.
aleskandro added a commit to aleskandro/machine-api-provider-aws that referenced this pull request Jun 7, 2023
This commit vendors the machine-api-operator to include the new method
from openshift/machine-api-operator#1147 and build the annotations
for providing the architecture information to the
kubernetes autoscaler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants