java icon indicating copy to clipboard operation
java copied to clipboard

Official Java client library for kubernetes

Results 196 java issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** Followed steps here: https://github.com/kubernetes-client/java/blob/master/docs/generate-model-from-third-party-resources.md. Have run both using Github Action and locally and failed with the same message (except for the directory part as they run in...

lifecycle/rotten

We're going to do a critical project re-structure to obtain the new Jakarta annotation support by bumping openapi-generator from `v4.3.1` to `v6.6.0`. The work will consist of the following steps:...

lifecycle/rotten

### Issue Description: During the graceful shutdown process of my Spring Boot application in a Kubernetes environment, I noticed that the Kubernetes Client's informer and related threads are getting interrupted....

lifecycle/rotten

The following dependencies failed to be upgraded due to Java8 incompatibility: - https://github.com/kubernetes-client/java/pull/2773 - https://github.com/kubernetes-client/java/pull/2771

lifecycle/rotten

We have many project use k8s-sdk controll the cluster, I am writing a self-sdk for our projects, I want to use CustomObjectsApi to process all kind of kubernetesObject, I found...

lifecycle/rotten

``` java.io.InterruptedIOException: executor rejected at okhttp3.internal.connection.RealCall$AsyncCall.executeOn(RealCall.kt:501) ~[okhttp-4.10.0.jar!/:na] at okhttp3.Dispatcher.promoteAndExecute(Dispatcher.kt:184) ~[okhttp-4.10.0.jar!/:na] at okhttp3.Dispatcher.enqueue$okhttp(Dispatcher.kt:125) ~[okhttp-4.10.0.jar!/:na] at okhttp3.internal.connection.RealCall.enqueue(RealCall.kt:164) ~[okhttp-4.10.0.jar!/:na] at okhttp3.internal.ws.RealWebSocket.connect(RealWebSocket.kt:165) ~[okhttp-4.10.0.jar!/:na] at okhttp3.OkHttpClient.newWebSocket(OkHttpClient.kt:281) ~[okhttp-4.10.0.jar!/:na] at io.fabric8.kubernetes.client.okhttp.OkHttpWebSocketImpl$BuilderImpl.buildAsync(OkHttpWebSocketImpl.java:55) ~[kubernetes-client-5.12.2.jar!/:na] at io.fabric8.kubernetes.client.dsl.internal.core.v1.PodOperationsImpl.exec(PodOperationsImpl.java:326) ~[kubernetes-client-5.12.2.jar!/:na] at io.fabric8.kubernetes.client.dsl.internal.core.v1.PodOperationsImpl.exec(PodOperationsImpl.java:85)...

lifecycle/stale

**Describe the bug** The kubernetes java client is built against Java 8. This leads to a plethora of issues when using newer JDKs in projects. **Client Version** Any **Kubernetes Version**...

lifecycle/rotten

Spring has moved to require Java 17 with Spring 6 (https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6) We probably want to continue to support Java 8 + Spring 5, and this library will keep moving forward...

lifecycle/rotten

Hello team, is there a way to manage existing `istio` kubernetes resources using kubernetes-client/java. In particular, I need to get and analyze `virtualservices`. Thanks in advance. Regards, Denis.

lifecycle/rotten

Similar to https://github.com/kubernetes-client/java/issues/714 I found that the controller is also shutdown after the renew fails, so even if I loop the leaderElector.run(..) code the DefaultController.run() will do nothing because it...

lifecycle/rotten