You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: regenerate command docs for klog v2.140.0 flags
The klog upgrade from v2.130.1 to v2.140.0 introduces new CLI flags
(alsologtostderrthreshold, legacy_stderr_threshold_behavior) and
updates the stderrthreshold description. Regenerate all command
documentation to reflect these changes.
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
--add_dir_header If true, adds the file directory to the header of the log messages
29
-
--alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
30
-
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
31
-
-h, --help
32
-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
33
-
--log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
34
-
--log_file string If non-empty, use this log file (no effect when -logtostderr=true)
35
-
--log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
36
-
--logtostderr log to standard error instead of files (default true)
37
-
--one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
38
-
-p, --profile string The name of the minikube VM being used. This can be set to allow having multiple instances of minikube independently. (default "minikube")
39
-
--rootless Force to use rootless driver (docker and podman driver only)
40
-
--skip-audit Skip recording the current command in the audit logs.
41
-
--skip_headers If true, avoid header prefixes in the log messages
42
-
--skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
43
-
--stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true) (default 2)
44
-
--user string Specifies the user executing the operation. Useful for auditing operations executed by 3rd party tools. Defaults to the operating system username.
45
-
-v, --v Level number for the log level verbosity
46
-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
28
+
--add_dir_header If true, adds the file directory to the header of the log messages
29
+
--alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
30
+
--alsologtostderrthreshold severity logs at or above this threshold go to stderr when -alsologtostderr=true (no effect when -logtostderr=true)
31
+
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
32
+
-h, --help
33
+
--legacy_stderr_threshold_behavior If true, stderrthreshold is ignored when logtostderr=true (legacy behavior). If false, stderrthreshold is honored even when logtostderr=true
34
+
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
35
+
--log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
36
+
--log_file string If non-empty, use this log file (no effect when -logtostderr=true)
37
+
--log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
38
+
--logtostderr log to standard error instead of files (default true)
39
+
--one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
40
+
-p, --profile string The name of the minikube VM being used. This can be set to allow having multiple instances of minikube independently. (default "minikube")
41
+
--rootless Force to use rootless driver (docker and podman driver only)
42
+
--skip-audit Skip recording the current command in the audit logs.
43
+
--skip_headers If true, avoid header prefixes in the log messages
44
+
--skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
45
+
--stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true unless -legacy_stderr_threshold_behavior=false) (default 2)
46
+
--user string Specifies the user executing the operation. Useful for auditing operations executed by 3rd party tools. Defaults to the operating system username.
47
+
-v, --v Level number for the log level verbosity
48
+
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
Copy file name to clipboardExpand all lines: site/content/en/docs/commands/dashboard.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,24 +27,26 @@ minikube dashboard [flags]
27
27
### Options inherited from parent commands
28
28
29
29
```
30
-
--add_dir_header If true, adds the file directory to the header of the log messages
31
-
--alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
32
-
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
33
-
-h, --help
34
-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
35
-
--log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
36
-
--log_file string If non-empty, use this log file (no effect when -logtostderr=true)
37
-
--log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
38
-
--logtostderr log to standard error instead of files (default true)
39
-
--one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
40
-
-p, --profile string The name of the minikube VM being used. This can be set to allow having multiple instances of minikube independently. (default "minikube")
41
-
--rootless Force to use rootless driver (docker and podman driver only)
42
-
--skip-audit Skip recording the current command in the audit logs.
43
-
--skip_headers If true, avoid header prefixes in the log messages
44
-
--skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
45
-
--stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true) (default 2)
46
-
--user string Specifies the user executing the operation. Useful for auditing operations executed by 3rd party tools. Defaults to the operating system username.
47
-
-v, --v Level number for the log level verbosity
48
-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
30
+
--add_dir_header If true, adds the file directory to the header of the log messages
31
+
--alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
32
+
--alsologtostderrthreshold severity logs at or above this threshold go to stderr when -alsologtostderr=true (no effect when -logtostderr=true)
33
+
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
34
+
-h, --help
35
+
--legacy_stderr_threshold_behavior If true, stderrthreshold is ignored when logtostderr=true (legacy behavior). If false, stderrthreshold is honored even when logtostderr=true
36
+
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
37
+
--log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
38
+
--log_file string If non-empty, use this log file (no effect when -logtostderr=true)
39
+
--log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
40
+
--logtostderr log to standard error instead of files (default true)
41
+
--one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
42
+
-p, --profile string The name of the minikube VM being used. This can be set to allow having multiple instances of minikube independently. (default "minikube")
43
+
--rootless Force to use rootless driver (docker and podman driver only)
44
+
--skip-audit Skip recording the current command in the audit logs.
45
+
--skip_headers If true, avoid header prefixes in the log messages
46
+
--skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
47
+
--stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true unless -legacy_stderr_threshold_behavior=false) (default 2)
48
+
--user string Specifies the user executing the operation. Useful for auditing operations executed by 3rd party tools. Defaults to the operating system username.
49
+
-v, --v Level number for the log level verbosity
50
+
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
Copy file name to clipboardExpand all lines: site/content/en/docs/commands/delete.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,24 +29,26 @@ minikube delete [flags]
29
29
### Options inherited from parent commands
30
30
31
31
```
32
-
--add_dir_header If true, adds the file directory to the header of the log messages
33
-
--alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
34
-
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
35
-
-h, --help
36
-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
37
-
--log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
38
-
--log_file string If non-empty, use this log file (no effect when -logtostderr=true)
39
-
--log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
40
-
--logtostderr log to standard error instead of files (default true)
41
-
--one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
42
-
-p, --profile string The name of the minikube VM being used. This can be set to allow having multiple instances of minikube independently. (default "minikube")
43
-
--rootless Force to use rootless driver (docker and podman driver only)
44
-
--skip-audit Skip recording the current command in the audit logs.
45
-
--skip_headers If true, avoid header prefixes in the log messages
46
-
--skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
47
-
--stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true) (default 2)
48
-
--user string Specifies the user executing the operation. Useful for auditing operations executed by 3rd party tools. Defaults to the operating system username.
49
-
-v, --v Level number for the log level verbosity
50
-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
32
+
--add_dir_header If true, adds the file directory to the header of the log messages
33
+
--alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
34
+
--alsologtostderrthreshold severity logs at or above this threshold go to stderr when -alsologtostderr=true (no effect when -logtostderr=true)
35
+
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
36
+
-h, --help
37
+
--legacy_stderr_threshold_behavior If true, stderrthreshold is ignored when logtostderr=true (legacy behavior). If false, stderrthreshold is honored even when logtostderr=true
38
+
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
39
+
--log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
40
+
--log_file string If non-empty, use this log file (no effect when -logtostderr=true)
41
+
--log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
42
+
--logtostderr log to standard error instead of files (default true)
43
+
--one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
44
+
-p, --profile string The name of the minikube VM being used. This can be set to allow having multiple instances of minikube independently. (default "minikube")
45
+
--rootless Force to use rootless driver (docker and podman driver only)
46
+
--skip-audit Skip recording the current command in the audit logs.
47
+
--skip_headers If true, avoid header prefixes in the log messages
48
+
--skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
49
+
--stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true unless -legacy_stderr_threshold_behavior=false) (default 2)
50
+
--user string Specifies the user executing the operation. Useful for auditing operations executed by 3rd party tools. Defaults to the operating system username.
51
+
-v, --v Level number for the log level verbosity
52
+
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
0 commit comments