Commit Graph

22 Commits

Author SHA1 Message Date
Henning Jacobs
27b34492dc use f-literal 2019-03-23 11:55:16 +01:00
Henning Jacobs
2dd4f437b8 fix API query 2019-03-21 17:38:55 +01:00
Henning Jacobs
1838a07b57 use pykube-ng to query Kubernetes API 2019-03-21 17:23:38 +01:00
Warren Seymour
384ea8f06d Replace Heapster with Metrics API (#177)
* Replace Heapster with Metrics API call

* Add `n` factor

Metrics API likes to report CPU usage in `n`-suffixed units, so make
sure its represented correctly.
2018-11-03 12:03:07 +01:00
Henning Jacobs
07df4e81c3 Update dependencies (#163)
* update dependencies

* fix kubeconfig loader

* use pipenv

* add missing pipenv shell

* tox-pipenv

* pipenv on Travis

* add cache files to gitignore
2018-05-01 14:46:37 +02:00
Drew Rapenchuk
74bf801bc3 Filter out "Evicted" pods (#158)
* Update kubernetes.py

* add failed pod phase

- Add mock data for failed pods
- Failed pods do not get a 'ready' or 'state' key in api. ( see issue #157 )
2018-03-26 18:36:08 +02:00
Henning Jacobs
5bdef77b45 #129 handle pods in strange error state 2017-02-28 13:16:51 +01:00
Henning Jacobs
ce452d2fc3 #125 hide failed pods after one hour (same as completed jobs) 2017-02-19 20:21:37 +01:00
Henning Jacobs
ea27747666 #121 show and honor node allocatable 2017-02-12 14:11:33 +01:00
Henning Jacobs
ba1443def5 increase read timeout to 15s 2017-01-31 17:35:26 +01:00
Henning Jacobs
d4f35a0952 #114 hide completed jobs after one hour 2017-01-24 11:36:42 +01:00
Henning Jacobs
08dff18928 #94 indicate outdated cluster data by pulsating 2017-01-15 22:14:53 +01:00
Henning Jacobs
5dc172e2fa just warn if Heapster is not deployed (Minikube is missing it) 2017-01-15 18:36:49 +01:00
Henning Jacobs
e54a0fb5f5 #72 suppport client-side SSL certs from kubeconfig file 2017-01-15 18:15:17 +01:00
Henning Jacobs
c811281d2a #96 move error handling into update loop 2017-01-15 15:13:40 +01:00
Henning Jacobs
0c665e2339 #95 add --kubeconfig-path and KubeconfigDiscoverer 2017-01-15 14:14:32 +01:00
Henning Jacobs
4f524fb1b2 #73 implement --cluster-registry-url option 2017-01-15 00:42:00 +01:00
Henning Jacobs
7e91024f68 fix request 2017-01-14 20:32:24 +01:00
Henning Jacobs
be7063a187 cluster auth 2017-01-14 20:25:56 +01:00
Henning Jacobs
d9a1e2b4a3 incluster detection 2017-01-14 20:03:16 +01:00
Henning Jacobs
e24919bf90 #90 click for CLI options instead of os.getenv directly 2017-01-14 16:36:09 +01:00
Henning Jacobs
323b1e5042 #90 move Memory/RedisStore out of main.py 2017-01-14 13:56:16 +01:00