Skip to content

Commit eddd7aa

Browse files
committed
docs: updated the docs
Signed-off-by: Bala Harish <[email protected]>
1 parent 6d833cd commit eddd7aa

File tree

1 file changed

+1
-1
lines changed
  • docs/main/Solutioning/openebs-on-kubernetes-platforms/EKS

1 file changed

+1
-1
lines changed

docs/main/Solutioning/openebs-on-kubernetes-platforms/EKS/eks-isv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Using OpenEBS Replicated PV Mayastor in EKS with Instance store volumes addresse
2020

2121
- OpenEBS abstracts the underlying storage (Instance store volumes) into a set of persistent volumes. Even if local SSDs are inherently ephemeral, OpenEBS can ensure data persistence by replicating the data across multiple worker nodes.
2222

23-
- For instance, using OpenEBS with replication (e.g., 2 or 3 replicas), ensures that even if one node fails or is terminated, the data exists on other nodes, avoiding data loss.
23+
- For instance, using OpenEBS with replication (Example: 2 or 3 replicas), ensures that even if one node fails or is terminated, the data exists on other nodes, avoiding data loss.
2424

2525
- Without OpenEBS, if a node with Instance store volumes is terminated, all the data is lost. OpenEBS ensures the data is replicated to other nodes, so even if the original node is lost, the data persists elsewhere.
2626

0 commit comments

Comments
 (0)