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 1.6 #1595

Closed
wenerme opened this issue Mar 17, 2022 · 1 comment · Fixed by #1634
Closed

Upgrade containerd to 1.6 #1595

wenerme opened this issue Mar 17, 2022 · 1 comment · Fixed by #1634
Assignees
Labels

Comments

@wenerme
Copy link
Contributor

wenerme commented Mar 17, 2022

Is your feature request related to a problem? Please describe.

1.6 resolved this problem containerd/containerd#4604 with containerd/containerd#6478

sudo grep 'failed to reserve sandbox name' /var/log/k0s.log --count
1365

kube will resolve the problem but took sometime.

sudo grep 'failed to reserve sandbox name' /var/log/k0s.log | sed -n '1p;$p'
time="2022-03-18 01:24:53" 
time="2022-03-18 01:50:26" 

took 36m to fix the problem.

Describe the solution you would like

Upgrade containerd to 1.6

Describe alternatives you've considered

No response

Additional context

  • k0s v1.23.3+k0s.1
  • containerd v1.5.9
@wenerme wenerme added the enhancement New feature or request label Mar 17, 2022
@twz123
Copy link
Member

twz123 commented Mar 21, 2022

The fix you mentioned was backported into containerd 1.5.10 via containerd/containerd#6503. That release contained a security fix as well, and has already been updated in main, 1.23 and 1.22. Currently, they're available as release candidates, only:

Branch PR Release candidate
main #1573 -/-
1.23 #1576 1.23.4-rc.1+k0s.0
1.22 #1575 1.22.7-rc.1+k0s.0

That said, the containerd 1.6 upgrade is on the radar, of course.

@mikhail-sakhnov mikhail-sakhnov self-assigned this Mar 28, 2022
@twz123 twz123 linked a pull request Apr 25, 2022 that will close this issue
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants