mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
Fix the plugin key URI to match io.containerd.x.vx
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 <schowdhury@microsoft.com>
This commit is contained in:
parent
48e7a030ac
commit
8689304734
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user