You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "milank78git (via GitHub)" <gi...@apache.org> on 2023/02/06 08:25:01 UTC

[GitHub] [camel-k] milank78git opened a new issue, #3459: Camel-K initContainer

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

   Please help me.
   I need to add an initContainer during the build that pull password from external systems. 
   Example I have service with ldap setting where ldap password pull from another system 


-- 
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


Re: [I] Camel-K initContainer [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #3459: Camel-K initContainer
URL: https://github.com/apache/camel-k/issues/3459


-- 
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] github-actions[bot] closed issue #3459: Camel-K initContainer

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #3459: Camel-K initContainer
URL: https://github.com/apache/camel-k/issues/3459


-- 
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] tadayosi commented on issue #3459: Camel-K initContainer

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

   No plan yet. Contribution is always welcome.


-- 
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] tadayosi commented on issue #3459: Camel-K initContainer

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

   I overlooked Pod trait. Can't this (i.e. pod template) be a solution to the problem?
   https://camel.apache.org/camel-k/1.10.x/traits/pod.html


-- 
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] milank78git commented on issue #3459: Camel-K initContainer

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

   it is a possible temporary solution 
   An init container is the one that starts and executes before other containers in the same Pod and creating secret resource .
   Pod trait  (pod template)  it runs continuously  and uses k8s resources


-- 
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] milank78git commented on issue #3459: Camel-K initContainer

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

   Great. And in terms of time ?


-- 
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 #3459: Camel-K initContainer

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

   I've just tried but it seems we need to include at least one container when specifying the `pod-template`. I tried just including `initContainers` but no luck: `Error: Integration.camel.apache.org "test" is invalid: spec.template.spec.containers: Required value`


-- 
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] tadayosi commented on issue #3459: Camel-K initContainer

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

   If I'm not mistaken, it's not possible right now. It sounds like a good enhancement candidate for the container trait though:
   https://camel.apache.org/camel-k/next/traits/container.html


-- 
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] github-actions[bot] commented on issue #3459: Camel-K initContainer

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3459:
URL: https://github.com/apache/camel-k/issues/3459#issuecomment-1397773924

   This issue has been automatically marked as stale due to 90 days of inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


-- 
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] astefanutti commented on issue #3459: Camel-K initContainer

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

   @milank78git it should already be possible to add init containers using the _pod_ trait. You can add them in the PodSpec template provided with the `--pod-template` option of the `kamel run` command.


-- 
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