Skip to content
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

[release-4.12] Serve NodePort services on secondary IP addresses #1865

Closed
wants to merge 8 commits into from

Conversation

zeeke
Copy link
Contributor

@zeeke zeeke commented Sep 8, 2023

dceara and others added 8 commits September 7, 2023 18:55
These will be used for per node NB configurations (e.g., load balancer
templates).

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
(cherry picked from commit 9ded3d8)
An upcoming commit will need to make some decisions based on the node
IP address family.  To avoid re-parsing nodeIPs, just store them as
net.IP.

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
(cherry picked from commit c258f60)
Asserting on `netexec` response to not containing errors
does not allow using retries, as the test would fail during
the first attempt.

Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
When a node gets a new IP addresses, node loadbalancers
should be updated to serve NodePort services on the new
address.

Update node_tracker.go to track both `host-addresses` and
`l3-gateway-config` IP addresses, as they are used in different
ways for building load balancers.

Add End2End test to control-plane suite.

Update load balancer unit tests to include a multi address node.

Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
For NodePort Services with ExternalTrafficPolicy = Local,
incoming connections shouldn't be DNATted to masqueradeIP.

Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
Refs: ovn-org/ovn-kubernetes#3328

Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
The test about NodePort services that are reachable on every
host IP address should reside in the Service suite.

Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
@openshift-ci openshift-ci bot requested review from dcbw and trozet September 8, 2023 07:46
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 8, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: zeeke
Once this PR has been reviewed and has the lgtm label, please assign jacobtanenbaum for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@zeeke
Copy link
Contributor Author

zeeke commented Sep 8, 2023

/retest

1 similar comment
@dcbw
Copy link
Contributor

dcbw commented Nov 21, 2023

/retest

Copy link
Contributor

openshift-ci bot commented Nov 21, 2023

@zeeke: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/security 6b1ef11 link false /test security

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci openshift-ci bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 20, 2024
@tssurya
Copy link
Contributor

tssurya commented Mar 6, 2024

/close

@openshift-ci openshift-ci bot closed this Mar 6, 2024
Copy link
Contributor

openshift-ci bot commented Mar 6, 2024

@tssurya: Closed this PR.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants