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 - 无法使用非管理员用户运行 mongo-db-source kamelet 路由 - 无法启动路由 mongodb-source-1,因为为空
无法使用非管理员用户凭证运行 mongo-db-source kamelet
路由。组件的某些部分需要 admin 凭证,因此无法以非 admin 用户身份运行路由。