Skip to content

Commit 45e2574

Browse files
Merge pull request #1067 from johscheuer/add-quobyte-volume-1.4
Add Quobyte volumes in docs
2 parents 9da1df3 + c5005ed commit 45e2574

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
@@ -78,6 +78,7 @@ Kubernetes supports several types of Volumes:
7878
* `azureFileVolume`
7979
* `azureDisk`
8080
* `vsphereVolume`
81+
* `Quobyte`
8182

8283
We welcome additional contributions.
8384

@@ -490,6 +491,15 @@ spec:
490491
fsType: ext4
491492
```
492493

494+
### Quobyte
495+
496+
A `Quobyte` volume allows an existing [Quobyte](http://www.quobyte.com) volume to be mounted into your pod.
497+
498+
__Important: You must have your own Quobyte setup running with the volumes created
499+
before you can use it__
500+
501+
See the [Quobyte example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/quobyte) for more details.
502+
493503
## Resources
494504

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

0 commit comments

Comments
 (0)