Eirik A
Eirik A
Yeah. Tbh, this is a reason why parts of me wants to drop k8s-openapi's version choice and turn it into fixed `latest` because the runtime is way more important than...
Have done a bit of testing of two competing metrics crates (the ones i would use personally): - `measured` in #71 - `promethus_client` in #72 The end result is not...
Did some digging and I can indeed find one pod whose req/limits for cpu/mem respectively in the same column shows: ``` ns one-pod-xxxx 151m (0%) 4500m (28%) 195454566400m (0%) ```...
oh, wait, i see now, in my root yaml it says: ```yaml requests: cpu: 1m memory: 0.1Gi ``` which means 0.1Gi of memory gets converted to millibytes because it's not...
The warning is probably missed for most people who are using an automated CI environment; no one sees it unless it prevents it from being applied. > or if it...
Possibly two problems here; - the status struct is not generated (looks like it) - the (would-be) preserve-unknown Map type is not checked for before linking it with a `#[kube(status...
noting for the future; an object generation fix that could be potentially relevant to this just went in in https://github.com/kube-rs/kopium/pull/363 at the very least it's making the object extraction more...
this seems sensible to me. if it's 100% pure rust, we wouldn't technically need to add anything in this image, right?
Take a look at the [removal change](https://github.com/clux/muslrust/commit/80f4e220997c40aac1a69a6ef7eb2dacb457440f). In particular the openssl build deps, the curl openssl && make step, and the extra evars at the end.
to be clear, i don't actually want openssl included in this image either. if you want openssl in the image, that's up to a fork. if `rustls-openssl` works without it,...