-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Bug 1828858: use LoadBalancers with ExternalTrafficPolicy set to Local #25406
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
Conversation
|
/test e2e-aws-upgrade |
|
/test e2e-aws-upgrade |
|
@aojea: This pull request references Bugzilla bug 1828858, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
DetailsIn response to this:
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. |
|
heh
and passed in aws |
|
this time it failed as always in GCP
/test e2e-aws-upgrade |
This was disabled in: openshift#25314
Signed-off-by: Antonio Ojea <aojea@redhat.com>
|
it' even worse now in GCP
/test e2e-aws-upgrade |
|
it failed again in GCP , passed in AWS
so, it seems we got lucky in the first try however, the number of connections errors is lower, but the disruption time is higher, that can be due to the LB health-check interval just curious @smarterclayton , any special reason to set ExternalTrafficPolicy to Cluster instead of Local for this test? |
|
/retest |
|
heh, it went through this time 👏 |
|
/lgtm /retest |
|
@aojea: This pull request references Bugzilla bug 1828858, which is valid. 3 validation(s) were run on this bug
DetailsIn response to this:
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. |
1 similar comment
|
@aojea: This pull request references Bugzilla bug 1828858, which is valid. 3 validation(s) were run on this bug
DetailsIn response to this:
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. |
|
/retest |
1 similar comment
|
/retest |
|
/assign @smarterclayton |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, knobunc, marun The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@aojea: All pull requests linked via external trackers have merged: Bugzilla bug 1828858 has been moved to the MODIFIED state. DetailsIn response to this:
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. |
|
/cherry-pick release-4.5 |
|
@aojea: new pull request created: #25516 DetailsIn response to this:
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. |
…icPolicyLocal Bug 1929396: Revert part of PR #25406 - use ExternalTrafficPolicyCluster
Use ExternalTrafficPolicy set to Local for the service used in the test
[sig-network-edge] Application behind service load balancer with PDB is not disruptedThis avoid that we do a double hop inside the cluster to reach the pod, since the traffic goes directly from the load balancer to the node that has the pod running.