Guard against possible race condition in new CNI #4560
Labels
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
TLDR:
The race condition is best described in the Istio design doc
Istio first solved the issue by labeling the broken pods with a specific label and then killing them (PR). However this approach causes additional churning during a node start. It also produces a number of errors in customer logs and lacks portability. So they switched to the taint controller approach implemented in this PR.
Possible solutions:
WDYT?
The text was updated successfully, but these errors were encountered: