You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2023/01/16 10:59:03 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue, #3980: Failure when mounting condifgmap and secrets with the same name

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

   If you try to configure camel-k to mount resources with the same name, as example:
   
   ```yaml
   metadata:
       annotations:
           trait.camel.apache.org/mount.configs: [ "configmap:foo", "secret:foo" ]
   ```
   
   Then the operator would fail as the generated deployment would become invalid (two volumes with the same name) and the integration would be stuck forever. In such case, the integration should enter the error phase and the failure must be reported to the readiness condition at some point.  
   
   


-- 
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-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-k] oscerd commented on issue #3980: Failure when mounting condifgmap and secrets with the same name

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #3980:
URL: https://github.com/apache/camel-k/issues/3980#issuecomment-1385042464

   We have a bunch of stuff backported to 1.10.x, there is no cq based on 3.18.4 yet, but I think it makes sense to have a release 1.10.4 with some fixes, it has been a while since the latest release. Once we have a new cq we could do a 3.18.5, but we should just release independently from the runtime, so it makes sense to do it.


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] squakez commented on issue #3980: Failure when mounting condifgmap and secrets with the same name

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3980:
URL: https://github.com/apache/camel-k/issues/3980#issuecomment-1384002900

   It seems it was not backported to the release branch.


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] squakez closed issue #3980: Failure when mounting condifgmap and secrets with the same name

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #3980: Failure when mounting condifgmap and secrets with the same name
URL: https://github.com/apache/camel-k/issues/3980


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] lburgazzoli commented on issue #3980: Failure when mounting condifgmap and secrets with the same name

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #3980:
URL: https://github.com/apache/camel-k/issues/3980#issuecomment-1384249641

   is there a chance to get it backported ? 


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] squakez commented on issue #3980: Failure when mounting condifgmap and secrets with the same name

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #3980:
URL: https://github.com/apache/camel-k/issues/3980#issuecomment-1477744369

   @lburgazzoli this is already available in 1.11 and LTS 1.12. As we saw it's technically complicated to backport to 1.10, I'm closing this accordingly. Feel free to reopen or ask any question if you need any kind of further support. Thanks.


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] oscerd commented on issue #3980: Failure when mounting condifgmap and secrets with the same name

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #3980:
URL: https://github.com/apache/camel-k/issues/3980#issuecomment-1385038532

   Can we please open a PR to backport to 1.10.x?


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] squakez commented on issue #3980: Failure when mounting condifgmap and secrets with the same name

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3980:
URL: https://github.com/apache/camel-k/issues/3980#issuecomment-1383942091

   What version? this one should have fixed that behavior https://github.com/apache/camel-k/pull/3897


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] lburgazzoli commented on issue #3980: Failure when mounting condifgmap and secrets with the same name

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #3980:
URL: https://github.com/apache/camel-k/issues/3980#issuecomment-1383991855

   1.10.x 


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] oscerd commented on issue #3980: Failure when mounting condifgmap and secrets with the same name

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #3980:
URL: https://github.com/apache/camel-k/issues/3980#issuecomment-1384256109

   I think it makes sense to backport, we could wait for a 3.18 new release or just release without new versions


-- 
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-unsubscribe@camel.apache.org

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