github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/docs/kismatic-cli/kismatic_diagnose.md (about) 1 ## kismatic diagnose 2 3 Collects diagnostics about the nodes in the cluster 4 5 ### Synopsis 6 7 8 Collects diagnostics about the nodes in the cluster 9 10 ``` 11 kismatic diagnose [flags] 12 ``` 13 14 ### Options 15 16 ``` 17 -h, --help help for diagnose 18 -o, --output string installation output format (options "simple"|"raw") (default "simple") 19 -f, --plan-file string path to the installation plan file (default "kismatic-cluster.yaml") 20 --verbose enable verbose logging from the installation 21 ``` 22 23 ### SEE ALSO 24 * [kismatic](kismatic.md) - kismatic is the main tool for managing your Kubernetes cluster 25 26 ###### Auto generated by spf13/cobra on 23-Jan-2018