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/configuration.md | |
parent | 18ebec0ec957f1af0af3aa8fc2145c394552e042 (diff) |
Update containerd minimal version
PiperOrigin-RevId: 353340554
Diffstat (limited to 'g3doc/user_guide/containerd/configuration.md')
-rw-r--r-- | g3doc/user_guide/containerd/configuration.md | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/g3doc/user_guide/containerd/configuration.md b/g3doc/user_guide/containerd/configuration.md index 4f5e721be..011af3b10 100644 --- a/g3doc/user_guide/containerd/configuration.md +++ b/g3doc/user_guide/containerd/configuration.md @@ -1,8 +1,8 @@ # Containerd Advanced Configuration This document describes how to configure runtime options for -`containerd-shim-runsc-v1`. This follows the -[Containerd Quick Start](./quick_start.md) and requires containerd 1.2 or later. +`containerd-shim-runsc-v1`. You can find the installation instructions and +minimal requirements in [Containerd Quick Start](./quick_start.md). ## Shim Configuration @@ -47,27 +47,6 @@ When you are done, restart containerd to pick up the changes. sudo systemctl restart containerd ``` -### Containerd 1.2 - -For containerd 1.2, the config file is not configurable. It should be named -`config.toml` and located in the runtime root. By default, this is -`/run/containerd/runsc`. - -### Example: Enable the KVM platform - -gVisor enables the use of a number of platforms. This example shows how to -configure `containerd-shim-runsc-v1` to use gvisor with the KVM platform. - -Find out more about platform in the -[Platforms Guide](../../architecture_guide/platforms.md). - -```shell -cat <<EOF | sudo tee /etc/containerd/runsc.toml -[runsc_config] - platform = "kvm" -EOF -``` - ## Debug When `shim_debug` is enabled in `/etc/containerd/config.toml`, containerd will |