Chip Zoller

Results 118 issues of Chip Zoller

### Kyverno Version 1.11.4 ### Kubernetes Version 1.27.x ### Kubernetes Platform K3d ### Kyverno Rule Type Mutate ### Description Kyverno appears to perform some level of processing of all Pods...

bug
mutation-existing

**Is your feature request related to a problem? Please describe.** Kyverno does not perform proper validation on policies to ensure that opening `{{` also have closing `}}` for JMESPath statements....

enhancement
JMESPath

### Problem Statement A GCE will fail and go not ready, thereby causing any policies which reference it to go not ready, upon receiving the first failure to perform an...

enhancement
global context

### Kyverno Version 1.11.4 ### Kubernetes Version 1.27.x ### Kubernetes Platform K3d ### Kyverno Rule Type Validate ### Description We have a policy validation check in the webhook which returns...

bug

### Kyverno Version 1.11.4 ### Kubernetes Version 1.27.x ### Kubernetes Platform K3d ### Kyverno Rule Type Mutate ### Description The mutation results are different in a `foreach` loop depending on...

bug
mutation
foreach

### Problem Statement There are tests today for `kyverno test` but nothing for `kyverno apply`. This allows regressions to occur such as the one with PR #4502. ### Solution Description...

enhancement
good first issue
type:cli
test
cli:apply

### Problem Statement The new Service call feature in 1.10 doesn't appear to support custom headers. This is required for the use case of calling to the Kubernetes API `SelfSubjectAccessReview`...

enhancement
API Call

### Problem Statement As covered in #5642, it seems clear we need to reintroduce periodic background scans. Prior to 1.8, there was a container flag named `backgroundScan` the value of...

enhancement
reports
release-medium

### Problem Statement Results in policy reports come from two possible sources: admission reviews or background scans. Depending on the policy/rule, it may not be possible to enable both (ex.,...

enhancement
good first issue
reports

### Problem Statement The `foreach` ability covers validate and mutate rules, but not generate. There are use cases where a single "trigger" resource should result in the creation of multiple...

enhancement
generation
foreach
release-high