Skip to content

Commit 3e66d4b

Browse files
authored
Added note on m1 mac issues (#250)
1 parent 66875e5 commit 3e66d4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ This will automatically:
4747
3. Install the eoAPI helm chart
4848
4. Set up necessary namespaces and configurations
4949

50+
> [!WARNING]
51+
> Some images do not provide a `linux/arm64` compatible download (You may see image pull failures) which causes failures on M1 etc Macs, to get around this, you can pre-pull the image with:
52+
> ```
53+
> docker pull --platform=linux/amd64 <image>
54+
> minikube image load <image>
55+
> ```
56+
> You can then re-deploy the service and it will now use the local image.
57+
58+
5059
### Option 2: Step-by-Step Installation
5160
5261
If you prefer more control over the installation process:

0 commit comments

Comments
 (0)