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
--alsologtostderr log to standard error as well as files
97
+
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
98
+
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
99
+
--log_dir string If non-empty, write log files in this directory
100
+
--logtostderr log to standard error instead of files
101
+
-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")
102
+
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
103
+
-v, --v Level log level for V logs
104
+
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
105
+
```
106
+
71
107
## minikube config get
72
108
73
109
Gets the value of PROPERTY_NAME from the minikube config file
0 commit comments