Skip to content

Commit

Permalink
ReadME: fix broken definition list rendering
Browse files Browse the repository at this point in the history
Placing double spaces at the end of a line to insert a line break in a list
item.
  • Loading branch information
avalluri committed Oct 25, 2019
1 parent ed374dc commit de95f91
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -302,19 +302,19 @@ designing and deploying applications that are to use *local storage*.
Below are the volume persistency models considered for implementation
in PMEM-CSI to serve different application use cases:

* Persistent volumes
* Persistent volumes
A volume gets created independently of the application, on some node
where there is enough free space. Applications using such a volume are
then forced to run on that node and cannot run when the node is
down. Data is retained until the volume gets deleted.

* Ephemeral volumes
* Ephemeral volumes
Each time an application starts to run on a node, a new volume is
created for it on that node. When the application stops, the volume is
deleted. The volume cannot be shared with other applications. Data on
this volume is retained only while the application runs.

* Cache volumes
* Cache volumes
Volumes are pre-created on a certain set of nodes, each with its own
local data. Applications are started on those nodes and then get to
use the volume on their node. Data persists across application
Expand Down Expand Up @@ -521,7 +521,6 @@ supported by Kubernetes versions >= v1.13. The following table
summarizes the status of support for PMEM-CSI on different Kubernetes
versions:


| Kubernetes version | Required alpha feature gates | Support status
|--------------------|--------------------------------|----------------
| 1.13 | CSINodeInfo, CSIDriverRegistry,<br>CSIBlockVolume</br>| unsupported <sup>1</sup>
Expand Down

0 comments on commit de95f91

Please sign in to comment.