Hi, we're observing the authentication request fail consistently for ~10 minutes after an API node has been shutdown.
We run multiple API nodes and bring one down at a time for updates, all other api nodes are accessible via our loadbalancer and we have confirmed the url used by the plugin operates correctly during this time.
However the vault plugin seems to hold onto a bad connection for 10 minutes and constantly fails all authentication attempts, after this period it operates correctly.
This is the response we see:
“https://{kube api url}/tokenreviews\“: context canceled”
We're using v1.12.3 of Vault