java
java copied to clipboard
Official Java client library for kubernetes
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...
**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...