Hi, this is regarding the example off the following URL:
I just upgraded to the latest code today, commit: 08c2cba266ba5205a8c5341279ded49776f64cee, and ran the example. Platform Ubuntu 14.04 master. Ubuntu 15.04 minion.
The Cassandra docker containers never came up successfully. In fact they don't show up in the 'docker ps' command on Minion,: except the 'pause' part.
Here is the result from the master:
/usr/src/kubernetes/cluster# ./kubectl.sh get po
NAME READY STATUS RESTARTS AGE
cassandra 0/1 ExitCode:126 4 2m
cassandra-0en4h 0/1 ExitCode:126 4 2m
cassandra-btog7 0/1 ExitCode:126 4 2m
cassandra-gemwx 0/1 ExitCode:126 4 2m
And the pods restarted continuously ..
(My previous code, a few days older, didn't have this issue).
=================================================
Just to do a sanity check: I created nginx pods, and they came up fine
./kubectl.sh run my-nginx --image=nginx --replicas=2 --port=80
/usr/src/kubernetes/cluster# ./kubectl.sh get po
NAME READY STATUS RESTARTS AGE
my-nginx-1jduj 1/1 Running 0 24s
my-nginx-wp310 1/1 Running 0 24s