Installing IBM Cloud Private by using containerd

cri is a containerd plugin implementation that is used by the Kubernetes container runtime interface (CRI). With cri, you can run Kubernetes by using containerd as the container runtime.

Important: This content is a technical preview, and should not be relied on in a production environment.

Before you begin

Configure IBM Cloud Private to use containerd container runtime

  1. Update the <installation_directory>/cluster/config.yaml file. Change the container_runtime parameter to containerd.

    container_runtime: containerd
    
  2. Continue with the Deploy the environment section of the installation document for your edition of IBM Cloud Private.