redspread / spread

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

Localkube logs #115

Closed ethernetdan closed 8 years ago

ethernetdan commented 8 years ago

It is useful to look at localkubes logs when debugging cluster problems.

Logs should be accessible using spread cluster logs [apiserver | weave | weaveproxy]. Defaults to API Server but weave and weaveproxy should also be able to be specified.

Use docker client. localkube has a label (rsprd.com/name=localkube). Weave and weave proxy use consistent names.

ethernetdan commented 8 years ago

Moved to redspread/localkube#43