Java Exception - UncheckedExecutionException #13141
Replies: 3 comments 1 reply
-
Do you follow the showcase to make sure the installation correct? https://skywalking.apache.org/docs/skywalking-showcase/next/readme/ |
Beta Was this translation helpful? Give feedback.
-
From these logs, it seems your oap server can't access the k8s API server, so it can't get the deployment metadata. |
Beta Was this translation helpful? Give feedback.
-
Thanks @wu-sheng for pointing out the issue. For your information, skywalking is installed in a standalone machine and it is configured to monitor external k8 cluster. Followed the steps mentioned at https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-k8s-monitoring/ . I am sure there is no network issue between the machines Is there any way to configure k8s API server details on skywalking server application.yaml file? Also, is the skywalking is capable of monitoring remote k8 cluster? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Installed Skywalking latest version and trying to monitor external kubernetes cluster(Istio installed) through it. Followed the steps mentioned at https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-k8s-monitoring/ and configured cadvisor and kube-state-metrics jobs in collector service.
On cluster menu, I could see the number of pods, deployment numbers are displayed but few other graphs are not shown. Under service menu, none of the metrics are shown.

In logs, I could see few exceptions, looks like it is trying to fetch details from kube-system namespace. Need an expert help to fix this error and need to know what is causing this issue.
Beta Was this translation helpful? Give feedback.
All reactions