Specify a SC for storage for operator #64
Unanswered
OteemoSanjay
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @OteemoSanjay, according to https://docs.stackable.tech/home/stable/zookeeper/usage_guide/resource_configuration/ and https://docs.stackable.tech/home/stable/concepts/resources/#storageclass you can specify the used StorageClass, is that what you are looking for? apiVersion: zookeeper.stackable.tech/v1alpha1
kind: ZookeeperCluster
metadata:
name: simple-zk
spec:
image:
productVersion: 3.9.2
servers:
config:
resources:
storage:
data:
storageClass: my-storage-class
roleGroups:
default:
replicas: 3 Please note that you configure this on the ZookeeperCluster (so the individual running instance), not the operator (as it does not use PVCs) |
Beta Was this translation helpful? Give feedback.
2 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.
-
hi
How do I specify a zookeeper storage class(SC) for it to use dynamic provisioning to link to storage?
I would expect the values.yaml or chart to cater for this with :
Or something of this nature?
etc
rgds sanjay
Beta Was this translation helpful? Give feedback.
All reactions