openebs / lvm-localpv

Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.
Apache License 2.0
245 stars 92 forks source link

CRDs are not installed through Helm while setting crd.enableInstall to true #206

Closed abuisine closed 3 months ago

abuisine commented 2 years ago

What steps did you take and what happened: I tried to install lvm-localpv either through this chart v1.0.0 or through the openebs umbrella one 3.3.0. The value crd.enableInstall is by default enabled for lvm-localpv but CRDs are not installed

What did you expect to happen: CRDs to be installed

The output of the following commands will help us better understand what's going on:

Anything else you would like to add: the value crd.enableInstall seems deprecated to me and should be removed from the default values.

Environment:

dsharma-dc commented 3 months ago

@abuisine The openEBS project has recently undergone through significant restructuring since the time this issue was created. It is now expected to use the umbrella always to install. The two main primary categories of engines based on use-case are - non-replicated(local) and replicated. Please refer the latest documentation here at https://openebs.io/docs/quickstart-guide/installation and let us know if you face any issues.

dsharma-dc commented 3 months ago

I'll go ahead closing this issue now. Please feel free to comment or reopen for any issues you face w.r.t this(installation).