You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "erick-leao (via GitHub)" <gi...@apache.org> on 2023/06/16 18:48:27 UTC

[GitHub] [camel-k] erick-leao opened a new issue, #4492: Alter namespace where the Push of Operator sends the image generated

erick-leao opened a new issue, #4492:
URL: https://github.com/apache/camel-k/issues/4492

   Hi staff,
   
   I would like to know if the option of configuration a kamel run I set the namespace where the image that generated by Operator will be pushed in some other namespace of registry?
   
   ex:
   
   ```
   kubernete namespace: my-camel-testes
   registry:http://site.com/
   
   and after the build o Operator execute:
   
   ... Pushing image site.com/my-camel-testes/camel-k-kit-ci6abnpcn3sd9fqa19b0:261541652 ...
   ```
   
   But I need that this image "**camel-k-kit-ci6abnpcn3sd9fqa19b0:261541652**" is push for "**site.com/project-x/camel-k-kit-ci6abnpcn3sd9fqa19b0:261541652**"
   
   There is to change "**my-camel-testes**" to "**project-x**" without me have that to change the namespace of kubernetes?
   
   I read all --traits configuration and I did not find a response for this.
   


-- 
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] erick-leao commented on issue #4492: Alter namespace where the Push of Operator sends the image generated

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

   Hummm...
   
   The IT area misconfigured even the registration part. I saw today that it has the registry setting.
   
   Thansk @gansheer 


-- 
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] erick-leao closed issue #4492: Alter namespace where the Push of Operator sends the image generated

Posted by "erick-leao (via GitHub)" <gi...@apache.org>.
erick-leao closed issue #4492: Alter namespace where the Push of Operator sends the image generated
URL: https://github.com/apache/camel-k/issues/4492


-- 
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] gansheer commented on issue #4492: Alter namespace where the Push of Operator sends the image generated

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

   Hello,
   
   What you are missing is the organization part of the registry configuration. It is not available in traits but as integration platform configuration : [CONFIGURING REGISTRY
   ](https://camel.apache.org/camel-k/1.12.x/installation/registry/registry.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