docs: fix stale setup and contribution notes#2287
Merged
AndrewChubatiuk merged 1 commit intoJun 15, 2026
Merged
Conversation
a779ab1 to
53f1c20
Compare
AndrewChubatiuk
approved these changes
Jun 15, 2026
AndrewChubatiuk
left a comment
Contributor
There was a problem hiding this comment.
LGTM! Thanks for contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This cleans up a few stale setup notes.
Bug
docs/setup.mdtold users to runmake deploy-kind-olm, but that target is goneCONTRIBUTING.mdsaidmake test-e2euses minikube, while the Makefile runs Kindmake helpdid not listinstall-toolsand the Kind targets that the docs point people toFix
deploy-kind-olminstructiontest-e2enote to Kindinstall-tools,olm, and the Kind helper targetsRepro
mastermake deploy-kind-olmmake: *** No rule to make target 'deploy-kind-olm'. Stop.make helpdeploy-kindandinstall-toolsare missing there tooSummary by cubic
Cleans up stale setup and contribution notes and aligns docs with the current Kind-based workflow. Adds clearer target descriptions for local Kind and tooling tasks.
deploy-kind-olminstructions fromdocs/setup.md; clarified that release workflow produces OLM bundles.CONTRIBUTING.mdto notemake test-e2eruns on Kind.install-tools,olm, and Kind targets:ensure-kind-cluster,load-kind,deploy-kind,deploy-kind-no-build,undeploy-kind.Written for commit 53f1c20. Summary will update on new commits.