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.
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.