Eirik A

Results 370 comments of Eirik A

Should be possible now in https://github.com/kube-rs/kopium/releases/tag/0.21.1

> The ListParams struct is currently pretty loosely typed Yeah, the `ListParams` would probably need to have some `LabelSelector` type that could either be injected to and from the `ListParams`...

i am experimenting with a self-hosted renovate now. i have a fairly access constrained member account @sszynrae in here with the [minimal pat](https://docs.renovatebot.com/modules/platform/github/#running-using-a-fine-grained-token) hooked up, so hopefully it'll do something...

Played around a with this today.. It's basically almost working. I have an install script [similar to this](https://github.com/kube-rs/k8s-pb/pull/45/files#diff-6f8d9766389b8d657d3c35a2171c8814e4f71edc36e50cc1652ccaf8ac8ab7b3R1-R21) (but running on my own k3s) that adds the runtime dependencies, i...

Got it working. Sideloading a rustup install (via the rustup shell script) with rustfmt (despite rustc / cargo already existing) so we can get it installed. Feels inefficient, and takes...

Made it better. Renovate job now runs it's [own image now](https://github.com/clux/renovate) with all the deps installed running [this cronjob setup](https://github.com/clux/homelab/tree/main/charts/renovate) on my homelab. For improvements, please redirect therein.

presumably duplicate of #1594 ?

looks like it, closing. please reopen if there's something missing

for clarification, the problem here is that it works with native-tls but not rustls, right? some things that might get you on track); - have you tried using the helpers...

It's funny because we [do run the tests on both versions](https://github.com/kube-rs/kube/blob/1addf43fd6fe76795b5a26eed715b8815b8826a5/.github/workflows/ci.yml#L136-L236), but there's clearly a gap here since this got through. Thanks for raising.