From 3095b6504c05b018d50670189004701598dc0aa6 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 eaa407aab..aad43af03 100644 --- a/test/README.md +++ b/test/README.md @@ -138,6 +138,7 @@ environment. helm \ kubectl \ kustomize \ + qemu \ lima \ minio-mc \ velero \ @@ -145,7 +146,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)