Commit e4c19cc
authored
Handle FailedPrecondition errors from the control plane (#948)
The control plane may return a FailedPrecondition error when the cluster
is in an unexpected state -- when there are more than one pod for a
single IP address. The proxy currently retries these lookups ad nauseum.
This change updates the proxy's error handling to avoid retries when
this error is returned, as if the IP were a non-cluster resource.1 parent 7e27e5d commit e4c19cc
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
0 commit comments