-
Notifications
You must be signed in to change notification settings - Fork 47
Add process for SIG-Node collaboration #234
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
AkihiroSuda
merged 1 commit into
containerd:main
from
samuelkarp:sig-node-collaboration-process
Mar 27, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| title: "Collaboration with Kubernetes SIG-Node" | ||
| --- | ||
|
|
||
| containerd is a popular container runtime used with | ||
| [Kubernetes](https://kubernetes.io). containerd implements the Kubernetes | ||
| Container Runtime Interface (CRI) and particpates in the development and | ||
| implementation of CRI. | ||
|
|
||
| The containerd project is adopting a new process to improve collaboration on | ||
| [KEPs]((https://github.com/kubernetes/enhancements)) and other integrations | ||
| between containerd and Kubernetes. | ||
|
|
||
| ## What you need to know as a Kubernetes SIG-Node member, KEP author, or contributor? | ||
|
|
||
| ### Roles | ||
|
|
||
| The containerd project has established two specific roles for facilitating new | ||
| KEP implementation: | ||
|
|
||
| * SIG-Node member liaison - a containerd maintainer responsible for | ||
| facilitating communication between SIG-Node and the containerd project | ||
| regarding KEP status, targeted containerd releases, and any other integration | ||
| work or pain points. | ||
| * KEP shepherd - for each KEP, at least one (preferably two) containerd | ||
| maintainer(s) responsible for helping a KEP move through the implementation | ||
| and release process in containerd. | ||
|
|
||
| ### Issue management | ||
|
|
||
| * Create an issue in the | ||
| [containerd/containerd repository](https://github.com/containerd/containerd) | ||
| tracking the individual KEP as soon as possible | ||
| * containerd KEP tracking issues may be opened by one of the KEP owners, | ||
| an interested maintainer, or by a group within SIG-Node that is managing | ||
| the KEP process | ||
| * Use one issue to track each KEP throughout its lifecycle (Draft, Approved, | ||
| alpha(s), beta(s), and GA) | ||
| * The new issue title should include both the KEP number and a short title or | ||
| description of the goal of the KEP | ||
| * containerd maintainers will triage the new issue and assign a KEP shepherd | ||
| * A containerd maintainer will add a label to the issue corresponding to the | ||
| Kubernetes release cycle within the containerd/containerd repository during | ||
| triage | ||
| * A containerd maintainer will also add a milestone indicating the targeted | ||
| containerd minor release for the KEP (usually the next minor release in our | ||
| [6-month release cadence]({{< ref "releases.md#release-cadence" >}})) | ||
| * Use this issue for tracking the status of the KEP and for any | ||
| containerd-specific discussion | ||
|
|
||
| ## More information | ||
| You can find the full description of roles and process in | ||
| [the containerd project repository](https://github.com/containerd/project/blob/main/SIG-NODE.md). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.