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
Copy file name to clipboardExpand all lines: site/content/en/docs/commands/start.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ minikube start [flags]
64
64
--insecure-registry strings Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.
65
65
--install-addons If set, install addons. Defaults to true. (default true)
66
66
--interactive Allow user prompts for more information (default true)
67
-
--iso-url strings Locations to fetch the minikube ISO from. (default [https://storage.googleapis.com/minikube-builds/iso/10647/minikube-v1.18.0-1616464260-10647.iso,https://github.com/kubernetes/minikube/releases/download/v1.18.0-1616464260-10647/minikube-v1.18.0-1616464260-10647.iso,https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.18.0-1616464260-10647.iso])
67
+
--iso-url strings Locations to fetch the minikube ISO from. (default [https://storage.googleapis.com/minikube-builds/iso/10217/minikube-v1.18.0-1617380636-10217.iso,https://github.com/kubernetes/minikube/releases/download/v1.18.0-1617380636-10217/minikube-v1.18.0-1617380636-10217.iso,https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.18.0-1617380636-10217.iso])
68
68
--keep-context This will keep the existing kubectl context and will create a minikube context.
69
69
--kubernetes-version string The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.20.2, 'latest' for v1.20.5-rc.0). Defaults to 'stable'.
70
70
--kvm-gpu Enable experimental NVIDIA GPU support in minikube
@@ -111,7 +111,7 @@ minikube start [flags]
111
111
-h, --help
112
112
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
113
113
--log_dir string If non-empty, write log files in this directory
114
-
--log_file string If non-empty, use this log file
114
+
--log_file string If non-empty, use this log file (default "")
115
115
--log_file_max_size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
116
116
--logtostderr log to standard error instead of files
117
117
--one_output If true, only write logs to their native severity level (vs also writing to each lower severity level)
0 commit comments