You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kube-etcd (tls: failed to verify certificate: x509: certificate signed by unknown authority)
kube-proxy (connect: connection refused)
kube-scheduler (connect: connection refused)
I checked the bind-address of scheduler and controller and they are set to 127.0.0.1 so they are only listening on them:
$ netstat -tulpn | grep "10259\|10257"
(No info could be readfor"-p": geteuid()=500 but you should be root.)
tcp 0 0 127.0.0.1:10259 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:10257 0.0.0.0:* LISTEN -
How can I configure them to use in cluster communication like kube-apiserver scrape?
The text was updated successfully, but these errors were encountered:
Chart name and version
chart: victoria-metrics-k8s-stack
version: 0.33.0
Describe the bug
I'm not able to scrape:
I checked the bind-address of scheduler and controller and they are set to
127.0.0.1
so they are only listening on them:How can I configure them to use in cluster communication like kube-apiserver scrape?
The text was updated successfully, but these errors were encountered: