-
Heapster is reading/watching a lot of data from main apiserver (especially in large clusters). To reduce the load both in heapster and in apiserver, we should use protobufs for this communication.
…
-
**Is your feature request related to a problem? Please describe.**
Is it possible to add heapster eventer integration feature
**Describe the solution you'd like**
name: eventer
…
-
We're logging to ES 6 and the heapster export fails with:
`W1211 13:30:19.368537 1 driver.go:75] Failed to export data to ElasticSearch sink: elastic: Error 400 (Bad Request): Failed to parse…
-
I noticed the addition enabling the EKF stack. I locally installed the new beta version of microk8s through snap:
```bash
$ snap list
Name Version Rev Tracking Publ…
-
Currently most of the Kubernetes binaries are published for download here https://storage.googleapis.com/kubernetes-release/.
Please also add the heapster binary.
-
### Description of Issue/Question
The following state file does not produce a working setup.
```
beacon-diskusage:
beacon.present:
- name: diskusage
- interval: 123
- /: 83%
…
-
Hi
Just installed heapster 1.1.0 in our development cluster and tried to send metrics to kubernetes.
Influxdb is version 1.0.0. I have not tried older versions.
This is the error i get:
```
'cpu…
jonaz updated
6 years ago
-
**Description**
I'm running Eventer and Heapster on k8s 1.8.7 cluster with InfluxDB sink. Both Eventer and Heapster are `k8s.gcr.io/heapster-amd64:v1.5.2` InfluxDB is `k8s.gcr.io/heapster-influxdb-am…
-
Most people will run heapster as a pod within kubernetes itself. Most people will also have some sort of log aggregation service for all pods. This can be a problem because secrets are exposed on star…
-
Hi all,
Microk8s should expose the docker agent to allow for local container builds using the daemon included inside the snap, I.E:
```
microk8s.docker build .
microk8s.docker login someregist…