Skip to content

feat(containerd): support 2.x #376

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

Merged
merged 1 commit into from
Apr 17, 2025
Merged

Conversation

vdice
Copy link
Collaborator

@vdice vdice commented Apr 16, 2025

Describe your changes

Updates generateConfig to support containerd 2.x (or, more accurately, containerd config syntax version 3). More details at https://github.com/containerd/containerd/blob/release/2.0/docs/cri/config.md

Issue ticket number and link

Closes #371

Checklist before requesting a review

  • I have performed a self-review of my code
  • If it is a core feature, I have added thorough tests.
  • I tested the changes with the following distributions:
    • Kind
    • MiniKube
    • MicroK8s
    • Rancher RKE2
    • Azure AKS
    • GCP GKE (Ubuntu nodes)
    • AWS EKS (AmazonLinux2 nodes)
    • AWS EKS (Ubuntu nodes)
    • Digital Ocean Kubernetes

Copy link
Member

@voigt voigt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@vdice vdice force-pushed the feat/containerd-2.x branch from 5766a1e to d668951 Compare April 17, 2025 16:17
@vdice vdice merged commit 7591955 into spinframework:main Apr 17, 2025
14 checks passed
@vdice vdice deleted the feat/containerd-2.x branch April 17, 2025 16:22
@vdice vdice mentioned this pull request Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

node-installer: support containerd 2.0
2 participants