summarylogtreecommitdiffstats
path: root/kind.install
diff options
context:
space:
mode:
Diffstat (limited to 'kind.install')
-rw-r--r--kind.install9
1 files changed, 5 insertions, 4 deletions
diff --git a/kind.install b/kind.install
index d9e3f54847ff..1a970b73d149 100644
--- a/kind.install
+++ b/kind.install
@@ -1,11 +1,12 @@
# vim: ft=bash
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/
+ To use podman instead of docker:
+ systemd-run --setenv=KIND_EXPERIMENTAL_PROVIDER=podman --scope --user kind create cluster
- To use podman instead of docker, run
- KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster"
+ For explanation see:
+ https://github.com/kubernetes-sigs/kind/pull/2981
+ https://github.com/kubernetes-sigs/kind/issues/2872"
}
post_upgrade() { post_install; }