-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 23746: A pod never terminated if a container image registry was unavailable #8378
Conversation
[test] |
1 similar comment
[test] |
LGTM , thanks @ncdc for getting this cherry pick. |
[test] |
@derekwaynecarr I'm delegating to you to babysit the tests here :p |
[test] |
Hit kubernetes/kubernetes#22639 |
[test] |
2 similar comments
[test] |
[test] |
[test] |
[test] |
Approved |
[test] |
Conformance test failed due to an unrelated networking issue:
|
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/2941/) (Image: devenv-rhel7_3957) |
[merge] |
Evaluated for origin merge up to 984dde8 |
font awesome broken again @jwforres On Tue, Apr 12, 2016 at 3:55 PM, OpenShift Bot [email protected]
|
[test] |
Evaluated for origin test up to 984dde8 |
fontawesome fix merged |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/2941/) |
@ncdc How to make the pod status to "RegistryUnavailable" ? I use a unavailable registry for a pod, but it can't return this error "the registry is unavailable". |
@mdshuai it was @derekwaynecarr who did all the hard work researching this. Derek, do you have any suggestions for QE? |
the error would only occur if docker itself returned a 50x error. I do not know a reliable way to force docker to return this as using an unavailable registry would have been a 40x error. |
Fixes #8176
cc @smarterclayton @liggitt @derekwaynecarr