https://github.com/kubernetes/autoscaler

sort by:
Revision Author Date Message Commit Date
562b977 Merge pull request #5463 from m99coder/patch-1 Re-sort on root level, add `hostNetwork` parameter 08 March 2023, 09:35:12 UTC
af27896 Merge pull request #5572 from qiutongs/master Cluster Autoscaler: GCE: add pricing info for C3 07 March 2023, 11:38:17 UTC
0064842 add `hostNetwork` parameter 07 March 2023, 09:11:02 UTC
64e725b Cluster Autoscaler: GCE: add pricing info for C3 07 March 2023, 06:25:15 UTC
40d8eef Merge pull request #5545 from jbartosik/addon-resizer-kep Create enhancements directory for Addon Resizer 07 March 2023, 03:10:17 UTC
eec71a6 Merge pull request #5549 from mboersma/fix-gpu-import cluster-autoscaler: add missing import to kubermark_other.go 07 March 2023, 02:58:17 UTC
cc3283c Merge pull request #4478 from damienleger/container_security_context [CA] [AWS examples] Add container securityContext 06 March 2023, 22:26:18 UTC
553ccf7 Merge pull request #5561 from peaaceChoi/remove-deepcopynode-err Delete unused err returns 06 March 2023, 21:18:17 UTC
b8ec430 Merge pull request #5559 from ionos-cloud/update-ionos-cloud-docs Update Ionos Cloud README and deploy example 06 March 2023, 21:16:18 UTC
4f31778 Merge pull request #5562 from yaroslava-serdiuk/deletions-in-progress Use snapshot of NodeDeletionTracker for ActuationStatus 06 March 2023, 10:22:58 UTC
dec8136 Add Snapshot() method to the NodeDeletionTracker 03 March 2023, 16:31:40 UTC
82e8804 Fix continue condition 03 March 2023, 06:26:38 UTC
4608362 Delete unused return param 03 March 2023, 04:53:50 UTC
e551e1f Merge pull request #5556 from x13n/fast-sd Limit the rate of adding new uneeded nodes 02 March 2023, 15:58:55 UTC
5e59ae7 Limit the rate of adding new uneeded nodes This is an optimization to avoid spending too much time in scale down simulation. The main idea is that it doesn't make sense to add new unneeded nodes at a rate that is higher than the rate at which we can delete them afterwards. 02 March 2023, 14:57:37 UTC
5cf8529 Update Ionos Cloud README and deploy example 02 March 2023, 12:58:16 UTC
e1d9861 Merge pull request #5552 from yaroslava-serdiuk/scalability Fix RemovalSimulation for parallel scale down 01 March 2023, 20:31:20 UTC
849bb5f Add limit for removable nodes count 01 March 2023, 17:30:44 UTC
a35d6d2 Fix RemovalSimulation for parallel scale down 01 March 2023, 17:30:30 UTC
e83711b Merge pull request #5539 from pbetkier/patch-1 Fix multiple recommenders example: deployment name 01 March 2023, 13:31:17 UTC
401e994 cluster-autoscaler: add missing import to kubermark_other.go 28 February 2023, 17:24:46 UTC
edf8779 Merge pull request #5472 from DataDog/scaledown-nodedeletion-metric-fix Fix scaledown:nodedeletion metric calculation 28 February 2023, 15:25:17 UTC
f44fb9f Merge pull request #5512 from Shubham82/add_RBAC_permissions_cherryservers Added RBAC Permission to cherryservers. 28 February 2023, 13:47:17 UTC
b4504e3 Create enhancements directory for Addon Resizer 28 February 2023, 10:14:03 UTC
6526f55 Fix multiple recommenders example: deployment name Seems like the example in `/vertical-pod-autoscaler/deploy/recommender-deployment-low.yaml` copied `Deployment` name from `recommender-deployment-high.yaml`. 28 February 2023, 07:45:05 UTC
c8d6127 Merge pull request #5521 from qianlei90/fix-delete-panic fix(*): refresh node instance cache when nodegroup not found in deleteCreatedNodesWithErrors 27 February 2023, 10:36:20 UTC
e8ba4bf Merge pull request #5497 from BigDarkClown/pdb Track PDBRemainingDisruptions in AutoscalingContext 24 February 2023, 13:31:34 UTC
43b459b Track PDBRemainingDisruptions in AutoscalingContext 24 February 2023, 12:43:29 UTC
bdf2dbe Move PDBRemainingDisruptions to interface and rename it 24 February 2023, 12:41:56 UTC
b516e80 Merge pull request #5477 from BigDarkClown/taint Merge taint utils into one package, make taint modifying methods public 23 February 2023, 12:13:34 UTC
7128367 Merge pull request #5382 from cnmcavoy/cmcavoy/scale-from-zero-with-labels-taints Use annotations to set labels and taints for clusterapi nodegroups 22 February 2023, 18:25:56 UTC
c611acd Merge pull request #5518 from kawych/metrics Add "resource_name" to scaled_up_gpu_nodes_total and scaled_down_gpu_nodes_total metrics 22 February 2023, 13:11:57 UTC
3922f49 Merge pull request #5523 from fenggw-fnst/typo Fix a minor typo 22 February 2023, 12:15:58 UTC
03861a8 Merge pull request #5522 from cpanato/update-doc update FAQ.md to add version in the pause container image due the latest that is not valid 22 February 2023, 12:13:57 UTC
2ea2fb6 Add "resource_name" to scaled_up_gpu_nodes_total and scaled_down_gpu_nodes_total metrics * Added the new resource_name field to scaled_up/down_gpu_nodes_total, representing the resource name for the gpu. * Changed metrics registrations to use GpuConfig 22 February 2023, 10:09:45 UTC
fb9e55b Merge pull request #5482 from jbartosik/update-dep Update VPA dependency github.com/emicklei/go-restful/v3 22 February 2023, 09:29:58 UTC
274026b Merge pull request #5517 from ism-k/bumpup/cluster-autoscaler-chart Bump CA chart to 1.24 21 February 2023, 22:13:56 UTC
ace98cc Fix a minor typo Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com> 21 February 2023, 18:21:31 UTC
655e6f4 bump CA chart image to 1.24 21 February 2023, 00:57:07 UTC
665af54 update FQA to add version in the pause container image due the latest that is not valid Signed-off-by: cpanato <ctadeu@gmail.com> 20 February 2023, 09:51:33 UTC
3141165 Merge pull request #5519 from elmiko/capi-remove-deadcode remove dead code in clusterapi provider tests 19 February 2023, 14:27:37 UTC
5bbfcd3 remove dead code in clusterapi provider tests This change removes an `if` statement that was left behind after a refactor. The test in question has the same logic embedded into a previous conditional and the removed statement has no effect on the tests. 17 February 2023, 18:52:54 UTC
2f1c895 Merge pull request #5514 from yaroslava-serdiuk/min-size-fix Fix RemovableAt() 16 February 2023, 17:15:39 UTC
6b9d55b Decrease node group size only if the node pass resource check for scale down candidate 16 February 2023, 16:29:08 UTC
0d3a642 fix(*): refresh node instance cache when nodegroup not found in deleteCreatedNodesWithErrors 16 February 2023, 11:06:53 UTC
dc23b9a Added RBAC Permission to cherryservers. 16 February 2023, 02:15:35 UTC
19487b0 Merge pull request #5508 from a7i/amir/aws-7g regenerate the ec2 instance types using latest metadata to fetch m7g/r7g instances 15 February 2023, 12:04:25 UTC
7cba0a0 Merge pull request #5459 from hbostan/master Add GpuConfig to cloud provider. Use GpuConfig in utilization calculations. 15 February 2023, 10:40:24 UTC
2b602fc Use GpuConfig in utilization calculations for scale-down * Changed the `utilization.Calculate()` function to use GpuConfig instead of GPU label. * Started using GpuConfig in utilization threshold calculations. 15 February 2023, 08:28:24 UTC
d3d52af regenerate the ec2 instance types using latest metadata to fetch m7g/r7g instances 14 February 2023, 19:56:14 UTC
1f646e4 Add GetNodeGpuConfig to cloud provider * Added GetNodeGpuConfig to cloud provider which returns a GpuConfig struct containing the gpu label, type and resource name if the node has a GPU. * Added initial implementaion of the GetNodeGpuConfig to all cloud providers. 14 February 2023, 14:08:29 UTC
b9bbed2 Merge pull request #5502 from yaroslava-serdiuk/min-size-fix Check min size of node group and resource limits for set of nodes 14 February 2023, 13:31:31 UTC
60a264b Check min size of node group and resource limits for set of nodes 14 February 2023, 12:47:35 UTC
1238e1d Merge pull request #5492 from BigDarkClown/review Add BigDarkClown to cluster-autoscaler Reviewers 14 February 2023, 09:45:31 UTC
04e5bfc Merge pull request #5494 from salasberryfin/update-references-to-legacy-registry Update image references from k8s.gcr.io to registry.k8s.io 14 February 2023, 09:27:30 UTC
6691141 increment cluster-autoscaler Helm chart version 14 February 2023, 07:15:45 UTC
773a371 revert changes in /vendor specific files 14 February 2023, 07:15:16 UTC
66e1eeb update image references from k8s.gcr.io to registry.k8s.io 14 February 2023, 07:15:16 UTC
b1681a2 Merge pull request #5480 from ViktorCollin/fix/PodSecurityPolicy fix: issue with apiVersion not being set for psp 13 February 2023, 21:39:29 UTC
e06d6a8 fix: issue with apiVersion not being set for psp make sure to use `apiVersion: policy/v1beta1` for PodSecurityPolicy when kubernetes version is above 1.10. This fix will work (with a deprecation warning) for cluster version below 1.25 when psp is removed. 13 February 2023, 20:58:03 UTC
b5ead03 Merge taint utils into one package, make taint modifying methods public 13 February 2023, 11:29:45 UTC
a484713 Merge pull request #5498 from jbartosik/balancer-label Automatically apply `balancer` label to balancer PRs 13 February 2023, 11:15:30 UTC
f4fda23 Merge pull request #5500 from karlmuscat/master Fixes template for PSPs api version. 13 February 2023, 11:07:30 UTC
4c3486d Bump chart version. 13 February 2023, 09:15:47 UTC
f6fa304 Bump chart version. 13 February 2023, 09:13:17 UTC
1cc7e27 Fixes template for PSPs api version. 13 February 2023, 08:45:50 UTC
495ef41 Automatically apply `balancer` label to balancer PRs 13 February 2023, 08:11:43 UTC
9f04d4f Merge pull request #5488 from towca/jtuznik/upcoming-unready-fix Stop scale-down from considering registered upcoming nodes as candidates 10 February 2023, 14:47:30 UTC
7e67625 CA: stop passing registered upcoming nodes as scale-down candidates Without this, with aggressive settings, scale-down could be removing registered upcoming nodes before they have a chance to become ready (the duration of which should be unrelated to the scale-down settings). 10 February 2023, 13:46:19 UTC
a83450e Merge pull request #5496 from x13n/instancenames Fix MEMBER_ALREADY_EXISTS errors in GCE cloudprovider 10 February 2023, 12:09:29 UTC
e33d536 Fix MEMBER_ALREADY_EXISTS errors in GCE cloudprovider The CreateInstances is passed a list of provider ids, which is not the same as the list of names: provider id includes zone and project information as well. This can cause scale ups in large clusters to occassionally fail. 10 February 2023, 11:20:02 UTC
ea9cd6c Add BigDarkClown to cluster-autoscaler Reviewers 09 February 2023, 16:45:42 UTC
98e319b Merge pull request #5484 from jbartosik/update-builder-go Update go used to build VPA to 1.19.5 08 February 2023, 20:28:43 UTC
3cfdc9f Update VPA dependency github.com/emicklei/go-restful/v3 07 February 2023, 17:23:57 UTC
84e78b2 Update go used to build VPA to 1.19.5 07 February 2023, 17:22:07 UTC
ab2e467 Merge pull request #5485 from tombokombo/fix/asg_tags_daemonset fix 07 February 2023, 14:25:00 UTC
93b9f4b fix Signed-off-by: tombokombo <tombo@sysart.tech> 07 February 2023, 13:35:23 UTC
e911e54 Merge pull request #5214 from tombokombo/fix/asg-resource-tags Fix/asg resource tags 07 February 2023, 09:35:01 UTC
d0f77ec Merge pull request #5407 from brightbox/add-additional-groups cluster-autoscaler: support additional Brightbox server groups 06 February 2023, 22:42:58 UTC
b114e57 Merge pull request #5412 from DataDog/dont-cache-stale-itypes AWS: don't cache empty instance-types from stale LC names 06 February 2023, 21:42:59 UTC
3aab3cb Merge pull request #5479 from jongwooo/chore/replace-deprecated-command-with-environment-file Replace deprecated command with environment file 06 February 2023, 21:04:58 UTC
dc84c30 Merge pull request #5464 from AMeng/patch-1 update cluster-autoscaler version compatibility 06 February 2023, 21:02:58 UTC
81e834d Merge pull request #5476 from jbartosik/up-vpa-release-docs Update vpa release docs 06 February 2023, 21:01:01 UTC
6978ff8 CA: Make CSR's Readiness keep lists of node names instead of just their count This does make us call len() in a bunch of places within CSR, but allows for greater flexibility - it's possible to act on the sets of nodes determined by Readiness. 06 February 2023, 20:13:54 UTC
b815830 Replace deprecated command with environment file Signed-off-by: jongwooo <jongwooo.han@gmail.com> 06 February 2023, 14:43:23 UTC
c863f8f cluster-autoscaler: add Brightbox provider OWNERS file 06 February 2023, 14:03:29 UTC
11a0ee6 cluster-autoscaler: support additional Brightbox server groups cluster-autoscaler/cloudprovider/brightbox Allows autoscaled servers to be members of further server groups in addition to the default and the scaling group. 06 February 2023, 14:03:29 UTC
0ae555c Merge pull request #5444 from BigDarkClown/force-schedule-ds Add force Daemon Sets option 06 February 2023, 09:31:00 UTC
44b5637 Merge pull request #5473 from manishsat/update-cloud-provider-azure bump cloud-provider-azure version in CA to 1.26.2 for azure imports 06 February 2023, 05:42:59 UTC
e63244a Use capacity annotations to set labels and taints for cluster api node groups 03 February 2023, 17:18:16 UTC
653c7c4 Update VPA release docs - Do yaml update and README update in single PR - Update all yamls - Use vpa_release template to track issue 03 February 2023, 13:33:25 UTC
664c544 Add template for issues tracking VPA release 03 February 2023, 13:33:25 UTC
60bda22 Merge pull request #5470 from mwielgus/balancer-policy Balancer placement policies 03 February 2023, 11:42:29 UTC
3b9c415 Merge pull request #5460 from jbartosik/bump-to-vpa-0-13 Bump default VPA version to 0.13.0 03 February 2023, 10:14:29 UTC
62c7e53 Bump default VPA version to 0.13.0 and update compatibility table 03 February 2023, 09:29:22 UTC
c254ee3 Merge pull request #5416 from cnmcavoy/cmcavoy/clusterapi-scale-from-zero-ephemeral-disk clusterapi: Add ephemeral disk capacity annotation for scale from zero 02 February 2023, 20:18:42 UTC
fd7903a bump cloud-provider-azure version in CA to 1.26.2 for azure imports 02 February 2023, 20:02:56 UTC
cc4ef9e Merge pull request #5418 from cnmcavoy/cmcavoy/clusterapi-track-pending-machines clusterapi: track upcoming unprovisioned machines with a temporary providerID to enable detection of exhausted nodegroups 02 February 2023, 19:48:43 UTC
1150fcd Fix scaledown:nodedeletion metric calculation The scaledown:nodedeletion metric duration was incorrectly being computed relative to the start of the RunOnce routine, instead of from the actual start of the deletion. Behavior in the start of the routine (like a long cloudproviderrefresh) would incorrectly skew the nodedeletion duration Signed-off-by: Domenic Bozzuto <dom.bozzuto@datadoghq.com> 02 February 2023, 17:03:38 UTC
f0eb1aa Balancer placement policies 02 February 2023, 11:30:42 UTC
back to top