summarylogtreecommitdiffstats
path: root/kind.install
diff options
context:
space:
mode:
Diffstat (limited to 'kind.install')
-rw-r--r--kind.install5
1 files changed, 4 insertions, 1 deletions
diff --git a/kind.install b/kind.install
index 354888f068c7..d9e3f54847ff 100644
--- a/kind.install
+++ b/kind.install
@@ -2,7 +2,10 @@
post_install() {
echo "\
Rootless docker/podman (with cgroups v2) is supported starting >=0.11.0
- Checkout the guide: https://kind.sigs.k8s.io/docs/user/rootless/"
+ Checkout the guide: https://kind.sigs.k8s.io/docs/user/rootless/
+
+ To use podman instead of docker, run
+ KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster"
}
post_upgrade() { post_install; }