James Netherton created CAMEL-21770: ---------------------------------------
Summary: camel-kubernetes: Autowired KubernetesClient should not be closed Key: CAMEL-21770 URL: https://issues.apache.org/jira/browse/CAMEL-21770 Project: Camel Issue Type: Bug Components: camel-kubernetes Reporter: James Netherton There's a problem with context reloading triggered from k8s secretes when using an autowired KubernetesClient. Both SecretsReloadTriggerTask and AbstractKubernetesEndpoint close the KubernetesClient. When routes get refreshed, the closed client is wired back in an unusable state. -- This message was sent by Atlassian Jira (v8.20.10#820010)