-
Notifications
You must be signed in to change notification settings - Fork 370
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
Fix Windows AddNodePort parameter error #4103
Conversation
/test-windows-proxyall-e2e |
Codecov Report
@@ Coverage Diff @@
## main #4103 +/- ##
==========================================
+ Coverage 64.42% 65.45% +1.02%
==========================================
Files 299 304 +5
Lines 45448 46604 +1156
==========================================
+ Hits 29281 30503 +1222
+ Misses 13799 13682 -117
- Partials 2368 2419 +51
|
/test-windows-proxyall-e2e |
4 similar comments
/test-windows-proxyall-e2e |
/test-windows-proxyall-e2e |
/test-windows-proxyall-e2e |
/test-windows-proxyall-e2e |
83ccf72
to
ac1b90f
Compare
/test-windows-proxyall-e2e |
/test-windows-proxyall-e2e |
ac1b90f
to
7580aa7
Compare
/test-windows-proxyall-e2e |
7580aa7
to
b2102f2
Compare
/test-windows-proxyall-e2e |
b2102f2
to
b1043f5
Compare
/test-windows-proxyall-e2e |
1 similar comment
/test-windows-proxyall-e2e |
b1043f5
to
e8d6fa9
Compare
/test-windows-proxyall-e2e |
e8d6fa9
to
5fda0d6
Compare
9956d82
to
bebebc5
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.
@hongliangl could you also take a look?
/test-windows-all |
VirtualServiceIPv4 is the wrong parameter for AddNodePort. It should be replaced by VirtualNodePortDNATIPv4 to match the correct IP destination. Signed-off-by: Shuyang Xin <[email protected]>
bebebc5
to
c489297
Compare
/test-windows-all |
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-all |
VirtualServiceIPv4 is the wrong parameter for AddNodePort. It should be replaced by VirtualNodePortDNATIPv4 to match the correct IP destination. Signed-off-by: Shuyang Xin <[email protected]>
VirtualServiceIPv4 is the wrong parameter for AddNodePort.
It should be replaced by VirtualNodePortDNATIPv4 to match the
correct IP destination.
Signed-off-by: Shuyang Xin [email protected]