-
Notifications
You must be signed in to change notification settings - Fork 612
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
support network ipam for compose #652
Conversation
2255ebc
to
1335023
Compare
1335023
to
48e0d4f
Compare
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.
Thanks
48e0d4f
to
6bf1994
Compare
Thanks, LGTM on green CI |
https://cirrus-ci.com/task/4883230380785664?logs=rootful_test#L215 |
6bf1994
to
bfa0b85
Compare
https://cirrus-ci.com/task/4506924338118656?logs=rootful_test#L214 |
I think that problem come from the TestComposeUpWithScale test nerdctl/cmd/nerdctl/compose_up_linux_test.go Line 297 in ed3d553
Scaled replicas are not removed with defer because they are not mentioned on docker-compose.yml but the svc itself is removed. This orphan cni config should make this error. I will try to test this tomorrow and make a fix to remove orphan container in the Compose svc |
0e2f189
to
bfa0b85
Compare
Please rebase |
bfa0b85
to
1baa889
Compare
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.
Thanks
Signed-off-by: ye.sijun <junnplus@gmail.com>
1baa889
to
3b76f02
Compare
Signed-off-by: ye.sijun junnplus@gmail.com
Fixes: #432
Thank #436