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

Commit

Permalink
publish 2.5 changes (#912)
Browse files Browse the repository at this point in the history
* docs(localpv): update localPV docs (#905)


* add troubleshooting docs for local pv
* fix localpv device docs 
* update node label key for local pv hostpath

Signed-off-by: Akhil Mohan <[email protected]>

* docs(uninstall): improve the uninstall guide (#906)

provide a link to the uninstall script. 

Signed-off-by: Akhil Mohan <[email protected]>

* docs(localpv): add additional troubleshooting doc (#907)

- add troubleshooting doc for BDCs in pending state, which are createdby localpv provisioner
- rename openebs-device to local-device to prevent overwriting default storage class

Signed-off-by: Akhil Mohan <[email protected]>

* chore(deps): bump ini from 1.3.5 to 1.3.7 in /website

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): update to 2.4.0 references

Signed-off-by: kmova <[email protected]>

* feat(rwx): update information about NFS provisioners

Also fixes the naming of NDM to Node Disk Manager for now.

Signed-off-by: kmova <[email protected]>

* chore(docs): Added Rancher extra bind for libcrypto.so.10 (#911)

In some of the rancher setups, it was seen that a few additional binds were 
required to allow iSCSI connections. 

Updated with the information provided in openebs/openebs#3304

Signed-off-by: Niladri Halder <[email protected]>

* chore(doc): Update Percona installation (#909)


- Update Percona deployment image with Local PV
- Update Percona installation using Percona operator
- Update the performance benchmark command as per Percona official [blog](https://www.percona.com/blog/2020/02/07/how-to-measure-mysql-performance-in-kubernetes-with-sysbench/).

Signed-off-by: Ranjith R <[email protected]>

* chore(release): update with 2.5.0

Signed-off-by: kmova <[email protected]>

Co-authored-by: Akhil Mohan <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niladri Halder <[email protected]>
Co-authored-by: Ranjith R <[email protected]>
  • Loading branch information
5 people authored Jan 15, 2021
1 parent 7b600c3 commit 17c09ed
Show file tree
Hide file tree
Showing 11 changed files with 525 additions and 2,727 deletions.
9 changes: 9 additions & 0 deletions docs/alphafeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This page provides an overview of OpenEBS components and features presently in A
The list of alpha features include:
- [Dynamic Local PV - Rawfile](#dynamic-local-pv-rawfile)
- [Dynamic NFS Provisioner](#dynamic-nfs-provisioner)
- [Dynamic Local PV - LVM](#dynamic-local-pv-lvm)

:::note
Upgrade is not supported for features in Alpha version.
Expand All @@ -33,4 +34,12 @@ For additional details and detailed instructions on how to get started with Open

<hr>

## Dynamic Local PV - LVM

OpenEBS is developing a CSI driver for provisioning Local PVs that are backed by LVM.

For additional details and detailed instructions on how to get started with OpenEBS Local PV - LVM please refer this [Quickstart guide](https://github.com/openebs/lvm-localpv).

<hr>

<br>
11 changes: 11 additions & 0 deletions docs/assets/svg/percona-deployment-new.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,566 changes: 0 additions & 2,566 deletions docs/assets/svg/percona-deployment.svg

This file was deleted.

4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ Find `apiServer`, `provisioner`, `snapshotOperator`, `admission-server` and `ndm
```
provisioner:
image: "openebs/openebs-k8s-provisioner"
imageTag: "2.4.0"
imageTag: "2.5.0"
replicas: 1
nodeSelector: {}
tolerations: []
Expand All @@ -616,7 +616,7 @@ In the `values.yaml`, find`ndm` section to update `excludeVendors:` and `exclude
```
ndm:
image: "openebs/node-disk-manager"
imageTag: "1.0.1"
imageTag: "1.1.0"
sparse:
path: "/var/openebs/sparse"
size: "10737418240"
Expand Down
12 changes: 6 additions & 6 deletions docs/jivaguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,11 +573,11 @@ Below table lists the storage policies supported by Jiva. These policies can be
| JIVA STORAGE POLICY | MANDATORY | DEFAULT | PURPOSE |
| ------------------------------------------------------------ | --------- | --------------------------------- | ------------------------------------------------------------ |
| [ReplicaCount](#Replica-Count-Policy) | No | 3 | Defines the number of Jiva volume replicas |
| [Replica Image](#Replica-Image-Policy) | | openebs/m-apiserver:2.4.0 | To use particular Jiva replica image |
| [ControllerImage](#Controller-Image-Policy) | | openebs/jiva:2.4.0 | To use particular Jiva Controller Image |
| [Replica Image](#Replica-Image-Policy) | | openebs/m-apiserver:2.5.0 | To use particular Jiva replica image |
| [ControllerImage](#Controller-Image-Policy) | | openebs/jiva:2.5.0 | To use particular Jiva Controller Image |
| [StoragePool](#Storage-Pool-Policy) | Yes | default | A storage pool provides a persistent path for an OpenEBS volume. It can be a directory on host OS or externally mounted disk. |
| [VolumeMonitor](#Volume-Monitor-Policy) | | ON | When ON, a volume exporter sidecar is launched to export Prometheus metrics. |
| [VolumeMonitorImage](#Volume-Monitoring-Image-Policy) | | openebs/m-exporter:2.4.0 | Used when VolumeMonitor is ON. A dedicated metrics exporter to the workload. Can be used to apply a specific issue or feature for the workload |
| [VolumeMonitorImage](#Volume-Monitoring-Image-Policy) | | openebs/m-exporter:2.5.0 | Used when VolumeMonitor is ON. A dedicated metrics exporter to the workload. Can be used to apply a specific issue or feature for the workload |
| [Volume FSType](#Volume-File-System-Type-Policy) | | ext4 | Specifies the filesystem that the volume should be formatted with. Other values are `xfs` |
| [Volume Space Reclaim](#Volume-Space-Reclaim-Policy) | | false | It will specify whether data need to be retained post PVC deletion. |
| [TargetNodeSelector](#Targe-NodeSelector-Policy) | | Decided by Kubernetes scheduler | Specify the label in `key: value` format to notify Kubernetes scheduler to schedule Jiva target pod on the nodes that match label. |
Expand Down Expand Up @@ -623,7 +623,7 @@ metadata:
openebs.io/cas-type: jiva
cas.openebs.io/config: |
- name: ReplicaImage
value: openebs/m-apiserver:2.4.0
value: openebs/m-apiserver:2.5.0
provisioner: openebs.io/provisioner-iscsi
```

Expand All @@ -640,7 +640,7 @@ metadata:
openebs.io/cas-type: jiva
cas.openebs.io/config: |
- name: ControllerImage
value: openebs/jiva:2.4.0
value: openebs/jiva:2.5.0
provisioner: openebs.io/provisioner-iscsi
```

Expand Down Expand Up @@ -729,7 +729,7 @@ metadata:
openebs.io/cas-type: jiva
cas.openebs.io/config: |
- name: VolumeMonitorImage
value: openebs/m-exporter:2.4.0
value: openebs/m-exporter:2.5.0
provisioner: openebs.io/provisioner-iscsi
```

Expand Down
Loading

0 comments on commit 17c09ed

Please sign in to comment.