From a5892607150b6bc281329b7a2f28b5f885b7dbbb Mon Sep 17 00:00:00 2001 From: Parikshith Date: Wed, 29 Jan 2025 08:05:15 -0500 Subject: [PATCH] drenv(macOS): Update lima to 1.0.4 & install qemu dependency * Tested with env/regional-dr.yaml cluster creation on mac * Updated lima version in test/README.md * Updated test/README.md to install qemu for macOS due to lima dependency with qemu ([issue #3169](https://github.com/lima-vm/lima/issues/3169)) Signed-off-by: Parikshith --- test/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index a95412807..f06da4009 100644 --- a/test/README.md +++ b/test/README.md @@ -149,6 +149,7 @@ environment. helm \ kubectl \ kustomize \ + qemu \ lima \ minio-mc \ velero \ @@ -156,7 +157,7 @@ environment. ``` lima version 1.0.0 or later is required, latest version is - recommended. + recommended. Tested with lima version 1.0.4. 1. Install the `clusteradm` tool. See [Install clusteradm CLI tool](https://open-cluster-management.io/getting-started/installation/start-the-control-plane/#install-clusteradm-cli-tool)