Eirik A

Results 133 issues of Eirik A

### Current and expected behavior Currently we set up some very nice doc annotations for our optional features such as `ws`: https://github.com/kube-rs/kube/blob/bd14267f897ae6e21ef32e83b7b5a9b8652a5044/kube-client/src/api/remote_command.rs#L100 These show up perfectly on [docs.rs/kube-client](https://docs.rs/kube-client/latest/kube_client/api/struct.AttachParams.html) > Available...

bug
question
docs

### What problem are you trying to solve? A thing that continually comes up in the concept of controller testing is being able to run the reconciler and verify that...

help wanted
question
automation

### Would you like to work on this feature? maybe ### What problem are you trying to solve? Currently, our `Controller` machinery creates watch streams and a single `reflector` for...

help wanted
runtime
umbrella

### What problem are you trying to solve? Reading this blog post: https://metalbear.co/blog/writing-a-kubernetes-operator/ on how to set up an [extension apiservice](https://kubernetes.io/docs/tasks/extend-kubernetes/setup-extension-api-server/) with kube, most of how this is done looks...

blocked
core

### What problem are you trying to solve? We are currently trying to solve the watcher stream re-use between multiple embedded controllers for #1080. A promising starting point has propped...

question
runtime
core

Want to use a less ancient version of tarpaulin and get new features. - [ ] Bump to latest (currently 0.25.0) from our pin at [0.18.5](https://github.com/xd009642/tarpaulin/releases/tag/0.18.5) from Nov 2021 -...

help wanted
automation

so that people can do https://github.com/kube-rs/controller-rs/blob/8bcd4b2a758178fe1a89580bcb0e05fb540e6e61/src/fixtures.rs#L131 without importing `http-body-util` (a new crate from most people POV) (builds locally, for demostrative purposes)

i was expecting this part to work now, the tag chosen [has arm](https://hub.docker.com/layers/clux/muslrust/1.78.0-nightly-2024-02-26/images/sha256-fb5c90cf0c2efccc58e67b74f8d42b763b71d87d929a3debcb0d36bd7f37917d?context=repo) however it fails in the container with: ``` just compile qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such...

via suggestion in [upstream kubeconform repo](https://github.com/yannh/kubeconform). if this doesn't work or requires login we could also use [this action](https://github.com/yokawasa/action-setup-kube-tools) but it's a bit opinionated and un-upgradeable (pins in awkward field)...