kafka cluster can not use storage class on azure aks #5203
Unanswered
chanvoyage
asked this question in
Q&A
Replies: 1 comment
-
You code example is hard to read. Please format it as a code. But I suspect you have the |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello , everyone
i have some problem when deploy kafka on aks , kafka broker status pending it seems can not use storage class: managed-premium
=========================. yaml==============
apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
name: kafka-cluster
namespace: aia-kafka
spec:
kafka:
version: 2.8.0
replicas: 3
listeners:
- name: plain
port: 9092
type: internal
tls: false
- name: tls
port: 9093
type: internal
tls: true
- name: external
port: 9094
type: ingress
tls: false
config:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.8"
inter.broker.protocol.version: "2.8"
storage:
type: jbod
class: managed-premium
volumes:
- id: 0
type: persistent-claim
size: 20Gi
deleteClaim: false
- id: 1
type: persistent-claim
size: 20Gi
deleteClaim: false
- id: 2
type: persistent-claim
size: 20Gi
deleteClaim: false
zookeeper:
replicas: 3
storage:
type: persistent-claim
size: 50Gi
class: managed-premium
deleteClaim: false
entityOperator:
topicOperator: {}
userOperator: {}
Beta Was this translation helpful? Give feedback.
All reactions