Skip to content

Commit

Permalink
docs: include minikube start notes (open-metadata#11442)
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 authored May 8, 2023
1 parent aaf92a9 commit 7c60c85
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ used is `default`.

{%/note%}

{%note%}

If you are using minikube to start a local kubernetes instance on Mac OS with M1 chipset, use the following command to start the cluster required for OpenMetadata Helm Charts to install locally (with docker desktop running as container runtime engine).

`minikube start --cpus=4 --memory=8192 --cni=bridge --driver=docker`

{%/note%}

## Quickstart

Assuming Kubernetes setup is done and your Kubernetes context points to a correct Kubernetes cluster, first we create
Expand Down

0 comments on commit 7c60c85

Please sign in to comment.