Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance HNS network initialization (#5841)
The current windows agent initialization couldn't guarantee that the `EnableHNSNetworkExtension` was executed after creating the HNS network. In certain corner cases where the Windows agent pod was restarted after creating HNS network, the agent might miss executing `EnableHNSNetworkExtension`. To address this issue, this enhancement runs `EnableHNSNetworkExtension` even if the HNS network has been created, which ensures the OVS Extension is properly enabled. Signed-off-by: Shuyang Xin <[email protected]>
- Loading branch information