Update help text.
The k8s update updated cobra as well, so the generated help text changed.pull/195/head
parent
e46b0d9cb0
commit
d29f6ee36f
|
@ -10,15 +10,15 @@ Minikube is a CLI tool that provisions and manages single-node Kubernetes cluste
|
|||
### Options
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
|
@ -14,21 +14,21 @@ minikube dashboard
|
|||
### Options
|
||||
|
||||
```
|
||||
--url Display the kubernetes dashboard in the CLI instead of opening it in the default browser
|
||||
--url[=false]: Display the kubernetes dashboard in the CLI instead of opening it in the default browser
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
|
@ -15,15 +15,15 @@ minikube delete
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
|
@ -14,15 +14,15 @@ minikube docker-env
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
|
@ -14,15 +14,15 @@ minikube ip
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
|
@ -14,15 +14,15 @@ minikube logs
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
|
@ -14,15 +14,15 @@ minikube ssh
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
|
@ -15,21 +15,21 @@ minikube start
|
|||
### Options
|
||||
|
||||
```
|
||||
--iso-url string Location of the minikube iso (default "https://storage.googleapis.com/minikube/minikube-0.3.iso")
|
||||
--iso-url="https://storage.googleapis.com/minikube/minikube-0.3.iso": Location of the minikube iso
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
|
@ -14,15 +14,15 @@ minikube status
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
|
@ -15,15 +15,15 @@ minikube stop
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
|
@ -14,15 +14,15 @@ minikube version
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--alsologtostderr value log to standard error as well as files
|
||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
|
||||
--log_dir value If non-empty, write log files in this directory
|
||||
--logtostderr value log to standard error instead of files
|
||||
--show-libmachine-logs Whether or not to show logs from libmachine.
|
||||
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
|
||||
-v, --v value log level for V logs
|
||||
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
|
||||
--alsologtostderr[=false]: log to standard error as well as files
|
||||
--log-flush-frequency=5s: Maximum number of seconds between log flushes
|
||||
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
|
||||
--log_dir="": If non-empty, write log files in this directory
|
||||
--logtostderr[=false]: log to standard error instead of files
|
||||
--show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
|
||||
--stderrthreshold=2: logs at or above this threshold go to stderr
|
||||
--v=0: log level for V logs
|
||||
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
|
Loading…
Reference in New Issue