Maciej Pytel
|
53603d0a2a
|
Increase MaxNodeStartupTime to 15 minutes.
|
2017-11-13 15:14:47 +01:00 |
Edward Tsang
|
4104a91991
|
more spelling fixes
|
2017-11-02 14:21:36 -07:00 |
Maciej Pytel
|
c376ef3c87
|
Add metrics for autoprovisioning
|
2017-10-31 17:42:58 +01:00 |
Maciej Pytel
|
02ccba3338
|
Update clusterstate after scale-up
|
2017-10-17 16:11:25 +02:00 |
Marcin Wielgus
|
f658450b16
|
Merge pull request #379 from MaciekPytel/long_unregistered_node
Keep track of nodes that failed to register for a long time
|
2017-09-28 15:01:32 +02:00 |
Maciej Pytel
|
ff21b0b00c
|
Keep track of nodes that failed to register for a long time
Previously a node that failed to register and couldn't be deleted
basically broke CA.
|
2017-09-27 16:32:04 +02:00 |
Maciej Pytel
|
e12ee88f5f
|
Add failed scale-up reason in metric
|
2017-09-26 13:40:34 +02:00 |
Maciej Pytel
|
5e05c84cf0
|
Add metric counting failed scale-ups
A minor refactor was required to avoid cyclic imports
|
2017-09-22 18:12:50 +02:00 |
Maciej Pytel
|
a440d92a60
|
Log event on scale-up timeout
|
2017-09-01 14:19:14 +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
|
9116e4c08c
|
Compilation fix for CA after godeps update
|
2017-08-11 17:56:47 +02:00 |
Maciej Pytel
|
6aacbb5bf7
|
Backoff for node group after failed scale-up
|
2017-08-04 15:40:23 +02:00 |
Ivan Towlson
|
902d2414b7
|
Fixed typoes of name 'Kubernetes'
|
2017-08-03 14:20:23 +12:00 |
Maciej Pytel
|
566aa38099
|
Stop spamming warnings for every 0 size nodegroups
|
2017-07-28 15:25:58 +02:00 |
Aleksandra Malinowska
|
c159a90f04
|
rename test provider package
|
2017-07-06 16:23:15 +02:00 |
Marcin Wielgus
|
fc43808149
|
Godeps bump for CA
|
2017-07-03 22:05:11 +02:00 |
Maciej Pytel
|
fe514ed75d
|
Make status configmap respect namespace parameter
|
2017-06-14 14:07:13 +02:00 |
Maciej Pytel
|
7c5679baaf
|
Improve error handling in status configmap
|
2017-06-14 13:07:06 +02:00 |
Marcin Wielgus
|
0a8a88c580
|
Handle empty node groups in cluster state
|
2017-05-19 17:46:53 +02:00 |
Maciej Pytel
|
83ef3d2be3
|
Added CA metrics related to cluster state
|
2017-05-11 13:54:04 +02:00 |
Marcin Wielgus
|
34eb4973f8
|
Fix imports in cluster autoscaler after migrating it from contrib
|
2017-04-18 15:42:04 +02:00 |
Maciej Pytel
|
bf9b6ce203
|
Cluster-Autoscaler: make status less confusing
Previously min and max in status were refering to
non-obvious internal variables, which was pretty confusing.
|
2017-03-28 13:31:12 +02:00 |
Maciej Pytel
|
28b40c45db
|
Cluster-Autoscaler: fix scaleup status reporting
Previously the cluster would move to NoActivity too quickly
(before new nodes were actually ready).
|
2017-03-28 11:58:56 +02:00 |
Marcin Wielgus
|
eb3e6173d1
|
Cluster-autoscaler: Fix isNodeStarting
|
2017-03-27 23:27:14 +02:00 |
Maciej Pytel
|
10d560dae6
|
Cluster-Autoscaler: handle nil node group
In a few place we assumed it's not-nil, leading
to segfaults.
|
2017-03-13 14:46:11 +01:00 |
Maciej Pytel
|
46d2c66473
|
Cluster-autoscaler: set timestamps in status configmap
|
2017-03-08 11:51:20 +01:00 |
Maciej Pytel
|
d3bf5d3d51
|
Cluster-Autoscaler: log events on status configmap
|
2017-03-06 12:21:24 +01:00 |
Maciej Pytel
|
585c46419d
|
Cluster-autoscaler: implemented LogCollector
|
2017-02-23 17:57:59 +01:00 |
Kubernetes Submit Queue
|
7fc42e9419
|
Merge pull request https://github.com/kubernetes/contrib/pull/2409 from MaciekPytel/ca_status_string
Automatic merge from submit-queue
Cluster-autoscaler: readable status printing
Example output (github seems to slightly mess up tabs):
```
Health: Healthy (ready=0 unready=1 notStarted=0 longNotStarted=0 registered=1)
LastProbeTime: 0001-01-01 00:00:00 +0000 UTC
LastTransitionTime: 0001-01-01 00:00:00 +0000 UTC
ScaleUp: NoActivity (ready=0 registered=1)
LastProbeTime: 0001-01-01 00:00:00 +0000 UTC
LastTransitionTime: 0001-01-01 00:00:00 +0000 UTC
ScaleDown: NoCandidates (candidates=0)
LastProbeTime: 0001-01-01 00:00:00 +0000 UTC
LastTransitionTime: 0001-01-01 00:00:00 +0000 UTC
NodeGroups:
Name: ng1
Health: Unhealthy (ready=0 unready=1 notStarted=0 longNotStarted=0 registered=1 cloudProviderTarget=5 (min=5, max=5))
LastProbeTime: 0001-01-01 00:00:00 +0000 UTC
LastTransitionTime: 0001-01-01 00:00:00 +0000 UTC
ScaleUp: NoActivity (ready=0 cloudProviderTarget=5)
LastProbeTime: 0001-01-01 00:00:00 +0000 UTC
LastTransitionTime: 0001-01-01 00:00:00 +0000 UTC
ScaleDown: NoCandidates (candidates=0)
LastProbeTime: 0001-01-01 00:00:00 +0000 UTC
LastTransitionTime: 0001-01-01 00:00:00 +0000 UTC
```
|
2017-02-23 06:38:58 -08:00 |
fate-grand-order
|
2f3b410844
|
fix missspell in clusterstate.go
|
2017-02-23 21:42:03 +08:00 |
Maciej Pytel
|
b7e79af2d8
|
Cluster-autoscaler: readable status printing
|
2017-02-23 13:24:48 +01:00 |
Marcin Wielgus
|
8cfed0b474
|
Cluster-autoscaler: GetStatus - scaleDown
|
2017-02-21 19:56:07 +01:00 |
Marcin Wielgus
|
87f0d62b28
|
Cluster-autoscaler: scale up status
|
2017-02-21 16:21:36 +01:00 |
Marcin Wielgus
|
d9d5a751f5
|
Cluster-autoscaler: GetState() - health condition
|
2017-02-21 13:15:19 +01:00 |
Marcin Wielgus
|
d42ef4e1ea
|
Cluster-autoscaler: api type object for status reporting
|
2017-02-20 17:15:40 +01:00 |
Marcin Wielgus
|
ce45c33d29
|
Cluster-autoscaler: update CA code for godep refresh
|
2017-01-20 14:46:34 +01:00 |
Marcin Wielgus
|
1d19914f93
|
Merge branch 'master' into enable-unready
|
2017-01-18 15:10:50 +01:00 |
Marcin Wielgus
|
b57ab3b48a
|
Cluster-autoscaler: add NodeReadyPredicate and allow unready nodes in CA
|
2017-01-18 15:09:59 +01:00 |
andrewsykim
|
07c753ba9a
|
cluster autoscaler: fix typos
|
2017-01-17 12:57:01 -05:00 |
Marcin Wielgus
|
dd98a2d339
|
Cluster-autoscaler: unregistered nodes in cluster state registry
|
2017-01-12 17:58:12 +01:00 |
Marcin Wielgus
|
e5e87e5c96
|
Cluster-autoscaler: Add information how long node group incorrect size persisted
|
2017-01-10 14:17:51 +01:00 |
Marcin Wielgus
|
042a705929
|
Cluster-autoscaler: introduce ClusterStateRegistry to main
|
2017-01-04 15:59:43 +01:00 |
Marcin Wielgus
|
949cf37465
|
Cluster-autoscaler: support unready nodes in scale down
|
2017-01-03 14:17:59 +01:00 |
Marcin Wielgus
|
1cfbb06329
|
Merge branch 'master' into deletetaint
|
2016-12-30 14:14:27 +01:00 |
Marcin Wielgus
|
4023750b98
|
Cluster-autoscaler: move ToBeDeleted taint functions to utils
|
2016-12-30 14:14:37 +01:00 |
Marcin Wielgus
|
ec04ea4279
|
Cluster-Autoscaler: upcoming nodes in ClusterStateRegistry
|
2016-12-30 13:43:19 +01:00 |
Marcin Wielgus
|
d5229046ff
|
Cluster-autoscaler: cluster status registry
|
2016-12-29 15:04:15 +01:00 |