java icon indicating copy to clipboard operation
java copied to clipboard

Official Java client library for kubernetes

Results 212 java issues
Sort by recently updated
recently updated
newest added

The client fails TLS verification when kubeconfig specifies a `tls-server-name` different from the server URL hostname. This is common with Teleport-generated configs where the certificate CN/SAN doesn't match the proxy...

size/L
cncf-cla: yes
do-not-merge/work-in-progress

**Describe the bug** Hello, I'm trying to create a custom resource following this official example: https://github.com/kubernetes-client/java/blob/v24.0.0/kubernetes/docs/ApiextensionsV1Api.md#createCustomResourceDefinition V1CustomResourceDefinition result = apiInstance.createCustomResourceDefinition(body) .dryRun(dryRun) .execute(); No matter what I specify in the body...