squakez opened a new issue #625: URL: https://github.com/apache/camel-k-runtime/issues/625
While working on #593 I realized that for some reason we are calling the `loadUserProperties()` [method](https://github.com/apache/camel-k-runtime/blob/master/camel-k-core/support/src/main/java/org/apache/camel/k/support/RuntimeSupport.java#L339) twice, see log trace: ``` [1] 2021-02-09 13:48:23,002 INFO [org.apa.cam.k.sup.RuntimeSupport] (main) Cannot transform /etc/camel/conf.d/_configmaps/testcm/..2021_02_09_13_48_20.491051359/data.zip into UTF-8 text, skipping. [1] 2021-02-09 13:48:23,003 INFO [org.apa.cam.k.sup.RuntimeSupport] (main) Cannot transform /etc/camel/conf.d/_secrets/testsecret/..2021_02_09_13_48_20.786131203/resources-data.zip into UTF-8 text, skipping. [1] 2021-02-09 13:48:25,886 INFO [org.apa.cam.k.sup.RuntimeSupport] (main) Cannot transform /etc/camel/conf.d/_configmaps/testcm/..2021_02_09_13_48_20.491051359/data.zip into UTF-8 text, skipping. [1] 2021-02-09 13:48:25,888 INFO [org.apa.cam.k.sup.RuntimeSupport] (main) Cannot transform /etc/camel/conf.d/_secrets/testsecret/..2021_02_09_13_48_20.786131203/resources-data.zip into UTF-8 text, skipping. ``` We should realize why this is happening and above all check the reason why it takes a few seconds between the 2 calls. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org