spinkube / documentation

Site and Docs for the SpinKube community project
https://www.spinkube.dev/
Apache License 2.0
13 stars 22 forks source link

add instructions for building image and loading into cluster locally #123

Open michelleN opened 4 months ago

michelleN commented 4 months ago

https://www.spinkube.dev/docs/spin-operator/tutorials/running-locally/#running-spin-operator

Our current running locally guide instructs folks to use make run to run the operator locally. That's great for inner loop development. We probably want to add guidance somewhere on that page on how to build and deploy the spin operator locally as well. That involves building the spin-operator dev image (make docker-build), load into k3d cluster (k3d images load -c <cluster_name> <image>) , and deploy (make deploy)

ThorstenHans commented 4 months ago

IIRC that's intentional to address inner loop dev. However there is the "Running on a Cluster guide" at https://www.spinkube.dev/docs/spin-operator/tutorials/running-on-a-cluster/ and a dedicated article on how to build and share a custom Spin Operator image at https://www.spinkube.dev/docs/spin-operator/tutorials/share-operator-image/

I'll look into that one and try to make those guides more self-explaining and link the "Share Spin Operator Image" page from both guides.

WDYT @michelleN

bacongobbler commented 2 weeks ago

FYI, new locations are here: