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 @@ -78,6 +78,7 @@ Kubernetes supports several types of Volumes:
78
78
* ` azureFileVolume `
79
79
* ` azureDisk `
80
80
* ` vsphereVolume `
81
+ * ` Quobyte `
81
82
82
83
We welcome additional contributions.
83
84
@@ -490,6 +491,15 @@ spec:
490
491
fsType: ext4
491
492
` ` `
492
493
494
+ # ## Quobyte
495
+
496
+ A `Quobyte` volume allows an existing [Quobyte](http://www.quobyte.com) volume to be mounted into your pod.
497
+
498
+ __Important : You must have your own Quobyte setup running with the volumes created
499
+ before you can use it__
500
+
501
+ See the [Quobyte example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/quobyte) for more details.
502
+
493
503
# # Resources
494
504
495
505
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