Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 541 Bytes

Polygon Edge - Minikube

Running on M1 Mac

Prerequisites

Installation

brew install kubernetes-cli
brew install helm
brew install minikube

mkdir -p ./volumes/polygon-edge

# Start minikube with pre-configured volumes for polygon-edge
minikube start --mount=true \
  --mount-string=$(PWD)/volumes/polygon-edge:/polygon-edge \
  --mount-uid='100' --mount-gid='101'

kubectl create ns dev

helm upgrade --install -n dev supernets ./helm/supernets