Skip to content

Commit 5b51b79

Browse files
committed
[release/1.6] fix remaining "v1 config" plugin IDs
These are no longer included on the main branch, so were not part of other cherry-picks. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b7cf26d commit 5b51b79

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/man/containerd-config.toml.5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ documentation.
8787

8888
- **[plugins."io.containerd.monitor.v1.cgroups"]** has one option __no_prometheus__ (Default: **false**)
8989
- **[plugins."io.containerd.service.v1.diff-service"]** has one option __default__, a list by default set to **["walking"]**
90-
- **[plugins.linux]** has several options for configuring the runtime, shim, and related options:
90+
- **[plugins."io.containerd.runtime.v1.linux"]** has several options for configuring the runtime, shim, and related options:
9191
- **shim** specifies the shim binary (Default: **"containerd-shim"**),
9292
- **runtime** is the OCI compliant runtime binary (Default: **"runc"**),
9393
- **runtime_root** is the root directory used by the runtime (Default: **""**),
@@ -186,7 +186,7 @@ imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]
186186
no_prometheus = false
187187
[plugins."io.containerd.service.v1.diff-service"]
188188
default = ["walking"]
189-
[plugins.linux]
189+
[plugins."io.containerd.runtime.v1.linux"]
190190
shim = "containerd-shim"
191191
runtime = "runc"
192192
runtime_root = ""

docs/ops.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ See [containerd's Plugin documentation](./PLUGINS.md)
205205
The linux runtime allows a few options to be set to configure the shim and the runtime that you are using.
206206

207207
```toml
208-
[plugins.linux]
208+
version = 2
209+
210+
[plugins."io.containerd.runtime.v1.linux"]
209211
# shim binary name/path
210212
shim = ""
211213
# runtime binary name/path

0 commit comments

Comments
 (0)