chainsaw icon indicating copy to clipboard operation
chainsaw copied to clipboard

Declarative K8s e2e testing

Results 51 chainsaw issues
Sort by recently updated
recently updated
newest added

### Describe your question I have ConfigMap data that I want to verify is correct. The content might include interpolated values, like the namespace. `(join('-', [$values.myvar, 'hardcoded-suffix']))` works fine for...

question

### Describe your question Hi there, I'm trying to create reusable (StepTemplate) building blocks and have the following: ```yaml apiVersion: chainsaw.kyverno.io/v1alpha1 kind: Test metadata: name: basic-test spec: bindings: - name:...

question

### chainsaw version Version v0.2.8 ### Description the operation resource file is relate to template, in test will not find the resource file ``` apiVersion: chainsaw.kyverno.io/v1alpha1 kind: StepTemplate metadata: name:...

bug

### Describe your question | 13:23:14 | superkruise.virtualcluster.sample.001 | step-2 | CMD | RUN | === COMMAND /usr/local/bin/kubectl wait virtualclusters.v1alpha1.clusters.superkruise.io --for=delete virtual-cluster-001 -n chainsaw-ultimate-viper -o yaml --timeout 1m0s | 13:23:14...

question

## Explanation Add inconclusive test support.

release notes required
documentation required
cherry-pick required

## Explanation Fix broken links in v1alpha2 docs.

release notes required
cherry-pick required

## Explanation Add cluster in logger.

### chainsaw version Version v0.2.4 ### Description I'm trying to generate a JSON report to then parse for errors but the report is never being generated. I'm [following the docs...

bug

### Problem Statement We have a multi-cloud multi-cluster environment. We want to do a multi-cloud istio test Current approach is something like: `chainsaw test --cluster aws=${HOME}/.kube/boxed-config.yaml:sbx-aws --cluster gcp=${HOME}/.kube/boxed-config.yaml:sbx-gcp --selector chainsaw.nwboxed.com/multi-cloud=enabled...

enhancement

## Explanation In https://github.com/kyverno/chainsaw/issues/1537 I started looking into error reporting from `chainsaw` to use in some other tooling. I ended up finding that errors from individual steps were not being...