Last active
July 25, 2023 16:32
-
-
Save tsonglew/82bb993a9cf81867f2d1dfc7fda42dab to your computer and use it in GitHub Desktop.
docker-run-curve.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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