在openshift 4.4 cluster installed operators页面中,当我点击create kafka按钮时,它在kafka部分下面的i face error如下所示;
我正在尝试用默认的yaml创建kafka集群,不需要编辑,如下所示;
apiVersion: kafka.strimzi.io/v1beta1
kind: Kafka
metadata:
name: my-cluster
namespace: dxl
spec:
kafka:
version: 2.5.0
replicas: 3
listeners:
plain:
authentiation:
type: scram-sha-512
tls:
authentiation:
type: tls
config:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: '2.5'
storage:
type: ephemeral
zookeeper:
replicas: 3
storage:
type: ephemeral
entityOperator:
topicOperator:
reconciliationIntervalSeconds: 90
userOperator:
reconciliationIntervalSeconds: 120
openshift的事件流中没有错误。除了我在openshift中附加的条件部分,没有更多的信息了。没有资源创建,也没有关于Kafka的事件流条目。我在其他具有相同版本(4.4)的环境openshift集群上检查了默认yaml,并观察到它们正在成功工作。但在一个特定的openshif集群(4.4)中失败
有人能帮忙吗?从现在开始谢谢你!
暂无答案!
目前还没有任何答案,快来回答吧!