-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add a generic OpenShift template #2115
Comments
Running I'd say this is normal and I do not see how a template might help. @tdiesler do you have any specific idea how a template could help here? I think the only thing we can do is to note in the documentation that pulling may take a few minutes. We could perhaps also describe a way to check that the image is really being pulled so that users can be sure that there is no other problem. kubernetes/kubernetes#19077 says that image pulling state can be seen in the output of
Note the |
I think the original purpose of having this issue was to address #1392. By default, there are no liveness / readiness probes configured so OpenShift has no concrete means of knowing whether the pod should be considered up and ready. It may be that my work in 7c9c673 is enough to satisfy this. Although, having a template would mean that we could define probes without the user having to do it manually. |
OK, let me prepare a template with health checks |
On OpenShift 3.6, with
the pod was stuck in state pending for more than 5min. Then, after 13min it magically started running. We may want to use a template for more predictable behaviour.
Ideally, user experience should not suffer.
The text was updated successfully, but these errors were encountered: