mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-04 11:03:52 +00:00
docs: node-builder: Remove references to moby-containerd-cc
As we adopted containerd2, we remove references to our prior forked containerd version. Signed-off-by: Manuel Huber <mahuber@microsoft.com>
This commit is contained in:
@@ -54,9 +54,6 @@ EOF
|
||||
sudo reboot
|
||||
```
|
||||
|
||||
Note: We currently use a [forked version](https://github.com/microsoft/confidential-containers-containerd/tree/tardev-v1.7.7) of `containerd` called `containerd-cc` which is installed as part of the `kata-packages-host` package. This containerd version is based on stock containerd with patches to support the Kata-CC use case and conflicts with the `containerd` package.
|
||||
As part of the build steps below, we provide instructions on how to build `containerd-cc` from source and to replace the component on the environment.
|
||||
|
||||
## Variant I: Utilize released components to assemble the UVM
|
||||
|
||||
While the priorly installed `kata-packages-host` package delivers all host-side components, the tools required to assemble the UVM components are delivered through the `kata-packages-uvm-build` package.
|
||||
@@ -218,21 +215,6 @@ command:
|
||||
sudo make BUILD_TYPE=debug SHIM_REDEPLOY_CONFIG=no all-confpods deploy-confpods
|
||||
```
|
||||
|
||||
## Optional build step: Build and deploy the containerd fork from scratch
|
||||
|
||||
```
|
||||
git clone --depth 1 --branch tardev-v1.7.7 https://github.com/microsoft/confidential-containers-containerd.git
|
||||
pushd confidential-containers-containerd/
|
||||
GODEBUG=1 make
|
||||
popd
|
||||
```
|
||||
|
||||
Overwrite existing containerd binary, restart service:
|
||||
```
|
||||
sudo cp -a --backup=numbered confidential-containers-containerd/bin/containerd /usr/bin/containerd
|
||||
sudo systemctl restart containerd
|
||||
```
|
||||
|
||||
# Run Kata (Confidential) Containers
|
||||
|
||||
## Run via CRI or via containerd API
|
||||
|
||||
Reference in New Issue
Block a user