tadayosi opened a new issue #2827: URL: https://github.com/apache/camel-k/issues/2827
The default CA cert path `/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt` for Jolokia trait seems to be outdated. When I run an integration as follows, I get `No such CA cert` error and cannot enable Jolokia endpoint: ``` $ kamel run examples/languages/Sample.java -t jolokia.enabled=true -t jolokia.protocol=https --dev ... Could not start Jolokia agent: java.lang.IllegalStateException: Cannot open keystore for https communication: java.io.FileNotFoundException: No such CA cert /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt ``` -- 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]
