[Bug]: Possible error in the example examples/kafka/kafka-with-node-pools.yaml #9915
ignaciogonzalezsomoza
started this conversation in
General
Replies: 1 comment
-
That example is not about a KRaft cluster. It's about a ZooKeeper based cluster where you deploy 6 brokers in two different node pools. The KRaft related examples are under the examples/kafka/kraft folder instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
In the example examples/kafka/kafka-with-node-pools.yaml two kafkanodepools of type broker are included, shouldn't they be two of type broker and controller respectively?
Steps to reproduce
No response
Expected behavior
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaNodePool
metadata:
name: pool-b
labels:
strimzi.io/cluster: my-cluster
spec:
replicas: 3
roles:
- broker <-- ¿should be controller in pool-b and broker in pool-a?
storage:
type: jbod
volumes:
- id: 0
type: persistent-claim
size: 200Gi
deleteClaim: false
Strimzi version
0.40.0
Kubernetes version
kubenetes v1.28.7
Installation method
No response
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions