diff --git a/agones/src/xds.rs b/agones/src/xds.rs index a9a6757409..221f785264 100644 --- a/agones/src/xds.rs +++ b/agones/src/xds.rs @@ -182,7 +182,7 @@ filters: .as_mut() .map(|annotations| annotations.remove(token_key).unwrap()); gameservers.replace(name.as_str(), &pp, &gs).await.unwrap(); - + debug_pods(client, "role=proxy"); // now we should send a packet, and not get a response. let mut failed = false; for i in 0..30 {