-
Notifications
You must be signed in to change notification settings - Fork 729
Closed
Description
Hi,
from the Readme:
Zookeeper runs as a Deployment without persistent storage:
but looking at zookeeper it looks like you are using stateful set with local storage. Maybe I'm missing something, but I could probably use same persistent storage approach as with kafka, eg:
<snip>
volumeMounts:
- name: zookeeper-data
mountPath: /data
volumeClaimTemplates:
- metadata:
name: zookeeper-data
annotations:
volume.beta.kubernetes.io/storage-class: slow
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 500m
<snip>
Haven't tested much, but seems to be working?
Metadata
Metadata
Assignees
Labels
No labels