-
Notifications
You must be signed in to change notification settings - Fork 40
OCPBUGS-23274: Rebase 4.12 branch onto cluster autoscaler 1.25.3 #267
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
OCPBUGS-23274: Rebase 4.12 branch onto cluster autoscaler 1.25.3 #267
Conversation
…lease-1.25 update vendor to v1.25.6 due to kubernetes#5372
…pick-cloud-based-uri-skuClient-1.25 baseURI for skuClient based on cloud cherry-pick kubernetes#5603
This follows go version update by kubernetes 1.25
…-pick-of-#5246-upstream-cluster-autoscaler-release-1.25 Automated cherry pick of kubernetes#5246: Don't break scale up with priority expander config
Cluster Autoscaler 1.25.1
…uronCore v2 chip architecture
Added support for AWS inf2 instance types
…Core v2 chip architecture
Added support for the AWS Trainium instance types
Signed-off-by: tombokombo <[email protected]>
Signed-off-by: tombokombo <[email protected]>
Signed-off-by: tombokombo <[email protected]>
…gs-1.25 Fix/asg resource tags for 1.25.x
…elease-1.25 Add preview EC2 instance type p4de.24xlarge
Signed-off-by: Maxim Rubchinsky <[email protected]>
Signed-off-by: Maxim Rubchinsky <[email protected]>
Signed-off-by: Maxim Rubchinsky <[email protected]>
Signed-off-by: Maxim Rubchinsky <[email protected]>
Signed-off-by: Maxim Rubchinsky <[email protected]>
…g.go Co-authored-by: Huang Huang <[email protected]>
…/sdk/auth/signers/signer_oidc.go Co-authored-by: Huang Huang <[email protected]>
…/sdk/auth/signers/signer_oidc.go Co-authored-by: Huang Huang <[email protected]>
@elmiko: The following test failed, say
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. |
/test e2e-gcp-operator |
/approve |
[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 |
/label qe-approved |
@elmiko: This pull request references Jira Issue OCPBUGS-23274, which is invalid:
Comment In 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/test-infra repository. |
/label cherry-pick-approved |
/jira refresh |
@sreber84: This pull request references Jira Issue OCPBUGS-23274, which is invalid:
Comment In 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/test-infra repository. |
/jira refresh |
@sreber84: This pull request references Jira Issue OCPBUGS-23274, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: In 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/test-infra repository. |
@elmiko: Jira Issue OCPBUGS-23274: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-23274 has been moved to the MODIFIED state. In 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/test-infra repository. |
[ART PR BUILD NOTIFIER] This PR has been included in build atomic-openshift-cluster-autoscaler-container-v4.12.0-202311221849.p0.gdd2b39d.assembly.stream for distgit atomic-openshift-cluster-autoscaler. |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-vertical-pod-autoscaler-container-v4.12.0-202311221849.p0.gdd2b39d.assembly.stream for distgit vertical-pod-autoscaler. |
This PR updates the 4.12 release branch to contain the backports from the upstream project. It is being proposed to fix a bug with CSINode objects creating a panic and crash within the autoscaler.
i created this PR with a process similar to #265