summarylogtreecommitdiffstats
path: root/kind.install
diff options
context:
space:
mode:
authorml2021-05-20 02:35:02 +0200
committerml2021-05-20 02:35:02 +0200
commit91845e8827da10a5ac27c65c20be0a69faabfd37 (patch)
tree7152d488bbf35c7c4eb5f83fe43aa4550b7143d3 /kind.install
parentddcc6f36913c4628b1c768fc8b78f0e6b8daef99 (diff)
downloadaur-91845e8827da10a5ac27c65c20be0a69faabfd37.tar.gz
updpkg: kind 0.11.0-2
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; }