From 05d17231ed0abce3d2d5edd17ba0e07c2a1458ca Mon Sep 17 00:00:00 2001 From: leovct Date: Sun, 20 Oct 2024 17:15:20 +0200 Subject: [PATCH] docs: small update to contributing docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5af6167..5d01172 100644 --- a/README.md +++ b/README.md @@ -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