From a0f9021967c8b0808cb601e2b9ee28ca34b3e1a0 Mon Sep 17 00:00:00 2001 From: "gaurav.prasad" Date: Mon, 26 Aug 2024 14:58:12 +0530 Subject: [PATCH] Updating readme for MAC specific changes --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b1775d3..9277bff 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,19 @@ drove -e http://drove.local:7000 apps scale TEST_APP-1 0 -w drove -e http://drove.local:7000 apps destroy TEST_APP-1 ``` +# MAC OS specific changes + +## Rancher desktop preferences +Please select below preferences in the Rancher desktop + +| Hardware | Volumes | Emulation | +|:-----------------|:--------:|----------------------------------:| +| Memory (GB): 4GB | virtiofs | Virtual Machine Type: VZ | +| # CPUs : 4 | | VZ Option: Enable Rosetta support | + +# Update etc hosts for lima-rancher-desktop +Add below line to `/etc/hosts` +``` +127.0.0.1 lima-rancher-desktop +```