Skip to content

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

@ensonic

Description

@ensonic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/docsAffects docs or metadata (e.g. README)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions