Provision not working on example #22
-
Used this repo to configure 1 master and 3 slaves. Issue was when following instructions for zk.config I got a error for PersistentVolumeClaim.
The result is always
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
Also this is the request that is stuck. I notice the PVC doesn't contain the secret operator or any real distinct identified.
|
Beta Was this translation helpful? Give feedback.
Ahh, gotcha. It looks like you don't have a default storage provider installed, which means that ZooKeeper doesn't have anywhere to store its data.
If you don't have a regular
StorageClass
(notlisteners.stackable.tech
orsecrets.stackable.tech
) installed, you will need to install one (either from your cloud provider, your SAN provider, or a local one such as https://github.com/rancher/local-path-provisioner).If you do have a regular
StorageClass
installed, make sure that exactly one of them is the default (by setting the annotationstorageclass.kubernetes.io/is-default-class: "true"
).Alternatively, you can select a non-default
StorageClass
: