Chip Zoller
Chip Zoller
### Problem Statement Current output of the `kyverno apply` command does not show how to apply a policy/policies to a folder of resources. ### Solution Description Add the following so...
### Problem Statement `kyverno test` always outputs colorized output making it slightly cumbersome to remove the ANSI color codes for automation. ### Solution Description Create a flag that, when passed...
### Kyverno Version 1.7.2 ### Kubernetes Version 1.23.x ### Kubernetes Platform K3d ### Kyverno Rule Type verifyImages ### Description Attempting to verify an image signed with a GCP KMS key...
**Is your feature request related to a problem? Please describe.** A triggering resource and its generated resource very often share an linked life cycle where one follows the other. Today...
**Is your feature request related to a problem? Please describe.** When creating a mutation policy that mutates the `.status` object, nothing occurs due to Kyverno trying to update the parent...
### Kyverno Version 1.7.2 ### Kubernetes Version 1.23.x ### Kubernetes Platform K3d ### Kyverno Rule Type Mutate ### Description At least one (`request.roles`) and assumed to be other [pre-built variables](https://kyverno.io/docs/writing-policies/variables/#pre-defined-variables)...
**Is your feature request related to a problem? Please describe.** Writing policies that aren't documented (or with samples) or are complex or unusual can be difficult (no schema validation makes...
### Problem Statement Can't find an issue for this so creating one now. Close and link if someone finds one. This problem has come up a couple times now whereby...
### Kyverno Version 1.7.1 ### Kubernetes Version 1.23.x ### Kubernetes Platform K3d ### Kyverno Rule Type Generate ### Description A generate rule where the resource contents are specified in the...
### Kyverno CLI Version 1.6.x ### Description In the webhook, when Kyverno sees an image with no tag it will internally assume a tag of `latest`. This is not happening...