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
NPD has check if kube-apiserver ready. This check uses wait.PullImmediate function and it doesn't return error from kube-apiserver, instead of this it returns 'timed out waiting for the condition' in any case:
I0617 12:29:26.326219 1 k8s_exporter.go:54] Waiting for kube-apiserver to be ready (timeout 30s)...
W0617 12:29:57.423619 1 k8s_exporter.go:56] kube-apiserver did not become ready: timed out on waiting for kube-apiserver to return the node object: timed out waiting for the condition
And it makes it harder to find the error
The text was updated successfully, but these errors were encountered:
NPD has check if kube-apiserver ready. This check uses wait.PullImmediate function and it doesn't return error from kube-apiserver, instead of this it returns 'timed out waiting for the condition' in any case:
And it makes it harder to find the error
The text was updated successfully, but these errors were encountered: