-
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
oc cluster up --service-catalog=true timing out on web-console #18046
Comments
Output of
|
Output of
|
|
the
|
|
Tried to login as
|
I tried some of the following things too:
They all resulted in the same scenario. |
|
@sjenning #18046 (comment) this looks weird, why would eviction manager delete the image for web console? @jwforres something you experienced already with cluster up? |
@spadgett since I think he was part of the discussion around this yesterday |
Upstream issue mentioning eviction trying to free all the memory in the world |
Turns out the immediate reclamation of all possible images when disk pressure it hit is the expected behaviour The pod is getting evicted to due to disk pressure. Can you provide the output of |
@sjenning interesting:
it can be seen in this comment as well: #18046 (comment) |
|
@jmrodri ah ok. So you are probably hitting imageGC and eviction. You can either:
https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/#hard-eviction-thresholds Unfortunately, I don't think |
@sjenning deleted a bunch of stuff, got the drive down to |
@jmrodri glad to hear it. I'm going to close this then. If you want to see some way to pass node options through |
I have the same Problem, but with 208GB (99%) free so do you have another Idea? |
I also have the same problem.
and after around 10 minutes ends up with Using Fedora 28 with the newest updates (origin-clients-3.9.0-2.fc28) |
It seems to be related to the version of docker. |
You are right. It works after a downgrade. |
@marusak, I have the same problem too. I run actually docker-1.13.1-102.git7f2769b.el7.centos.x86_64. In your last comment you specified a version not working and another one working but you have put the same version for both. So which version was working exactly? |
Ah, that is typo. I am sorry, but I have no idea today anymore. But I guess it was something around that |
[provide a description of the issue]
Version
oc v3.9.0-alpha.1+a027e963-84
kubernetes v1.9.0-beta1
features: Basic-Auth GSSAPI Kerberos SPNEGO
Steps To Reproduce
Current Result
Expected Result
Additional Information
[try to run
$ oc adm diagnostics
(oroadm diagnostics
) command if possible][if you are reporting issue related to builds, provide build logs with
BUILD_LOGLEVEL=5
][consider attaching output of the
$ oc get all -o json -n <namespace>
command to the issue][visit https://docs.openshift.org/latest/welcome/index.html]
The text was updated successfully, but these errors were encountered: