wonderful-balloon-87915
10/19/2022, 9:35 AMExtraRuntimes
setting).
Is there any documentation on how it works? And how do you indicate/select an extra runtime as default runtime?creamy-pencil-82913
10/19/2022, 4:01 PMwonderful-balloon-87915
10/19/2022, 7:46 PMconfig.toml.tpl
). See this section in the docs: https://docs.k3s.io/advanced#configuring-containerd.
It's not clear how to pass the ExtraRuntimes
to the template.creamy-pencil-82913
10/19/2022, 8:09 PM{{end}}
just put
[plugins.cri.containerd.runtimes."foo"]
runtime_type = io.containerd.runc.v2
[plugins.cri.containerd.runtimes."foo".options]
BinaryName = foo
wonderful-balloon-87915
10/19/2022, 8:17 PMcreamy-pencil-82913
10/19/2022, 8:19 PMwonderful-balloon-87915
10/19/2022, 8:25 PMcreamy-pencil-82913
10/19/2022, 8:35 PMwonderful-balloon-87915
10/20/2022, 2:09 PM