-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing metrics on IKS (IBM Cloud) v1.13.12+IKS #390
Comments
Hey, similarly to issue you linked: |
metrics-server logs: I1217 11:11:59.043116 1 secure_serving.go:116] Serving securely on [::]:443
I1217 11:12:03.535874 1 log.go:172] http: TLS handshake error from X.X.X.X:58590: EOF
I1217 11:12:03.639408 1 log.go:172] http: TLS handshake error from X.X.X.X:38142: EOF
I1217 11:12:04.139413 1 log.go:172] http: TLS handshake error from X.X.X.X:39968: EOF
E1217 11:12:20.249261 1 reststorage.go:147] unable to fetch pod metrics for pod namespace1/xxx4: no metrics known for pod
E1217 11:12:20.255169 1 reststorage.go:147] unable to fetch pod metrics for pod namespace2/xxx3: no metrics known for pod
E1217 11:12:20.255178 1 reststorage.go:147] unable to fetch pod metrics for pod namespace1/xxx2 no metrics known for pod
E1217 11:12:20.255186 1 reststorage.go:147] unable to fetch pod metrics for pod namespace1/xxx1 no metrics known for pod |
@serathius do let me know if you want something else from my side. |
Log Overall it looks like your metrics-server has incorrect TLS configuration. If you cannot change metrics-server manifests, I don't think there is a way to fix it. |
@serathius this is a managed kubernetes cluster, so i don't think i can change anything because I don't want to break anything. :( |
@serathius kindly give your input |
I don't think I we can do more without help of the cloud provider here. Metrics Server is part of Autoscaling pipeline which is not considered necessary for being certified by CNCF as Kubernetes compatible. I think best way for you is to make the problem visible to your cloud provider by support tickets or forum post (don't now how it works on IBM cloud). I can provide documentation describing how k8s control plane needs to be configured for metrics server to work. Doc:
Only alternative would be for you to setup your own k8s cluster or try other vendors. |
after a little bit of investigation, I found out that the issue is with the IBM IKS cluster. Same thing works on other vendors. |
Closing per Kubernetes issue triage policy GitHub is not the right place for support requests. |
Hi,
I have deployed a managed
k8s v1.13.12+IKS
cluster on IBM Cloud but the issue is that when i try to get the metrics using the command given below, I get errors:Metrics Server Configuration:
Command 1
output:
Command 2
output:
After looking around I found the following issues:
I want to know how to solve this issue because I don't want to change the configuration of metrics server manually(i don't have its manifests and don't to make it go to error state). Does someone know anything about this issue?
The text was updated successfully, but these errors were encountered: