From 771d64dbea2efe413d2fb84abb6c69fa0a247b27 Mon Sep 17 00:00:00 2001 From: Robbie Ostrow Date: Mon, 1 Jul 2024 08:18:35 -0700 Subject: [PATCH] [fix:documentation] Clarify autopath README (#6750) Signed-off-by: Robbie Ostrow --- plugin/autopath/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/autopath/README.md b/plugin/autopath/README.md index eedbf5ee7..64b022e0a 100644 --- a/plugin/autopath/README.md +++ b/plugin/autopath/README.md @@ -57,7 +57,7 @@ path) in the following case. To properly build the search path of a client *auto the namespace of the a Pod making a DNS request. To do this, it relies on the *kubernetes* plugin's Pod cache to resolve the client's IP address to a Pod. The Pod cache is maintained by an API watch on Pods. When Pod IP assignments change, the Kubernetes API notifies CoreDNS via the API watch. -However, that notification is not instantaneous. In the case that a Pod is deleted, and it's IP is +However, that notification is not instantaneous. In the case that a Pod is deleted, and its IP is immediately provisioned to a Pod in another namespace, and that new Pod make a DNS lookup *before* the API watch can notify CoreDNS of the change, *autopath* will resolve the IP to the previous Pod's namespace.