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

DockerContainerFactory - no healthy invokers under TravisCI tests #328

Closed
dgrove-oss opened this issue Nov 1, 2018 · 1 comment
Closed
Assignees

Comments

@dgrove-oss
Copy link
Member

dgrove-oss commented Nov 1, 2018

After the upstream change apache/openwhisk#4041, the DockerContainerFactory in Kubernetes started failing in TravisCI . In particular, the /invokers/healthy/count route on the controller always returns 0 because the invoker never transitions from Unhealthy to Healthy.

The problem appears to be that log collection of the InvokerHealth action fails, resulting in the container being removed without a response being sent back to the controller. The failure with log collection may be limited to kubeadm-dind clusters on ubuntu 16.04 (log collection does not fail using Kubernetes on Docker for Mac).

This is likely an existing bug that was masked because before 4041, an activeack for the HealthAction was returned before log collection failed.

@dgrove-oss
Copy link
Member Author

Yep, specific to docker-in-docker kubernetes clusters. We need to mount /dind/docker/containers instead of /var/lib/docker/containers in the invoker pod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant