minikube status Gets the status of a local Kubernetes cluster Synopsis Gets the status of a local Kubernetes cluster. Exit status contains the status of minikube’s VM, cluster and Kubernetes encoded on it’s bits in this order from right to left. Eg: 7 meaning: 1 (for minikube NOK) + 2 (for cluster NOK) + 4 (for Kubernetes NOK) minikube status [flags] Options -f, --format string Go template format string for the status output. The format for Go templates can be found here: https://pkg.go.d...