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 @@ -71,6 +71,7 @@ Kubernetes supports several types of Volumes:
71
71
* ` downwardAPI `
72
72
* ` azureFileVolume `
73
73
* ` vsphereVirtualDisk `
74
+ * ` Quobyte `
74
75
75
76
We welcome additional contributions.
76
77
@@ -477,6 +478,15 @@ spec:
477
478
fsType: ext4
478
479
` ` `
479
480
481
+ # ## Quobyte
482
+
483
+ A `Quobyte` volume allows an existing [Quobyte](http://www.quobyte.com) volume to be mounted into your pod.
484
+
485
+ __Important : You must have your own Quobyte setup running with the volumes created
486
+ before you can use it__
487
+
488
+ See the [Quobyte example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/quobyte) for more details.
489
+
480
490
# # Resources
481
491
482
492
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