Closed agajdosi closed 5 years ago
this consistently results for me in not being able to run any CDK on my Mac. As soon as OpenShift v3.11.X is used as base image in it, cdk times out at startup (see errors above) and OpenShift within it remains in a semi-functional state: ex. Web-UI is not accessible, builds are not triggered and thus no pods get created. Accessing the REST endpoint works though but is then pretty useless.
I could reproduce this one put of 5 times I tried. Not sure what causes this failure. My guess is that it is some kind of timing issue and network speed for downloading the required containers triggers the issue somehow. I am trying to find out more on this.
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten /remove-lifecycle stale
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting /reopen
.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Exclude this issue from closing again by commenting /lifecycle frozen
.
/close
@openshift-bot: Closing this issue.
Follow up issue for not fixed #20617.
cluster up
is not stable on some machines, on some it even fails constantly. I would go for OpenShift 4 and installer, however as Minishift/CDK has to be supported for a while, it would be great to improve the stability ofcluster up
on which CDK depends.The issue is that
cluster up
often fails while waiting for response of API server:After that I have checked cluster containers and found out that hypershift container has exited with code 2 during the deployment and does not go up:
Not sure why it failed, but here are the logs:
Version
v3.11.0
Steps To Reproduce
Current Result
cluster up
fails, hypershift container is not runningExpected Result
cluster up
succeeds, hypershift container is up and runningAdditional Information
[try to run
$ oc adm diagnostics
(oroadm diagnostics
) command if possible] [if you are reporting issue related to builds, provide build logs withBUILD_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]