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

Upgrade containerd to include a fix for CRI issue #1280 #931

Closed
matlec opened this issue Oct 22, 2019 · 4 comments
Closed

Upgrade containerd to include a fix for CRI issue #1280 #931

matlec opened this issue Oct 22, 2019 · 4 comments
Assignees
Milestone

Comments

@matlec
Copy link

matlec commented Oct 22, 2019

Version:
k3s version v0.10.0-rc1 (ccb1d81)

Describe the bug
Since we upgraded from k3s 0.8.1, several pods (including the pods deployed by the official PostgreSQL helm chart) fail to run with the following error message:

Error: failed to create containerd task: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"sh\": executable file not found in $PATH": unknown`

To Reproduce
Steps to reproduce the behavior:

  • use Helm to install PostgreSQL from stable/postgresql

Additional context
containerd Issue #3597 describes the original bug in containerd which got fixed by this pull request and cherry-picked to the 1.3 release branch.

Please bump containerd/cri to a revision that includes this fix. Thank you!

@mshade
Copy link

mshade commented Oct 22, 2019

I can verify this bug is also present in k3s v0.9.1.

@davidnuzik
Copy link
Contributor

davidnuzik commented Oct 22, 2019

I was able to also reproduce on v0.10.0-rc2:
Error: failed to create containerd task: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"sh\": executable file not found in $PATH": unknown

@davidnuzik
Copy link
Contributor

Appears to be fixed with bump in containerd version in master.

@davidnuzik
Copy link
Contributor

Fixed in v0.10.0 release.

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

3 participants