Bug 1628075
| Summary: | [free-int] invalid username/password when pull ose-pod image | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Junqi Zhao <juzhao> |
| Component: | Unknown | Assignee: | Abhishek Gupta <abhgupta> |
| Status: | NEW --- | QA Contact: | Junqi Zhao <juzhao> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.x | CC: | vi4-weigert |
| Target Milestone: | --- | Keywords: | OnlineStarter |
| Target Release: | --- | ||
| 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: | 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
Junqi Zhao
2018-09-12 07:40:56 UTC
I'm seeing this for essentially every daemonset. See kubectl get ev -n openshift-sdn kubectl get ev -n openshift-node Those yield the same errors/events. This is likely the result of the docker auth token for registry.reg-aws.openshift.com expiring. There is a docker config.json local to each node that allows the kubelet to pull the sandbox image (ose-pod). It seems that one a subset of these nodes, the token has expired. This is an issue for any long lived cluster that 1) pulls ose-pod from a private registry and 2) registry auth uses tokens that expire Same problem here, there's a temporary solution? In addcition the problem started when I was working on my project, everthing was going normal, so this problema appears. I tried to recreate the project, deleted absolutelly every single thing of the old one and recreated everything, but the bug still there. Issue got solved, looks like that was a temporary problem. |