Jim Bugwadia

Results 68 issues of Jim Bugwadia

Currently we support cloning specific resources from a namespace. Would be good to have a way to copy / clone multiple resources from a namespace in a single rule. This...

enhancement
generation

**Is your feature request related to a problem? Please describe.** SLSA Level 3 compliance for the Kyverno build process **Describe the solution you'd like** Plan and execute steps to make...

enhancement

### Problem Statement Kyverno currently uses this wildcard library for basic glob support: https://github.com/kyverno/go-wildcard ### Solution Description Consider using a full-featured and well supported globbing library like: https://github.com/gobwas/glob ### Alternatives...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** To filter request types, currently requires a precondition. This works, but is a bit verbose. **Describe the solution you'd like**...

enhancement
good first issue

### Problem Statement The `kyverno test` command has its output nicely formatted: Whereas the `kyverno apply` command shows its output like this: ### Solution Description Add color and formatting to...

enhancement
good first issue
type:cli

### Problem Statement See: https://github.com/kyverno/KDP/blob/main/proposals/yaml_signing_and_verification.md ### Solution Description See: https://github.com/kyverno/KDP/blob/main/proposals/yaml_signing_and_verification.md Here are the planned tasks to complete the feature: - [ ] Implement `validate.manifest` rule for webhook - [ ]...

enhancement

### Problem Statement The `apiextensions.JSON` type allows any JSON object to be used in a CRD type. We have used this to allow conversions from deprecated formats, to new formats,...

enhancement

For performance, and to avoid throttling, its great to use client-go informers. However, the default implementation ends up caching all instances impacting memory usage. Would be great to investigate (lazily)...

enhancement

Kubernetes 1.19 allows returning warnings in API responses: https://kubernetes.io/blog/2020/09/03/warnings/?s=03 Perhaps we can use this to report policy violations?

enhancement
validation

from a test system: ``` ubuntu@ip-10-10-129-78:~$ kubectl get pods -A | grep kube-netc default kube-netc-5hrkd 1/1 Running 25 3d7h ubuntu@ip-10-10-129-78:~$ ```` ```` ubuntu@ip-10-10-129-78:~$ kubectl describe pod kube-netc-5hrkd Name: kube-netc-5hrkd Namespace:...

bug