Unable to access Kubernetes metrics in Stackdriver on Google container engine

耗尽温柔 提交于 2019-12-24 10:44:06

问题


I am running a Kubernetes cluster on Google container engine. My metrics are not getting pushed to Stackdriver by default.

Do I need to start Heapster service explicitly or is it automatically managed by container engine itself?


回答1:


If there isn't a Heapster pod running in your cluster, then your cluster was created before we started enabling cluster monitoring by default.

We are working on adding a way for users to retroactively turn on monitoring, but if you want metrics pushed into stack driver today you will need to create a new cluster (launching Heapster yourself isn't sufficient for the metrics to get collected).



来源:https://stackoverflow.com/questions/31879584/unable-to-access-kubernetes-metrics-in-stackdriver-on-google-container-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!