jamesnetherton commented on issue #6761: URL: https://github.com/apache/camel-quarkus/issues/6761#issuecomment-2467481854
Something else you could try to get some more debugging info, would be to turn up the logging on the Kubernetes component. This configuration should reveal the exception behind `Unable to retrieve the current lease`. ``` quarkus.log.category."org.apache.camel.component.kubernetes.cluster.lock".level=DEBUG ``` Or to log all debug messages from the Kubernetes component: ``` quarkus.log.category."org.apache.camel.component.kubernetes".level=DEBUG ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
