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

NR-250703: cluster-autoscaler improvements for GCP #36

Open
wants to merge 2,581 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 11, 2024

  1. 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 committed 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 committed 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
    d3d079e View commit details
    Browse the repository at this point in the history
  4. 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 committed 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 16, 2024

  1. Fix unit tests

    Jont828 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6415be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ca5fd 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 2, 2024

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

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    6f5810e 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 committed 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. Configuration menu
    Copy the full SHA
    1410185 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6480 from Shubham82/VPA_Version_Update

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

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

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

    …s_equinixmetal
    
    Added the RBAC Permission to equinixmetal Cloud Provider.
    k8s-ci-robot committed 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. Configuration menu
    Copy the full SHA
    7ae002d View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6506 from gjtempleton/5872-Auto-Label-R…

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

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

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

    Stop (un)tainting nodes from unselected node groups.
    k8s-ci-robot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3802594 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b745eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ec2259 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b78974 View commit details
    Browse the repository at this point in the history
  10. bump chart version

    NiklasRosenstein committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a8e00f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    14f4c27 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9d73b59 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Update charts/cluster-autoscaler/Chart.yaml

    Co-authored-by: Shubham <[email protected]>
    NiklasRosenstein and Shubham82 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b2e3b7a View commit details
    Browse the repository at this point in the history
  2. 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
  3. Merge pull request kubernetes#6508 from MichalPitr/timeout

    Allow overriding timeouts in GCE cloud provider
    k8s-ci-robot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5e9330c View commit details
    Browse the repository at this point in the history
  4. 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] committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2504e1a View commit details
    Browse the repository at this point in the history
  5. 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] committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f8be5c8 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.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] committed 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. Update Chart.yaml

    NiklasRosenstein committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c49eefe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399b16e View commit details
    Browse the repository at this point in the history
  3. 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 committed 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 committed 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 committed 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 committed 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 10, 2024

  1. Configuration menu
    Copy the full SHA
    c01c10a 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
  2. Configuration menu
    Copy the full SHA
    dfcf7d6 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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. Configuration menu
    Copy the full SHA
    d061c45 View commit details
    Browse the repository at this point in the history
  2. Update gce_price_info.go

    AnishShah committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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] committed 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] committed 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] committed 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 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b8506af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49258da View commit details
    Browse the repository at this point in the history
  3. 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 committed 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
    e9d3d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51b8133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3c2ff6 View commit details
    Browse the repository at this point in the history
  4. 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 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1477eb2 View commit details
    Browse the repository at this point in the history
  5. 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 committed 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 9, 2024

  1. ClusterAutoscaler: Put APIs in a separate go module

    Signed-off-by: Yuki Iwai <[email protected]>
    tenzen-y committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    bd32754 View commit details
    Browse the repository at this point in the history
  2. Extend update-deps.sh so that we can automatically update k8s librari…

    …es in the apis pkg
    
    Signed-off-by: Yuki Iwai <[email protected]>
    tenzen-y committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    108385e View commit details
    Browse the repository at this point in the history
  3. Clean up update-deps.sh

    Signed-off-by: Yuki Iwai <[email protected]>
    tenzen-y committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    16b213c View commit details
    Browse the repository at this point in the history
  4. Update apis version to v1.29.2

    Signed-off-by: Yuki Iwai <[email protected]>
    tenzen-y committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    798d611 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 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c7fb744 View commit details
    Browse the repository at this point in the history
  2. Allow to override rancher provider settings

    Currently it is only possible to set provider settings over yaml file.
    
    This commit introduces env variables to override URL, token and cluster name.
    
    If particular environment variable is set it overrides value supplied in yaml file.
    
    Signed-off-by: Dinar Valeev <[email protected]>
    Co-authored-by: Donovan Muller <[email protected]>
    k0da and donovanmuller committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2d88008 View commit details
    Browse the repository at this point in the history
  3. 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
  4. Merge pull request kubernetes#6610 from laoj2/release-vpa-1.1.0

    Bump VPA version to 1.1.0
    k8s-ci-robot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c96aa9b View commit details
    Browse the repository at this point in the history
  5. Deprecate the Linode Cluster Autoscaler provider

    Signed-off-by: Ondrej Kokes <[email protected]>
    kokes committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6efe785 View commit details
    Browse the repository at this point in the history
  6. add price info for n4

    yuanwang04 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8bff3e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e60778 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    7ee93b4 View commit details
    Browse the repository at this point in the history
  2. Clarify VPA and HPA limitations

    Signed-off-by: Luke Addison <[email protected]>
    dippynark committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    804c635 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    528b616 View commit details
    Browse the repository at this point in the history
  4. Update provider code

    * Add cloud API request metrics.
    * Fix and update README
    avorima committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c88b249 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e390b4a View commit details
    Browse the repository at this point in the history
  6. fix n4 price format

    yuanwang04 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a6eb682 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Merge pull request kubernetes#6617 from ionos-cloud/update-ionos-sdk

    ionoscloud: Update ionos-cloud sdk-go and add metrics
    k8s-ci-robot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3288160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4fa12 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6611 from azylinski/fix-default-disk-type

    Set "pd-balanced" as DefaultBootDiskType
    k8s-ci-robot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    601da3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30ebf5c View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6598 from dsafdsa1/1k-limit

    Add listManagedInstancesResults to GceCache.
    k8s-ci-robot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2c2128e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c65baa View commit details
    Browse the repository at this point in the history
  7. add tests

    Daniel-Redeploy committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ef76ba7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    623f132 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b573351 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da30b66 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9916027 View commit details
    Browse the repository at this point in the history
  12. Use KubeEnv in gce/templates.go

    BigDarkClown authored and Edwinhr716 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    52be5d2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d348ae8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    145d286 View commit details
    Browse the repository at this point in the history
  15. added fix for unit tests

    Edwinhr716 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fd8b89e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cd3ab2c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5345def View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f8b4727 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    771e932 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8a3b6cc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge pull request kubernetes#6614 from yuanwang04/add_n4_vm

    add price info for n4
    k8s-ci-robot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    124daf6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6616 from dippynark/clarify-vpa-hpa-lim…

    …itations
    
    Clarify VPA and HPA limitations when scaling on resource metrics
    k8s-ci-robot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    65db534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f8312 View commit details
    Browse the repository at this point in the history
  4. trigger tests

    dsafdsa1 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8605c34 View commit details
    Browse the repository at this point in the history
  5. fix comment

    dsafdsa1 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    61fa2a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cdced4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#6604 from dsafdsa1/export-metrics

    Track auto-provisioned queued provisioning node groups.
    k8s-ci-robot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e85934c View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#6587 from yaroslava-serdiuk/atomic-scal…

    …e-up
    
    Add AtomicScaleUp method to NodeGroup interface
    k8s-ci-robot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    082327b View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes#6547 from mtrqq/feat/gce-server-side-wait

    Migrate GCE client to server-side wait
    k8s-ci-robot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    586137e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffe9680 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Merge pull request kubernetes#6606 from k0da/rancher_env

    Allow to override rancher provider settings
    k8s-ci-robot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    96b6022 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6500 from marquiz/devel/fixes

    clusterapi: add missing error check
    k8s-ci-robot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    aebba5a View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6507 from ctripcloud/check-empty-id-in-…

    …ali-NodeGroupForNode
    
    fix empty ProviderID in ali NodeGroupForNode
    k8s-ci-robot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    38124f2 View commit details
    Browse the repository at this point in the history
  4. Add an option to Cluster Autoscaler that allows triggering new loops

    more frequently: based on new unschedulable pods and every time a
    previous iteration was productive.
    kawych committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    702883d View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6596 from damikag/master

    Remove shadow err variable in deleteCreatedNodesWithErros func
    k8s-ci-robot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1b4d478 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#6602 from ctripcloud/fix-memory-leak

    fix memory leak in NodeDeleteTracker
    k8s-ci-robot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    75e7df6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#6589 from kawych/nowait

    Add an option to trigger iterations more frequently
    k8s-ci-robot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    109998d View commit details
    Browse the repository at this point in the history
  8. Refactor StartDeletion usage patterns and enforce periodic scaledown …

    …status processor calls.
    mtrqq committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    bed5058 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Merge pull request kubernetes#6447 from Jont828/edge-zone

    Azure: add support for edge zones
    k8s-ci-robot committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    4bf83f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request kubernetes#6502 from NiklasRosenstein/master

    feature: Support Hetzner cloud provider in Helm chart
    k8s-ci-robot committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    165738a View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#5762 from jackfrancis/helm-chart-cluste…

    …rapi-clusterNamespace
    
    helm: enable clusterapi namespace autodiscovery
    k8s-ci-robot committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    616cfb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6575 from mtrqq/feat/periodic-scaledown…

    …-status-calls
    
    Refactor StartDeletion usage patterns and enforce periodic scaledown
    k8s-ci-robot committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d08db94 View commit details
    Browse the repository at this point in the history
  4. Bump golang to 1.22

    azylinski committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d26bc68 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#6635 from azylinski/bump-ca-go-1-22

    Bump CA golang to 1.22.1
    k8s-ci-robot committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    eb5d875 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cd5884 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge pull request kubernetes#6625 from allenmun197/ciphers

    Updated VPA admission-controller to have adjustable minimum TLS version and TLS ciphers
    k8s-ci-robot committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    24fbe6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6632 from LiveArena/dont-normalize-azur…

    …em-vmss
    
    Don't normalize azure vmss
    k8s-ci-robot committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ce32577 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6628 from MaxFedotov/issues/6549

    [clusterapi] Do not skip nodegroups with minSize=maxSize
    k8s-ci-robot committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c16e0cd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge pull request kubernetes#6613 from kokes/deprecate_linode

    Deprecate the Linode Cluster Autoscaler provider
    k8s-ci-robot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    eae11e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#6315 from tenzen-y/put-apis-separate-mod

    ClusterAutoscaler: Put APIs in a separate go module
    k8s-ci-robot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    09954b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. CA: Move the ProvisioningRequest CRD to apis module

    Signed-off-by: Yuki Iwai <[email protected]>
    tenzen-y committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    f6fcee1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge pull request kubernetes#6651 from tenzen-y/move-provisioning-re…

    …quest-to-api-module
    
    CA: Move the ProvisioningRequest CRD to apis module
    k8s-ci-robot committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0130d33 View commit details
    Browse the repository at this point in the history
  2. 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 Mar 26, 2024

  1. Format README

    mewa committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    af0636a View commit details
    Browse the repository at this point in the history
  2. Add chart versions

    mewa committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6e6622f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4e0e58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6f1d2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89595cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6684448 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    297295a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    9223c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd6e99 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge pull request kubernetes#6662 from azylinski/rm-NodeInfoProcessor

    Remove unused NodeInfoProcessor
    k8s-ci-robot committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7184d23 View commit details
    Browse the repository at this point in the history
  2. CA: Before we perform go test, synchronizing go vendor

    Signed-off-by: Yuki Iwai <[email protected]>
    tenzen-y committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7254888 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Merge pull request kubernetes#6668 from tenzen-y/sync-vendor

    CA: Before we perform go test, synchronizing go modules
    k8s-ci-robot committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    74446d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Make the Estimate func accept pods grouped.

    The grouping should be made by the schedulability equivalence
    meaning we can introduce optimizations to the binpacking.
    
    Introduce a benchmark that estimates capacity needed for 51k pods,
    which can be grouped to two equivalence groups 50k and 1k.
    kisieland committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5d0c973 View commit details
    Browse the repository at this point in the history
  2. Update CAPI docs

    Add a link to the sample manifest and update the image used in the
    example.
    
    Signed-off-by: Lennart Jern <[email protected]>
    lentzi90 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a4760f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Bump golang in /vertical-pod-autoscaler/pkg/updater

    Bumps golang from 1.22.1 to 1.22.2.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    315fabb View commit details
    Browse the repository at this point in the history
  2. Bump golang in /vertical-pod-autoscaler/pkg/admission-controller

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

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

