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** Using a cluster with authn via Teleport, it is not possible to interact with the cluster. This is working fine with `kubectl` and after testing with the...

lifecycle/frozen

**Describe the bug** When using a kubeconfig which defines a `tls-server-name` field different from the `server` field, the client fails to validate the cluster certificate. As a workaround, setting `insecure-skip-tls-verify:...

lifecycle/frozen

**Describe the bug** Example code to list all pods results in Java error in IntelliJ. **Client Version** 15.0.1 **Kubernetes Version** n/a **Java Version** Java 11 **To Reproduce** 1. Start a...

lifecycle/rotten

**Describe the bug** While calling DynamicKubernetesApi’s create method with data which contains invalid information like ``` "spec": { "image": 1, } ``` a `422` status code is returned as usual,...

lifecycle/rotten

**Describe the bug** It is possible that a service does not have any endpoint, for example, when the corresponding deployment was scaled to zero. In this case, the `EndpointSlice` API...

**Describe the bug** It appears you are using an archived version of adl4j which has a vulnerability: https://github.com/AzureAD/azure-activedirectory-library-for-java/issues/309 It seems you need to upgrade to this library: https://mvnrepository.com/artifact/com.nimbusds/oauth2-oidc-sdk The downstream...

good first issue

IntelliJ IDEA:2022.3.1 JDK 11.0 MAVEN 3.8.7: io.kubernetes client-java 15.0.1 ------ I can't see the source code in client-java-api-15.0.1.jar.But I can see the source code in client-java-15.0.1.jar. For example: ![watch](https://github.com/kubernetes-client/java/assets/141293047/0bd48693-ab4e-40d1-9a01-b998a1346acb) ![corev1api](https://github.com/kubernetes-client/java/assets/141293047/ddeda554-6a20-42c4-b7cf-07c61c5f526c)...

lifecycle/stale

**Describe the bug** If the response received from calling GenericKubernetesApi.watch has `type` "ADDED", the KubernetesObject in `object` has only metadata. `raw` is empty (`null`). (The object's raw data *is* provided...

**Describe the bug** Project build with gradle, using org.springframework.boot and org.graalvm.buildtools.native. As dependency we have, among others: - io.kubernetes:client-java - io.kubernetes:client-java-extended - io.kubernetes:client-java-spring-aot-integration There are no problems with java build...