summarylogtreecommitdiffstats
path: root/kind.install
diff options
context:
space:
mode:
Diffstat (limited to 'kind.install')
-rw-r--r--kind.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/kind.install b/kind.install
new file mode 100644
index 000000000000..354888f068c7
--- /dev/null
+++ b/kind.install
@@ -0,0 +1,8 @@
+# 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/"
+}
+
+post_upgrade() { post_install; }