Please refer to the original github.com/ethpandaops/ethereum-package for detailed explanation of each paramter.
- Follow the installation guide on ethpandaops/ethereum-package
- Install docker, kubectl, and minikube and follow the steps to configure the setup as in the guide to running Kurtosis in Kubernetes
- Configure the image pull policy in Kubernetes so that it does not always pull from remote
imagePullPolicy: IfNotPresent
- Pull the repos and build their images locally
- Upload images to minikube
- Run the launch script
chmod +x ./launch.sh && ./launch.sh