https://github.com/kubernetes/autoscaler

sort by:
Revision Author Date Message Commit Date
a8ae407 Merge pull request #3907 from samos123/fix-gce Fix GCE where no cloud-config-path is required 16 March 2021, 22:06:56 UTC
0d408a3 Merge pull request #3945 from brett-elliott/surface_exhausted expose IP_SPACE_EXHAUSTED 16 March 2021, 17:35:06 UTC
b8cd9fa expose IP_SPACE_EXHAUSTED 16 March 2021, 17:18:11 UTC
b2951aa Merge pull request #3903 from Ladicle/vpa-fix-limit-patch Do not set limits when recommendation is 0 16 March 2021, 14:12:35 UTC
01ed882 Bump chart version to 9.9.0 15 March 2021, 22:46:10 UTC
3bdfd86 Fix GCE where no cloud-config-path is required 15 March 2021, 22:44:14 UTC
5d05268 Merge pull request #3926 from sylr/allow-generic-labels-overwrite Allow generic labels to be overwritten by tags coming from the ASG 12 March 2021, 12:10:19 UTC
57be08d Merge pull request #3924 from vivekbagade/master Fix bug where a node that becomes ready after 2 11 March 2021, 17:48:22 UTC
8c592f0 Fix bug where a node that becomes ready after 2 mins can be treated as unready. Deprecated LongNotStarted In cases where node n1 would: 1) Be created at t=0min 2) Ready condition is true at t=2.5min 3) Not ready taint is removed at t=3min the ready node is counted as unready Tested cases after fix: 1) Case described above 2) Nodes not starting even after 15mins still treated as unready 3) Nodes created long ago that suddenly become unready are counted as unready. 11 March 2021, 17:32:51 UTC
22521cc Merge pull request #3838 from hetznercloud/cloudprovider-hetzner Cloudprovider hetzner 11 March 2021, 15:58:21 UTC
c8b1501 Rebase and change code owners Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de> 11 March 2021, 14:56:13 UTC
908638b Implement Hetzner Cloud Provider (code by Fgruntjes) 11 March 2021, 14:40:06 UTC
bb3b24c Merge pull request #3863 from elmiko/remove-extra-build-cmd remove extra build command from cluster-autoscaler 11 March 2021, 14:24:24 UTC
9a17075 Merge pull request #3866 from Kafei59/feat/ovhcloud-nodegroup-opts feat(ovhcloud): add node group autoscaling options 11 March 2021, 14:22:24 UTC
a7f5206 Merge pull request #3872 from retornam/retornam/asc Support AWS new GPU type - T4 11 March 2021, 11:42:24 UTC
43ab030 Merge pull request #3888 from mrak/master Allow name of cluster-autoscaler status ConfigMap to be specificed 11 March 2021, 11:22:24 UTC
597b7f7 Merge pull request #3758 from umialpha/roylee/expander-priority-misleading-log Bugfix: Expander Priority warns misleading log. 11 March 2021, 11:02:25 UTC
895a8bc Merge pull request #3933 from jayantjain93/sync-process updating the vendor for new release tag `v1.21.0-beta.1` 09 March 2021, 15:43:00 UTC
0c47fbc updating the vendor for new release tag `v1.21.0-beta.1` 09 March 2021, 15:19:59 UTC
ac1369f Merge pull request #3932 from gjtempleton/CA-Chart-Updates CA-Chart Readme Updates & Fix Chart Lint and Test Actions 09 March 2021, 10:52:59 UTC
f25d81f Merge pull request #3929 from jayantjain93/memory-estimation Fixing Kernel Memory Usage estimation for GCE cloud provider 09 March 2021, 09:23:00 UTC
186d76b Charts - Update Chart Lint and Test PR actions CA-Chart - Update Readmes and Image location 08 March 2021, 23:05:45 UTC
7de393d Fixing Kernel Memory Usage estimation for GCE cloud provider 08 March 2021, 15:53:28 UTC
bb208be Allow generic labels to be overwritten by tags coming from the ASG Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr> 07 March 2021, 16:44:09 UTC
31e2b43 Merge pull request #3893 from danthegoodman1/master Add Fetch Error Output to Warning Log 05 March 2021, 22:37:41 UTC
8459d23 Merge pull request #3912 from joshuastern/automountServiceAccountToken Allow for specifying automountServiceAccountToken on cluster-autoscaler service account 05 March 2021, 22:17:42 UTC
336cbdd Merge pull request #3922 from elmiko/unregistered-node-removal-metric add a metric for unregistered nodes removed by cluster autoscaler 05 March 2021, 12:58:22 UTC
e47c3e4 Merge pull request #3918 from Ladicle/vpa-print-columns Support additional-print-columns for VPA CR 05 March 2021, 12:56:21 UTC
f588bc8 Support additional-print-columns for VPA CR 05 March 2021, 02:43:30 UTC
7ecf933 add a metric for unregistered nodes removed by cluster autoscaler This change adds a new metric which counts the number of nodes removed by the cluster autoscaler due to being unregistered with kubernetes. User Story As a cluster-autoscaler user, I would like to know when the autoscaler is cleaning up nodes that have failed to register with kubernetes. I would like to monitor the rate at which failed nodes are being removed so that I can better alert on infrastructure issues which may go unnoticed elsewhere. 05 March 2021, 00:23:03 UTC
5f2e54a Merge pull request #3915 from towca/jtuznik/update-vendor-script Simplify update-vendor script 04 March 2021, 12:58:09 UTC
efdde8a Merge pull request #3920 from elmiko/add-capi-to-readme add cluster-api to provider list on cluster-autoscaler readme 04 March 2021, 01:26:00 UTC
01c4d88 Merge pull request #3921 from elmiko/add-arch-bins-to-gitignore add arch specific cluster-autoscaler targets to gitignore 04 March 2021, 01:24:00 UTC
2d73844 Update parameter list in FAQ 03 March 2021, 23:58:54 UTC
c79a4b1 add arch specific cluster-autoscaler targets to gitignore adding entries for the amd64 and arm64 targets. 03 March 2021, 21:05:40 UTC
ae92c92 remove extra build command from cluster-autoscaler This change removes an extra build command from the `build-arch-%` target. The extra build command has been in the Makefile since the beginning but doesn't seem to be needed anymore. It also removes the `build-binary` and `build-binary-arch-%` targets as they largely duplicate the `build` and `build-binary-%` targets. 03 March 2021, 20:58:34 UTC
67e9d25 add cluster-api to provider list on cluster-autoscaler readme 03 March 2021, 20:43:32 UTC
f8c558e Update vendor to k8s v1.21.0-beta.0 02 March 2021, 12:27:21 UTC
8c14f25 k8s.io/kubernetes/pkg/kubelet/apis -> k8s.io/kubelet/pkg/apis The package changed place. 02 March 2021, 12:27:21 UTC
aeb50ef Add hack/submodule-k8s script 02 March 2021, 12:27:20 UTC
dc7cd34 Add hack/submodule-k8s script 02 March 2021, 12:23:59 UTC
7a9263a Allow for specifying automountServiceAccountToken 26 February 2021, 23:46:08 UTC
19f97f7 Merge pull request #3900 from eddycharly/master feat: add prometheus rule support 26 February 2021, 08:38:16 UTC
382c5bc feat: add prometheus rule support 25 February 2021, 16:09:21 UTC
df74dbb Merge pull request #3904 from jayantjain93/missing-mig-fix distinguishing another 404 error in autoscaling_gce_client.go 25 February 2021, 13:05:25 UTC
41fffe2 distinguishing another 404 error in autoscaling_gce_client.go 25 February 2021, 12:52:08 UTC
237757a Do not set limits when recommendation is 0 25 February 2021, 06:18:20 UTC
95630b0 Merge pull request #3898 from BigDarkClown/fix/e2-highcpu-32-price Add e2-highcpu-32 price info 23 February 2021, 15:22:03 UTC
6c9247b Add e2-highcpu-32 price info 23 February 2021, 14:10:24 UTC
f8fbdd1 Simplify hack/update-vendor.sh Based on https://github.com/kubernetes/kubernetes/issues/79384#issuecomment-521493597 23 February 2021, 11:46:22 UTC
95d64ba Merge pull request #3880 from jonioni/helm-chart-image-update Helm Chart Image Update (v1.18.1 → v1.20.0) 23 February 2021, 08:30:02 UTC
f821877 Update CA-Chart Default Image to v1.20.0 Update CA-Chart default image from v1.18.1 to v1.20.0; Bump CA-Chart version from 9.4.0 to 9.5.0. 23 February 2021, 07:50:06 UTC
e44c62d Merge pull request #3895 from bskiba/enhance-vp Enhancements directory for VPA 22 February 2021, 22:54:03 UTC
03c92cf Merge pull request #3896 from gjtempleton/Add-gjtempleton-to-AWS-CloudProvider-OWNERS Add gjtempleton to CA AWS cloud provider OWNERS approvers 22 February 2021, 22:18:04 UTC
92ac871 Add gjtempleton to CA AWS CloudProvider OWNERS approvers 22 February 2021, 21:54:34 UTC
1dc0bab Enhancements directory for VPA 22 February 2021, 15:16:17 UTC
b03f204 Merge pull request #3769 from JensErat/vpa/kubeconfig Allow out-of-cluster operation of VPA 22 February 2021, 10:59:42 UTC
81f1cea Add Fetch Error Output to Warning Log Add the output of the error to the log so users can identify why the autoscaler was unable to fetch the url. See https://github.com/kubernetes/autoscaler/issues/3891 21 February 2021, 18:11:43 UTC
8442ba8 Add argument for Status Configmap tests 18 February 2021, 17:21:32 UTC
43dd340 Allow name of cluster-autoscaler status ConfigMap to be specificed This allows us to run two instances of cluster-autoscaler in our cluster, targeting two different types of autoscaling groups that require different command-line settings to be passed. 17 February 2021, 21:52:54 UTC
f9751f1 Merge pull request #3757 from mcristina422/reduceLogging2 Reduce logging when creating placeholder instances 17 February 2021, 12:35:07 UTC
cd30499 Merge pull request #3751 from dbonfigli/instance-gen-template Add comment for exported type InstanceType in gen template 17 February 2021, 12:33:06 UTC
1fc6705 Merge pull request #3690 from evgenii-petrov-arrival/master Add unremovable_nodes_count metric 17 February 2021, 12:13:06 UTC
a10d118 fix(fmt): run update/gofmt 17 February 2021, 11:18:44 UTC
1afe817 Trigger Build 17 February 2021, 10:41:30 UTC
716f070 Merge pull request #3883 from MaciekPytel/fix_antiaffinity Set different hostname label for upcoming nodes 16 February 2021, 12:51:07 UTC
f19012b Merge pull request #3885 from gjtempleton/cluster-autoscaler-chart-Chart-Deprecation-Code-Removal Final removal of ca-chart chart post deprecation 16 February 2021, 11:09:05 UTC
6c71ab2 Final remove of ca-chart chart post deprecation 12 February 2021, 19:57:26 UTC
9831623 Set different hostname label for upcoming nodes Function copying template node to use for upcoming nodes was not chaning hostname label, meaning that features relying on this label (ex. pod antiaffinity on hostname topology) would treat all upcoming nodes as a single node. This resulted in triggering too many scale-ups for pods using such features. Analogous function in binpacking didn't have the same bug (but it didn't set unique UID or pod names). I extracted the functionality to a util function used in both places to avoid the two functions getting out of sync again. 12 February 2021, 18:41:04 UTC
b6f5d55 Add unremovable_nodes_count metric 12 February 2021, 15:47:34 UTC
962bbd0 Merge pull request #3719 from gjtempleton/cluster-autoscaler-chart-Chart-Deprecate-Final-Version CA-Chart - Mark Cluster-Autoscaler-Chart as Deprecated 12 February 2021, 13:33:09 UTC
1c4946d Merge pull request #3882 from yaroslava-serdiuk/DS_eviction_empty_nodes Minor fix for timeout test 11 February 2021, 12:50:18 UTC
5b7ed47 Minor fix for timeout test 11 February 2021, 12:11:49 UTC
bad3157 Merge pull request #3878 from mwielgus/rmtravis Remove .travis.yml 09 February 2021, 17:42:59 UTC
e4d8abb Remove .travis.yml 09 February 2021, 13:21:07 UTC
1664a1a Support AWS new GPU type - T4 AWS introduced EC2 G4 instances that run up to 4 NVIDIA T4 GPUs. See https://docs.aws.amazon.com/dlami/latest/devguide/gpu.html for more info on the new instance type. 04 February 2021, 07:13:51 UTC
3690aaa Merge pull request #3860 from mwielgus/gitactions Test and verify using Git Actions 02 February 2021, 21:24:28 UTC
75095b3 Test and verify using Git Actions 02 February 2021, 19:19:16 UTC
10845bf feat(ovhcloud): add node group autoscaling options 02 February 2021, 11:20:49 UTC
d039b18 Merge pull request #3859 from jichenjc/add_clusterapi_doc [DOC] Add clusterapi into frontpage 02 February 2021, 09:22:28 UTC
8c31539 Merge pull request #3864 from feiskyer/clean-test Azure: Cleanup test 02 February 2021, 05:08:27 UTC
0b84cb9 Cleanup test 01 February 2021, 17:39:48 UTC
cb05b0f Add clusterapi into doc 01 February 2021, 02:11:25 UTC
18f1429 Merge pull request #3855 from jichenjc/bump_version bump clusterapi sample suggested version from 1.18.1 to 1.20.0 31 January 2021, 06:19:48 UTC
411eff4 bump clusterapi sample suggested version 29 January 2021, 04:24:40 UTC
b470c62 Merge pull request #3630 from marc-sensenich/configurable-leader-election-resource-lock-name Allow for the leader election resourcelock to have a configurable name 27 January 2021, 12:59:40 UTC
b72d066 Merge pull request #3850 from dbonfigli/linode-break implement new GetOptions method for linode provider 27 January 2021, 11:17:39 UTC
48bf197 implement new GetOptions method for linode provider 27 January 2021, 07:56:46 UTC
cf4e5db CA-Chart - Mark Cluster-Autoscaler-Chart as Deprecated Perform major version bump of cluster-autoscaler-chart to mark it as deprecated in favour of cluster-autoscaler chart Make only change version number and deprecation notice 26 January 2021, 22:30:03 UTC
aa8d8e7 Merge pull request #3790 from dbonfigli/linode-ready-to-merge-2 cloudprovider: linode cloud provider 26 January 2021, 10:46:34 UTC
9cffba5 Merge pull request #3140 from hectorj2f/hectorj2f/cloudprovider_grpc doc: proposal custom cloud provider over gRPC 25 January 2021, 15:02:54 UTC
a8ee048 Merge pull request #3789 from MaciekPytel/per_nodegroup_config Per nodegroup scale-down config 25 January 2021, 13:40:54 UTC
65b3c8d Rename default options to NodeGroupDefaults 25 January 2021, 12:21:30 UTC
c223481 add Linode cloud provider 25 January 2021, 10:54:48 UTC
a4b9747 Add unittests for applying per NodeGroup config 25 January 2021, 10:00:17 UTC
3e42b26 Per NodeGroup config for scale-down options This is the implementation of https://github.com/kubernetes/autoscaler/issues/3583#issuecomment-743215343. 25 January 2021, 10:00:17 UTC
08d18a7 Define interfaces for per NodeGroup config. This is the first step of implementing https://github.com/kubernetes/autoscaler/issues/3583#issuecomment-743215343. New method was added to cloudprovider interface. All existing providers were updated with a no-op stub implementation that will result in no behavior change. The config values specified per NodeGroup are not yet applied. 25 January 2021, 10:00:16 UTC
ccef700 Merge pull request #3725 from foriequal0/feature/chart-match-examples Fix cluster-autoscaler chart to match with the examples 24 January 2021, 22:24:53 UTC
fa29647 Bump CA-Chart version to 9.4.0 23 January 2021, 19:17:45 UTC
bfa8e2f Add extraVolumes and extraVolumeMounts 23 January 2021, 18:31:55 UTC
back to top