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

Extend CONTRIBUTING.md to describe how to try changes #114

Open
ensonic opened this issue Nov 29, 2022 · 0 comments
Open

Extend CONTRIBUTING.md to describe how to try changes #114

ensonic opened this issue Nov 29, 2022 · 0 comments
Labels
area/docs Affects docs or metadata (e.g. README)

Comments

@ensonic
Copy link
Contributor

ensonic commented Nov 29, 2022

I would expect something along the lines of:

in kind:
...

in full fledged cluster:

cd <src checkout>
REGISTRY=gcr.io/<my-gcr>
docker build --network=host --tag ${REGISTRY}/spicedb-operator:latest .
docker push ${REGISTRY}/spicedb-operator:latest
kubectl -n spicedb-operator set image deployment/spicedb-operator spicedb-operator=${REGISTRY}/spicedb-operator:latest
kubectl -n spicedb-operator delete pod -l app=spicedb-operator
@ecordell ecordell added the area/docs Affects docs or metadata (e.g. README) label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Affects docs or metadata (e.g. README)
Projects
None yet
Development

No branches or pull requests

2 participants