Skip to content

Instantly share code, notes, and snippets.

@popsikle
Last active August 29, 2015 14:19
Show Gist options
  • Save popsikle/132054370d12255e37a5 to your computer and use it in GitHub Desktop.
Save popsikle/132054370d12255e37a5 to your computer and use it in GitHub Desktop.
fleetctl errors v0.10.0 - etcd2 cluster
root@89b094521637:/fleet-v0.10.0-linux-amd64# ./fleetctl --driver=API --debug --endpoint http://etcd.infra.w.keep.com:2379 list-units
2015/04/17 18:31:45 DEBUG http.go:28: HTTP GET http://etcd.infra.w.keep.com:2379/fleet/v1/state?alt=json
2015/04/17 18:31:45 DEBUG http.go:31: HTTP GET http://etcd.infra.w.keep.com:2379/fleet/v1/state?alt=json 404 Not Found
Error retrieving list of units from repository: googleapi: got HTTP response code 404 with body: 404 page not found
root@89b094521637:/fleet-v0.10.0-linux-amd64# ./fleetctl --driver=etcd --debug --endpoint http://etcd.infra.w.keep.com:2379 list-units
2015/04/17 18:31:39 DEBUG client.go:367: etcd: sending HTTP request GET http://etcd.infra.w.keep.com:2379/v2/keys/_coreos.com/fleet/machines?consistent=true&recursive=true&sorted=true
2015/04/17 18:31:39 DEBUG client.go:374: etcd: recv response from GET http://etcd.infra.w.keep.com:2379/v2/keys/_coreos.com/fleet/machines?consistent=true&recursive=true&sorted=true: 200 OK
2015/04/17 18:31:39 DEBUG client.go:367: etcd: sending HTTP request GET http://etcd.infra.w.keep.com:2379/v2/keys/_coreos.com/fleet/states?consistent=true&recursive=true&sorted=false
2015/04/17 18:31:39 DEBUG client.go:374: etcd: recv response from GET http://etcd.infra.w.keep.com:2379/v2/keys/_coreos.com/fleet/states?consistent=true&recursive=true&sorted=false: 200 OK
2015/04/17 18:31:39 DEBUG client.go:367: etcd: sending HTTP request GET http://etcd.infra.w.keep.com:2379/v2/keys/_coreos.com/fleet/machines?consistent=true&recursive=true&sorted=true
2015/04/17 18:31:39 DEBUG client.go:374: etcd: recv response from GET http://etcd.infra.w.keep.com:2379/v2/keys/_coreos.com/fleet/machines?consistent=true&recursive=true&sorted=true: 200 OK
UNIT MACHINE ACTIVE SUB
ci-crick-api-A-announce@1.service 2b106c47.../172.21.10.71 active running
ci-crick-api-A@1.service 2b106c47.../172.21.10.71 active running
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment