Commit Graph

1215 Commits

Author SHA1 Message Date
Pengfei Ni 9618cc61cb Add deploy guide for Azure 2017-11-16 21:33:59 +08:00
Pengfei Ni d53b58ae5e Fix unit testing 2017-11-16 21:31:49 +08:00
Pengfei Ni 03f1b91c89 Convert instance ID to lower case.
This is because instance.ID is in different in different API calls (e.g. GET and LIST).
2017-11-16 21:31:49 +08:00
Pengfei Ni 8f7d35b4e0 Enable azure options for autoscaler 2017-11-16 21:31:49 +08:00
Pengfei Ni 4cc7ac56b0 Add unit tests for azure provider 2017-11-16 21:27:55 +08:00
Pengfei Ni 3a72e97db9 Add azure cloud provider 2017-11-16 21:27:55 +08:00
Pengfei Ni 0d31cfe1b3 Update azure sdk to v11.1.1 2017-11-16 21:27:55 +08:00
Marcin Wielgus 2589c43a61
Merge pull request #469 from aleksandra-malinowska/single-unregistered-flag
Remove --unregistered-node-removal-time flag
2017-11-16 13:07:52 +01:00
Marcin Wielgus 82d9b07f51
Merge pull request #425 from Henrod/feature/faq
Observation about safe-to-evict annotation on FAQ
2017-11-16 12:48:45 +01:00
Marcin Wielgus f260252aaa
Merge pull request #465 from aleksandra-malinowska/faq-typos
Update FAQ
2017-11-16 11:33:01 +01:00
Marcin Wielgus 5ba57468fa
Merge pull request #471 from krzysztof-jastrzebski/master
Fix unit static autoscaler unit tests.
2017-11-16 11:31:57 +01:00
Marcin Wielgus 3eec64671e
Merge pull request #399 from kgrygiel/master
Add the VPA object to the Recommender model.
2017-11-15 16:56:38 +01:00
Krzysztof Jastrzebski 6c8d3aa37d Fix unit static autoscaler unit tests. 2017-11-15 16:13:18 +01:00
Aleksandra Malinowska 2ff962e53e Remove --unregistered-node-removal-time flag 2017-11-15 11:11:30 +01:00
Marcin Wielgus 4e61ab8fcf
Merge branch 'master' into master 2017-11-14 22:05:20 +01:00
Marcin Wielgus fcd4f5ad9c
Merge branch 'master' into master 2017-11-14 20:14:32 +01:00
Aleksandra Malinowska 11a7d9f137 Fix typos in FAQ 2017-11-14 14:46:09 +01:00
Marcin Wielgus 362b0319de
Merge pull request #463 from mwielgus/ca-1.1.0-alpha1
ClusterAutoscaler 1.1.0-alpha1
2017-11-13 15:30:12 +01:00
Marcin Wielgus ded016dfd8
Merge pull request #461 from MaciekPytel/gpu_unready_fix
Consider GPU nodes unready until allocatable GPU is > 0
2017-11-13 15:29:27 +01:00
Maciej Pytel 53603d0a2a Increase MaxNodeStartupTime to 15 minutes. 2017-11-13 15:14:47 +01:00
MaciekPytel 36256bec9a
Merge pull request #459 from krzysztof-jastrzebski/doc
Adds KUBE_AUTOSCALER_ENABLE_SCALE_DOWN export to FAQ
2017-11-13 13:29:29 +01:00
Marcin Wielgus c512ea0077 ClusterAutoscaler 1.1.0-alpha1 2017-11-13 13:13:11 +01:00
Maciej Pytel d81dca5991 Mark nodes with uninitialized GPUs as unready 2017-11-10 17:56:10 +01:00
Maciej Pytel 4c83330c29 Fix GCE pricing model to properly evaluate GPUs 2017-11-10 17:38:47 +01:00
Sergey Lanzman eb546b87a0 Replace deprecate kubernetes client functions 2017-11-09 19:49:41 +02:00
Krzysztof Jastrzebski 0484a7ff0c Adds KUBE_AUTOSCALER_ENABLE_SCALE_DOWN export to e2e test question in CA
FAQ.
2017-11-09 13:12:18 +01:00
MaciekPytel ebee07962a
Merge pull request #458 from krzysztof-jastrzebski/doc
Fix typo in CA FAQ.
2017-11-09 11:09:22 +01:00
Krzysztof Jastrzebski 5ee699584a Fix typo in CA FAQ. 2017-11-09 11:08:31 +01:00
Marcin Wielgus 340b601b5a
Merge pull request #457 from krzysztof-jastrzebski/master
Adds Priority and Pod Preemption to Cluster Autoscaled FAQ.
2017-11-09 10:56:04 +01:00
Krzysztof Jastrzebski ef077e69b2 Adds Priority and Pod Preemption to Cluster Autoscaled FAQ. 2017-11-09 10:37:47 +01:00
Marcin Wielgus 439fd3c9ec
Merge pull request #411 from krzysztof-jastrzebski/priority
Adds priority preemption support to cluster autoscaler.
2017-11-08 09:09:26 +01:00
MaciekPytel 258781f951
Merge pull request #456 from MaciekPytel/update_metrics_doc
Update metrics documentation
2017-11-07 17:58:18 +01:00
Maciej Pytel e1eabe5986 Update metrics documentation 2017-11-07 17:37:10 +01:00
Marcin Wielgus 6fff06f1f2
Merge pull request #455 from bskiba/rn
Fix release notes for 1.0.2
2017-11-07 11:50:57 +01:00
Beata Skiba b2676c7e64 Fix release notes for 1.0.2 2017-11-07 11:42:51 +01:00
Beata Skiba 2b28ac1a04 Add a workaround for scaling of VMs with GPUs
When a machine with GPU becomes ready it can take
up to 15 minutes before it reports that GPU is allocatable.
This can cause Cluster Autoscaler to trigger a second
unnecessary scale up.
The workaround sets allocatable to capacity for GPU so that
a node that waits for GPUs to become ready to use will be
considered as a place where pods requesting GPUs can be
scheduled.
2017-11-06 16:04:22 +01:00
Marcin Wielgus 22a47e2eea
Merge pull request #452 from MaciekPytel/update_readme_102
Update README with release notes for 1.0.1 and 1.0.2
2017-11-06 14:17:37 +01:00
Maciej Pytel 267bedcbfc Update README with release notes for 1.0.1 and 1.0.2 2017-11-06 14:06:53 +01:00
Marcin Wielgus c4a678a347
Merge pull request #444 from etsangsplk/issues/443
fix spelling for issue 443
2017-11-03 08:36:33 +01:00
Edward Tsang 7b43d2612e more spelling fix 2017-11-02 16:04:19 -07:00
Edward Tsang 4104a91991 more spelling fixes 2017-11-02 14:21:36 -07:00
Edward Tsang dcf3a35686 fix spelling for issue 443 2017-11-01 11:29:30 -07:00
Marcin Wielgus d25accee8a
Merge pull request #422 from mmerrill3/master
AWS DescribeAutoScalingGroups requests too aggressive - API limits reached
2017-11-01 18:35:13 +01:00
mmerrill3 3d043f73cb Renaming the interface function to Cleanup() for CloudProvider type 2017-11-01 12:41:13 -04:00
mmerrill3 77aa30a5c1 Fixing for issue 252 by implementing a channel to stop the go routine 2017-11-01 11:00:00 -04:00
Marcin Wielgus 5d599ca678
Merge pull request #429 from MaciekPytel/update_nap_api_again
update GKE cloudprovider to match changes in GKE API
2017-11-01 13:37:36 +08:00
Marcin Wielgus da224d4db9
Merge pull request #440 from MaciekPytel/nap_metrics
Add metrics for autoprovisioning
2017-11-01 13:36:53 +08:00
Maciej Pytel b21a11cebe Add a check against dereferencing nil in GKE cloudprovider 2017-10-31 21:38:50 +01:00
Marcin Wielgus 297258305c
Merge pull request #436 from hemanthmalla/master
Updating zoom meeting link
2017-11-01 02:09:11 +08:00
Hemanth Malla 174155a29b Updating zoom meeting link 2017-10-31 22:34:19 +05:30