github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/docs/kismatic-cli/kismatic_volume_list.md (about) 1 ## kismatic volume list 2 3 list storage volumes to the Kubernetes cluster 4 5 ### Synopsis 6 7 8 List storage volumes to the Kubernetes cluster. 9 This function requires a target cluster that has storage nodes. 10 11 ``` 12 kismatic volume list [flags] 13 ``` 14 15 ### Options 16 17 ``` 18 -h, --help help for list 19 -o, --output string output format (options "simple"|"json") (default "simple") 20 ``` 21 22 ### Options inherited from parent commands 23 24 ``` 25 -f, --plan-file string path to the installation plan file (default "kismatic-cluster.yaml") 26 ``` 27 28 ### SEE ALSO 29 * [kismatic volume](kismatic_volume.md) - manage storage volumes on your Kubernetes cluster 30 31 ###### Auto generated by spf13/cobra on 23-Jan-2018