-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perform cleanup before running antrea-agent #4277
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4277 +/- ##
==========================================
- Coverage 63.17% 63.14% -0.03%
==========================================
Files 388 388
Lines 55129 55145 +16
==========================================
- Hits 34825 34823 -2
- Misses 17731 17761 +30
+ Partials 2573 2561 -12
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Before running the antrea-agent, validate whether ovs configuration is in good state. If there is an error, cleanup ovs configuration and then start antrea-agent. Also fix typo and style issues. Also update documentation. Fixes antrea-io#4122 Signed-off-by: Anand Kumar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/skip-networkpolicy |
Before running the antrea-agent, validate whether ovs configuration is in good state. If there is an error, cleanup ovs configuration and then start antrea-agent. Also fix typo and style issues. Also update documentation. Fixes antrea-io#4122 Signed-off-by: Anand Kumar <[email protected]>
Run cleanup before running antrea-agent service
Before running the antrea-agent, validate
whether ovs configuration is in good state.
If there is an error, cleanup ovs configuration
and then start antrea-agent.
Also fix typo and style issues.
Also update documentation.
Fixes #4122
Signed-off-by: Anand Kumar [email protected]