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

Merge https://github.com/kubernetes/autoscaler:master (04b1402) into master #308

Conversation

cloud-team-rebase-bot[bot]
Copy link

No description provided.

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jun 27, 2024
Copy link

openshift-ci bot commented Jun 27, 2024

Hi @cloud-team-rebase-bot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@openshift-ci openshift-ci bot requested review from elmiko and frobware June 27, 2024 13:49
@cloud-team-rebase-bot cloud-team-rebase-bot bot changed the title Merge https://github.com/kubernetes/autoscaler:master (3d48578) into master Merge https://github.com/kubernetes/autoscaler:master (069aab7) into master Jul 1, 2024
@cloud-team-rebase-bot cloud-team-rebase-bot bot changed the title Merge https://github.com/kubernetes/autoscaler:master (069aab7) into master Merge https://github.com/kubernetes/autoscaler:master (02521ed) into master Jul 4, 2024
@cloud-team-rebase-bot cloud-team-rebase-bot bot changed the title Merge https://github.com/kubernetes/autoscaler:master (02521ed) into master Merge https://github.com/kubernetes/autoscaler:master (35359b9) into master Jul 8, 2024
Rename migInstancesState to migInstancesStateCount in gce cache
@cloud-team-rebase-bot cloud-team-rebase-bot bot changed the title Merge https://github.com/kubernetes/autoscaler:master (35359b9) into master Merge https://github.com/kubernetes/autoscaler:master (a5d04db) into master Jul 11, 2024
nojnhuh and others added 15 commits July 11, 2024 15:52
…and for listing migInstances

add metrics for inconsistent mig count
add metrics for function duration for listing gce instances and metrics for inconsistent mig count when gce bulk instance listing is enabled
…tor-scale-up

Extract few steps from ScaleUpOrchestrator main logic
fix(clusterapi): HasInstance with namespace prefix
…le-down

BookCapacity for ProvisioningRequest pods
…vertical-pod-autoscaler/pkg/updater/golang-1.22.5

Bump golang from 1.22.4 to 1.22.5 in /vertical-pod-autoscaler/pkg/updater
…vertical-pod-autoscaler/pkg/recommender/golang-1.22.5

Bump golang from 1.22.4 to 1.22.5 in /vertical-pod-autoscaler/pkg/recommender
…vertical-pod-autoscaler/pkg/admission-controller/golang-1.22.5

Bump golang from 1.22.4 to 1.22.5 in /vertical-pod-autoscaler/pkg/admission-controller
Update CA FAQ to point to the new location of dependency update script.
Update args to match update-deps.sh usage

API module may have different k8s dependency from CA itself.
@cloud-team-rebase-bot cloud-team-rebase-bot bot changed the title Merge https://github.com/kubernetes/autoscaler:master (a5d04db) into master Merge https://github.com/kubernetes/autoscaler:master (3a1c5b9) into master Jul 15, 2024
…es-patch-2

kwok CAS: update README docs to include helm repo add
@elmiko
Copy link

elmiko commented Sep 18, 2024

this is going to require a manual rebase, i'm not sure what is happening here yet

@cloud-team-rebase-bot cloud-team-rebase-bot bot changed the title Merge https://github.com/kubernetes/autoscaler:master (2aba7bd) into master Merge https://github.com/kubernetes/autoscaler:master (6429e4b) into master Sep 19, 2024
k8s-ci-robot and others added 18 commits September 23, 2024 08:33
fix(hetzner): deprecated server type will break on 2024-09-06
* Add backoff mechanism for ProvReq retry

* Add flags for intital and max backoff time, and cache size

* Review remarks

* Add LRU cache

* Review remark
This change carries files and modifications that are used by OpenShift
release infrastructure and related files.

* spec file
* dockerfiles
  * vertical-pod-autoscaler/Dockerfile.rhel
  * images/cluster-autoscaler/Dockerfile
  * images/cluster-autoscaler/Dockerfile.rhel
