add missing field kubeconfig

This commit is contained in:
2025-10-21 13:42:18 -04:00
parent 83fcf9e8ac
commit 035de57925
4 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ async fn main() {
let gateway_ipv4 = Ipv4Addr::new(10, 100, 8, 1);
let gateway_ip = IpAddr::V4(gateway_ipv4);
let topology = harmony::topology::HAClusterTopology {
kubeconfig: None,
domain_name: "demo.harmony.mcd".to_string(),
router: Arc::new(UnmanagedRouter::new(
gateway_ip,