-
Notifications
You must be signed in to change notification settings - Fork 387
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
Automated cherry pick of #6944: Reconcile host-network Pods after agent is #6970
base: release-2.1
Are you sure you want to change the base?
Automated cherry pick of #6944: Reconcile host-network Pods after agent is #6970
Conversation
/test-all |
/test-windows-all |
@antoninbas could you take a look at this cherry-pick PR? Since the patch release 2.1.1 is still on-going, I suppose we can wait this one to merge and update the release log of v2.1.1? |
@luolanzone The cherry-pick looks good to me, but the Windows tests failed |
Hi @antoninbas , the failure is caused by a docker image pulling failure because of one domain is blocked in our CI env. Shuyang submitted a request to allow the domain yesterday, it's now moving forward, but we may need to wait for now. @XinShuYang can you rerun the CI in this PR when the env is recovered? Thanks. |
Sure, I will rerun the test once the request is approved. |
/test-windows-all |
/test-windows-e2e |
1 similar comment
/test-windows-e2e |
This change is to support reconciling the host-network Pods on Windows because k8s expects to let CNI manage such Pods as long as they are not using host-process containers. Antrea received the CmdAdd request for such Pods when they were created, so they should be included in the Pod reconcile list after agent is restarted. Signed-off-by: Wenying Dong <[email protected]>
b3f8fb1
to
ef3bce9
Compare
/test-all |
/test-windows-e2e |
1 similar comment
/test-windows-e2e |
After the image issue was fixed, there were still errors in new test |
/test-windows-e2e |
3 similar comments
/test-windows-e2e |
/test-windows-e2e |
/test-windows-e2e |
/test-windows-conformance |
Cherry pick of #6944 on release-2.1.
#6944: Reconcile host-network Pods after agent is
For details on the cherry pick process, see the cherry pick requests page.