Merge pull request #1067 from johscheuer/add-quobyte-volume-1.4
Add Quobyte volumes in docs
This commit is contained in:
@@ -78,6 +78,7 @@ Kubernetes supports several types of Volumes:
|
|||||||
* `azureFileVolume`
|
* `azureFileVolume`
|
||||||
* `azureDisk`
|
* `azureDisk`
|
||||||
* `vsphereVolume`
|
* `vsphereVolume`
|
||||||
|
* `Quobyte`
|
||||||
|
|
||||||
We welcome additional contributions.
|
We welcome additional contributions.
|
||||||
|
|
||||||
@@ -490,6 +491,15 @@ spec:
|
|||||||
fsType: ext4
|
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
|
## Resources
|
||||||
|
|
||||||
The storage media (Disk, SSD, etc) of an `emptyDir` volume is determined by the
|
The storage media (Disk, SSD, etc) of an `emptyDir` volume is determined by the
|
||||||
|
|||||||
Reference in New Issue
Block a user