uhthomas/automata

feat(kube-system): monitor kube-controller-manager and kube-scheduler

Closed this issue · 1 comments

They both listen on localhost only by default, which means they cannot be connected to from within the cluster. The service scrape configs were removed in 8e1e45e. The nodes will need to be reconfigured to listen on 0.0.0.0 and then these service scrapes can be added back.