File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ Kubernetes supports several types of Volumes:
77
77
* ` downwardAPI `
78
78
* ` azureFileVolume `
79
79
* ` vsphereVolume `
80
+ * ` Quobyte `
80
81
81
82
We welcome additional contributions.
82
83
@@ -483,6 +484,15 @@ spec:
483
484
fsType: ext4
484
485
` ` `
485
486
487
+ # ## Quobyte
488
+
489
+ A `Quobyte` volume allows an existing [Quobyte](http://www.quobyte.com) volume to be mounted into your pod.
490
+
491
+ __Important : You must have your own Quobyte setup running with the volumes created
492
+ before you can use it__
493
+
494
+ See the [Quobyte example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/quobyte) for more details.
495
+
486
496
# # Resources
487
497
488
498
The storage media (Disk, SSD, etc) of an `emptyDir` volume is determined by the
You can’t perform that action at this time.
0 commit comments