Lyra Naeseth

Results 5 comments of Lyra Naeseth

> And about the latest, we could certainly fix this for 0.43. @jpkrohling If I’m understanding this issue right, the fix in this repo would be update `DockerManifest` and add...

Ah I’m thinking about it a bit more and keeping the `latest` tag up to date is not quite so straightforward. We’d only want to update it when publishing a...

I noticed this is still true in EKS 1.21. I am confused why this annotation is applied to the CoreDNS pods in the first place – am I right in...

As noted in https://github.com/serde-rs/serde/pull/2017#issuecomment-903260861, the [`serde_with`](https://lib.rs/crates/serde_with) crate implements this as [`SerializeDisplay`](https://docs.rs/serde_with/latest/serde_with/derive.SerializeDisplay.html) and [`DeserializeFromStr`](https://docs.rs/serde_with/latest/serde_with/derive.DeserializeFromStr.html). Using that crate, the example in the original issue: ```rs use std::{fmt::{self, Display}, str::FromStr}; #[derive(Debug)] struct X;...

> How does App Mesh sidecar, also Envoy, get around with this issue? Is there anything AWS can make it generic for other network sidecars? Normally, the [App Mesh Kubernetes...