Red Hat Camel K is deprecated
Red Hat Camel K is deprecated and the End of Life date for this product is June 30, 2025. For help migrating to the current go-to solution, Red Hat build of Apache Camel, see the Migration Guide.1.3. 扩展 Camel K 集成
您可以使用 oc scale
命令扩展您的集成。
流程
若要扩展 Camel K 集成,请运行以下命令:
oc scale it <integration_name> --replicas <number_of_replicas>
您还可以直接编辑集成资源来扩展集成。
oc patch it <integration_name> --type merge -p '{"spec":{"replicas":<number_of_replicas>}}'
要查看集成的副本数,请使用以下命令:
oc get it <integration_name> -o jsonpath='{.status.replicas}'