forked from antrea-io/antrea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error log when agent fails to connect to K8s API (antrea-io#5353)
When agent fails to connect to K8s API, the previous error logs about empty PodCIDR has no basis, and it shouldn't suggest users to check kube-controller-manager configuration. This patch fixes the error logs by differentiating ErrWaitTimeout from other errors. Only the former means the PodCIDR is empty. Signed-off-by: Quan Tian <[email protected]>
- Loading branch information
Showing
2 changed files
with
63 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters