Skip to content

Commit 4adc82e

Browse files
authored
Update devguide.md to include docker as a pre-req for verify (#4000)
* Update devguide.md * added docker and buildx added docker and buildx to the prereqs section & removed docker as a prereq for make verify specifically * KinD naming change
1 parent 7fae5d7 commit 4adc82e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site-src/contributing/devguide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ command in PR and issue comments][issue-cmds]. For example,
3636
Before you start developing with Gateway API, we'd recommend having the
3737
following prerequisites installed:
3838

39-
* [Kind](https://kubernetes.io/docs/tasks/tools/#kind): This is a standalone local Kubernetes cluster. At least one container runtime is required. We recommend installing [Docker](https://docs.docker.com/engine/install/). While you can opt for alternatives like [Podman](https://podman.io/docs/installation), please be aware that doing so is at your own risk.
39+
* [KinD](https://kubernetes.io/docs/tasks/tools/#kind): This is a standalone local Kubernetes cluster. At least one container runtime is required.
40+
* [Docker](https://docs.docker.com/engine/install/): This is a prerequisite for running KinD. While you can opt for alternatives like [Podman](https://podman.io/docs/installation), please be aware that doing so is at your own risk.
41+
* [BuildX](https://github.com/docker/buildx): Prerequisite for `make verify` to run.
4042
* [Kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl): This is the Kubernetes command-line tool.
4143
* [Go](https://golang.org/doc/install): It is the main programming language in this project. Please check this [file](https://github.com/kubernetes-sigs/gateway-api/blob/main/go.mod#L3) to find out the least `Go` version otherwise you might encounter compilation errors.
4244
* [Digest::SHA](https://metacpan.org/pod/Digest::SHA): It is a required dependency. You can obtain it by installing the `perl-Digest-SHA` package.

0 commit comments

Comments
 (0)