Yagiz Degirmenci

Results 24 comments of Yagiz Degirmenci

For a freshly created cluster and cert manager installation, the automatic signing no longer works. Cert Manager Version: **v1.15.3** Kubernetes version: **v1.30.3**

I'd also love to have an example of this. Technically using `AF_INET6` should be enough, but i couldn't find a struct in the library that i can build my own...

Thanks for the response, i'm leaving an example for future visitors. ```rust use std::net::IpAddr; use std::{collections::HashMap, str::FromStr}; #[tokio::main] async fn main() -> Result { let client = reqwest::Client::builder() .local_address(IpAddr::from_str("2001:0db8:85a3:0000:0000:8a2e:0370:7334")?) .build()?;...

I think we can close this @seanmonstar :+1: