kata-deploy: Add runtimeclass yaml

Add the yaml for kata RuntimeClasses. It is useful to
include this explicitly, rather than just having it in the docs.
Also, this feature has transitioned from alpha to beta from k8s 1.13
to 1.14. Hence maintain separate yamls for these versions.

Fixes #444

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2019-04-23 14:37:17 -07:00
parent 351d9b7a62
commit 0abcb6a0c1
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,5 @@
kind: RuntimeClass
apiVersion: node.k8s.io/v1alpha1
metadata:
name: kata-fc
handler: kata-fc

View File

@ -0,0 +1,12 @@
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1alpha1
metadata:
name: kata
handler: kata
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1alpha1
metadata:
name: kata-qemu
handler: kata-qemu

View File

@ -0,0 +1,5 @@
kind: RuntimeClass
apiVersion: node.k8s.io/v1beta1
metadata:
name: kata-fc
handler: kata-fc

View File

@ -0,0 +1,12 @@
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1beta1
metadata:
name: kata
handler: kata
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1beta1
metadata:
name: kata-qemu
handler: kata-qemu