From e5371a64b3f22f01e5e54825d5e4e6469e1d8555 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Tue, 28 Jul 2020 13:52:22 -0700 Subject: [PATCH] Update docs --- site/content/en/docs/commands/status.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/en/docs/commands/status.md b/site/content/en/docs/commands/status.md index c65a79531c..90964a1437 100644 --- a/site/content/en/docs/commands/status.md +++ b/site/content/en/docs/commands/status.md @@ -26,6 +26,7 @@ minikube status [flags] -f, --format string Go template format string for the status output. The format for Go templates can be found here: https://golang.org/pkg/text/template/ For the list accessible variables for the template, see the struct values here: https://godoc.org/k8s.io/minikube/cmd/minikube/cmd#Status (default "{{.Name}}\ntype: Control Plane\nhost: {{.Host}}\nkubelet: {{.Kubelet}}\napiserver: {{.APIServer}}\nkubeconfig: {{.Kubeconfig}}\n\n") -h, --help help for status + -l, --layout string output layout (EXPERIMENTAL, JSON only): 'nodes' or 'cluster' (default "nodes") -n, --node string The node to check status for. Defaults to control plane. Leave blank with default format for status on all nodes. -o, --output string minikube status --output OUTPUT. json, text (default "text") ```