swh:1:snp:2f03ce5544681ba840560cccc1370b7b35f2566e

sort by:
Revision Author Date Message Commit Date
ed5dd9a Merge pull request #1059 from aleksandra-malinowska/cluster-autoscaler-1.3.1 Cluster Autoscaler 1.3.1 12 July 2018, 09:55:56 UTC
04950a1 Cluster Autoscaler 1.3.1 12 July 2018, 09:42:15 UTC
89a1c42 Merge pull request #1045 from aleksandra-malinowska/cherry-pick-gpu-metrics-2 Cherry pick of GPU metrics fixes in #1017 and #1043 05 July 2018, 12:06:21 UTC
3dcad89 Refactor and extend GPU metrics error types 05 July 2018, 11:46:31 UTC
82bae57 Separated errors 05 July 2018, 09:53:41 UTC
ff85489 Make GetGpuTypeForMetrics more robust 05 July 2018, 09:53:34 UTC
99301bb Merge pull request #1040 from aleksandra-malinowska/cherry-pick-gpu-metrics Cherry-pick of Add GPU-related scaled_up & scaled_down metrics #974 05 July 2018, 09:52:11 UTC
cec03cf Merge pull request #1038 from aleksandra-malinowska/cluster-autoscaler-1.3.1-beta.1 Cluster Autoscaler 1.3.1-beta.1 04 July 2018, 13:24:05 UTC
4d88e74 Merge pull request #1036 from aleksandra-malinowska/cherry-pick-gpu-limits Cherry-pick of Add gpus to supportedResources map in GCE cloud provider #1011 04 July 2018, 13:16:22 UTC
17aecf3 Merge pull request #1035 from aleksandra-malinowska/cherry-pick-fix-limits-warning Cherry-pick of Use Warningf instead Warning #1010 04 July 2018, 13:15:42 UTC
d182cc8 Merge pull request #1034 from aleksandra-malinowska/cherry-pick-aws-ec2-types Cherry-pick of update the aws ec2 instance types #999 04 July 2018, 13:14:51 UTC
bf40d17 Merge pull request #1033 from aleksandra-malinowska/cherry-pick-aws-validate-taint-key Cherry-pick of Validate taint key with regex #1005 04 July 2018, 13:14:28 UTC
0e20c3b Merge pull request #1032 from aleksandra-malinowska/cherry-pick-node-group-manager Cherry-pick of Move removing unneeded autoprovisioned node groups to node group manager #1008 04 July 2018, 13:13:34 UTC
cc0f6f8 Add GPU-related scaled_up & scaled_down metrics (#974) * Add GPU-related scaled_up & scaled_down metrics * Fix name to match SD naming convention * Fix import after master rebase * Change the logic to include GPU-being-installed nodes 04 July 2018, 13:08:00 UTC
4b64978 Cluster Autoscaler 1.3.1-beta.1 04 July 2018, 12:57:36 UTC
10b032e Add gpus to supportedResources map in GCE cloud provider 04 July 2018, 11:30:51 UTC
839628e Use Warningf instead Warning 04 July 2018, 11:28:12 UTC
79c2db6 update the aws ec2 instance types 04 July 2018, 11:26:21 UTC
a05f9ec Validate taint key with regex (#1005) * Validate taint key with regex Before attempting to perform a split on the tag value, validate it matches the format <tag>:NoSchedule This should prevent invalid tag keys from causing the autoscaler to panic and crash * Further taint validation Also add test cases for valid taint methods 04 July 2018, 11:21:29 UTC
80da489 Move removing unneeded autoprovisioned node groups to node group manager 04 July 2018, 11:13:23 UTC
ee8ac5e Merge pull request #994 from aleksandra-malinowska/cherry-pick-new-gpu-configs GCE VMs with 2x and 4x V100 GPUs can now be created. 20 June 2018, 15:46:51 UTC
ae61d9c Merge pull request #993 from aleksandra-malinowska/cluster-autoscaler-1.3.1-alpha Update Cluster Autoscaler version to 1.3.1-alpha 20 June 2018, 15:46:35 UTC
26257bc Update Cluster Autoscaler version to 1.3.1-alpha 20 June 2018, 11:13:14 UTC
97450f6 GCE VMs with 2x and 4x V100 GPUs can now be created. 20 June 2018, 11:06:34 UTC
a8baf36 Merge pull request #988 from aleksandra-malinowska/cluster-autoscaler-1.3.0 Cluster Autoscaler 1.3.0 19 June 2018, 12:07:09 UTC
5ca7bdb Cluster Autoscaler 1.3.0 19 June 2018, 11:26:16 UTC
e605eb6 Merge pull request #979 from aleksandra-malinowska/cluster-autoscaler-1.3.0-beta.2 Cluster Autoscaler 1.3.0-beta.2 15 June 2018, 17:06:28 UTC
f2b489f Cluster Autoscaler 1.3.0-beta.2 15 June 2018, 16:51:34 UTC
1edd508 Merge pull request #977 from MaciekPytel/cp_nap_client Cherry-pick #975 on CA release-1.3 15 June 2018, 16:40:47 UTC
4b3f9de Remove GKE alpha client from godeps and override 15 June 2018, 16:15:47 UTC
9206448 Update GKE client used in cloudprovider 15 June 2018, 16:15:46 UTC
cb9ee11 Update GKE beta client 15 June 2018, 16:15:46 UTC
542d55f Merge pull request #973 from aleksandra-malinowska/cluster-autoscaler-release-1.3 Fast forward Cluster Autoscaler release branch 1.3 to master 15 June 2018, 11:40:45 UTC
64a11a6 Merge pull request #971 from aleksandra-malinowska/godeps-update Update godeps 14 June 2018, 16:35:20 UTC
d51c9c0 Godeps update 14 June 2018, 16:17:57 UTC
897e772 Merge pull request #968 from kgrygiel/vpa-crd Changes to the VPA API based on the v2beta1 API review 14 June 2018, 15:29:30 UTC
ed5e82d Merge pull request #956 from krzysztof-jastrzebski/master Create NodeGroupManager which is responsible for creating… 14 June 2018, 15:25:32 UTC
0d2b9c2 Adjust the VPA codebase after API changes. 14 June 2018, 14:55:00 UTC
c787eae Merge pull request #969 from losipiuk/lo/add_test_nodes_limit_not_autoscaled Add test to check if nodes from not autoscaled groups are used in max-nodes limit 14 June 2018, 14:52:48 UTC
51d628c Add test to check if nodes from not autoscaled groups are used in max-nodes limit 14 June 2018, 14:17:51 UTC
99c8c51 Create NodeGroupManager which is responsible for creating/deleting node groups. 14 June 2018, 14:11:32 UTC
60a070a Merge pull request #967 from losipiuk/lo/gpu_limits_scale_up Respect GPU limits in scale_up 14 June 2018, 14:03:42 UTC
b7323bc Respect GPU limits in scale_up 14 June 2018, 13:46:58 UTC
57ea195 Explicitly return AutoscalerError from GetNodeTargetGpus 14 June 2018, 13:46:58 UTC
d629d97 Merge pull request #964 from losipiuk/lo/scale_up_limits_all_nodes Take into consideration nodes from not autoscaled groups when enforcing resources limits 14 June 2018, 13:45:18 UTC
7b9434f Regenerate the VPA v1alpha1 client. 14 June 2018, 13:38:32 UTC
d8e7823 Update the VPA API based on the API review (pull/63797). See the API review: https://github.com/kubernetes/kubernetes/pull/63797 14 June 2018, 13:38:32 UTC
dfcbedb Take into consideration nodes from not autoscaled groups when enforcing resource limits 14 June 2018, 13:31:40 UTC
bc526e7 Merge pull request #960 from krzysztof-jastrzebski/backoff Move backoff mechanism to utils. 14 June 2018, 12:35:33 UTC
abf8b2c Merge pull request #963 from aleksandra-malinowska/delete-deploy Remove unused deployment scripts 14 June 2018, 11:44:08 UTC
0c46fad Merge pull request #965 from kgrygiel/vpa-cleanup Configuring registry authentication in e2e script. 14 June 2018, 10:25:58 UTC
c7d59cd Configuring registry authentication in e2e script. 14 June 2018, 10:17:42 UTC
86423de Merge pull request #955 from losipiuk/lo/scale_up_limits_refactor Restructure checking resource limits in scale_up.go 13 June 2018, 17:29:39 UTC
b1db155 Remove duplicated test case 13 June 2018, 17:00:37 UTC
9f75099 Restructure checking resource limits in scale_up.go Preparatory work for before introducing GPU limits 13 June 2018, 17:00:37 UTC
400be02 Remove cluster-autoscaler/deploy 13 June 2018, 15:48:14 UTC
dd1db7a Move backoff mechanism to utils. 13 June 2018, 13:32:25 UTC
a686c67 Merge pull request #950 from losipiuk/lo/gpu_limits_scale_down Respect GPU limits in scale_down 13 June 2018, 12:48:33 UTC
087a5cc Respect GPU limits in scale_down 13 June 2018, 12:19:59 UTC
0ca0b1b Merge pull request #962 from mirake/fix-typo Typo fix: doens't -> doesn't 13 June 2018, 11:07:38 UTC
15b17e1 Typo fix: doens't -> doesn't 13 June 2018, 10:41:23 UTC
d36988b Merge pull request #921 from banzaicloud/master_790 #790 - aws - autoscaler failing with Wrong id 12 June 2018, 15:46:34 UTC
1ad41e8 Merge pull request #930 from kawych/master Add config map to example Addon Resizer deployment 12 June 2018, 15:45:20 UTC
80d6ffb VPA cleanups (#954) * Move all VPA sources under pkg/ for consistency. * Rename 'recommender/output' to 'recommender/checkpoint'. * Do not use deprecated gcloud docker calls. * Update gofmt. 12 June 2018, 15:44:01 UTC
876db9f Merge pull request #957 from losipiuk/lo/gce_gke_timeouts Add http timeout for GKE/GCE communication 12 June 2018, 13:46:26 UTC
8857400 Add http timeout for GKE/GCE communication 12 June 2018, 12:20:00 UTC
3a2ce6e Proper handling of VPA resource policy (#946) * Handle wildcard (*) container resource policy. * Move GetContainerResourcePolicy from utils/capping to utils/api. * Handle ContainerScalingModeOff. 12 June 2018, 01:13:55 UTC
004eafa Merge pull request #952 from losipiuk/lo/fix_scale_down_bug Fix bug resulting resource limits not being enforced in scale_down 11 June 2018, 14:52:16 UTC
1fa44a4 Fix bug resulting resource limits not being enforced in scale_down 11 June 2018, 14:39:07 UTC
534e77b Merge pull request #949 from aleksandra-malinowska/cluster-autoscaler-1.3.0-beta.1 Cluster Autoscaler 1.3.0-beta.1 11 June 2018, 13:43:25 UTC
fba0fef Cluster Autoscaler 1.3.0-beta.1 11 June 2018, 12:41:21 UTC
34086dc Merge pull request #947 from aleksandra-malinowska/go-1.10.2 Update Go version to 1.10.2 11 June 2018, 12:40:22 UTC
7927119 Merge pull request #948 from losipiuk/lo/extract_isNodeBeingDeleted Extract isNodeBeingDeleted function 11 June 2018, 12:32:53 UTC
519064e Extract isNodeBeingDeleted function 11 June 2018, 12:21:07 UTC
ef32991 Update Go version to 1.10.2 11 June 2018, 12:19:00 UTC
1ca3f36 Merge pull request #945 from losipiuk/lo/resource_limits_refactor Resource limits refactor in scale_down 11 June 2018, 12:18:36 UTC
6c57a01 Restructure checking resource limits in scale_down.go 11 June 2018, 12:02:40 UTC
1325aa6 Do not put 0 min limits into map in ResourceLimiter 11 June 2018, 12:02:39 UTC
f6d9d3a Cleanup ResourceLimiter.String method 11 June 2018, 12:02:39 UTC
cbced2c Extend ResouceLimiter with GetResources() method 11 June 2018, 12:02:39 UTC
a37aa1c Merge pull request #942 from feiskyer/az-client Upgrade kubernetes vendor to v1.11.0-beta.2 11 June 2018, 11:48:26 UTC
5fd15fc Set enableEquivalenceClassCache for schedulerConfigFactory and fix GPU resource name for unit tests 11 June 2018, 07:17:46 UTC
6ec2c4e Update vendors to Kubernetes v1.11.0-beta.2 11 June 2018, 05:57:04 UTC
7bf7863 Update Azure clients to compatible with Kubernetes v1.11 11 June 2018, 05:54:12 UTC
be3dd85 Update scheduler cache package 11 June 2018, 05:54:12 UTC
66669f1 no_vendor 11 June 2018, 05:49:34 UTC
b1d6602 Merge pull request #938 from schylek/cs VPA expose ClusterState outside the Recommender. 08 June 2018, 15:20:13 UTC
8baf39c Merge pull request #939 from aleksandra-malinowska/cluster-autoscaler-1.3.0-beta.0 Cluster Autoscaler 1.3.0-beta.0 08 June 2018, 14:18:54 UTC
96aa163 Cluster Autoscaler 1.3.0-beta.0 08 June 2018, 14:00:46 UTC
c22b6df VPA expose ClusterState outside the Recommender. 08 June 2018, 13:49:34 UTC
1e401bd Merge pull request #935 from losipiuk/lukaszos/do-not-return-error-when-getting-cpu-memory-capacity-of-node-ca6a4 Do not return error when getting cpu/memory capacity of node 08 June 2018, 13:48:12 UTC
9c61477 Do not return error when getting cpu/memory capacity of node 08 June 2018, 13:04:57 UTC
705eeb0 Merge pull request #934 from losipiuk/lukaszos/cleanup-how-mult-string-flags-are-handled-in-main-1fdd5 Cleanup how multi-string flags are handled in main() 08 June 2018, 12:53:12 UTC
c41dc43 Merge pull request #495 from aleksandra-malinowska/resource-limiter-bytes Use bytes instead of MB for memory limits 08 June 2018, 12:47:22 UTC
53fc344 Cleanup how multi-string flags are handled in main() 08 June 2018, 11:36:52 UTC
9f1e17d Merge pull request #931 from bskiba/scale-up-processor Add NoOpScaleUpStatusProcessor 07 June 2018, 17:11:33 UTC
33bb19a Merge pull request #932 from schylek/conta VPA refactoring - make InitialContainersAggregateState source agnostic 07 June 2018, 14:26:38 UTC
e9d2afd Add NoOpScaleUpStatusProcessor This will be useful for the purposes of testing. 07 June 2018, 14:06:08 UTC
51232fd VPA refactoring - make InitialContainersAggregateState source agnostic 07 June 2018, 14:01:00 UTC
55a4d29 #790 - log missing providerId 07 June 2018, 12:18:53 UTC
back to top