redspread / spread

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

Status messages until localkube comes up #114

Closed ethernetdan closed 8 years ago

ethernetdan commented 8 years ago

Currently spread exits after it creates the localkube container. However, depending on if the weave images have been pulled or not it can be a long wait until the API server comes up.

It would be nice if status messages were displayed until the API server came up. It could error after a reasonable timeout (5 min?). This functionality should be able to be disabled with a parameter which would simply start the container.

ethernetdan commented 8 years ago

Moved to redspread/localkube#44