Skip to content

Commit

Permalink
Add Quobyte volumes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Scheuermann committed Aug 19, 2016
1 parent da37ff6 commit 0f2feb9
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 @@ -71,6 +71,7 @@ Kubernetes supports several types of Volumes:
* `downwardAPI`
* `azureFileVolume`
* `vsphereVirtualDisk`
* `Quobyte`

We welcome additional contributions.

Expand Down Expand Up @@ -477,6 +478,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 0f2feb9

Please sign in to comment.