Yolean / kubernetes-kafka

Kafka cluster as Kubernetes StatefulSet, plain manifests and config
Apache License 2.0
1.83k stars 738 forks source link

How do I specify my own volumeclass / volume mount locations? #342

Open davehouser1 opened 3 years ago

davehouser1 commented 3 years ago

Is there a way to specify my own volumeClass / volume mounts during deployment? I did a grep -nri volume on your repo, there are many locations in a majority of the manifests that have different mount points. I need to mount to our iscsi volumeClass. Do I need to manually changes every one of these? Or is there an easier way?