Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Add a initialization toggle to the Helm chart #3771

Closed
nicknezis opened this issue Feb 5, 2022 · 1 comment · Fixed by #3795
Closed

Add a initialization toggle to the Helm chart #3771

nicknezis opened this issue Feb 5, 2022 · 1 comment · Fixed by #3795

Comments

@nicknezis
Copy link
Contributor

There is an issue with the way the Bookkeeper cluster is initialized. It is currently only initialized when running the minikube platform mode. This causes issues for any of the other platform modes. Also this causes an issue whenever the Init container runs again, because it wipes out any underlying data. This is an issue in Kubernetes clusters that may restart frequently. For example K3D and KinD clusters.

The proposed fix is to provide an initialize setting which will be defaulted to false, but can be explicitly set during installation of the Helm chart. This is how Pulsar Helm chart handles Bookkeeper initialization. Here is the Pulsar documentation that mentions the initialize setting: https://pulsar.apache.org/docs/en/helm-deploy/#deploy-pulsar-cluster-using-helm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant