Skip to content

Commit

Permalink
Merge pull request #1067 from johscheuer/add-quobyte-volume-1.4
Browse files Browse the repository at this point in the history
Add Quobyte volumes in docs
  • Loading branch information
devin-donnelly authored Sep 9, 2016
2 parents 9da1df3 + c5005ed commit 45e2574
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/user-guide/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Kubernetes supports several types of Volumes:
* `azureFileVolume`
* `azureDisk`
* `vsphereVolume`
* `Quobyte`

We welcome additional contributions.

Expand Down Expand Up @@ -490,6 +491,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
Expand Down

0 comments on commit 45e2574

Please sign in to comment.