Skip to content

Commit c5005ed

Browse files
author
Johannes Scheuermann
committed
Add Quobyte volumes in docs
1 parent 9666d08 commit c5005ed

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/user-guide/volumes.md

+10
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Kubernetes supports several types of Volumes:
7777
* `downwardAPI`
7878
* `azureFileVolume`
7979
* `vsphereVolume`
80+
* `Quobyte`
8081

8182
We welcome additional contributions.
8283

@@ -483,6 +484,15 @@ spec:
483484
fsType: ext4
484485
```
485486

487+
### Quobyte
488+
489+
A `Quobyte` volume allows an existing [Quobyte](http://www.quobyte.com) volume to be mounted into your pod.
490+
491+
__Important: You must have your own Quobyte setup running with the volumes created
492+
before you can use it__
493+
494+
See the [Quobyte example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/quobyte) for more details.
495+
486496
## Resources
487497

488498
The storage media (Disk, SSD, etc) of an `emptyDir` volume is determined by the

0 commit comments

Comments
 (0)