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** I am using Spring Shell to create a cli tool, the library works fine when run from the jar, however when compiled to a native binary and...

**Describe the bug** ReflectorRunnable.run().watchHandler(newWatch); when run "watch.hasNext()" throw a RuntimeException with "IO Exception during hasNext" if ((t instanceof RuntimeException) && t.getMessage() != null && t.getMessage().contains("IO Exception during hasNext")) { log.info("{}#Read...

Using kubectl, I'm able to patch the `.spec.resources.requests.storage` of a `PersistentVolumeClaim` (previously created by a `StatefulSet`). How to do it using the java client ? I've seen `V1PersistentVolumeClaim` and `V1PersistentVolumeClaimSpec`...

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.28.2 to 4.28.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=4.28.2&new-version=4.28.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cncf-cla: yes
size/XS
dependencies
java

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.28.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.25.3&new-version=4.28.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cncf-cla: yes
size/XS
dependencies
java

I've made the changes to the code as per your suggestion. I couldn't revert back for some reason, so I created a new PR. The code now effectively handles duplicate...

size/L
cncf-cla: yes

**Describe the bug** We use `CustomObjectsApi` to deal with the CRUD operations for istio related resources. Since upgrading the k8s client version to 20.0.1, the `CustomObjectsApi.getNamespacedCustomObject` does not return `metadata`...

lifecycle/stale

@yue9944882 I think we're ready to release 22.0.0 in support of Kubernetes 1.31.x. Any concerns?

**Describe the bug** Client version 20.0.1 and beyond changed the signature for all of the `CoreV1Api.list*` by removing all of the parameters that allow selectors, but the release notes to...

lifecycle/stale

**Describe the bug** getting java.lang.NoSuchMethodError: 'void io.kubernetes.client.openapi.models.V1Pod.validateJsonObject(com.google.gson.JsonObject)' at ``` k8sClient.coreV1Api() .createNamespacedPod(namespace, spec) .execute() ``` after upgrading to 21.0.0 **Client Version** `21.0.0` **Kubernetes Version** `v1.28.3+k3s2` **Java Version** Java 11 **To Reproduce**...

lifecycle/stale