Provision not working on example #22
Answered
by
nightkr
terrancesnyder
asked this question in
Q&A
|
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 |
Answered by
nightkr
May 23, 2023
Replies: 2 comments 6 replies
|
Hi! |
3 replies
|
Also this is the request that is stuck. I notice the PVC doesn't contain the secret operator or any real distinct identified. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.techorsecrets.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
StorageClassinstalled, 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: