Bug 1762137
| Summary: | Get error : "TLS handshake timeout" | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | zhou ying <yinzhou> |
| Component: | kube-apiserver | Assignee: | Stefan Schimanski <sttts> |
| Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.2.0 | CC: | aos-bugs, dhansen, ewolinet, mfojtik |
| Target Milestone: | --- | ||
| Target Release: | 4.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-01-23 11:07:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
zhou ying
2019-10-16 02:27:48 UTC
Similar to [1], I believe the test failure is due to a lack of resource capacity for the proxy created by the e2e-aws-proxy job. Eric Wolinetz increased the resource capacity of the proxy that gets created by the e2e-aws-proxy job. Please retest and update the bug based on your findings. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1761677 Ingress doesn't own or manage the API load balancer, that's created by the installer. The similarity to https://bugzilla.redhat.com/show_bug.cgi?id=1765276 is interesting. Moving over to the installer team. Could be the apiserver endpoint (as is possible in https://bugzilla.redhat.com/show_bug.cgi?id=1765276) or a networking issue. The error is from hitting the kube-apiserver. It appears that the external apiserver url is being used by the 2 failing tests. [1] removed the external apiserver from default noProxy list. `proxyconnect` does not appear in either "TLS handshake timeout failure" so the calls are not being proxied as expected. [2] was recently merged to revert [1]. Can you rerun the test with a payload that includes [2] and report back? [1] https://github.com/openshift/cluster-network-operator/pull/328 [2] https://github.com/openshift/cluster-network-operator/pull/388 Moving to MODIFIED to rerun the test and verify this as fixed. Build cluster on aws with proxy, run the automation on locally , can't reproduce the issue again. [zhouying@dhcp-140-138 origin]$ openshift-tests run-test "[sig-apps] CronJob should delete successful/failed finished jobs with limit of one job [Suite:openshift/conformance/parallel] [Suite:k8s]" ...... STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-apps] CronJob /home/golang/src/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/apps/cronjob.go:55 [It] should delete successful/failed finished jobs with limit of one job [Suite:openshift/conformance/parallel] [Suite:k8s] /home/golang/src/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/apps/cronjob.go:233 STEP: Creating a AllowConcurrent cronjob with custom successful-jobs-history-limit STEP: Ensuring a finished job exists STEP: Ensuring a finished job exists by listing jobs explicitly STEP: Ensuring this job and its pods does not exist anymore STEP: Ensuring there is 1 finished job by listing jobs explicitly STEP: Removing cronjob STEP: Creating a AllowConcurrent cronjob with custom failed-jobs-history-limit STEP: Ensuring a finished job exists STEP: Ensuring a finished job exists by listing jobs explicitly STEP: Ensuring this job and its pods does not exist anymore STEP: Ensuring there is 1 finished job by listing jobs explicitly STEP: Removing cronjob [AfterEach] [sig-apps] CronJob /home/golang/src/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Nov 26 15:23:31.096: INFO: Waiting up to 3m0s for all (but 100) nodes to be ready STEP: Destroying namespace "e2e-cronjob-2666" for this suite. Nov 26 15:23:32.372: INFO: Running AfterSuite actions on all nodes Nov 26 15:23:32.372: INFO: Running AfterSuite actions on node 1 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0062 |