Eddie Zaneski

Results 23 issues of Eddie Zaneski

### Describe what should be investigated or refactored As of opening this issue there are ~50 uses of `context.TODO` throughout the codebase. We should refactor these library functions to accept...

tech-debt 💳
breaking-change 💔

The KEP template has grown to a point where a majority of the sections are primarily focused on API server enhancements and are less relevant to others. This is a...

sig/architecture
area/enhancements

As far as I can tell, the only way to build a fully statically linked rust binary for use with multi stage build and static is to use the build...

Node.js was not designed to run as PID 1 and doing so causes headaches. We should explore adding an init system of some sort -- the node docs recommend tini....

bug

## Description Currently the build process for pepr builds the code outside of the container and then copies the transpiled code in. This PR changes the build process to run...

## Description This PR fixes the link to the contributor guide in the PR template. ## Related Issue Fixes # Relates to # ## Type of change - [ ]...

### Enhancement Description - One-line enhancement description (can be used as a release note): Implement a .kuberc file to separate user preferences from cluster configs. - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/3104-introduce-kuberc/README.md...

sig/cli
stage/beta
tracked/yes
lead-opted-in

### SIG/WG name: SIG CLI ### Onboarding Lead(s): @mpuckett159, @koba1t ### Offboarding Lead(s): @natasha41575 ### Link to discussion: https://groups.google.com/g/kubernetes-sig-cli/c/ktzHIezCOb4 ### Prerequisites for new leads: - [X] Are a [Kubernetes Org...

sig/cli
lifecycle/rotten

It currently appears that our dev variants inherit their running user from the standard `:latest` config which is mostly `nonroot` (see #1240). According to @kaniini, the philosophy behind `:latest-dev` variants...

needs-triage

There are a handful of images that are currently running as root (`runs-as: 0`) that probably shouldn't be. https://github.com/search?q=repo%3Achainguard-images%2Fimages+path%3Aimages%2F**%2F*.yaml+%22run-as%3A+0%22&type=code&p=1 A few notable ones: - go - clang - pulumi (originally...

needs-triage