Skip to content

Instantly share code, notes, and snippets.

@tsonglew
Last active July 25, 2023 16:32
Show Gist options
  • Save tsonglew/82bb993a9cf81867f2d1dfc7fda42dab to your computer and use it in GitHub Desktop.
Save tsonglew/82bb993a9cf81867f2d1dfc7fda42dab to your computer and use it in GitHub Desktop.
docker-run-curve.sh
## a k8s operator tutorial: https://betterprogramming.pub/build-a-kubernetes-operator-in-10-minutes-11eec1492d30
# create kubernetes cluster in docker
kind create cluster --image=kindest/node:v1.21.2
# load curve2operator image to kind node
kind load docker-image curve2operator/curve-operator:v1.0.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment