Eirik A

Results 143 issues of Eirik A

Since it's annoying to keep not encouraging multi-stage builds because you cannot reuse a build cache effectively (unless you use cargo-chef in like 4 layers), we should try to get...

enhancement

Similar issue as before, and others have reported it too: https://github.com/sgrif/pq-sys/issues/27 This is why `libpq` is pinned to latest 11 release. we could upgrade, if pq-sys actually merged the fix...

help wanted

As energy use and costs for `arm64` compute is lower than ever (e.g. [aws graviton](https://aws.amazon.com/ec2/graviton/)), it makes sense to provide an `arm64` tagged build if possible/necessary. Do not have a...

enhancement
help wanted

Some of the C libraries in here are potentially less necessary down the line as rust alternatives gain complete majority and stability. Only two candidates for removal ### curl As...

help wanted
question

trr-int is currently labelled as a `push` attribute, meaning it can be more than one per media stream, but this seems unlikely from reading rfc4585. also, trr-int basically pass the...

question

In many places we use `(\w*)` or less commonly `(.*)` as a shorthand for what [rfc4566](https://tools.ietf.org/html/rfc4566)'s definition of a `token`: ``` token-char = %x21 / %x23-27 / %x2A-2B / %x2D-2E...

Hey, this tool is pretty awesome thanks a lot! Not sure if this is a sensible suggestion or not, but it feels like a semi-common pattern to have [some quick...

enhancement

Subresources have a lot of special case logic, that is not easily derivable from `k8s_openapi`. So far we have implemented (see [subresources.rs](https://github.com/clux/kube-rs/blob/master/kube/src/api/subresource.rs)): - [x] pods/eviction (impl in #393) - [x]...

help wanted
api
client-gold

A semi-mirror the [predicates from controller-runtime](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/predicate) that allows filtering `watcher` streams. Removed scope regarding controllers. scrapped standalone idea PoC for predicates that allow short-circuiting `reconciler` runs if nothing important has...

changelog-add

We plan to provide a series of stability guarantees, policies, and a stable governance via [CNCF](https://www.cncf.io/sandbox-projects/), for kube-rs going forward. This is an umbrella issue tracking progress and major outstanding...

umbrella