Commit Graph

1215 Commits

Author SHA1 Message Date
Marcin Wielgus 0c5453bde6 Godep update 2017-08-18 00:12:45 +02:00
Marcin Wielgus cd54849a42 Kubemark placeholder 2017-08-18 00:11:59 +02:00
Marcin Wielgus 06c27485a9 A simple script to update k8s staging deps and remove vendor dirs 2017-08-18 00:10:44 +02:00
Marcin Wielgus 6df186aeac Remove Azure support 2017-08-17 22:36:31 +02:00
Marcin Wielgus d779086f2e Merge pull request #228 from mwielgus/readme-update
Update sig meeting link
2017-08-18 01:47:38 +05:30
Marcin Wielgus 72e7eacd26 Update sig meeting link 2017-08-17 17:43:58 +02:00
Marcin Wielgus 8a960c8bc1 Merge pull request #222 from drinktee/master
Use glog to replace fmt in azure cloudprovider
2017-08-17 15:00:23 +05:30
Marcin Wielgus e697e5b011 Merge pull request #226 from mwielgus/nap-labels
NAP - pick best labels for pods
2017-08-17 14:46:03 +05:30
Marcin Wielgus 33f3fcdef9 NAP - pick best labels for pods 2017-08-17 10:47:15 +02:00
chenguoyan01 783a7abe53 Set the verbosity level for azureprovider info logs 2017-08-17 10:30:51 +08:00
Marcin Wielgus b54bbccb33 Merge pull request #189 from MaciekPytel/remove_pod_timestamp_check
Remove PodScheduled filter
2017-08-16 21:37:38 +05:30
Maciej Pytel 95b5b4be94 Remove --verify-unschedulabe-pods flag
This flag was true in default setups for every platform,
we haven't heard about any user changing it to false and
after removing check on PodScheduled condition setting it
to false would basically break CA.
2017-08-16 17:31:59 +02:00
Maciej Pytel ef1241b3c6 Remove checking and resetting PodSchedulable condition
The performance cost was too high and the pods should
be filtered out by follow up checks anyway.
Check out https://github.com/kubernetes/autoscaler/issues/187
for details.
2017-08-16 17:30:11 +02:00
Marcin Wielgus 998b3f1acd Merge pull request #198 from MaciekPytel/support_zone_failures
Backoff for node group after failed scale-up
2017-08-16 20:46:45 +05:30
Marcin Wielgus ca5f3b7424 Merge pull request #224 from mwielgus/nap-prop-fix
Labels in NAP proposal update
2017-08-16 17:58:45 +05:30
Marcin Wielgus f6a7eadadf Labels in NAP proposal update 2017-08-16 14:27:44 +02:00
chenguoyan01 a1c1ea1b93 use glog to replace fmt in azure cloudprovider 2017-08-16 16:59:55 +08:00
Marcin Wielgus 111eb1d797 Merge pull request #208 from mwielgus/nap-doc
Node Auto-provisioning proposal doc
2017-08-16 13:39:35 +05:30
Marcin Wielgus 2aa9e8aa35 Merge pull request #216 from mbssaiakhil/patch-1
Fix Typo in Kubernetes Autoscaler README
2017-08-14 04:13:39 +05:30
Marcin Wielgus 12e59352f6 Merge pull request #217 from mwielgus/listers-fix
Fix listers in CA after godep update
2017-08-14 04:08:15 +05:30
Marcin Wielgus b8c1fc2b01 Fix listers in CA after godep update 2017-08-14 00:14:31 +02:00
Malepati Bala Siva Sai Akhil e4413063cb Fix Typo in Kubernetes Autoscaler README 2017-08-13 16:19:47 +05:30
Marcin Wielgus 69316cbd26 Merge pull request #213 from mwielgus/godepupdate-11-08-2017
CA godeps update to K8S head at 2017-10-08
2017-08-11 22:23:28 +05:30
Marcin Wielgus f8541bdb6d Unexport leader election functions 2017-08-11 18:13:26 +02:00
Marcin Wielgus 08c74cb0c8 Merge pull request #214 from mwielgus/0.7.0-alpha1
Bump CA version to 0.7 alpha1
2017-08-11 21:39:06 +05:30
Marcin Wielgus a263da7a7b Bump CA version to 0.7 alpha1 2017-08-11 18:02:32 +02:00
Marcin Wielgus 9116e4c08c Compilation fix for CA after godeps update 2017-08-11 17:56:47 +02:00
Marcin Wielgus 885f0d6823 Godeps update in CA for K8s HEAD at 11-08-2017 2017-08-11 17:56:24 +02:00
MaciekPytel 698b94756e Merge pull request #212 from bskiba/metric_parser
Add script for parsing metrics from CA e2e tests
2017-08-11 11:34:26 +02:00
Beata Skiba 7287f3b402 fix boilerplate 2017-08-11 11:09:53 +02:00
Beata Skiba 506518cb30 Comment fixes 2017-08-11 10:00:36 +02:00
Beata Skiba c4d12edc02 Add script for parsing metrics from CA e2e tests 2017-08-10 17:29:01 +02:00
Marcin Wielgus 45d83f44c8 Merge pull request #211 from mwielgus/5-to-6
Update e2e config in FAQ
2017-08-10 18:55:31 +05:30
Marcin Wielgus 83ee7af992 Update e2e config in FAQ 2017-08-10 15:02:51 +02:00
Marcin Wielgus d1a05dfb8b Merge pull request #203 from asifdxtreme/patch-1
Split Verification & Test in seperate stage in Travis
2017-08-10 16:29:14 +05:30
Marcin Wielgus b9db78a354 Merge pull request #210 from 007/release6update
bump container image version to 0.6.0
2017-08-10 16:01:42 +05:30
Ryan Moore 943c5acba7
bump container image version to 0.6.0 2017-08-09 16:03:09 -07:00
Marcin Wielgus 64f9e065f4 Node Auto-provisioning doc 2017-08-09 13:59:31 +02:00
Mohammad Asif Siddiqui 5a0da29562 Split Verification & Test in seperate stage in Travis 2017-08-09 17:19:16 +08:00
Aleksandra Malinowska 7e213a63fc Merge pull request #202 from mwielgus/empty-nodes
Fix getEmptyNodes function in CA
2017-08-08 10:46:01 +02:00
Marcin Wielgus ab93f4eb0b Merge pull request #157 from xiang90/priority
import priority cleanup
2017-08-08 03:27:34 +05:30
Marcin Wielgus 5cdbd31ee6 Merge branch 'master' into priority 2017-08-08 03:15:57 +05:30
Marcin Wielgus 902d8b7dfb Merge pull request #192 from MaciekPytel/break_node_group_tool
Utility script for testing CA cloudprovider failure handling
2017-08-08 01:54:10 +05:30
Marcin Wielgus 4580e1dc45 Fix getEmptyNodes function in CA 2017-08-07 22:21:41 +02:00
Aleksandra Malinowska 994bc927d6 Merge pull request #199 from MaciekPytel/log_long_loops
Log long function execution
2017-08-07 11:41:49 +02:00
Maciej Pytel 1782cbc4ed Log long function execution 2017-08-07 11:21:15 +02:00
Marcin Wielgus c9a6c9da82 Merge pull request #196 from fisherxu/master
fix: add . to end of entry in FAQ.md
2017-08-05 19:50:23 +05:30
Maciej Pytel 6aacbb5bf7 Backoff for node group after failed scale-up 2017-08-04 15:40:23 +02:00
fisherxu af1e0f319e fix FAQ.md 2017-08-04 20:22:06 +08:00
Marcin Wielgus 90bd287017 Merge pull request #195 from bskiba/metric_buckets
Change histogram buckets.
2017-08-04 17:51:47 +05:30