From ff28fb5862614c6103d4cd68815a810f82e27e4e Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Wed, 13 Nov 2024 18:07:43 +0100 Subject: [PATCH] Update wording in the developer docs Signed-off-by: Mikalai Radchuk --- docs/contribute/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/developer.md b/docs/contribute/developer.md index 8a63f0d7c..947398e9b 100644 --- a/docs/contribute/developer.md +++ b/docs/contribute/developer.md @@ -4,7 +4,7 @@ The following `make run` starts a [KIND](https://sigs.k8s.io/kind) cluster for you to get a local cluster for testing, see the manual install steps below for how to run against a remote cluster. !!! note - You will need a container runtime environment, like Docker, or experimentally, Podman, installed, to run Kind. + You will need a container runtime environment like Docker to run Kind. Kind also has experimental support for Podman. If you are on MacOS, see [Special Setup for MacOS](#special-setup-for-macos).