https://github.com/kubernetes/autoscaler

sort by:
Revision Author Date Message Commit Date
0c82186 Merge pull request #4701 from gjtempleton/Charts-CA-IAM-Docs-Repoint Charts - CA - Remove AWS IAM Docs - Replace With Link 21 March 2022, 12:29:21 UTC
ecc0eed Merge pull request #4740 from gandhipr/prachigandhi-add-skuFamily-azureInstanceTypes Add skuFamily field in InstanceType 17 March 2022, 00:05:19 UTC
054c52a Merge pull request #4742 from x13n/eq Skip pod hostname when comparing PodSpecs 16 March 2022, 15:15:18 UTC
109765b Skip pod hostname when comparing PodSpecs Hostname doesn't affect scheduling and different hostnames prevent caching of similar pods in CA. 16 March 2022, 14:46:49 UTC
2b84cf6 Merge pull request #4735 from x13n/eq Limit caching pods per owner reference 16 March 2022, 10:03:50 UTC
3c80d9a Merged PR 1365: add skuFamily field in InstanceType add skuFamily field in InstanceType This is required in the partialScaling feature. We need to know the family of the sku in order to fetch it's quota limit values. 15 March 2022, 19:28:39 UTC
913524e Exclude DaemonSets from equivalency checks caching Grouping pods per owner reference doesn't make sense for DaemonSets and keeping them not filtered can only introduce noise to newly introduced metrics. 15 March 2022, 09:03:22 UTC
525145c Limit caching pods per owner reference 15 March 2022, 09:03:04 UTC
6126b24 Merge pull request #4734 from jayantjain93/python-3-migration Migrate CA off python2 to python3 14 March 2022, 14:02:23 UTC
cd6572e Migrate CA off python2 to python3 14 March 2022, 12:52:32 UTC
b918283 Merge pull request #4723 from Fedosin/vpa_linting Fix lint issues in vertical pod autoscaller 10 March 2022, 13:45:36 UTC
4de33ca Charts - CA - Remove AWS IAM Docs - Replace With Link 07 March 2022, 11:28:12 UTC
72e2fab Merge pull request #4721 from MaxRink/fix-namespaced [CA Helm] fix RBAC for namespaced mode 07 March 2022, 09:22:53 UTC
7516649 Merge pull request #4639 from alphajc/master cloudprovider: add TencentCloud Provider 07 March 2022, 02:36:53 UTC
0a960e6 Fix lint issues in vertical pod autoscaller Issues reported by: golangci-lint run --timeout 15m 04 March 2022, 14:52:42 UTC
dece0b2 Merge pull request #4489 from airbnb/drmorr--early-abort-if-aws-node-group-no-capacity Early abort if AWS node group has no capacity 03 March 2022, 21:01:17 UTC
ad93c8b log failure information 03 March 2022, 18:41:55 UTC
3e53cc4 Merge pull request #4674 from x13n/nodestatus Expose nodes with unready GPU in CA status 03 March 2022, 14:17:48 UTC
26769e4 Expose nodes with unready GPU in CA status This change simplifies debugging GPU issues: without it, all nodes can be Ready as far as Kubernetes API is concerned, but CA will still report some of them as unready if are missing GPU resource. Explicitly calling them out in the status ConfigMap will point into the right direction. 03 March 2022, 13:59:31 UTC
c22e6f1 Merge pull request #4689 from gandhipr/prachigandhi-Fix-invalidMetadataUrl-add-getSubscriptionIdFromInstanceMetadata FixBug-invalidMetadataUrl-add-getSubscriptionIdFromInstanceMetadata 03 March 2022, 00:14:46 UTC
8d608ac check all scaling activities instead of just the last one 02 March 2022, 21:02:24 UTC
aebd984 fix linting errors 02 March 2022, 19:34:17 UTC
aa381a8 update the readmes with appropriate IAM permissions 02 March 2022, 19:34:17 UTC
933065d adding tests 02 March 2022, 19:34:17 UTC
8ac87b3 early abort if we get a failed scaling activity event from AWS 02 March 2022, 19:34:17 UTC
a0ae713 convert registeredAsgs to a map 02 March 2022, 19:34:16 UTC
032f579 fix RBAC for namespaced mode 02 March 2022, 11:47:10 UTC
76bd4cc Merge pull request #4693 from git-it127/issue4692/VPALogs Turn VPA Logging Level to V4 for Not Updating Messages 28 February 2022, 14:48:57 UTC
f93d361 Merge pull request #4706 from sedflix/master vpa: admission-controller: add logs for failure to start webhook server 28 February 2022, 14:02:57 UTC
e5bd3c8 Merge pull request #4691 from incubateur-pe/master clusterautoscaler helm chart fixes for clusterAPI cloud provider 27 February 2022, 23:35:18 UTC
943a34f Merge pull request #4716 from elmiko/configurable-capi-version add user configurable cluster api version 25 February 2022, 15:29:50 UTC
8166710 chore: bump chart version and update README 25 February 2022, 15:10:45 UTC
1d5e0f1 add user configurable cluster api version This change introduces an environment variable, `CAPI_VERSION`, through which a user can set the API version for the group they are using. This change is being added to address situations where a user might have multiple API versions for the cluster api group and wishes to be explicit about which version is selected. Also adds unit tests and documentation for the new behavior. This change does not break the existing behavior. 25 February 2022, 14:46:34 UTC
9376178 vpa: admission-controller: refactor if and error check Signed-off-by: sedflix <sedflix@gmail.com> 24 February 2022, 05:23:24 UTC
cd3c37c Merge pull request #4709 from wangshiqi308/master update huaweicloud sdk 24 February 2022, 02:13:34 UTC
fef4726 update huaweicloud sdk 23 February 2022, 16:31:48 UTC
98548af vpa: admission-controller: add logs for failure to start webhook server Signed-off-by: sedflix <sedflix@gmail.com> 23 February 2022, 08:28:40 UTC
d2bea90 FixBug-invalidMetadataUrl-add-getSubscriptionIdFromInstanceMetadata 22 February 2022, 18:28:18 UTC
a255161 Merge pull request #4670 from gjtempleton/CA-AWS-IAM-Permissions-Rework CA - AWS - Rework IAM Docs/Snippets 22 February 2022, 14:45:46 UTC
de0588d Add tencentcloud to list of supported cloud providers 22 February 2022, 12:37:43 UTC
5cf3b96 Merge pull request #4684 from gjtempleton/4504-Clarify-Multiple-Expander-Support CA - Docs - Clarify when multi expander support introduced 21 February 2022, 14:58:13 UTC
1b5aacd Merge pull request #4683 from gjtempleton/CA-AWS-Instance-List-Update-16-02-22 CA - AWS - Instance List Update 16-02-22 21 February 2022, 14:56:14 UTC
0123869 Merge pull request #4452 from airbnb/es--grpc-expander-plugin Add gRPC expander plugin 21 February 2022, 14:54:14 UTC
7514bd2 Merge pull request #4698 from tiagoboeing/patch-1 Fixed anchor link for section "implementation" 21 February 2022, 12:54:11 UTC
d0a0e2f Fixed anchor link for section "implementation" 21 February 2022, 11:40:06 UTC
2bb41d6 Merge pull request #4686 from m-craghead/VMSS-Tag-Prefix-Fix fix autoscaling due to VMSS tag prefix issue 19 February 2022, 03:54:13 UTC
f7b6e23 Turn VPA Logging Level to V4 for Not Updating Messages 18 February 2022, 21:53:24 UTC
654c590 feat(clusterapi): allow namespace definition for kubeconfig-incluster mode 18 February 2022, 14:07:37 UTC
f2fbbc7 fix(deployment): add volumes and volumeMounts when .Values.clusterAPIKubeconfigSecret is defined 18 February 2022, 13:57:16 UTC
14b4518 fix(clusterrole): check if clusterAPIMode is kubeconfig-incluster for machindeployment resources 18 February 2022, 13:56:10 UTC
d2216e0 fix autoscaling due to VMSS tag prefix issue corrected the azure_kubernetes_ercice_pool_test unit test cases involving the changed tag prefix added const aksManagedPoolName attribute to the top of the code and fixed file name sercice -> service added logic for old clusters that still have poolName added legacy tag for poolName Fixed Autoscaling due to VMSS tag prefix issue, added tags for legacy poolName and aksManagedPoolName, and corrected file name sercice->service 17 February 2022, 14:46:31 UTC
2f0a452 Merge pull request #4685 from marwanad/stable-cache azure vmss cache fixes and improvements 17 February 2022, 02:27:42 UTC
d49a131 azure vmss cache fixes and improvements 17 February 2022, 01:51:56 UTC
321298a CA - AWS - Update OIDC example docs 16 February 2022, 22:10:18 UTC
0d9fb78 Merge pull request #4301 from MaxRink/ca-helm-clusterapi [CA][Helm] Add ClusterAPI as supported Provider to the helm chart 16 February 2022, 21:42:45 UTC
9c77960 CA - Docs - Clarify when multi expander support introduced 16 February 2022, 21:26:15 UTC
a2b24e0 add starter code and readme for grpc expander usage 16 February 2022, 20:36:37 UTC
4504f55 Add grpc expander and tests 16 February 2022, 20:34:06 UTC
69b49ff Merge pull request #4669 from yaroslava-serdiuk/node_info_cache Add expire time for nodeInfo cache items 16 February 2022, 19:00:10 UTC
2d375bd CA - AWS - Instance List Update 16-02-22 16 February 2022, 12:23:29 UTC
06135b1 add initial values yaml for cluster api work Add CAPI-Support to cluster-autoscaler helm chart add docs and support for kubeconfig secret fix readme fix values.yaml fix values fix readme values order add one more space to appease CI Update charts/cluster-autoscaler/values.yaml Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com> Update charts/cluster-autoscaler/values.yaml Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com> Update charts/cluster-autoscaler/values.yaml Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com> adjust chart version 14 February 2022, 14:01:16 UTC
59f2eaa Merge pull request #4628 from aleb/patch-1 Explain how to prevent deletion of non-empty nodes 14 February 2022, 12:43:28 UTC
f7b16d8 Merge pull request #4644 from gjtempleton/CA-Exoscale-Add-Owners CA - Exoscale Provider - Add owners file 14 February 2022, 12:41:29 UTC
3b16390 Merge pull request #4672 from jbartosik/increase-tl Increase `--test.timeout` for e2e tests 14 February 2022, 12:39:28 UTC
04e8a41 Merge pull request #4675 from olagacek/master Update CA dependencies to 1.24.0-alpha.2 k8s release. 10 February 2022, 13:13:46 UTC
7f4d18a Update CA dependencies to 1.24.0-alpha.2 k8s realease. 10 February 2022, 12:59:03 UTC
2befbd9 Increase `--test.timeout` for e2e tests 09 February 2022, 09:59:17 UTC
a9a7d98 Add expire time for nodeInfo cache items 09 February 2022, 09:38:32 UTC
bffaef5 CA - AWS - Rework IAM Docs/Snippets 08 February 2022, 22:45:00 UTC
e4cf3b0 Merge pull request #4665 from JoshVee/helm-multiple-expanders feat: add helm chart support for multiple expanders including "priority" 08 February 2022, 22:02:37 UTC
3115828 Update charts/cluster-autoscaler/Chart.yaml 08 February 2022, 03:28:13 UTC
797a963 Merge branch 'master' into helm-multiple-expanders 08 February 2022, 01:13:35 UTC
cfa12df Merge pull request #4653 from ddymko/vultr-autoscaler Cloudprovider support Vultr 07 February 2022, 15:27:43 UTC
ec6d48b merged upstream master 07 February 2022, 14:40:50 UTC
db14bf5 vultr autoscaler implementation 07 February 2022, 14:39:14 UTC
ea565af Merge pull request #4349 from jlamillan/jlamillan/oci-provider Add OCI instance-pool based cloud provider 07 February 2022, 13:41:44 UTC
0ed41c5 Merge pull request #4663 from dschunack/master Fix example in values file for topologySpreadConstraint 07 February 2022, 13:25:44 UTC
12c1311 Merge pull request #4658 from jbartosik/vpa-go-1-16 Update VPA to go1.16 07 February 2022, 13:21:44 UTC
33e705b chore: tidy up formatting 04 February 2022, 07:09:56 UTC
f9f389d chore: fix readme 04 February 2022, 06:58:31 UTC
0a26a60 chore: update readme 04 February 2022, 06:41:16 UTC
e85b2e8 feat: add support for multiple expanders in v1.23.0 04 February 2022, 06:33:01 UTC
05929c8 Fix example in values file for topologySpreadConstraint 03 February 2022, 20:05:59 UTC
994fbac Merge pull request #4661 from olagacek/master Remove disable scale down callback if schedulable pods are found in filter_out_schedulable. 03 February 2022, 17:37:46 UTC
c8e78c2 Merge pull request #4660 from jayantjain93/fetch-call-locking mig_info_provider.GetMigForInstance will now use locking when calli… 03 February 2022, 16:41:46 UTC
a906da2 mig_info_provider.go:fillMigInstances will now use locking when calling the gce api. This is to avoid multiple gce calls for the same mig during scale down (which is done in parallel). 03 February 2022, 12:25:53 UTC
1c695d8 Merge pull request #4578 from dschunack/patch1 Add topology spread constraints to control how Pods are spread 03 February 2022, 10:13:45 UTC
e0f1c37 Add topology spread constraints to control how Pods are spread - Add topology spread constraints to control how Pods are spread - Add parameter to values file incl. an example - Create entry in README.md - Change Chart version to 9.13.0 03 February 2022, 09:31:11 UTC
834d02b Remove disable scale down callback if schedulable pods are found in filter_out_schedulable. 02 February 2022, 14:23:31 UTC
deeaa2a Update VPA to go1.16 go mod edit -go=1.16 go mod tidy vi builder/Dockerfile 01 February 2022, 14:58:06 UTC
0d52c16 Merge pull request #4657 from jbartosik/more_admission_latency_buckets Add more buckets to admission_latency_seconds metric 01 February 2022, 14:26:12 UTC
c934b93 Merge pull request #4649 from jbartosik/vpa-release-0.10 Change VPA default version to 0.10.0 01 February 2022, 14:24:11 UTC
4fbd0d8 Add more buckets to admission_latency_seconds metric I want more resolution in [0.2, 1]s range. For K8s Pod Creation Latency SLO[1] has a target of 5s so it makes a difference for the SLO how the delay we introduce is distributed. Right now I think buckets are too wide. [1] https://github.com/kubernetes/community/blob/master/sig-scalability/slos/pod_startup_latency.md 01 February 2022, 09:37:56 UTC
7b3ce42 Merge pull request #4564 from monaka/pr-fix-4323 Enables AZURE_CLUSTER_NAME even if .Values.azureUseManagedIdentityExtension is "true". 30 January 2022, 17:46:23 UTC
7edb681 CA - Exoscale Provider - Add owners file 30 January 2022, 17:41:31 UTC
223a9e0 Merge pull request #4571 from marwanad/update-azure-provider increase azclients polling delays 29 January 2022, 05:14:02 UTC
a8f4981 Update import paths to clock utils library 29 January 2022, 00:56:21 UTC
b0da013 update vendor directory 29 January 2022, 00:47:06 UTC
1928f71 Enables AZURE_CLUSTER_NAME even if `.Values.azureUseManagedIdentityExtension` is "true". And bump to 9.12.0. 29 January 2022, 00:43:49 UTC
4d4ecbe increase azure clients polling delay to 30s 28 January 2022, 21:58:23 UTC
back to top