Camil Blanaru
Camil Blanaru
Hi @RudyBone master works well with Kubernetes 1.9.X
I am aware of this issue and planning to fix it soon
Hi @csrao10890 solved in #110
Hi @grayzu if you're using AKS, you can not get metrics from controller, scheduler or api server because are completely managed.Also, the metrics for kube-dns are not enabled in AKS...
Hi @orelhinhas, did you create a `ServiceMonitor` to monitor additional apps? Should look like this: ```yaml apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: rabbitmq namespace: monitoring labels: k8s-app: rabbitmq spec: selector:...
Hi @HuJake which kubernetes version you are running? Also, how and where it is deployed?
Hi @kczovek, what are you using to deploy k8s in Azure, ACS or AKS?
Looks it needs a change in RBAC permissions, it can be fixed quickly
Hi @khaefeli, sorry for the late response. Have to do more tests on Google Cloud. I'm using AWS and didn't test it much on Google Cloud. I'll set a cluster...
Hi @andrvin this should work, you have to replace the selector label and the namespace. ```yaml apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: jmx namespace: monitoring labels: k8s-app: jmx spec: selector:...