Deploy Kafka , where dynamic volume provision is not avilable #9675
ranjith-ka
started this conversation in
General
Replies: 1 comment
-
If you want to use pre-created PVCs, you should name them in the right way for the Kafka nodes to pick them up. You can find the names here: https://strimzi.io/docs/operators/latest/full/deploying.html#ref-list-of-kafka-cluster-resources-str |
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
-
Hi Team,
Can you advise, how to deploy kafka on environment dont have dynamic PVC.
PVC is created already, i have added the lables,
kubectl label pvc pvc-crn-27087-784 "blu-kafka=0"
kubectl patch pvc pvc-crn-27087-784 -p '{"metadata":{"labels":{"blu-kafka":"0"}}}'
Looks the configs not supported !!! any help in this ?
Beta Was this translation helpful? Give feedback.
All reactions