From 0f2feb9bf9f1749b7ae5ff227af34bbaa0411459 Mon Sep 17 00:00:00 2001 From: Johannes Scheuermann Date: Fri, 19 Aug 2016 22:18:35 +0200 Subject: [PATCH] Add Quobyte volumes in docs --- 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 239ff7d188d90..a25cf9cd0811f 100644 --- a/docs/user-guide/volumes.md +++ b/docs/user-guide/volumes.md @@ -71,6 +71,7 @@ Kubernetes supports several types of Volumes: * `downwardAPI` * `azureFileVolume` * `vsphereVirtualDisk` + * `Quobyte` We welcome additional contributions. @@ -477,6 +478,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