pepr icon indicating copy to clipboard operation
pepr copied to clipboard

Type safe K8s middleware for humans

Results 72 pepr issues
Sort by recently updated
recently updated
newest added

### feature request update the metrics exporting from pepr to include more relevant information, also make pepr emit open telemetry traces. also allow capabilities to extend both of these for...

enhancement
metrics

### Is your feature request related to a problem? Please describe. [Timeouts for admission webhooks default to 10 seconds](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#:~:text=The%20timeout%20value%20must%20be%20between%201%20and%2030%20seconds.&text=The%20timeout%20for%20an%20admission%20webhook%20defaults%20to%2010%20seconds.). Create analytics to inform the user when a timeout has occurred....

enhancement
metrics

### Environment Device and OS: Kubernetes App version: Kubernetes distro being used: Other: ### Steps to reproduce 1. The definition for `V1NetworkPolicyPeer` from `kubernetes/client-node` is wrong. ### Expected result ###...

### Environment Device and OS: App version: Kubernetes distro being used: Other: ### Steps to reproduce Create a Pepr module with the following capability: ```typescript import { KubeConfig, Exec }...

### Is your feature request related to a problem? Please describe. To enhance our testing suite and ensure backward compatibility with each new feature and release, we propose the creation...

enhancement

### Is your feature request related to a problem? Please describe. Define and document the backwards-compatibility rules that apply to Pepr for minor and releases. ### Describe the solution you'd...

documentation
enhancement
V1

### Is your feature request related to a problem? Please describe. `hello-pepr.ts` and `hello-pepr.samples.json` have gotten too big. ### Describe the solution you'd like - **Given** someone runs `npx pepr...

documentation
enhancement

## Recommendations - [ ] Add Pre-requisites to [Read.me](http://read.me/) - [ ] Add ```$ npm i -g pepr``` to [Modules page](https://github.com/defenseunicorns/pepr/blob/main/docs/module.md#module-development-lifecycle) - [ ] Add information about validating webhooks -...

documentation
good first issue

As we work through creating/publishing Pepr modules it would be good to have some explanation of the process for packaging a module for use: Some questions I don't know the...

documentation

### Is your feature request related to a problem? Please describe. Pepr has been mostly tested in smaller Kubernetes environments. We do some amazing integration work with k3d running on...

enhancement