Update getting-started.md with new prerequisites (#11486)
This commit is contained in:
parent
44849cb302
commit
5784be2784
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ Install [Go 1.14](https://golang.org/dl/) or later.
|
||||||
|
|
||||||
Install [Docker](https://docs.docker.com/engine/install/) (v19.03.0 or later with experimental feature on)
|
Install [Docker](https://docs.docker.com/engine/install/) (v19.03.0 or later with experimental feature on)
|
||||||
|
|
||||||
|
Install [kubectl](https://kubernetes.io/docs/tasks/tools/) (1.24.0 or higher)
|
||||||
|
|
||||||
|
Install [Kind](https://kind.sigs.k8s.io/)
|
||||||
|
|
||||||
!!! important
|
!!! important
|
||||||
The majority of make tasks run as docker containers
|
The majority of make tasks run as docker containers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue