From c4bb72ae40b14157d25921ed45b992a54d266fa9 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Thu, 8 Feb 2024 22:54:07 +0000 Subject: [PATCH] Remove CRI plugin path note The links GitHub Action workflow is failing after a refactor to move the CRI package from pkg/cri to internal/cri. The note which contained the link is no longer needed as CRI plugin has been internal since v1.5. Signed-off-by: Austin Vazquez --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 3ee68d199..ad29b3ec4 100644 --- a/README.md +++ b/README.md @@ -300,9 +300,6 @@ loaded for the user's shell environment. `cri` is a native plugin of containerd. Since containerd 1.1, the cri plugin is built into the release binaries and enabled by default. -> **Note:** As of containerd 1.5, the `cri` plugin is merged into the containerd/containerd repo. For example, the source code previously stored under [`containerd/cri/pkg`](https://github.com/containerd/cri/tree/release/1.4/pkg) -was moved to [`containerd/containerd/pkg/cri` package](https://github.com/containerd/containerd/tree/main/pkg/cri). - The `cri` plugin has reached GA status, representing that it is: * Feature complete * Works with Kubernetes 1.10 and above