Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
michelleN opened this issue Mar 18, 2024 · 1 comment
Open

Comments

@michelleN
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants