Hi team,
Currently RustFS operator hardcodes IPv4: observability server ([0,0,0,0], port) at src/lib.rs:366, STS at :478, and the Tenant env defaults RUSTFS_ADDRESS=0.0.0.0:9000 / RUSTFS_CONSOLE_ADDRESS=0.0.0.0:9001 at workloads.rs:456/462
Given the industry is shifting towards IPV6, could we add IPV6 support? We can't make things work since we are on IPV6-only cluster.
Thanks!
Hi team,
Currently RustFS operator hardcodes IPv4: observability server ([0,0,0,0], port) at src/lib.rs:366, STS at :478, and the Tenant env defaults RUSTFS_ADDRESS=0.0.0.0:9000 / RUSTFS_CONSOLE_ADDRESS=0.0.0.0:9001 at workloads.rs:456/462
Given the industry is shifting towards IPV6, could we add IPV6 support? We can't make things work since we are on IPV6-only cluster.
Thanks!