Commit Graph

951 Commits

Author SHA1 Message Date
Maciej Pytel e8440ee15e Fix PVC informer issue 2017-04-24 14:12:27 +02:00
MaciekPytel 928ed28dbe Merge pull request #18 from jkinkead/faq_edits
Clean up some grammar and punctuation.
2017-04-24 10:56:22 +02:00
Jesse Kinkead a4fe90d8c0 Clean up some grammar and punctuation. 2017-04-21 10:40:00 -07:00
MaciekPytel fed151ae1c Merge pull request #15 from bruceauyeung/fix-readme
fix grammar error and links
2017-04-21 11:24:47 +02:00
bruceauyeung 8d3ea488a3 fix grammar error and links 2017-04-21 11:34:00 +08:00
kgrygiel 491e643741 Panic if bucket index is out of range. 2017-04-20 17:25:32 +02:00
kgrygiel 61d2423dca Change the histogram options such that the largest bucket start is always >= maxValue. 2017-04-20 15:03:00 +02:00
Gabriela Filipek 116216d2d6 Vertical Pod Autoscaler: updater godeps 2017-04-20 14:04:57 +02:00
Marcin Wielgus 7e267b35fd Merge pull request #14 from MaciekPytel/paperwork
fix a link in readme
2017-04-20 12:08:01 +02:00
Maciej Pytel 50033f49c3 fix a link in readme 2017-04-20 11:10:40 +02:00
Marcin Wielgus e02d05736d Merge pull request #12 from MaciekPytel/add_simulator_ut
Added UT for cluster_autoscaler/simulator/cluster/FindNodesToRemove
2017-04-19 19:38:07 +02:00
MaciekPytel c0cb7383b7 Merge pull request #10 from kenm47/patch-1
Minor Typo Change
2017-04-19 19:17:26 +02:00
Maciej Pytel 6b2ea76973 Added UT for CA simulator 2017-04-19 19:12:30 +02:00
kgrygiel 1e90342183 * Add Histogram.RemoveSample().
* Add HistogramOptions.Epsilon() (bucket weight precision).
* Return the middle of the bucket, not the bucket start in Percentile().
* Rename CircularBuffer to SlidingWindow.
* Fix field names and comments.
2017-04-19 17:33:14 +02:00
Kendall Miller aed5086028 Minor Typo Change
Kubernets changed to Kubernetes
2017-04-19 07:40:39 -06:00
kgrygiel b1a7703ab1 Fix license boilerplate. 2017-04-19 14:19:17 +02:00
kgrygiel e4773dacdd Move comments above struct fields. 2017-04-19 14:10:37 +02:00
kgrygiel 61b9783585 Base Recommender model classes: Histogram and CircularBuffer. 2017-04-19 13:53:30 +02:00
Marcin Wielgus 3783684a03 Merge pull request #4 from MaciekPytel/readme_update
Add travis status to README
2017-04-18 19:29:37 +02:00
Maciej Pytel ef9eacf2fa Add travis status to README 2017-04-18 17:52:13 +02:00
Marcin Wielgus 6f973a6f4e Merge pull request #3 from mwielgus/readme
Top level readme and license
2017-04-18 17:29:27 +02:00
Marcin Wielgus 9c7076b241 Top level readme and license 2017-04-18 17:05:03 +02:00
Marcin Wielgus e827afeffc Merge pull request #2 from MaciekPytel/travis
Copy /hack and travis config from contrib repo
2017-04-18 17:00:06 +02:00
Maciej Pytel bc8d7f30f6 Copied travis config from contrib repo 2017-04-18 16:50:23 +02:00
Maciej Pytel 163d51b065 Copied over /hack from contrib repo
For now skipping the verification of flags.
2017-04-18 16:47:29 +02:00
Maciej Pytel 4d40222b63 Fix gofmt 2017-04-18 16:45:27 +02:00
Marcin Wielgus 55db148179 Merge pull request #1 from mwielgus/fix-imports
Fix imports in cluster autoscaler after migrating it from contrib
2017-04-18 15:55:13 +02:00
Marcin Wielgus 34eb4973f8 Fix imports in cluster autoscaler after migrating it from contrib 2017-04-18 15:42:04 +02:00
Marcin Wielgus 9a5fbfba97 Merge pull request https://github.com/kubernetes/contrib/pull/2550 from mwielgus/faq8
Cluster-autoscaler: add default credentials to faq.
2017-04-14 12:17:05 +02:00
Marcin Wielgus d6b8a87c72 Cluster-autoscaler: add default credentials to faq. 2017-04-14 11:16:31 +02:00
Kubernetes Submit Queue a43e890534 Merge pull request https://github.com/kubernetes/contrib/pull/2543 from mwielgus/faq7
Automatic merge from submit-queue

Cluster-Autoscaler: add more info about cpu-based autoscalers to FAQ

cc: @MaciekPytel @fgrzadkowski
2017-04-12 00:45:15 -07:00
Marcin Wielgus 3e048c301b Cluster-Autoscaler: add more info about cpu-based autoscalers to FAQ 2017-04-11 23:34:09 +02:00
Di Wu bb9441e3f8 fixes to documentation to be more clear 2017-04-10 19:30:45 -07:00
Kubernetes Submit Queue 3be2d1de2c Merge pull request https://github.com/kubernetes/contrib/pull/2539 from MaciekPytel/ca_docs
Automatic merge from submit-queue

Cluster-Autoscaler FAQ entry describing events

While writing the FAQ I noticed one event is named inconsistently with the rest, so I updated the name. It's a very minor change so I included it in this PR, but I can move it to a separate one if you think it makes more sense @mwielgus
2017-04-10 06:29:28 -07:00
Maciej Pytel 0b74a3bd25 Cluster-Autoscaler: update event name 2017-04-10 14:03:21 +02:00
Maciej Pytel 328d5834eb Cluster-Autoscaler: describe events for FAQ 2017-04-10 14:03:21 +02:00
Kubernetes Submit Queue e7e7774436 Merge pull request https://github.com/kubernetes/contrib/pull/2537 from MaciekPytel/ca_doc_e2e
Automatic merge from submit-queue

Cluster-Autoscaler: Add FAQ entry about e2e

Also removed trailing whitespaces.
2017-04-10 04:29:25 -07:00
Maciej Pytel b3f2b36d38 Cluster-Autoscaler: Add FAQ entry about e2e 2017-04-10 11:16:21 +02:00
Marcin Wielgus a7026cd099 Merge pull request https://github.com/kubernetes/contrib/pull/2536 from mwielgus/faq6
Cluster-autoscaler: other autoscalers in FAQ
2017-04-07 17:08:39 +02:00
Marcin Wielgus 77e62d2fed Cluster-autoscaler: other autoscalers in FAQ 2017-04-07 15:51:16 +02:00
Marcin Wielgus 89f0279ed3 Merge pull request https://github.com/kubernetes/contrib/pull/2535 from mwielgus/faq5
Cluster-autoscaler: FAQ improvement
2017-04-07 14:47:58 +02:00
Marcin Wielgus 9cd2443e04 Cluster-autoscaler: FAQ improvement 2017-04-07 14:12:44 +02:00
Marcin Wielgus 08776f7e6c Merge pull request https://github.com/kubernetes/contrib/pull/2530 from mwielgus/ubuntu-slim-bump
Cluster-autoscaler: ubuntu slim version bump
2017-04-07 10:10:31 +02:00
Kubernetes Submit Queue 3c05e20e18 Merge pull request https://github.com/kubernetes/contrib/pull/2529 from mwielgus/faq4
Automatic merge from submit-queue

Cluster-autoscaler: add HPA and performance questions to FAQ

cc: @MaciekPytel @fgrzadkowski
2017-04-06 04:41:22 -07:00
Marcin Wielgus f726f19cbf Cluster-autoscaler: ubuntu slim version bump 2017-04-06 13:40:40 +02:00
Marcin Wielgus 9eed534a7a Cluster-autoscaler: add HPA and performance questions to FAQ 2017-04-06 13:19:55 +02:00
Kubernetes Submit Queue 0fa6a8d980 Merge pull request https://github.com/kubernetes/contrib/pull/2528 from mwielgus/faq3
Automatic merge from submit-queue

Cluster-autoscaler: rename FAQ

For some reason in the previous PR the name was not changed.
2017-04-06 04:03:20 -07:00
Marcin Wielgus 47a2727c5c Cluster-autoscaler: rename FAQ 2017-04-06 12:05:34 +02:00
Marcin Wielgus 963440dfa0 Merge pull request https://github.com/kubernetes/contrib/pull/2526 from mwielgus/faq2
Cluster-autoscaler: readme reorg
2017-04-06 12:02:32 +02:00
Marcin Wielgus ca3d6db9e2 Cluster-autoscaler: readme reorg 2017-04-06 11:42:11 +02:00