Commits on Apr 4, 2024

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

    …vertical-pod-autoscaler/pkg/recommender/golang-1.22.2
    
    Bump golang from 1.22.1 to 1.22.2 in /vertical-pod-autoscaler/pkg/recommender
    k8s-ci-robot committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cf64094 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6683 from kubernetes/dependabot/docker/…

    …vertical-pod-autoscaler/pkg/updater/golang-1.22.2
    
    Bump golang from 1.22.1 to 1.22.2 in /vertical-pod-autoscaler/pkg/updater
    k8s-ci-robot committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    609fb71 View commit details
    Browse the repository at this point in the history
  4. Introduce binbacking optimization for similar pods.

    The optimization uses the fact that pods which are equivalent do not
    need to be check multiple times against already filled nodes.
    This changes the time complexity from O(pods*nodes) to O(pods).
    kisieland committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5aa6b2c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    425b91e View commit details
    Browse the repository at this point in the history
  2. CA: Fix apis vendoring

    pmendelski committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c11cc43 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6448 from blanchardma/docs/fix-aws-iam-…

    …policy-example
    
    docs: precise AWS IAM policy example
    k8s-ci-robot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bbe242e View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6655 from laoj2/vpa-release-1.1

    Bump default VPA version to 1.1.0
    k8s-ci-robot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4294709 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    3780203 View commit details
    Browse the repository at this point in the history
  2. Copyright boilerplate

    mewa committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3a078ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#6663 from aayushrangwala/patch-1

    Fix broken link in README.md to point to equinixmetal readme
    k8s-ci-robot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0db7e54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#6541 from mewa/master

    Include helm chart version in cluster-autoscaler version matrix
    k8s-ci-robot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a87d7ac View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

    …vertical-pod-autoscaler/pkg/admission-controller/golang-1.22.2
    
    Bump golang from 1.22.1 to 1.22.2 in /vertical-pod-autoscaler/pkg/admission-controller
    k8s-ci-robot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8273c9c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. NR-250703: cluster-autoscaler improvements for GCP

    Add support for label(tags in Azure) based auto-discovery of GCP Managed Instance Groups. The discovery includes figuring out the min and max sizes for the mig pool.
    
    Add unit-tests for all the new code added.
    
    Add GCP auto-discovery documentation.
    sachin-shankar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    24fbd0c View commit details
    Browse the repository at this point in the history