Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix install_cni_chaining not creating CNI conf correctly in some cases (
#6506) (#6509) The chaining CNI conf was not created correctly under two conditions: 1. If there is non CNI conf file in the directory, like a kubeconfig required by the primary CNI. 2. If the CNI conf file is created but not completely written yet. The patch ensures it only selects valid CNI conf and waits for it to be written before using it to create the chaining CNI conf. Signed-off-by: Quan Tian <[email protected]>
- Loading branch information