diff --git a/book/src/Drivers.md b/book/src/Drivers.md index d091cb1b..6004a3be 100644 --- a/book/src/Drivers.md +++ b/book/src/Drivers.md @@ -19,5 +19,6 @@ Name | Status | More Information [OpenSDS](https://www.opensds.io/) | Beta | For more information, please visit [releases](https://github.com/opensds/nbp/releases) and https://github.com/opensds/nbp/tree/master/csi [ScaleIO](https://github.com/thecodeteam/csi-scaleio)|v0.1.0|A Container Storage Interface (CSI) Storage Plugin for DellEMC ScaleIO [vSphere](https://github.com/thecodeteam/csi-vsphere)|v0.1.0|A Container Storage Interface (CSI) Storage Plug-in for VMware vSphere + ## Testing There are multiple ways to test your driver. Please see [Testing Drivers](Testing-Drivers.html) for more information. diff --git a/docs/Drivers.html b/docs/Drivers.html index 728ee5c5..6a99ef8e 100644 --- a/docs/Drivers.html +++ b/docs/Drivers.html @@ -104,9 +104,9 @@

Kubernetes CSI Documentation

OpenSDS Beta For more information, please visit releases and https://github.com/opensds/nbp/tree/master/csi ScaleIOv0.1.0A Container Storage Interface (CSI) Storage Plugin for DellEMC ScaleIO vSpherev0.1.0A Container Storage Interface (CSI) Storage Plug-in for VMware vSphere -## Testing -There are multiple ways to test your driver. Please see Testing Drivers for more information. +

Testing

+

There are multiple ways to test your driver. Please see Testing Drivers for more information.

diff --git a/docs/print.html b/docs/print.html index 31d401a8..f57d63af 100644 --- a/docs/print.html +++ b/docs/print.html @@ -159,9 +159,9 @@

Kubernetes CSI Documentation

OpenSDS Beta For more information, please visit releases and https://github.com/opensds/nbp/tree/master/csi ScaleIOv0.1.0A Container Storage Interface (CSI) Storage Plugin for DellEMC ScaleIO vSpherev0.1.0A Container Storage Interface (CSI) Storage Plug-in for VMware vSphere -## Testing -There are multiple ways to test your driver. Please see Testing Drivers for more information. +

Testing

+

There are multiple ways to test your driver. Please see Testing Drivers for more information.

Usage

There are two main models of how to use storage in Kubernetes with CSI drivers. These models include either the usage of pre-provisioned volumes or dynamic provisioned volumes. Please check the documentation of your specific driver for more information.

Pre-provisioned volumes

@@ -299,7 +299,7 @@

Kubernetes CSI Documentation

More information

For more information, please read CSI Volume Plugins in Kubernetes Design Doc.

-

Testing

+

Testing

This document describes to developers how they can test their CSI clients or drivers.

Testing CSI Clients

If you are writing a CSI client, like a CO or a side car container, then you can use some of the following methods to test your application.