Skip to content

Commit

Permalink
Update getting-started.md with new prerequisites (#11486)
Browse files Browse the repository at this point in the history
  • Loading branch information
g1franc committed Jun 19, 2024
1 parent 44849cb commit 5784be2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/developer-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [kubectl](https://kubernetes.io/docs/tasks/tools/) (1.24.0 or higher)

Install [Kind](https://kind.sigs.k8s.io/)

!!! important
The majority of make tasks run as docker containers

Expand Down

0 comments on commit 5784be2

Please sign in to comment.