I need to configure heapster to send kubernetes cluster metrics to our custom influx db server . For this I tried to edit heapster deployment in kube-system namespace but after some time deployment is getting reverted to original state .
I am using GKE , master version is 1.5.7 and node version is 1.5.6 .
相关问题
- Microk8s, MetalLB, ingress-nginx - How to route ex
- How do I change the storage class of existing pers
- Use awslogs with kubernetes 'natively'
- Display time in local timezone when querying Influ
- Kubernetes coredns readiness probe failed
相关文章
- k8s 访问Pod 时好时坏
- Override env values defined in container spec
- How do I create a persistent volume claim with Rea
- How to obtain the enable admission controller list
- Difference between API versions v2beta1 and v2beta
- MountVolume.SetUp failed for volume “nfs” : mount
- How to save content of a configmap to a file with
- GKE does not scale to/from 0 when autoscaling enab
As for now, a custom configuration of addons is not supported on GKE. Any changes to the default Heapster configuration will be reverted by addon-manager.
If the default Heapster configuration doesn't work for you, consider turning it off. In order to do that you need to disable Cloud Monitoring and Horizontal Pod Autoscaler. Please bear in mind that without the default Heapster you won't get metrics in Stackdriver or have the ability to use HPA.
Having two Heapster instances is also fine. You can create your own instance of Heapster with the configuration you need. Here's an example deployment spec.