diff options
author | Fabricio Voznika <fvoznika@google.com> | 2021-01-22 16:24:17 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-22 16:28:00 -0800 |
commit | 99aa5eedcfa3f2e458171cbc6b20ee6f78af3229 (patch) | |
tree | 83f5d1b2afca0b5bc9f2f44bd44ae4df15fc00b4 /g3doc/user_guide/containerd/quick_start.md | |
parent | 18ebec0ec957f1af0af3aa8fc2145c394552e042 (diff) |
Update containerd minimal version
PiperOrigin-RevId: 353340554
Diffstat (limited to 'g3doc/user_guide/containerd/quick_start.md')
-rw-r--r-- | g3doc/user_guide/containerd/quick_start.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g3doc/user_guide/containerd/quick_start.md b/g3doc/user_guide/containerd/quick_start.md index a98fe5c4a..132d80927 100644 --- a/g3doc/user_guide/containerd/quick_start.md +++ b/g3doc/user_guide/containerd/quick_start.md @@ -1,7 +1,7 @@ # Containerd Quick Start This document describes how to use `containerd-shim-runsc-v1` with the -containerd runtime handler support on `containerd` 1.2 or later. +containerd runtime handler support on `containerd`. > ⚠️ NOTE: If you are using Kubernetes and set up your cluster using kubeadm you > may run into issues. See the [FAQ](../FAQ.md#runtime-handler) for details. @@ -11,7 +11,8 @@ containerd runtime handler support on `containerd` 1.2 or later. - **runsc** and **containerd-shim-runsc-v1**: See the [installation guide](/docs/user_guide/install/). - **containerd**: See the [containerd website](https://containerd.io/) for - information on how to install containerd. + information on how to install containerd. **Minimal version supported: 1.3.9 + or 1.4.3.** ## Configure containerd |