Skip to content

Commit 3985178

Browse files
authored
Merge pull request #41922 from mrgiles/36159_install_tools_kind_update
update kind install prereqs to include podman
2 parents c111573 + 56fb21e commit 3985178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/tools/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Find your preferred operating system below.
2424
## kind
2525

2626
[`kind`](https://kind.sigs.k8s.io/) lets you run Kubernetes on
27-
your local computer. This tool requires that you have
28-
[Docker](https://docs.docker.com/get-docker/) installed and configured.
27+
your local computer. This tool requires that you have either
28+
[Docker](https://www.docker.com/) or [Podman](https://podman.io/) installed.
2929

3030
The kind [Quick Start](https://kind.sigs.k8s.io/docs/user/quick-start/) page
3131
shows you what you need to do to get up and running with kind.

0 commit comments

Comments
 (0)