From 22659c7803e71099aa6316274ed1d4ad7a5ccb20 Mon Sep 17 00:00:00 2001 From: Florian Franzen Date: Tue, 27 Aug 2024 18:05:06 +0200 Subject: [PATCH] readme: mention need for outdate podman --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 21d19da9f..d54f1e5c7 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ Zombienet project has it's own `k8s` cluster in GCP, to use it please ping ### With Podman +__:warning: Zombienet currently only supports podman v2 or older, for newer version you will need to apply [this patch](https://github.com/paritytech/zombienet/issues/827#issuecomment-1592000242) manually! :warning:__ + Zombienet supports [Podman](https://podman.io/) *rootless* as provider, you only need to have `podman` installed in your environment to use and either set in the *network* file or with the `--provider` flag in the cli. `Podman` for `zombienet` is currently only supported for Linux machines.