summarylogtreecommitdiffstats
path: root/kind.install
blob: 354888f068c709a63e71737e974860c06cb77112 (plain)
1
2
3
4
5
6
7
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; }