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

Bugfix containerd connection #52

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

denisbusse
Copy link

Hi,

Connetion to the current master version of eliotd failed with:
FATA[0060] rpc error: code = Unknown desc = Unable to create connection to containerd: failed to dial "overlayfs": context deadline exceeded

This is caused (in my huble opinion) by a wrong argument order in GetRuntimeClient (utils.go) calling runtime.NewContainerdClient. Argument snapshotter and containerd-path are the two switched ones.

By apply the patch, the error is gone and the master version works like a charm.

ernoaapa and others added 5 commits June 27, 2018 20:04
When Gitlab CI run the build in container, goreleaser gives error:

release failed after 272.86s error=failed to link dockerfile:
link Dockerfile.eliotd /tmp/goreleaserdocker783172605/Dockerfile:
invalid cross-device link

Change the temp directory with $TMPDIR to current directory to avoid
cross-device problems.
… connection to containerd: failed to dial "overlayfs": context deadline exceeded" when connect to current master version cause of wrong order if arguments in utils.go -> GetRuntimeClient(...)
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

Successfully merging this pull request may close these issues.

None yet

2 participants