docs(cluster): add Kyverno Chainsaw testing guide - #759
Merged
Conversation
sxd
reviewed
Dec 19, 2025
Contributor
|
It might be worth looking at how we are restructuring the setup script for local testing. Ideally we could converge. |
Member
Author
|
@gbartolini That's great. Thanks. I'll probably refactor the test workflow, after cloudnative-pg/cloudnative-pg#9281 is merged. But for testing charts Kyverno Chainsaw works great. I also plan to add Chainsaw tests to the operator chart as well. |
litaocdl
force-pushed
the
docs/cluster-testing
branch
from
September 4, 2026 07:23
f84dad6 to
075fd11
Compare
Contributor
|
Hi @itay-grudev I have created a review patch based on this branch. Have a look on PR. |
Merged
Signed-off-by: Itay Grudev <itay@verito.digital>
Signed-off-by: Itay Grudev <itay@verito.digital>
Signed-off-by: Itay Grudev <itay@verito.digital>
mnencia
force-pushed
the
docs/cluster-testing
branch
from
September 9, 2026 08:57
134aae8 to
b372f5b
Compare
Fixing the doc with following. - update with cert-manager and barman-cloud-plugin setup( since whole suit needs this) - fixing broken link( installation of kyverno chainsaw) - fixing env vars Signed-off-by: Danish <danish.khan@enterprisedb.com>
mnencia
force-pushed
the
docs/cluster-testing
branch
from
September 9, 2026 08:59
b372f5b to
eeb260e
Compare
mnencia
approved these changes
Sep 9, 2026
gbartolini
approved these changes
Sep 9, 2026
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.
Add TESTING.md for the cluster chart. It explains how to set up a local kind cluster and run the full Chainsaw end-to-end test suite: operator install, Prometheus CRDs, cert-manager, Barman plugin, MinIO, then Chainsaw. Also includes tips for writing new tests.