Open strowi opened 6 years ago
Problem is prometheus can't access cadvisor, because rancher runs the kublet with authentication. You can add options to your k8s delpoyment in rancher, and deal with the risk of opening that up. Maybe a secure way, but this is at least something to get things working.
--authorization-mode=AlwaysAllow --anonymous-auth=true
Hi,
nice work, but i seem to be missing some metrics, like etcd, kube-controller/-scheduler...? I am trying to figure out if i can get these (running outside kubernetes) with the prometheus-operator...
regards, strowi