Skip to content

Provision not working on example #22

Answered by nightkr
terrancesnyder asked this question in Q&A
Discussion options

You must be logged in to vote

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 (not listeners.stackable.tech or secrets.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 annotation storageclass.kubernetes.io/is-default-class: "true").

Alternatively, you can select a non-default StorageClass:

servers:
  roleGroups:
    default:
      config

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@nightkr
Comment options

@terrancesnyder
Comment options

@terrancesnyder
Comment options

Comment options

You must be logged in to vote
3 replies
@nightkr
Comment options

Answer selected by terrancesnyder
@terrancesnyder
Comment options

@nightkr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants