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.6. Camel K 已知问题
以下已知问题适用于 Camel K:
ENTESB-15306 - Camel K 和 Fuse Online 之间的 CRD 冲突
如果同一 OpenShift 集群中安装了旧版本的 Camel K,则从 OperatorHub 安装 Camel K 会失败,因为与自定义资源定义冲突。例如,这包括之前在 Fuse Online 中提供的旧版本的 Camel K。
作为临时解决方案,您可以在不同的 OpenShift 集群中安装 Camel K,或者在安装 Camel K 前输入以下命令:
$ oc get crds -l app=camel-k -o json | oc delete -f -
ENTESB-15858 - 向本地或作为容器镜像打包并运行 Camel 集成
在本地或作为容器镜像打包并运行 Camel 集成目前没有包括在 Camel K 中,且只有社区的支持。
如需了解更多详细信息,请参阅 Apache Camel K 社区。
ENTESB-16477 - 无法下载带有产品化构建的 jira 客户端依赖项
在使用 Camel K 运算符时,集成无法查找 jira 客户端的依赖项。围绕的工作是手动添加 atlassian 仓库。
apiVersion: camel.apache.org/v1 kind: IntegrationPlatform metadata: labels: app: camel-k name: camel-k spec: configuration: - type: repository value: <atlassian repo here>
ENTESB-17033 - Camel-K ElasticsearchComponent options ignored
在配置 Elasticsearch 组件时,Camel K ElasticsearchComponent 选项会被忽略。围绕的问题是在使用 Elasticsearch 组件时添加 getContext ().setAutowiredEnabled (false)
。
ENTESB-17061 - Can't run mongo-db-source kamelet 路由与非管理员用户 - Failed to start route mongodb-source-1 due of null
无法使用非管理员用户凭证运行 mongo-db-source kamelet
路由。部分组件需要 admin 凭据,因此无法以非管理员用户身份运行路由。