Hi there!
I am trying to get lucida working on my machine, ubuntu 16.04, 8GB RAM, 2,3GHz, 4 cores, 200GB space
I installed docker as stated:
https://docs.docker.com/engine/installation/cloned the git repo from
https://github.com/claritylab/lucidachanged the hostPath within mongo-controller.yaml and qa-controller.yaml
and ran
sudo ./cluster_up_linux.sh
As
kubectl get pod
did not return any erros, i ran
start_services.sh
Getting the state of the containers via
kubectl get pod
results in
root@system-N24-25JU:~# kubectl get pod
NAME READY STATUS RESTARTS AGE
asrmaster-controller-dox2k 0/1 ContainerCreating 0 49m
asrworker-controller-z3svn 0/1 ContainerCreating 0 49m
asrworker-controller-zvrms 0/1 ContainerCreating 0 49m
ca-controller-5pdwi 0/1 ContainerCreating 0 49m
dig-controller-apulk 0/1 ContainerCreating 0 49m
face-controller-ub3lb 0/1 ContainerCreating 0 49m
imc-controller-rqfyw 0/1 ContainerCreating 0 49m
imm-controller-dupsl 0/1 ContainerCreating 0 49m
memcached-controller-l9b3f 1/1 Running 0 49m
mongo-controller-rtucu 0/1 ContainerCreating 0 49m
qa-controller-kdpt6 0/1 ContainerCreating 0 49m
web-controller-otaa2 0/1 ContainerCreating 0 49m
While setting everything up, i did this more than once.
In order to reset everything i stopped and deleted all docker container via
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
and rebooted the system.
In order to find the caus of these containers beeing stuck, i ran, e.g.:
kubectl describe pod asrmaster-controller-dox2k
[ ..... ]
Status: Pending
[ ..... ]
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment Variables: <none>
Well, this did not help me very much ..... . Any ideas what went wrong?