Difference between revisions of "Minikube version"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | [[minikube]] version | ||
+ | [[minikube version --components]] | ||
+ | == minikube version == | ||
+ | minikube version | ||
+ | minikube version: v1.32.0 | ||
+ | commit: 8220a6eb95f0a4d75f7f2d7b14cef975f050512d | ||
+ | |||
+ | minikube version | ||
+ | minikube version: v1.31.2 | ||
+ | commit: fd7ecd9c4599bef9f04c0986c4a0187f98a4396e | ||
+ | |||
+ | minikube version | ||
+ | minikube version: v1.25.2 | ||
+ | commit: 362d5fdc0a3dbee389b3d3f1034e8023e72bd3a7 | ||
+ | |||
+ | [[minikube]] version | ||
+ | minikube version: v1.22.0 | ||
+ | commit: a03fbcf166e6f74ef224d4a63be4277d017bb62e | ||
+ | |||
+ | minikube version | ||
+ | minikube version: v1.19.0 | ||
+ | commit: 15cede53bdc5fe242228853e737333b09d4336b5 | ||
minikube version | minikube version | ||
minikube version: v1.10.0 | minikube version: v1.10.0 | ||
commit: f318680e7e5bf539f7fadeaaf198f4e468393fb9 | commit: f318680e7e5bf539f7fadeaaf198f4e468393fb9 | ||
− | |||
minikube version | minikube version | ||
minikube version: v0.8.0 | minikube version: v0.8.0 | ||
+ | == Minikube version --components == | ||
+ | |||
+ | * <code>[[minikube version]]</code>: add <code>--components</code> flag to list all included software | ||
+ | |||
+ | <pre> | ||
+ | minikube version --components | ||
+ | minikube version: v1.22.0 | ||
+ | commit: a03fbcf166e6f74ef224d4a63be4277d017bb62e | ||
+ | |||
+ | ctr: | ||
+ | error | ||
+ | |||
+ | docker: | ||
+ | 20.10.6 | ||
+ | |||
+ | podman: | ||
+ | Version: 2.2.1 | ||
+ | API Version: 2.1.0 | ||
+ | Go Version: go1.13.15 | ||
+ | Git Commit: a0d478edea7f775b7ce32f8eb1a01e75374486cb | ||
+ | Built: Fri Jul 2 00:54:39 2021 | ||
+ | OS/Arch: linux/amd64 | ||
+ | |||
+ | crictl: | ||
+ | Version: 0.1.0 | ||
+ | RuntimeName: docker | ||
+ | RuntimeVersion: 20.10.6 | ||
+ | RuntimeApiVersion: 1.41.0 | ||
+ | |||
+ | buildctl: | ||
+ | buildctl github.com/moby/buildkit v0.8.2 9065b18ba4633c75862befca8188de4338d9f94a | ||
+ | |||
+ | runc: | ||
+ | runc version 1.0.0-rc93 | ||
+ | commit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec | ||
+ | spec: 1.0.2-dev | ||
+ | go: go1.13.15 | ||
+ | libseccomp: 2.4.1 | ||
+ | |||
+ | containerd: | ||
+ | containerd github.com/containerd/containerd v1.4.4 05f951a3781f4f2c1911b05e61c160e9c30eaa8e | ||
+ | |||
+ | crio: | ||
+ | Version: 1.20.2 | ||
+ | GitCommit: d5a999ad0a35d895ded554e1e18c142075501a98 | ||
+ | GitTreeState: clean | ||
+ | BuildDate: 2021-07-02T00:52:26Z | ||
+ | GoVersion: go1.13.15 | ||
+ | Compiler: gc | ||
+ | Platform: linux/amd64 | ||
+ | </pre> | ||
+ | |||
+ | == minikube version --help == | ||
+ | <pre> | ||
+ | minikube version --help | ||
+ | Print the version of minikube. | ||
+ | |||
+ | Options: | ||
+ | --components=false: list versions of all components included with minikube. (the cluster must be running) | ||
+ | -o, --output='': One of 'yaml' or 'json'. | ||
+ | --short=false: Print just the version number. | ||
+ | |||
+ | Usage: | ||
+ | minikube version [flags] [options] | ||
+ | |||
+ | Use "minikube options" for a list of global command-line options (applies to all commands). | ||
+ | </pre> | ||
== Related terms == | == Related terms == | ||
* [[Minikube changelog]]: https://github.com/kubernetes/minikube/releases | * [[Minikube changelog]]: https://github.com/kubernetes/minikube/releases | ||
− | + | * <code>[[snap install]]</code> | |
+ | * <code>[[brew upgrade minikube]]</code> | ||
+ | * <code>[[minikube status]]</code> | ||
+ | * <code>[[minikube start]]</code> | ||
+ | * <code>[[minikube addons list]]</code> | ||
== See also == | == See also == |
Latest revision as of 09:23, 20 March 2024
minikube version minikube version --components
Contents
minikube version[edit]
minikube version minikube version: v1.32.0 commit: 8220a6eb95f0a4d75f7f2d7b14cef975f050512d
minikube version minikube version: v1.31.2 commit: fd7ecd9c4599bef9f04c0986c4a0187f98a4396e
minikube version minikube version: v1.25.2 commit: 362d5fdc0a3dbee389b3d3f1034e8023e72bd3a7
minikube version minikube version: v1.22.0 commit: a03fbcf166e6f74ef224d4a63be4277d017bb62e
minikube version minikube version: v1.19.0 commit: 15cede53bdc5fe242228853e737333b09d4336b5
minikube version minikube version: v1.10.0 commit: f318680e7e5bf539f7fadeaaf198f4e468393fb9
minikube version minikube version: v0.8.0
Minikube version --components[edit]
minikube version
: add--components
flag to list all included software
minikube version --components minikube version: v1.22.0 commit: a03fbcf166e6f74ef224d4a63be4277d017bb62e ctr: error docker: 20.10.6 podman: Version: 2.2.1 API Version: 2.1.0 Go Version: go1.13.15 Git Commit: a0d478edea7f775b7ce32f8eb1a01e75374486cb Built: Fri Jul 2 00:54:39 2021 OS/Arch: linux/amd64 crictl: Version: 0.1.0 RuntimeName: docker RuntimeVersion: 20.10.6 RuntimeApiVersion: 1.41.0 buildctl: buildctl github.com/moby/buildkit v0.8.2 9065b18ba4633c75862befca8188de4338d9f94a runc: runc version 1.0.0-rc93 commit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec spec: 1.0.2-dev go: go1.13.15 libseccomp: 2.4.1 containerd: containerd github.com/containerd/containerd v1.4.4 05f951a3781f4f2c1911b05e61c160e9c30eaa8e crio: Version: 1.20.2 GitCommit: d5a999ad0a35d895ded554e1e18c142075501a98 GitTreeState: clean BuildDate: 2021-07-02T00:52:26Z GoVersion: go1.13.15 Compiler: gc Platform: linux/amd64
minikube version --help[edit]
minikube version --help Print the version of minikube. Options: --components=false: list versions of all components included with minikube. (the cluster must be running) -o, --output='': One of 'yaml' or 'json'. --short=false: Print just the version number. Usage: minikube version [flags] [options] Use "minikube options" for a list of global command-line options (applies to all commands).
Related terms[edit]
- Minikube changelog: https://github.com/kubernetes/minikube/releases
snap install
brew upgrade minikube
minikube status
minikube start
minikube addons list
See also[edit]
- minikube: [
status
|start
|stop
|version
|addons
|addons list
|addons enable
|dashboard
|logs
|tunnel
|ssh
|config
|image | delete
],config set
minikube start --vm=true
, kicbase,~/.minikube/, minikube --help
, Minikube changelog
Advertising: