Bug 1747523
| Summary: | [DR] kubelet takes a long time to retry updating status after a failed attempt | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Alay Patel <alpatel> |
| Component: | Node | Assignee: | Ryan Phillips <rphillips> |
| Status: | CLOSED NOTABUG | QA Contact: | Sunil Choudhary <schoudha> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.1.z | CC: | aos-bugs, gblomqui, jokerman, rphillips |
| Target Milestone: | --- | ||
| Target Release: | 4.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-12 01:54:59 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1743190 | ||
|
Description
Alay Patel
2019-08-30 17:17:17 UTC
DR scripts require a kubelet restart. I think we can close this issue, because the restart is documented. There are a number of errors in the cluster regarding the API endpoint and auth. ``` Aug 27 19:06:47 control-plane-2 hyperkube[113686]: 2019/08/27 06:30:48 auth: error contacting auth provider (retrying in 10s): discovery through endpoint https://172.30.0.1:443/.well-known/oauth-authorization-server failed: 404 Not Found ``` ``` Aug 27 19:06:07 control-plane-2 hyperkube[113686]: E0827 07:41:45.448582 13528 openshift-tuned.go:686] Get https://172.30.0.1:443/api/v1/nodes/control-plane-2: unexpected EOF ``` Are we still seeing this issue? |