guides: add runtime handler annotation to examples

With Nydus snapshotter we require a minor change to pod yaml files.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
Tobin Feldman-Fitzthum
2023-11-08 13:48:16 -06:00
committed by Tobin Feldman-Fitzthum
parent fccda517ed
commit b36a57e530
4 changed files with 16 additions and 6 deletions

View File

@@ -12,6 +12,8 @@ apiVersion: v1
kind: Pod
metadata:
name: trusted-lvm-block
annotations:
io.containerd.cri.runtime-handler: kata-qemu-tdx
spec:
runtimeClassName: kata-qemu-tdx
containers:

View File

@@ -57,6 +57,8 @@ spec:
metadata:
labels:
app: ccv0-ssh
annotations:
io.containerd.cri.runtime-handler: kata
spec:
runtimeClassName: kata
containers:

View File

@@ -129,6 +129,8 @@ spec:
metadata:
labels:
app: encrypted-image-tests
annotations:
io.containerd.cri.runtime-handler: kata-qemu-sev
spec:
runtimeClassName: kata-qemu-sev
containers: