redspread / spread

Docker to Kubernetes in one command
https://coreos.com
Apache License 2.0
1.84k stars 83 forks source link

Endless 'Waiting for load balancer deployment...' #158

Open jtslear opened 8 years ago

jtslear commented 8 years ago

I'm unable to follow the basic tutorial. On a clean kubernetes install:

6s kube-mattermost master % spread deploy .
Deploying 3 objects using the default context.
Waiting for load balancer deployment...
^C
2m34s kube-mattermost master % kubectl get all
NAME                   DESIRED      CURRENT       AGE
mattermost-app         1            1             2m
NAME                   CLUSTER-IP   EXTERNAL-IP   PORT(S)    AGE
kubernetes             10.0.0.1     <none>        443/TCP    3m
mattermost-app         10.0.0.157   <pending>     80/TCP     2m
NAME                   READY        STATUS        RESTARTS   AGE
mattermost-app-s4ekr   2/2          Running       0          2m
 kube-mattermost master % kubectl version
Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.0+2831379", GitCommit:"283137936a498aed572ee22af6774b6fb6e9fd94", GitTreeState:"not a git tree", BuildDate:"2016-07-05T15:40:25Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.0", GitCommit:"283137936a498aed572ee22af6774b6fb6e9fd94", GitTreeState:"clean", BuildDate:"1970-01-01T00:00:00Z", GoVersion:"go1.6.1", Compiler:"gc", Platform:"linux/amd64"}

I've love to try to contribute, but unfortunately I'm very young at golang and can't figure out how to build the master branch of the project.

Also this...

kube-mattermost master % spread --version
spread version Unset
clanstyles commented 7 years ago

I have this too