-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operator yaml to helm chart #292
Conversation
Signed-off-by: Abhinandan Purkait <[email protected]>
Signed-off-by: Abhinandan Purkait <[email protected]>
Signed-off-by: Abhinandan Purkait <[email protected]>
Signed-off-by: Abhinandan Purkait <[email protected]>
README.md
Outdated
@@ -51,7 +51,7 @@ The orignal v1.0 dev roadmap [is here ](https://github.com/orgs/openebs/projects | |||
> Before installing the LVM-LocalPV driver please make sure your Kubernetes Cluster meets the following prerequisites: | |||
> 1. All the nodes must have LVM2 utils package installed | |||
> 2. All the nodes must have dm-snapshot Kernel Module loaded - (Device Mapper Snapshot) | |||
> 4. You have access to install RBAC components into kube-system namespace. The OpenEBS LVM driver components are installed in kube-system namespace to allow them to be flagged as system critical components. | |||
> 4. You have access to install RBAC components into <OPENEBS> namespace. | |||
<BR> | |||
|
|||
> [!NOTE] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dave-brace The below contents are not supported at the moment we might need to move it under a roadmap section. The users are still needed to created the PV and VG on their own for localpv LVM.
Signed-off-by: Abhinandan Purkait <[email protected]>
Signed-off-by: Abhinandan Purkait <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Signed-off-by: Abhinandan Purkait <[email protected]>
Signed-off-by: Abhinandan Purkait <[email protected]>
Signed-off-by: Abhinandan Purkait <[email protected]>
5e8dd88
to
c804fda
Compare
**NOTE:** Installation using operator YAMLs is not the supported way any longer. | ||
We can install the latest release of OpenEBS LVM driver by running the following command: | ||
```bash | ||
helm repo add openebs https://openebs.github.io/openebs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be https://openebs.github.io/charts
Changes:
kubectl apply
tohelm install
.kube-system
is used instead ofopenebs