mirror of https://github.com/k3s-io/k3s
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
927 B
59 lines
927 B
1 year ago
|
apiVersion: node.k8s.io/v1
|
||
|
kind: RuntimeClass
|
||
|
metadata:
|
||
|
name: nvidia
|
||
|
handler: nvidia
|
||
|
---
|
||
|
apiVersion: node.k8s.io/v1
|
||
|
kind: RuntimeClass
|
||
|
metadata:
|
||
|
name: nvidia-experimental
|
||
|
handler: nvidia-experimental
|
||
|
---
|
||
|
apiVersion: node.k8s.io/v1
|
||
|
kind: RuntimeClass
|
||
|
metadata:
|
||
|
name: crun
|
||
|
handler: crun
|
||
|
---
|
||
|
apiVersion: node.k8s.io/v1
|
||
|
kind: RuntimeClass
|
||
|
metadata:
|
||
|
name: lunatic
|
||
|
handler: lunatic
|
||
|
---
|
||
|
apiVersion: node.k8s.io/v1
|
||
|
kind: RuntimeClass
|
||
|
metadata:
|
||
|
name: slight
|
||
|
handler: slight
|
||
|
---
|
||
|
apiVersion: node.k8s.io/v1
|
||
|
kind: RuntimeClass
|
||
|
metadata:
|
||
|
name: spin
|
||
|
handler: spin
|
||
|
---
|
||
|
apiVersion: node.k8s.io/v1
|
||
|
kind: RuntimeClass
|
||
|
metadata:
|
||
|
name: wws
|
||
|
handler: wws
|
||
|
---
|
||
|
apiVersion: node.k8s.io/v1
|
||
|
kind: RuntimeClass
|
||
|
metadata:
|
||
|
name: wasmedge
|
||
|
handler: wasmedge
|
||
|
---
|
||
|
apiVersion: node.k8s.io/v1
|
||
|
kind: RuntimeClass
|
||
|
metadata:
|
||
|
name: wasmer
|
||
|
handler: wasmer
|
||
|
---
|
||
|
apiVersion: node.k8s.io/v1
|
||
|
kind: RuntimeClass
|
||
|
metadata:
|
||
|
name: wasmtime
|
||
|
handler: wasmtime
|