apupier opened a new issue, #3077:
URL: https://github.com/apache/camel-k/issues/3077

   regression https://github.com/apache/camel-k/issues/2943 was marked as fixed 
in 1.8.1 but seems it wasn't.
   
   I tried with 1.8.1 but I still have the same errors
   
   double-checked the kamel installation: 
   ```
   {"level":"info","ts":1646313742.1552255,"logger":"cmd","msg":"Camel K 
Operator Version: 1.8.1"}
   ```
   ```
   ./kamel version
   Camel K Client 1.8.1
   ```
   
   example of error which seems really the same than in 1.8.0 (even the line 
numbers which might be strange):
   
   ```json
   {
        "level": "error",
        "ts": 1646316143.3936555,
        "logger": "controller.integration-controller",
        "msg": "Reconciler error",
        "reconciler group": "camel.apache.org",
        "reconciler kind": "Integration",
        "name": "test-multiple-resources",
        "namespace": "default",
        "error": "error executing post actions: error during apply resource: 
default/test-multiple-resources: failed to create typed patch object: 
.spec.template.spec.containers[name=\"integration\"].volumeMounts: duplicate 
entries for key [mountPath=\"/etc/camel/resources\"]",
        "errorVerbose": "error during apply resource: 
default/test-multiple-resources: failed to create typed patch object: 
.spec.template.spec.containers[name=\"integration\"].volumeMounts: duplicate 
entries for key [mountPath=\"/etc/camel/resources\"]\nerror executing post 
actions\ngithub.com/apache/camel-k/pkg/trait.Apply\n\tgithub.com/apache/camel-k/pkg/trait/trait.go:55\ngithub.com/apache/camel-k/pkg/controller/integration.(*monitorAction).Handle\n\tgithub.com/apache/camel-k/pkg/controller/integration/monitor.go:118\ngithub.com/apache/camel-k/pkg/controller/integration.(*reconcileIntegration).Reconcile\n\tgithub.com/apache/camel-k/pkg/controller/integration/integration_controller.go:309\ngithub.com/apache/camel-k/pkg/util/monitoring.(*instrumentedReconciler).Reconcile\n\tgithub.com/apache/camel-k/pkg/util/monitoring/controller.go:70\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\tsigs.k8s.io/controller-runtime@v0.9.7/pkg/internal/controller/
 
controller.go:298\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\tsigs.k8s.io/controller-runtime@v0.9.7/pkg/internal/controller/controller.go:253\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsigs.k8s.io/controller-runtime@v0.9.7/pkg/internal/controller/controller.go:214\nruntime.goexit\n\truntime/asm_amd64.s:1371",
        "stacktrace": 
"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsigs.k8s.io/controller-runtime@v0.9.7/pkg/internal/controller/controller.go:214"
   }
   ```
   the difference that I spotted with 1.8.0 is that 2 configmap are created 
even if the two files have the same content


-- 
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: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to