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.4.2. 升级 Camel K 集成
当您触发 Camel K operator 的升级时,Operator 会准备要升级的集成,但不会为每个升级触发升级,以避免服务中断。在升级 Operator 时,集成自定义资源不会自动升级到较新的版本,例如,Operator 可能是 1.6.0
版本,而集成会报告自定义资源的 status.version
字段为以前的版本 1.4.1
。
先决条件
Camel K Operator 使用 Operator Lifecycle Manager (OLM)安装和升级。
流程
- 打开一个终端,再运行以下命令来升级 Camel K 交集:
kamel rebuild myintegration
这将清除集成资源的状态,Operator 将使用升级版本中的工件(如 1.6.0
)开始部署集成。