[esipp-e2e] Change service port to avoid collision#47986
[esipp-e2e] Change service port to avoid collision#47986k8s-github-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
/assign @nicksardo |
|
/retest |
4325d07 to
2cb9f5d
Compare
| // in other tests that run in parallel. | ||
| if len(svc.Spec.Ports) != 0 { | ||
| svc.Spec.Ports[0].TargetPort = intstr.FromInt(int(svc.Spec.Ports[0].Port)) | ||
| svc.Spec.Ports[0].Port = 8081 |
|
/lgtm |
|
Thanks! /assign @bowei |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MrHohn, bowei, nicksardo Associated issue: 47745 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
Automatic merge from submit-queue (batch tested with PRs 47650, 47936, 47939, 47986, 48006) |
|
Shouldn't this cherrypick to 1.7 branch since test - ESIPP [Slow] should only target nodes with endpoints is one of the most flaky test? cc/ @kubernetes/kubernetes-release-managers |
|
Removing label |
|
I'll do a batch cherrypick. |
|
@caesarxuchao Thanks! |
…#47986-#47152-#47860-#47945-#47961-#47986-#47993-#48012-#48085-upstream-release-1.7 Automatic merge from submit-queue Automated cherry pick of #47986 #47152 #47860 #47945 #47961 #47986 #47993 #48012 #48085 Cherry pick of #47986 #47152 #47860 #47945 #47961 #47986 #47993 #48012 #48085 on release-1.7. #47986: Change service port to avoid collision #47152: Kubelet doesn't override addrs from Cloud provider #47860: Make fluentd log to stdio instead of a dedicated file #47945: add level for print flags #47961: Bumped Heapster to v1.4.0-beta.0 #47986: Change service port to avoid collision #47993: Use a different env var to enable the ip-masq-agent addon. We #48012: Extending timeout waiting for delete node to become ready #48085: Move iptables logging in kubeproxy from Errorf to V(2).Infof
|
Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
What this PR does / why we need it: As #47745 (comment) indicates, changing service port in test to avoid collision.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #47745Special notes for your reviewer:
Release note: