Regenerating docs after updating upstream spf13/pflag. related to #811

pull/812/head
vishah 2016-11-09 16:31:48 -05:00
parent 980388f58e
commit ba860e3bf2
24 changed files with 215 additions and 211 deletions

View File

@ -10,14 +10,14 @@ Minikube is a CLI tool that provisions and manages single-node Kubernetes cluste
### Options ### Options
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -15,20 +15,21 @@ minikube addons SUBCOMMAND [flags]
``` ```
--format string Go template format string for the addon list output. The format for Go templates can be found here: https://golang.org/pkg/text/template/ --format string Go template format string for the addon list output. The format for Go templates can be found here: https://golang.org/pkg/text/template/
For the list of accessible variables for the template, see the struct values here: https://godoc.org/k8s.io/minikube/cmd/minikube/cmd/config#AddonListTemplate (default "- {{.AddonName}}: {{.AddonStatus}}\n") For the list of accessible variables for the template, see the struct values here: https://godoc.org/k8s.io/minikube/cmd/minikube/cmd/config#AddonListTemplate (default "- {{.AddonName}}: {{.AddonStatus}}
")
``` ```
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -14,14 +14,14 @@ minikube addons disable ADDON_NAME
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -14,14 +14,14 @@ minikube addons enable ADDON_NAME
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -14,14 +14,14 @@ minikube addons list
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -28,14 +28,14 @@ minikube completion SHELL
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -32,14 +32,14 @@ minikube config SUBCOMMAND [flags]
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -14,14 +14,14 @@ minikube config get PROPERTY_NAME
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -15,14 +15,14 @@ minikube config set PROPERTY_NAME PROPERTY_VALUE
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -14,14 +14,14 @@ minikube config unset PROPERTY_NAME
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -15,20 +15,21 @@ minikube config view
``` ```
--format string Go template format string for the config view output. The format for Go templates can be found here: https://golang.org/pkg/text/template/ --format string Go template format string for the config view output. The format for Go templates can be found here: https://golang.org/pkg/text/template/
For the list of accessible variables for the template, see the struct values here: https://godoc.org/k8s.io/minikube/cmd/minikube/cmd/config#ConfigViewTemplate (default "- {{.ConfigKey}}: {{.ConfigValue}}\n") For the list of accessible variables for the template, see the struct values here: https://godoc.org/k8s.io/minikube/cmd/minikube/cmd/config#ConfigViewTemplate (default "- {{.ConfigKey}}: {{.ConfigValue}}
")
``` ```
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -20,14 +20,14 @@ minikube dashboard
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -15,14 +15,14 @@ minikube delete
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -22,14 +22,14 @@ minikube docker-env
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -14,14 +14,14 @@ minikube get-k8s-versions
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -14,14 +14,14 @@ minikube ip
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -14,14 +14,14 @@ minikube logs
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -23,14 +23,14 @@ minikube service [flags] SERVICE
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -20,15 +20,15 @@ minikube service list [flags]
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--format string Format to output service URL in. This format will be applied to each url individually and they will be printed one at a time. (default "http://{{.IP}}:{{.Port}}") --format string Format to output service URL in. This format will be applied to each url individually and they will be printed one at a time. (default "http://{{.IP}}:{{.Port}}")
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -14,14 +14,14 @@ minikube ssh
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -18,34 +18,34 @@ minikube start
--container-runtime string The container runtime to be used --container-runtime string The container runtime to be used
--cpus int Number of CPUs allocated to the minikube VM (default 2) --cpus int Number of CPUs allocated to the minikube VM (default 2)
--disk-size string Disk size allocated to the minikube VM (format: <number>[<unit>], where unit = b, k, m or g) (default "20g") --disk-size string Disk size allocated to the minikube VM (format: <number>[<unit>], where unit = b, k, m or g) (default "20g")
--docker-env value Environment variables to pass to the Docker daemon. (format: key=value) (default []) --docker-env stringArray Environment variables to pass to the Docker daemon. (format: key=value)
--extra-config value A set of key=value pairs that describe configuration that may be passed to different components. --extra-config ExtraOption A set of key=value pairs that describe configuration that may be passed to different components.
The key should be '.' separated, and the first part before the dot is the component to apply the configuration to. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Valid components are: kubelet, apiserver, controller-manager, etcd, proxy, scheduler. Valid components are: kubelet, apiserver, controller-manager, etcd, proxy, scheduler.
--host-only-cidr string The CIDR to be used for the minikube VM (only supported with Virtualbox driver) (default "192.168.99.1/24") --host-only-cidr string The CIDR to be used for the minikube VM (only supported with Virtualbox driver) (default "192.168.99.1/24")
--hyperv-virtual-switch string The hyperv virtual switch name. Defaults to first found. (only supported with HyperV driver) --hyperv-virtual-switch string The hyperv virtual switch name. Defaults to first found. (only supported with HyperV driver)
--insecure-registry value Insecure Docker registries to pass to the Docker daemon (default []) --insecure-registry stringSlice Insecure Docker registries to pass to the Docker daemon
--iso-url string Location of the minikube iso (default "https://storage.googleapis.com/minikube/minikube-0.7.iso") --iso-url string Location of the minikube iso (default "https://storage.googleapis.com/minikube/minikube-0.7.iso")
--kubernetes-version string The kubernetes version that the minikube VM will (ex: v1.2.3) --kubernetes-version string The kubernetes version that the minikube VM will (ex: v1.2.3)
OR a URI which contains a localkube binary (ex: https://storage.googleapis.com/minikube/k8sReleases/v1.3.0/localkube-linux-amd64) (default "v1.4.5") OR a URI which contains a localkube binary (ex: https://storage.googleapis.com/minikube/k8sReleases/v1.3.0/localkube-linux-amd64) (default "v1.4.5")
--kvm-network string The KVM network name. (only supported with KVM driver) (default "default") --kvm-network string The KVM network name. (only supported with KVM driver) (default "default")
--memory int Amount of RAM allocated to the minikube VM (default 2048) --memory int Amount of RAM allocated to the minikube VM (default 2048)
--network-plugin string The name of the network plugin --network-plugin string The name of the network plugin
--registry-mirror value Registry mirrors to pass to the Docker daemon (default []) --registry-mirror stringSlice Registry mirrors to pass to the Docker daemon
--vm-driver string VM driver is one of: [virtualbox vmwarefusion kvm xhyve hyperv] (default "virtualbox") --vm-driver string VM driver is one of: [virtualbox vmwarefusion kvm xhyve hyperv] (default "virtualbox")
``` ```
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -15,20 +15,22 @@ minikube status
``` ```
--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/ --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 "minikubeVM: {{.MinikubeStatus}}\nlocalkube: {{.LocalkubeStatus}}\n") For the list accessible variables for the template, see the struct values here: https://godoc.org/k8s.io/minikube/cmd/minikube/cmd#Status (default "minikubeVM: {{.MinikubeStatus}}
localkube: {{.LocalkubeStatus}}
")
``` ```
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -15,14 +15,14 @@ minikube stop
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO

View File

@ -14,14 +14,14 @@ minikube version
### Options inherited from parent commands ### Options inherited from parent commands
``` ```
--alsologtostderr value log to standard error as well as files --alsologtostderr log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory --log_dir string If non-empty, write log files in this directory (default "")
--logtostderr value log to standard error instead of files --logtostderr log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine. --show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2) --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs -v, --v Level log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
``` ```
### SEE ALSO ### SEE ALSO