Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oc cluster down fails on JSON decode error #14546

Closed
enj opened this issue Jun 9, 2017 · 8 comments
Closed

oc cluster down fails on JSON decode error #14546

enj opened this issue Jun 9, 2017 · 8 comments
Assignees
Labels
component/cli kind/bug Categorizes issue or PR as related to a bug. priority/P1

Comments

@enj
Copy link
Contributor

enj commented Jun 9, 2017

$ oc cluster down --loglevel=10
I0609 09:55:55.531484   26452 up.go:566] No Docker environment variables found. Will attempt default socket.
I0609 09:55:55.531606   26452 up.go:571] No Docker host (DOCKER_HOST) configured. Will attempt default socket.
I0609 09:55:55.535462   26452 up.go:599] Docker ping succeeded
I0609 09:55:55.535519   26452 down.go:64] Killing previous socat tunnel
I0609 09:55:55.535555   26452 down.go:69] Stopping and removing origin container
I0609 09:55:55.537419   26452 helper.go:250] Cannot stop container origin: No such container: origin
I0609 09:55:55.537469   26452 helper.go:204] Removing container "origin"
I0609 09:55:55.538749   26452 down.go:71] Error stopping origin container: cannot delete container origin
F0609 09:55:55.542870   26452 helpers.go:119] error: json: cannot unmarshal bool into Go value of type string

We are missing fsouza/go-dockerclient@0790bf2 for fsouza/go-dockerclient#507

@enj enj added component/cli kind/bug Categorizes issue or PR as related to a bug. priority/P2 labels Jun 9, 2017
@0xmichalis
Copy link
Contributor

In the meantime, docker kill $(docker ps -q).

@derekwaynecarr
Copy link
Member

i am hitting this too. i think this should be a p1 since the command doesnt work.

@derekwaynecarr
Copy link
Member

fyi @csrwng

@0xmichalis
Copy link
Contributor

Agreed, it's annoying

@csrwng
Copy link
Contributor

csrwng commented Jun 16, 2017

Working on it ... should have a pr today

@php-coder
Copy link
Contributor

Broken by #14169 :(

@csrwng Let me know if you need my help.

@tiran
Copy link
Contributor

tiran commented Jun 21, 2017

@csrwng any news on the fix?

@php-coder
Copy link
Contributor

@tiran The fix is available #14729 and at this time it's on code review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/cli kind/bug Categorizes issue or PR as related to a bug. priority/P1
Projects
None yet
Development

No branches or pull requests

6 participants