Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit a9661c2

Browse files
committed
update README to clarify the current status of this repo
Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit 01ad63d) Signed-off-by: Akihiro Suda <[email protected]>
1 parent c8dba73 commit a9661c2

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1+
# Moved to [`github.com/containerd/containerd/pkg/cri`](https://github.com/containerd/containerd/tree/master/pkg/cri)
2+
3+
On October 7, 2020, the contents of this repo were merged into [the `containerd/containerd` repo](https://github.com/containerd/cri).
4+
For example, the source code previously stored under [`containerd/cri/pkg`](https://github.com/containerd/cri/tree/release/1.4/pkg)
5+
was moved to [`containerd/containerd/pkg/cri` package](https://github.com/containerd/containerd/tree/master/pkg/cri).
6+
7+
**Pull requests are no longer accepted in the master branch of this repo.**
8+
9+
Bug-fix PRs for `release/1.3` and `release/1.4` branches are still accepted in this repo.
10+
However, the master branch for `containerd/cri` integration work is now located in the `containerd/containerd` repository,
11+
and as such new commits should be merged there.
12+
13+
This repo will be archived after the EOL of containerd 1.4.
14+
15+
- - -
16+
117
# cri
218
<p align="center">
319
<img src="https://kubernetes.io/images/favicon.png" width="50" height="50">
420
<img src="https://containerd.io/img/logos/icon/black/containerd-icon-black.png" width="50" >
521
</p>
622

7-
*Note: The standalone `cri-containerd` binary is end-of-life. `cri-containerd` is
8-
transitioning from a standalone binary that talks to containerd to a plugin within
9-
containerd. This github branch is for the `cri` plugin. See
10-
[standalone-cri-containerd branch](https://github.com/containerd/cri/tree/standalone-cri-containerd)
11-
for information about the standalone version of `cri-containerd`.*
12-
13-
*Note: You need to [drain your node](https://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/) before upgrading from standalone `cri-containerd` to containerd with `cri` plugin.*
14-
1523
[![Build Status](https://api.travis-ci.org/containerd/cri.svg?style=flat-square)](https://travis-ci.org/containerd/cri)
1624
[![Go Report Card](https://goreportcard.com/badge/github.com/containerd/cri)](https://goreportcard.com/report/github.com/containerd/cri)
1725

0 commit comments

Comments
 (0)