-
Notifications
You must be signed in to change notification settings - Fork 20
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
Remove Subnet/SubnetSet Finalizer #769
Remove Subnet/SubnetSet Finalizer #769
Conversation
b69b21e
to
1652a33
Compare
7c8d783
to
2fb5e5e
Compare
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
927826a
to
aa23e65
Compare
aa23e65
to
251eb16
Compare
a74cabd
to
0fbef86
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.
Would be better if adding some testing done in the description.
By the way, would you know why the coverage report link does not show up in this PR?
Also remove the unused variable? nsx-operator/pkg/nsx/services/common/types.go Lines 110 to 111 in c1ef61a
|
da8e495
to
633087f
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.
Add 2 more nits
9ffd7e6
to
f25edd1
Compare
4b449d4
to
2cc98aa
Compare
/e2e |
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.
Find one more comment
f5ac307
to
1629917
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.
Overall LGTM, only 1 nit
Remove SubnetSet Finalizer Add unit-test for Subnet controller Signed-off-by: Wenqi Qiu <[email protected]> Signed-off-by: Wenqi Qiu <[email protected]>
c390e0d
to
0f72d32
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.
LGTM
This PR tries to fix the issue that Subnet CR deletion takes about 2 minutes (due to the NSX IP release issue), resulting in a prolonged Namespace deletion time.
Remove NetworkInfo Finalizer in #778
TestDone: