Skip to content

Commit 0f2feb9

Browse files
author
Johannes Scheuermann
committed
Add Quobyte volumes in docs
1 parent da37ff6 commit 0f2feb9

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
@@ -71,6 +71,7 @@ Kubernetes supports several types of Volumes:
7171
* `downwardAPI`
7272
* `azureFileVolume`
7373
* `vsphereVirtualDisk`
74+
* `Quobyte`
7475

7576
We welcome additional contributions.
7677

@@ -477,6 +478,15 @@ spec:
477478
fsType: ext4
478479
```
479480

481+
### Quobyte
482+
483+
A `Quobyte` volume allows an existing [Quobyte](http://www.quobyte.com) volume to be mounted into your pod.
484+
485+
__Important: You must have your own Quobyte setup running with the volumes created
486+
before you can use it__
487+
488+
See the [Quobyte example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/quobyte) for more details.
489+
480490
## Resources
481491

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

0 commit comments

Comments
 (0)