Skip to content

Commit

Permalink
Fix the plugin key URI to match io.containerd.x.vx
Browse files Browse the repository at this point in the history
The containerd service was failing with
```
invalid plugin key URI containerd.runtime.v1.linux expect io.containerd.x.vx
```

Migrating the plugin URI to the given format gixes the issue.

Signed-off-by: Sayan Chowdhury <[email protected]>
  • Loading branch information
sayanchowdhury committed Jul 4, 2023
1 parent 4d1d181 commit d052c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ uid = 0
# socket gid
gid = 0

[plugins."containerd.runtime.v1.linux"]
[plugins."io.containerd.runtime.v1.linux"]
# shim binary name/path
shim = "containerd-shim"
# runtime binary name/path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ uid = 0
# socket gid
gid = 0

[plugins."containerd.runtime.v1.linux"]
[plugins."io.containerd.runtime.v1.linux"]
# shim binary name/path
shim = "containerd-shim"
# runtime binary name/path
Expand Down

0 comments on commit d052c16

Please sign in to comment.