* hack scripts (ci and build related)
* Makefile
* JUnit tools
* update gitignore
* update/remove OWNERS files
* ci-operator config yaml
* update vendor folders
* add vendor folder for balancer
* add Snyk file to exclude vendor directories and problematic cloud
  providers on scan

# Conflicts:
#	cluster-autoscaler/cloudprovider/azure/OWNERS
…otation

The delete annotation upstream has a different format, but is now
inferred dynamically from the API group. If we update this in MAO to use
the new format, we can drop this old key
this change removes the `go test -i ...` command from the
hack/test-go.sh file. this option is deprecated in the go command and
attempts to install dependencies of the test. when this is enabled with
the build tags we are using, it appears to make the test builds unstable
in CI.
this change adds all the cloudproviders except clusterapi to the list of
ignored directories in for the cluster-autoscaler tests. this is being
done so that the tests match our build tags and do not cause errors when
passing the package list to the test script.
This change re-adds the machine api support for labels and taints on
node groups. The code was removed upstream as it is openshift specific,
see this pull request[0].

It also adds in the functionality of the upstream override annotation
for labels and taints[1] to support
https://issues.redhat.com/browse/MIXEDARCH-259

[0]: kubernetes#5249
[1]: kubernetes#5382
the upstream annotations for the scale from zero capacity resources is
slighty different than the openshift implementation. the largest
difference is the addition of a gpu type annotation. openshift does not
yet utilize this annotation and thus this patch should be carried until
the machineset controllers for the various providers on openshift have
been modified to use the new annotations.

another important change is the modification of the memory annotation.
previously in openshift we expected this value to be a count of memory
in Mebibytes. the conversion function and tests have been modified to
allow continued openshift operation.

this change can be dropped when the annotations in openshift have been
updated, the progress for this effort can be followed at
https://issues.redhat.com/browse/OCPCLOUD-944
…ider

This change corrects the behavior for parsing taints from the
unstructured scalable resource. This is required on OpenShift as our
implementation is slightly different from the upstream.
@cloud-team-rebase-bot cloud-team-rebase-bot bot changed the title Merge https://github.com/kubernetes/autoscaler:master (6429e4b) into master Merge https://github.com/kubernetes/autoscaler:master (04b1402) into master Sep 23, 2024
Copy link

openshift-ci bot commented Sep 23, 2024

@cloud-team-rebase-bot[bot]: 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-aws-periodic-pre 500c138 link false /test e2e-aws-periodic-pre
ci/prow/e2e-hypershift 500c138 link true /test e2e-hypershift
ci/prow/e2e-aws-operator 500c138 link true /test e2e-aws-operator
ci/prow/e2e-aws 500c138 link true /test e2e-aws
ci/prow/unit 500c138 link true /test unit
ci/prow/e2e-azure-operator 500c138 link false /test e2e-azure-operator
ci/prow/goimports 500c138 link false /test goimports
ci/prow/git-history 500c138 link false /test git-history
ci/prow/images 500c138 link true /test images
ci/prow/e2e-gcp-operator 500c138 link false /test e2e-gcp-operator
ci/prow/govet 500c138 link true /test govet
ci/prow/e2e-azure-periodic-pre 500c138 link false /test e2e-azure-periodic-pre

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

@elmiko
Copy link

elmiko commented Sep 24, 2024

setting this to manual rebase since it will require intervention

/label rebase/manual

@openshift-ci openshift-ci bot added the rebase/manual Indicates the PR should not be rebased by the rebasebot. label Sep 24, 2024
@elmiko
Copy link

elmiko commented Oct 7, 2024

this is superseded by #319

/close

@openshift-ci openshift-ci bot closed this Oct 7, 2024
Copy link

openshift-ci bot commented Oct 7, 2024

@elmiko: Closed this PR.

In response to this:

this is superseded by #319

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test Indicates a non-member PR verified by an org member that is safe to test. rebase/manual Indicates the PR should not be rebased by the rebasebot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.