astefanutti edited a comment on issue #1798: URL: https://github.com/apache/camel-k/issues/1798#issuecomment-721021227
There is currently no option to the `kamel run` subcommand to set the replicas count. That would make a good enhancement. Feel free to create an issue for that. It is possible to edit the Integration resource with `kubectl edit` or `kubectl patch`, e.g.: $ kubectl patch it my-integration -p '{"spec":{"replicas":2}}' ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org