From 12302633191a8ebfdd7458b76efb2e901e0baf17 Mon Sep 17 00:00:00 2001 From: Venkat Date: Fri, 8 Mar 2019 01:18:05 +0100 Subject: [PATCH] Add Quobyte's CSI plug-in reference in place of in-tree plug-in (#13008) * Add Quobyte's CSI plug-in reference in place of in-tree plug-in * Update content/en/docs/concepts/storage/volumes.md Include CSI reference from the glossary. Co-Authored-By: venkatsc * Update Quobyte CSI references Co-Authored-By: venkatsc --- content/en/docs/concepts/storage/volumes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 1638ee981e..a8fcac2d3a 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -835,7 +835,9 @@ You must have your own Quobyte setup running with the volumes created before you can use it. {{< /caution >}} -See the [Quobyte example](https://github.com/kubernetes/examples/tree/{{< param "githubbranch" >}}/staging/volumes/quobyte) for more details. +Quobyte supports the {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}}. +CSI is the recommended plugin to use Quobyte volumes inside Kubernetes. Quobyte's +GitHub project has [instructions](https://github.com/quobyte/quobyte-csi#quobyte-csi) for deploying Quobyte using CSI, along with examples. ### rbd {#rbd}