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

Make alternative runtimes available #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Make alternative runtimes available #2

wants to merge 1 commit into from

Conversation

0xE282B0
Copy link
Member

@0xE282B0 0xE282B0 commented Feb 16, 2023

This change let cri-dockerd pass the runtime class from Kubernetes to dockerd.

The runtime class is provided as name like "spin" but dockerd expects it as "io.containerd.spin.v1". To map this values they need to be provided during startup as flags:
cri-dockerd --runtime-handler spin=io.containerd.spin.v1,wasmedge=io.containerd.wasmedge.v1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant