how to get rid of the error log "io.kubernetes.client.openapi.ApiException: " #17049
welsonzhang
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't use the API of kubernetes, how to get rid of the error log:
[WI-0][TI-0] - [ERROR] 2025-03-10 09:55:47.437 +0800 i.k.c.i.c.ReflectorRunnable:[286] - class io.kubernetes.client.openapi.models.V1ConfigMap#Reflector loop failed unexpectedly io.kubernetes.client.openapi.ApiException: at io.kubernetes.client.openapi.ApiClient.handleResponse(ApiClient.java:974) at io.kubernetes.client.openapi.ApiClient.execute(ApiClient.java:886) at io.kubernetes.client.informer.SharedInformerFactory$1.list(SharedInformerFactory.java:207) at io.kubernetes.client.informer.cache.ReflectorRunnable.run(ReflectorRunnable.java:88) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
Beta Was this translation helpful? Give feedback.
All reactions