Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Commit d93ddf9

Browse files
committed
set defaults for kwasm.sh
Signed-off-by: Sven Pfennig <s.pfennig@reply.de>
1 parent abeddea commit d93ddf9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cmd/cri/options/options.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@ func NewContainerRuntimeOptions() *config.ContainerRuntimeOptions {
120120
PodSandboxImage: defaultPodSandboxImage,
121121
ImagePullProgressDeadline: metav1.Duration{Duration: 1 * time.Minute},
122122
NetworkPluginName: "cni",
123-
RuntimeHandler: []string{},
123+
RuntimeHandler: []string{
124+
"spin=io.containerd.spin.v1",
125+
"wasmedge=io.containerd.wasmedge.v1",
126+
},
124127

125128
CNIBinDir: cniBinDir,
126129
CNIConfDir: cniConfDir,

0 commit comments

Comments
 (0)