From 1f89857b16335a4be59f5fc14b0956c2f69f750b Mon Sep 17 00:00:00 2001 From: Johannes Scheuermann Date: Fri, 19 Aug 2016 12:16:43 +0200 Subject: [PATCH] Add Quobyte volume in readme.md --- docs/user-guide/volumes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/user-guide/volumes.md b/docs/user-guide/volumes.md index d118e4e9505f5..d1f4d92fd0889 100644 --- a/docs/user-guide/volumes.md +++ b/docs/user-guide/volumes.md @@ -77,6 +77,7 @@ Kubernetes supports several types of Volumes: * `downwardAPI` * `azureFileVolume` * `vsphereVolume` + * `Quobyte` We welcome additional contributions. @@ -483,6 +484,15 @@ spec: fsType: ext4 ``` +### Quobyte + +A `Quobyte` volume allows an existing [Quobyte](http://www.quobyte.com) volume to be mounted into your pod. + +__Important: You must have your own Quobyte setup running with the volumes created +before you can use it__ + +See the [Quobyte example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/quobyte) for more details. + ## Resources The storage media (Disk, SSD, etc) of an `emptyDir` volume is determined by the