2019-08-03 01:04:09 +00:00
---
title: "update-check"
description: >
Print current and latest version number
---
2019-08-02 23:35:54 +00:00
2020-04-02 17:48:47 +00:00
## minikube update-check
Print current and latest version number
### Synopsis
Print current and latest version number
2019-08-02 23:35:54 +00:00
```
minikube update-check [flags]
```
2020-04-02 17:48:47 +00:00
### Options
```
-h, --help help for update-check
```
### Options inherited from parent commands
```
2020-10-08 22:10:50 +00:00
--add_dir_header If true, adds the file directory to the header of the log messages
2020-04-02 17:48:47 +00:00
--alsologtostderr log to standard error as well as files
2020-05-07 21:18:00 +00:00
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
2020-04-02 17:48:47 +00:00
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
2020-10-08 22:10:50 +00:00
--log_file string If non-empty, use this log file
--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)
2020-04-02 17:48:47 +00:00
--logtostderr log to standard error instead of files
2020-11-02 23:47:12 +00:00
--one_output If true, only write logs to their native severity level (vs also writing to each lower severity level
2020-04-02 17:48:47 +00:00
-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")
2020-10-08 22:10:50 +00:00
--skip_headers If true, avoid header prefixes in the log messages
--skip_log_headers If true, avoid headers when opening log files
2020-04-02 17:48:47 +00:00
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
2020-10-08 22:10:50 +00:00
-v, --v Level number for the log level verbosity
2020-04-02 17:48:47 +00:00
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
```