mrmertozturk commented on issue #3077: URL: https://github.com/apache/camel-k/issues/3077#issuecomment-1106862326
I am still experiencing this issue in the latest stable release 1.8.2. ``` ./kamel version Camel K Client 1.8.2 ``` Phase is stuck at "Deploying". ``` kubectl get integration NAME PHASE KIT REPLICAS s-contact-v2 Deploying kit-c9hgufi5a6h9ag5a4s4g ``` When I describe the integration: ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal IntegrationConditionChanged 7m25s camel-k-integration-controller Condition "IntegrationPlatformAvailable" is "True" for Integration s-contact-v2: development/camel-k Normal IntegrationConditionChanged 7m25s camel-k-integration-controller Condition "ExposureAvailable" is "False" for Integration s-contact-v2: explicitly disabled Normal IntegrationPhaseUpdated 7m25s camel-k-integration-controller Integration "s-contact-v2" in phase "Initialization" Normal IntegrationPhaseUpdated 7m25s camel-k-integration-controller Integration "s-contact-v2" in phase "Building Kit" Normal IntegrationConditionChanged 7m25s camel-k-integration-controller Condition "IntegrationKitAvailable" is "True" for Integration s-contact-v2: kit-c9hgufi5a6h9ag5a4s4g Normal IntegrationPhaseUpdated 7m25s camel-k-integration-controller Integration "s-contact-v2" in phase "Deploying" Warning IntegrationError 115s (x17 over 7m25s) camel-k-integration-controller Cannot reconcile Integration s-contact-v2: error executing post actions: error during apply resource: development/s-contact-v2: failed to create typed patch object: errors: .spec.template.spec.containers[name="integration"].volumeMounts: duplicate entries for key [mountPath="/etc/camel/resources"] .spec.template.spec.containers[name="integration"].volumeMounts: duplicate entries for key [mountPath="/etc/camel/resources"] ``` I thought the issue was present in version 1.8.0, claimed to be fixed in version 1.8.1, but actually did indeed carry onto 1.8.1. I thought it was fixed with the latest stable release. Is this not the case? -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org