Skip to content

Commit

Permalink
docs: small update to contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Oct 20, 2024
1 parent 9490497 commit 05d1723
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,10 @@ Note: this is an example with `operator-v1`. Repeat the same steps for all the o
./scripts/bump.sh operator-v2
./scripts/bump.sh operator-v2-with-tests


# 2) Test that the new version works.
# 2) Test that the new version works (for each folder: operator-v1, operator-v2 and operator-v2-with-tests).
# Note: for this step, you will need a running Kubernetes cluster.
make test

kind create cluster
kubectl cluster-info --context kind-kind
kubectl get nodes
Expand Down

0 comments on commit 05d1723

Please sign in to comment.