in 1.9.0-SNAPSHOT, with kubernetes-client 6.4.0, when calling ClusterHelper.getClusterInfo(client), the client gets closed by the try-with-resources calls and then when the same client is used to perfoms operations, i get the following exception:
io.fabric8.kubernetes.client.KubernetesClientException: The okhttp client executor has been shutdown. More than likely this is because the KubernetesClient.close method (see debug logging) has been called - please ensure that is intentional. Dispatcher: okhttp3.Dispatcher@6af9a28b
the stack calls of close() method points to it directly:
in 1.9.0-SNAPSHOT, with kubernetes-client 6.4.0, when calling ClusterHelper.getClusterInfo(client), the client gets closed by the try-with-resources calls and then when the same client is used to perfoms operations, i get the following exception:
io.fabric8.kubernetes.client.KubernetesClientException: The okhttp client executor has been shutdown. More than likely this is because the KubernetesClient.close method (see debug logging) has been called - please ensure that is intentional. Dispatcher: okhttp3.Dispatcher@6af9a28b
the stack calls of close() method points to it directly: