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

vpa: Update to VPA v1.1.1 #111

Closed
wants to merge 483 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 28, 2023

  1. Implement TemplateNodeInfo for civo cloudprovider

    Signed-off-by: Vishal Anarse <[email protected]>
    vishalanarase committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c4bd3f0 View commit details
    Browse the repository at this point in the history
  2. Add comment for type and function

    Signed-off-by: Vishal Anarse <[email protected]>
    vishalanarase committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    93b7537 View commit details
    Browse the repository at this point in the history
  3. refactor(*): move getKubeClient to utils/kubernetes

    (cherry picked from commit b9f636d)
    
    Signed-off-by: qianlei.qianl <[email protected]>
    
    refactor: move logic to create client to utils/kubernetes pkg
    - expose `CreateKubeClient` as public function
    - make `GetKubeConfig` into a private `getKubeConfig` function (can be exposed as a public function in the future if needed)
    Signed-off-by: vadasambar <[email protected]>
    
    fix: CI failing because cloudproviders were not updated to use new autoscaling option fields
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: define errors as constants
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: pass kube client options by value
    Signed-off-by: vadasambar <[email protected]>
    qianlei90 authored and vadasambar committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ae18f05 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge pull request kubernetes#6322 from vishalanarase/civo/add-node-t…

    …emplate
    
    Implement TemplateNodeInfo for civo cloudprovider
    k8s-ci-robot authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    70bc124 View commit details
    Browse the repository at this point in the history
  2. Calculate real value for template using node group

    Signed-off-by: Vishal Anarse <[email protected]>
    vishalanarase committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d887dff View commit details
    Browse the repository at this point in the history
  3. Fix lint error

    vishalanarase committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    32e6849 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Signed-off-by: Vishal Anarse <[email protected]>
    vishalanarase committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d98363f View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6294 from vadasambar/refactor/kube-client

    refactor(*): move getKubeClient to utils/kubernetes
    k8s-ci-robot authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0a1d74f View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#6296 from guopeng0/fix/alicloud

    fix: alicloud the function NodeGroupForNode return nil
    k8s-ci-robot authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    06db46b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Merge pull request kubernetes#6324 from vishalanarase/civo/updated-no…

    …de-template
    
    [civo] Calculate real value for template using node group
    k8s-ci-robot authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    85b6058 View commit details
    Browse the repository at this point in the history
  2. Update aws-sdk-go to 1.48.7 via tarball

    Remove *_test.go, models/, examples
    ROunofF committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8fe636e View commit details
    Browse the repository at this point in the history
  3. + Added SDK version in the log

    + Update version in README + command
    ROunofF committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    dd09d59 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge pull request kubernetes#6245 from alexanderConstantinescu/aws-c…

    …ache-instance-requirements
    
    AWS: cache instance requirements
    k8s-ci-robot authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    04b89f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6261 from sibucan/aws-capacity-type-fix

    Fix capacityType label in AWS ManagedNodeGroup
    k8s-ci-robot authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c0661b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6186 from jackfrancis/azure-aks-vmtype-…

    …deprecate
    
    Azure: Remove AKS vmType
    k8s-ci-robot authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    dfd20f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6325 from ROunofF/update-local-sdk2

    Update cloudprovider/aws/aws-sdk-go to 1.48.7
    k8s-ci-robot authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    cea6c36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a754db View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#6302 from piotrwrotniak/fixedp

    Fixes scale down logic.
    k8s-ci-robot authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    df6784b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Adding 33 instances types

    ROunofF committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    65970f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6347 from ROunofF/update-instance-type

    Update AWS instance list - Dec 2023
    k8s-ci-robot authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b6ffd65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a70364d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge pull request kubernetes#6340 from ilpianista/patch-1

    Helm: update cluster-autoscaler to 1.28
    k8s-ci-robot authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8f75e9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d45f47 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    2793a3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6338 from voelzmo/enh/switch-to-multist…

    …age-build
    
    Switch to multistage build Dockerfiles for VPA
    k8s-ci-robot authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    844e61c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb5ef4b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. deprecate unused node-autoprovisioning-enabled and max-autoprovisione…

    …d-node-group-count flags
    
    Signed-off-by: Prashant Rewar <[email protected]>
    prashantrewar committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    cbebabb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Fix error messages and expose underlying error.

    Error messages were incorrect regardless of which annotation was failing.
    
    Also exposing the underlying parse error so it can actually be fixed.
    ElanHasson authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3c4b180 View commit details
    Browse the repository at this point in the history
  2. oopsie fix

    ElanHasson authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f08828b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e87470e View commit details
    Browse the repository at this point in the history
  4. fix(hetzner): insufficient nodes when boot fails

    The Hetzner Cloud API returns "Actions" for anything asynchronous that
    happens inside the backend. When creating a new server multiple actions
    are returned: `create_server`, `start_server`, `attach_to_network` (if set).
    
    Our current code waits for the `create_server` and if it fails, it makes
    sure to delete the server so cluster-autoscaler can create a new one
    immediately to provide the required capacity. If one of the "follow up"
    actions fails though, we do not handle this. This causes issues when the
    server for whatever reason did not start properly on the first try, as
    then the customer has a shutdown server, is paying for it, but does not
    receive the additional capacity for their Kubernetes cluster.
    
    This commit fixes the bug, by awaiting all actions returned by the
    create server API call, and deleting the server if any of them fail.
    apricote committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0a46895 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6364 from hetznercloud/hcloud-wait-all-…

    …actions
    
    fix(hetzner): insufficient nodes when boot fails
    k8s-ci-robot authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b4586f9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#6301 from brydoncheyney/bcheyney/autosc…

    …aler-annotation-ignore
    
    fix: update node annotation used to limit log spam with valid key
    k8s-ci-robot authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    37673fe View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#6361 from guopeng0/feature/metrics

    feat: add metrics to show target size of every node group
    k8s-ci-robot authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    98a77a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    2acea3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c14b8f View commit details
    Browse the repository at this point in the history
  3. use corect variables

    ElanHasson authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9ce68ed View commit details
    Browse the repository at this point in the history
  4. Remove debug line.

    fische committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    cc6ecec View commit details
    Browse the repository at this point in the history
  5. Fix typo.

    fische committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7383034 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3810ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6f1c2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95ad6c9 View commit details
    Browse the repository at this point in the history
  9. Fix compilation errors.

    fische committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    368441d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f6eedc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    90e24ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a8a2e78 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge pull request kubernetes#6371 from pmdroid/fix-hetzner-docs

    fix: updated readme for hetzner cloud provider
    k8s-ci-robot authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    49bed4c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Add error details to autoscaling backoff.

    Change-Id: I3b5c62ba13c2e048ce2d7170016af07182c11eee
    walidghallab committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    cf6176f View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6327 from walidghallab/autoscaler-status

    Add error details to autoscaling backoff.
    k8s-ci-robot authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f0001eb View commit details
    Browse the repository at this point in the history
  3. Make backoff.Status.ErrorInfo non-pointer.

    Change-Id: I1f812d4d6f42db97670ef7304fc0e895c837a13b
    walidghallab committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f89427a View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6374 from walidghallab/autoscaler-status

    Make backoff.Status.ErrorInfo non-pointer.
    k8s-ci-robot authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e495509 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6246 from prashantrewar/deprecate-unuse…

    …d-flag
    
    Deprecate unused node-autoprovisioning-enabled and max-autoprovisioned-node-group-count flags
    k8s-ci-robot authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b95adf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    ac01132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d3303 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6376 from x13n/master

    [GCE] Support paginated instance listing
    k8s-ci-robot authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2afb968 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6373 from tedli/grpc-timeout

    allow specifing grpc timeout rather than hardcoded 5 seconds
    k8s-ci-robot authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5bf33b2 View commit details
    Browse the repository at this point in the history
  5. azure: fix chart bugs after AKS vmType deprecation

    Signed-off-by: Jack Francis <[email protected]>
    jackfrancis committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e28f9fd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request kubernetes#6370 from voelzmo/enh/remove-vpa-builder

    Remove vpa builder Dockerfile and switch dependabot to component Dockerfiles
    k8s-ci-robot authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ab04101 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6384 from jackfrancis/azure-chart-fix-a…

    …ks-deprecate
    
    azure: fix chart bugs after AKS vmType deprecation
    k8s-ci-robot authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    90361b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge pull request kubernetes#6369 from Jont828/code-workspace

    Add VSCode workspace files to .gitignore
    k8s-ci-robot authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c420cea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4239750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38ab33a View commit details
    Browse the repository at this point in the history
  4. go mod vendor for e2e tests

    voelzmo committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1740647 View commit details
    Browse the repository at this point in the history
  5. [civo] Add Gpu count to node template

    Signed-off-by: Vishal Anarase <[email protected]>
    vishalanarase committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8703ff9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b82a108 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb82ce3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. feat:add node group health and back off metrics

    guopeng0 authored and guopengguopeng committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    044c03d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ffbea4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6139 from damikag/priority-evictor

    Implement priority based evictor
    k8s-ci-robot authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    fc48d5c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Merge pull request kubernetes#6394 from laoj2/release-doc

    Update VPA release README to reference 1.X VPA versions.
    k8s-ci-robot authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    600cda5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Merge pull request kubernetes#6271 from aayushrangwala/master

    [cluster-autoscaler] chore: Rename Cluster Autoscaler Provider package from Packet to EquinixMetal
    k8s-ci-robot authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d9f1317 View commit details
    Browse the repository at this point in the history
  2. fix:Adding missing RBAC + Update deployment tolerations

    FarnazBGH authored and Farnaz Babaeian committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    23b9845 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6399 from FarnazBGH/fix-cluster-api-exa…

    …mple
    
    Fix:Adding missing RBAC + Update Deployment tolerations
    k8s-ci-robot authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    33a1432 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6390 from vishalanarase/civo/gpu-count

    [civo] Add Gpu count to node template
    k8s-ci-robot authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a85ec16 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6393 from baizhenyu/patch-1

    Update dependabot.yml to include addon-resizer
    k8s-ci-robot authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5469d79 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Convert status in cluster-autoscaler-status to yaml and add error inf…

    …o for backoff and more node counts.
    
    Change-Id: Ic68e0d67b7ce9912b605b6c0a3356b4d0e177911
    walidghallab committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    11a0846 View commit details
    Browse the repository at this point in the history
  2. Truncate error messages in CA config map to 500 characters per node g…

    …roup.
    
    Max size of configmap is 1MB.
    
    Change-Id: I615d25781e4f8dafb6a08f752c085544bcd49e5a
    walidghallab committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    4b63993 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. feat:add node group health and back off metrics

    guopeng0 authored and guopengguopeng committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1255c95 View commit details
    Browse the repository at this point in the history
  2. Regenerate patch release schedule (kubernetes#6346)

    * Regenerate patch release schedule
    
    Schedule based on https://kubernetes.io/releases/patch-releases/#upcoming-monthly-releases. Included more rows to have one entry per maintainer.
    
    * Update README.md
    
    Added concrete dates for future patch releases.
    
    * Update README.md
    
    Include minor releases in the release schedule.
    x13n authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9521a0f View commit details
    Browse the repository at this point in the history
  3. Restore flags for setting QPS limit in CA

    Partially undo kubernetes#6274. I noticed that with this change CA get rate limited and
    slows down significantly (especially during large scale downs).
    jbartosik committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a5e540d View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6405 from jbartosik/add-back-ca-rate-li…

    …miting
    
    Restore flags for setting QPS limit in CA
    k8s-ci-robot authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0f7fe5c View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6375 from walidghallab/status

    Convert status in cluster-autoscaler-status to yaml and add error info for scale-up backoff
    k8s-ci-robot authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c7ad47b View commit details
    Browse the repository at this point in the history
  6. Refactor status_test.go to use table tests

    Change-Id: Ie6a2301f4ab8673b9ad2f8f7de1faa166ac295b4
    walidghallab committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    138c448 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    jbartosik committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    43b46b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10fafe7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. feat:add node group health and back off metrics

    guopeng0 authored and guopengguopeng committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    89241e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    849e9e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4778d9e View commit details
    Browse the repository at this point in the history
  4. fix paths to opts

    kdw174 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2754aa4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cc6239 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#6416 from kdw174/capi-k8s-client-params

    Pass Burst and QPS client params to clusterapi k8s clients
    k8s-ci-robot authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    bb72e46 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge pull request kubernetes#6291 from sergelogvinov/non-azure-provi…

    …derid
    
    Azure: skip non azure nodes
    k8s-ci-robot authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f4891e3 View commit details
    Browse the repository at this point in the history
  2. Add ProvisioningRequestPodsFilter processor (kubernetes#6386)

    * Introduce ProvisioningRequestPodsFilter processor
    
    * Review
    yaroslava-serdiuk authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d29ffd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. docs: clarifies scale down operation by CA in FAQ.md and main.go

    This commit clarifies the condition when a node can be scaled down by the Cluster Autoscaler (CA).
    The changes updates the section and flag description in the FAQ.md and main.go files.
    faan11 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    6ec7256 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge pull request kubernetes#6290 from faan11/master

    Clarify Scale down rule in the documentation (FAQ.md)
    k8s-ci-robot authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0024f25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6410 from walidghallab/refactor

    Refactors status_test.go to use table tests
    k8s-ci-robot authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5737488 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    e71a123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8671aae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1de5639 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6434 from Shubham82/fixed-Contents-MPA

    Fixed the TOC of Multi-dimensional Pod Autoscaler AEP.
    k8s-ci-robot authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cdb24d8 View commit details
    Browse the repository at this point in the history
  5. Bump golang in /vertical-pod-autoscaler/pkg/updater

    Bumps golang from 1.21.5 to 1.21.6.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    205a06d View commit details
    Browse the repository at this point in the history
  6. Bump golang in /vertical-pod-autoscaler/pkg/admission-controller

    Bumps golang from 1.21.5 to 1.21.6.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a6f1d22 View commit details
    Browse the repository at this point in the history
  7. Bump golang in /vertical-pod-autoscaler/pkg/recommender

    Bumps golang from 1.21.5 to 1.21.6.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2e4ec97 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Merge pull request kubernetes#6443 from kubernetes/dependabot/docker/…

    …vertical-pod-autoscaler/pkg/admission-controller/golang-1.21.6
    
    Bump golang from 1.21.5 to 1.21.6 in /vertical-pod-autoscaler/pkg/admission-controller
    k8s-ci-robot authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    934d0c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6444 from kubernetes/dependabot/docker/…

    …vertical-pod-autoscaler/pkg/recommender/golang-1.21.6
    
    Bump golang from 1.21.5 to 1.21.6 in /vertical-pod-autoscaler/pkg/recommender
    k8s-ci-robot authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    293b42f View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6442 from kubernetes/dependabot/docker/…

    …vertical-pod-autoscaler/pkg/updater/golang-1.21.6
    
    Bump golang from 1.21.5 to 1.21.6 in /vertical-pod-autoscaler/pkg/updater
    k8s-ci-robot authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    7ea57f3 View commit details
    Browse the repository at this point in the history
  4. feat: support --scale-down-delay-after-* per nodegroup

    Signed-off-by: vadasambar <[email protected]>
    
    feat: update scale down status after every scale up
    - move scaledown delay status to cluster state/registry
    - enable scale down if  `ScaleDownDelayTypeLocal` is enabled
    - add new funcs on cluster state to get and update scale down delay status
    - use timestamp instead of booleans to track scale down delay status
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: use existing fields on clusterstate
    - uses `scaleUpRequests`, `scaleDownRequests` and `scaleUpFailures` instead of `ScaleUpDelayStatus`
    - changed the above existing fields a little to make them more convenient for use
    - moved initializing scale down delay processor to static autoscaler (because clusterstate is not available in main.go)
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: remove note saying only `scale-down-after-add` is supported
    - because we are supporting all the flags
    Signed-off-by: vadasambar <[email protected]>
    
    fix: evaluate `scaleDownInCooldown` the old way only if `ScaleDownDelayTypeLocal` is set to `false`
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: remove line saying `--scale-down-delay-type-local` is only supported for `--scale-down-delay-after-add`
    - because it is not true anymore
    - we are supporting all `--scale-down-delay-after-*` flags per nodegroup
    Signed-off-by: vadasambar <[email protected]>
    
    test: fix clusterstate tests failing
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: move back initializing processors logic to from static autoscaler to main
    - we don't want to initialize processors in static autoscaler because anyone implementing an alternative to static_autoscaler has to initialize the processors
    - and initializing specific processors is making static autoscaler aware of an implementation detail which might not be the best practice
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: revert changes related to `clusterstate`
    - since I am going with observer pattern
    Signed-off-by: vadasambar <[email protected]>
    
    feat: add observer interface for state of scaling
    - to implement observer pattern for tracking state of scale up/downs (as opposed to using clusterstate to do the same)
    - refactor `ScaleDownCandidatesDelayProcessor` to use fields from the new observer
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: remove params passed to `clearScaleUpFailures`
    - not needed anymore
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: revert clusterstate tests
    - approach has changed
    - I am not making any changes in clusterstate now
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: add accidentally deleted lines for clusterstate test
    Signed-off-by: vadasambar <[email protected]>
    
    feat: implement `Add` fn for scale state observer
    - to easily add new observers
    - re-word comments
    - remove redundant params from `NewDefaultScaleDownCandidatesProcessor`
    Signed-off-by: vadasambar <[email protected]>
    
    fix: CI complaining because no comments on fn definitions
    Signed-off-by: vadasambar <[email protected]>
    
    feat: initialize parent `ScaleDownCandidatesProcessor`
    - instead  of `ScaleDownCandidatesSortingProcessor` and `ScaleDownCandidatesDelayProcessor` separately
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: add scale state notifier to list of default processors
    - initialize processors for `NewDefaultScaleDownCandidatesProcessor` outside and pass them to the fn
    - this allows more flexibility
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: add observer interface
    - create a separate observer directory
    - implement `RegisterScaleUp` function in the clusterstate
    - TODO: resolve syntax errors
    Signed-off-by: vadasambar <[email protected]>
    
    feat: use `scaleStateNotifier` in place of `clusterstate`
    - delete leftover `scale_stateA_observer.go` (new one is already present in `observers` directory)
    - register `clustertstate` with `scaleStateNotifier`
    - use `Register` instead of `Add` function in `scaleStateNotifier`
    - fix `go build`
    - wip: fixing tests
    Signed-off-by: vadasambar <[email protected]>
    
    test: fix syntax errors
    - add utils package `pointers` for converting `time` to pointer (without having to initialize a new variable)
    Signed-off-by: vadasambar <[email protected]>
    
    feat: wip track scale down failures along with scale up failures
    - I was tracking scale up failures but not scale down failures
    - fix copyright year 2017 -> 2023 for the new `pointers` package
    Signed-off-by: vadasambar <[email protected]>
    
    feat: register failed scale down with scale state notifier
    - wip writing tests for `scale_down_candidates_delay_processor`
    - fix CI lint errors
    - remove test file for `scale_down_candidates_processor` (there is not much to test as of now)
    Signed-off-by: vadasambar <[email protected]>
    
    test: wip tests for `ScaleDownCandidatesDelayProcessor`
    Signed-off-by: vadasambar <[email protected]>
    
    test: add unit tests for `ScaleDownCandidatesDelayProcessor`
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: don't track scale up failures in `ScaleDownCandidatesDelayProcessor`
    - not needed
    Signed-off-by: vadasambar <[email protected]>
    
    test: better doc comments for `TestGetScaleDownCandidates`
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: don't ignore error in `NGChangeObserver`
    - return it instead and let the caller decide what to do with it
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: change pointers to values in `NGChangeObserver` interface
    - easier to work with
    - remove `expectedAddTime` param from `RegisterScaleUp` (not needed for now)
    - add tests for clusterstate's `RegisterScaleUp`
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: conditions in `GetScaleDownCandidates`
    - set scale down in cool down if the number of scale down candidates is 0
    Signed-off-by: vadasambar <[email protected]>
    
    test: use `ng1` instead of `ng2` in existing test
    Signed-off-by: vadasambar <[email protected]>
    
    feat: wip static autoscaler tests
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: assign directly instead of using `sdProcessor` variable
    - variable is not needed
    Signed-off-by: vadasambar <[email protected]>
    
    test: first working test for static autoscaler
    Signed-off-by: vadasambar <[email protected]>
    
    test: continue working on static autoscaler tests
    Signed-off-by: vadasambar <[email protected]>
    
    test: wip second static autoscaler test
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: remove `Println` used for debugging
    Signed-off-by: vadasambar <[email protected]>
    
    test: add static_autoscaler tests for scale down delay per nodegroup flags
    Signed-off-by: vadasambar <[email protected]>
    
    chore: rebase off the latest `master`
    - change scale state observer interface's `RegisterFailedScaleup` to reflect latest changes around clusterstate's `RegisterFailedScaleup` in `master`
    Signed-off-by: vadasambar <[email protected]>
    
    test: fix clusterstate test failing
    Signed-off-by: vadasambar <[email protected]>
    
    test: fix failing orchestrator test
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: rename `defaultScaleDownCandidatesProcessor` -> `combinedScaleDownCandidatesProcessor`
    - describes the processor better
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: replace `NGChangeObserver` -> `NodeGroupChangeObserver`
    - makes it easier to understand for someone not familiar with the codebase
    Signed-off-by: vadasambar <[email protected]>
    
    docs: reword code comment `after` -> `for which`
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: don't return error from `RegisterScaleDown`
    - not needed as of now (no implementer function returns a non-nil error for this function)
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: address review comments around ng change observer interface
    - change dir structure of nodegroup change observer package
    - stop returning errors wherever it is not needed in the nodegroup change observer interface
    - rename `NGChangeObserver` -> `NodeGroupChangeObserver` interface (makes it easier to understand)
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: make nodegroupchange observer thread-safe
    Signed-off-by: vadasambar <[email protected]>
    
    docs: add TODO to consider using multiple mutexes in nodegroupchange observer
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: use `time.Now()` directly instead of assigning a variable to it
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: share code for checking if there was a recent scale-up/down/failure
    Signed-off-by: vadasambar <[email protected]>
    
    test: convert `ScaleDownCandidatesDelayProcessor` into table tests
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: change scale state notifier's `Register()` -> `RegisterForNotifications()`
    - makes it easier to understand what the function does
    Signed-off-by: vadasambar <[email protected]>
    
    test: replace scale state notifier `Register` -> `RegisterForNotifications` in test
    - to fix syntax errors since it is already renamed in the actual code
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: remove `clusterStateRegistry` from `delete_in_batch` tests
    - not needed anymore since we have `scaleStateNotifier`
    Signed-off-by: vadasambar <[email protected]>
    
    refactor: address PR review comments
    Signed-off-by: vadasambar <[email protected]>
    
    fix: add empty `RegisterFailedScaleDown` for clusterstate
    - fix syntax error in static autoscaler test
    Signed-off-by: vadasambar <[email protected]>
    vadasambar committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5de49a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4063ef View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge pull request kubernetes#6378 from BigDarkClown/multitaint

    Taint utils taking multiple taints
    k8s-ci-robot authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    838ba52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#5729 from vadasambar/feat/3071/scale-do…

    …wn-after-add-per-ng-poc
    
    feat: support `--scale-down-delay-after-*` per nodegroup
    k8s-ci-robot authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ffb54c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23843ad View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    ae0ab53 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Merge pull request kubernetes#6363 from ElanHasson/patch-1

    Rancher: Fix error messages and expose underlying error.
    k8s-ci-robot authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    13c5875 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Use exponential buckets for function_duration_seconds

    Existing bucketing is inconsistent. Specifically, the second to last
    bucket is [100, 1000), which is huge and doesn't allow to differentiate
    between something that took 2m (120s) and something that took 15m (900s).
    x13n committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    aa3bab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge pull request kubernetes#6453 from x13n/master

    Use exponential buckets for function_duration_seconds
    k8s-ci-robot authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d31e1cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6336 from qianlei90/fix-kwok-provider

    fix(kwok): prevent quitting when scaling down node group
    k8s-ci-robot authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    df0ce2d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    a47ef89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a3b388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bba2ba View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Move to table-based tests.

    fische committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e8e3ad0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6391 from voelzmo/fix/vpa-e2e-tests

    Fix VPA e2e test failures
    k8s-ci-robot authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ed25db1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6f9ba1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea26159 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    5773f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68e661f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/node_group_healthy_metrics' of https://github.c…

    …om/guopeng0/autoscaler into feature/node_group_healthy_metrics
    guopeng0 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4b9d4b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6412 from shamil/validate_api_version_i…

    …n_ds_v2
    
    Allow draining when DaemonSet kind has custom API Group
    k8s-ci-robot authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    779c1ba View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Merge pull request kubernetes#6396 from guopeng0/feature/node_group_h…

    …ealthy_metrics
    
    feat:add node group health and back off metrics
    k8s-ci-robot authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a2f8902 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    486184c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    3db3d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c47994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5cae3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0673eb0 View commit details
    Browse the repository at this point in the history
  5. Consider atomic nodes

    kushagra98 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1af8021 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    476b524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4ef07 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6473 from scotch-bonnet/master

    Introduce GceInstance that extends cloudprovider.Instance with NumericId
    k8s-ci-robot authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cf171a7 View commit details
    Browse the repository at this point in the history
  4. ScaleUp for check-capacity ProvisioningRequestClass (kubernetes#6451)

    * ScaleUp for check-capacity ProvisioningRequestClass
    
    * update condition logic
    
    * Update tests
    
    * Naming update
    
    * Update cluster-autoscaler/core/scaleup/orchestrator/wrapper_orchestrator_test.go
    
    Co-authored-by: Bartek Wróblewski <[email protected]>
    
    ---------
    
    Co-authored-by: Bartek Wróblewski <[email protected]>
    yaroslava-serdiuk and BigDarkClown authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ed6ebbe View commit details
    Browse the repository at this point in the history
  5. Consider atomic nodes

    kushagra98 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f70c09f View commit details
    Browse the repository at this point in the history
  6. Add unit tests

    kushagra98 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bd5a51a View commit details
    Browse the repository at this point in the history
  7. chore: add vadasambar to reviewers

    Signed-off-by: vadasambar <[email protected]>
    vadasambar committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8c3121c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    f22c4b0 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    kushagra98 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e02b467 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f57c57 View commit details
    Browse the repository at this point in the history
  4. Add unit tests

    kushagra98 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a5502e3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6477 from kushagra98/atomic-nodes

    Consider atomic nodes
    k8s-ci-robot authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7e95c7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f9f840 View commit details
    Browse the repository at this point in the history
  7. add informer argument to clusterapi provider builder

    This change adds the informer factory as an argument to the
    `buildCloudProvider` function for clusterapi so that building with tags
    will work properly.
    elmiko committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    130d3bf View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    bbda0ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6460 from DataDog/david.benque/validate…

    …-owner-ref
    
    [VPA] check OwnerRef against TargetRef to confirm VPA/Pod association
    k8s-ci-robot authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a2f4cac View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    e5bd9db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee81b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c43d2f View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6469 from icy/cluster-autoscaler-oci-do…

    …c-improvement
    
    doc: cluster-autoscaler: Oracle provider: Add small security note
    k8s-ci-robot authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2b94ff6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Merge pull request kubernetes#6480 from Shubham82/VPA_Version_Update

    Update the VPA Version to v1.0.0
    k8s-ci-robot authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    902bc22 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6475 from Shubham82/bump_CA_Chart

    Bump CA Chart image to v1.29
    k8s-ci-robot authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e5625a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6483 from vadasambar/chore/add-vadasamb…

    …ar-to-reviewers
    
    chore:  add vadasambar to cluster-autoscaler reviewers
    k8s-ci-robot authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    85ef468 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26e918c View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6437 from Shubham82/add_RBAC_permission…

    …s_equinixmetal
    
    Added the RBAC Permission to equinixmetal Cloud Provider.
    k8s-ci-robot authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    131d385 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    bb8d2fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6506 from gjtempleton/5872-Auto-Label-R…

    …enaming
    
    Update Auto Labels of Subprojects
    k8s-ci-robot authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8b74a50 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6499 from marquiz/devel/fixes-core

    chore: remove unused arg from StaticAutoScaler
    k8s-ci-robot authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    506c221 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6485 from ctripcloud/fix-deleteNodesFro…

    …mCloudProvider-panic
    
    fix: panic in deleteNodesFromCloudProvider
    k8s-ci-robot authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    00fbbe1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6273 from fische/fix-taint-unselected-node

    Stop (un)tainting nodes from unselected node groups.
    k8s-ci-robot authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3802594 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b745eb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Reduce log spam in AtomicResizeFilteringProcessor

    Also, introduce default per-node logging quotas. For now, identical to
    the per-pod ones.
    x13n committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a842d4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6508 from MichalPitr/timeout

    Allow overriding timeouts in GCE cloud provider
    k8s-ci-robot authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5e9330c View commit details
    Browse the repository at this point in the history
  3. Bump golang in /vertical-pod-autoscaler/pkg/updater

    Bumps golang from 1.21.6 to 1.22.0.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2504e1a View commit details
    Browse the repository at this point in the history
  4. Bump golang in /vertical-pod-autoscaler/pkg/recommender

    Bumps golang from 1.21.6 to 1.22.0.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f8be5c8 View commit details
    Browse the repository at this point in the history
  5. Bump golang in /vertical-pod-autoscaler/pkg/admission-controller

    Bumps golang from 1.21.6 to 1.22.0.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f1db815 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    399b16e View commit details
    Browse the repository at this point in the history
  2. VPA: bump golang.org/x/net to fix CVE-2023-39325

    The version of golang.org/x/net currently used is vulnerable to
    https://avd.aquasec.com/nvd/2023/cve-2023-39325/, bump it to fix that.
    alvaroaleman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3a18f04 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Merge pull request kubernetes#6518 from azylinski/oss-mv-estimatorBui…

    …lder-from-ctx-to-orchestrator-init
    
    Move estimatorBuilder from AutoscalingContext to Orchestrator Init
    k8s-ci-robot authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6cb5b5a View commit details
    Browse the repository at this point in the history
  2. Bump go version.

    Shubham82 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9e0e6c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55386dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6513 from kubernetes/dependabot/docker/…

    …vertical-pod-autoscaler/pkg/recommender/golang-1.22.0
    
    Bump golang from 1.21.6 to 1.22.0 in /vertical-pod-autoscaler/pkg/recommender
    k8s-ci-robot authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b24b200 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6514 from kubernetes/dependabot/docker/…

    …vertical-pod-autoscaler/pkg/admission-controller/golang-1.22.0
    
    Bump golang from 1.21.6 to 1.22.0 in /vertical-pod-autoscaler/pkg/admission-controller
    k8s-ci-robot authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0f372c8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#6520 from alvaroaleman/bump

    VPA: bump golang.org/x/net to fix CVE-2023-39325
    k8s-ci-robot authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6c14a3a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Fix e2e test setup

    voelzmo committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2de6976 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Merge pull request kubernetes#6509 from x13n/master

    Reduce log spam in AtomicResizeFilteringProcessor
    k8s-ci-robot authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    abc077e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7128cb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa1af03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a2cae3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00fd3a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e867f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4477707 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#5756 from wllbo/keep-backoff-out-of-res…

    …ources
    
    add option to keep node group backoff on OutOfResource error
    k8s-ci-robot authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7031519 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    947cd3f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    5286b3f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    df02299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ffc3ff View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    e7ff1cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    241936f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42aa9a1 View commit details
    Browse the repository at this point in the history
  4. Add unit-tests

    BigDarkClown committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    760b2b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6512 from kubernetes/dependabot/docker/…

    …vertical-pod-autoscaler/pkg/updater/golang-1.22.0
    
    Bump golang from 1.21.6 to 1.22.0 in /vertical-pod-autoscaler/pkg/updater
    k8s-ci-robot authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c6b754c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge pull request kubernetes#6531 from BigDarkClown/kube-env

    GCE: Implement kube-env caching
    k8s-ci-robot authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2c2ec59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9e6a8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6530 from atwamahmoud/local-ssd-size-pr…

    …ovider
    
    Introduce LocalSSDSizeProvider interface for GCE
    k8s-ci-robot authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a3c8978 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aead0de View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request kubernetes#6528 from yarinm/yarinm/expectedToRegis…

    …ter-fix
    
    Fix expectedToRegister to respect instances with nil status
    k8s-ci-robot authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6ca8414 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Merge pull request kubernetes#6548 from dsafdsa1/node-group-create

    extract create group to a function
    k8s-ci-robot authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0c62f54 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. docs: update outdated/deprecated taints in the examples

    Refactor references to taints & tolerations, replacing master key
    with control-plane across all the example YAMLs.
    
    Signed-off-by: Feruzjon Muyassarov <[email protected]>
    fmuyassarov committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    715e1fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd8e16 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Add warning about vendor removal to Makefile build target

    Signed-off-by: Feruzjon Muyassarov <[email protected]>
    fmuyassarov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bafe7cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bf0226 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6567 from kubernetes/towca-patch-2

    CA FAQ: clarify the point about scheduling constraints blocking scale-down
    k8s-ci-robot authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5232e53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aada657 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Add ProvisioningRequest injector (kubernetes#6529)

    * Add ProvisioningRequests injector
    
    * Add test case for Accepted conditions and add supported provreq classes list
    
    * Use Passive clock
    yaroslava-serdiuk authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dffff4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6632bab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bc8dda View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6577 from BigDarkClown/priority

    Consider preemption policy for expandable pods
    k8s-ci-robot authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    79269d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Update gce_price_info.go

    AnishShah authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cc75680 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    4944ed9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6574 from kube-hetzner/hetzner-ephemera…

    …l-storage
    
    [Hetzner] Fix missing ephemeral storage definition
    k8s-ci-robot authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1debfbf View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6535 from AnishShah/patch-1

    CA: GCE: add pricing for new Z3 machines
    k8s-ci-robot authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9bcc4f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6562 from fmuyassarov/fix-ta-docs

    docs: update outdated/deprecated taints in the examples
    k8s-ci-robot authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b63665a View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6573 from fmuyassarov/devel/prep-vendor…

    …-cleanup
    
    Add warning about vendor removal to Makefile build target
    k8s-ci-robot authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    89741df View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#6578 from kawych/tpu2

    Fix a bug where atomic scale-down failure could affect subsequent atomic scale-downs
    k8s-ci-robot authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6484694 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#6554 from oksanabaza/master

    Migrate from satori/go.uuid to gofrs/uuid
    k8s-ci-robot authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b41a8a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    2bf403e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6552 from walidghallab/testutil

    Add BuildTestNodeWithAllocatable test utility method.
    k8s-ci-robot authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b5f86a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge pull request kubernetes#6491 from elmiko/fix-clusterapi-provide…

    …r-builder
    
    add informer argument to clusterapi provider builder
    k8s-ci-robot authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9dc3b9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6494 from Shubham82/fix_cloudproviders_…

    …builder
    
    Add informer argument to the CloudProviders builder.
    k8s-ci-robot authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4383f4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6583c17 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6588 from towca/jtuznik/deps-update

    CA: update master dependencies to k8s v1.30.0-alpha.3, go1.21.8
    k8s-ci-robot authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c58e3fd View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6584 from vbhargav875/delay_retries

    Delay force refresh by DefaultInterval when OCI GetNodePool call retu…
    k8s-ci-robot authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    06fa717 View commit details
    Browse the repository at this point in the history
  6. Bump golang in /vertical-pod-autoscaler/pkg/admission-controller

    Bumps golang from 1.22.0 to 1.22.1.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1271608 View commit details
    Browse the repository at this point in the history
  7. Bump golang in /vertical-pod-autoscaler/pkg/updater

    Bumps golang from 1.22.0 to 1.22.1.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1052032 View commit details
    Browse the repository at this point in the history
  8. Bump golang in /vertical-pod-autoscaler/pkg/recommender

    Bumps golang from 1.22.0 to 1.22.1.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    fdecd10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a525064 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request kubernetes#6595 from drmorr0/patch-1

    Update expander options for the AWS cloud provider README
    k8s-ci-robot authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b8506af View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6594 from kubernetes/dependabot/docker/…

    …vertical-pod-autoscaler/pkg/recommender/golang-1.22.1
    
    Bump golang from 1.22.0 to 1.22.1 in /vertical-pod-autoscaler/pkg/recommender
    k8s-ci-robot authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    24811cf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    e3c2ff6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6592 from kubernetes/dependabot/docker/…

    …vertical-pod-autoscaler/pkg/admission-controller/golang-1.22.1
    
    Bump golang from 1.22.0 to 1.22.1 in /vertical-pod-autoscaler/pkg/admission-controller
    k8s-ci-robot authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1477eb2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6593 from kubernetes/dependabot/docker/…

    …vertical-pod-autoscaler/pkg/updater/golang-1.22.1
    
    Bump golang from 1.22.0 to 1.22.1 in /vertical-pod-autoscaler/pkg/updater
    k8s-ci-robot authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    90e2891 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge pull request kubernetes#6603 from psychic-spoon/psychic-spoonca…

    …-1.29-update-compatibility-matrix
    
    CA - Add 1.29 to version compatibility matrix
    k8s-ci-robot authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c7fb744 View commit details
    Browse the repository at this point in the history
  2. Bump VPA version to 1.1.0

    laoj2 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    10efaae View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6610 from laoj2/release-vpa-1.1.0

    Bump VPA version to 1.1.0
    k8s-ci-robot authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c96aa9b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Bump default VPA version to 1.1.0

    As part of the 1.1.0 release: kubernetes#6388
    laoj2 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    151923f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request kubernetes#6696 from laoj2/vpa-release-1.1

    Bump default VPA version to 1.1.0 in vpa-release-1.1 branch
    k8s-ci-robot authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7803cdd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    08b30b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a12cc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request kubernetes#6724 from voelzmo/fix/cherry-pick-fix-v…

    …pa-updater-npe-to-release-1.1
    
    [vpa-release-1.1] Cherry-pick of kubernetes#6712: Fix NPE in vpa-updater when Pod owner isn't scalable
    k8s-ci-robot authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    eb37ce3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    7d2bd30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6766 from kwiesmueller/vpa-release-1.1

    Bump VPA version to 1.1.1
    k8s-ci-robot authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9999227 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    0bc73b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6772 from kwiesmueller/vpa-release-1.1

    Bump vpa version to 1.1.1
    k8s-ci-robot authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b396895 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge tag 'vertical-pod-autoscaler-1.1.1' into vpa-1.1.1

    Vertical Pod Autoscaler release 1.1.1
    mikkeloscar committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d4ec2be View commit details
    Browse the repository at this point in the history
  2. Update Go version and image build version

    Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
    mikkeloscar committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e821c6e View commit details
    Browse the repository at this point in the history