examp;e
parent
f66a8cd57a
commit
d9a707033d
|
@ -9,9 +9,10 @@ description: >
|
||||||
|
|
||||||
## How to run an older Kubernetes version with minikube ?
|
## How to run an older Kubernetes version with minikube ?
|
||||||
|
|
||||||
You can create a minikube cluster with exact Kubernetes version you desire using
|
You do not need to download an older minikube to run an older kubernetes version.
|
||||||
|
You can create a Kubenretes cluster with any version you desire using `--kubernetes-version` flag.
|
||||||
|
|
||||||
for Example to run an old Kubernetes version, you do NOT need to download an older minikube version. you can simply do :
|
Example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
minikube start --kubernetes-version=v1.15.0
|
minikube start --kubernetes-version=v1.15.0
|
||||||
|
|
Loading…
Reference in New Issue