mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-03 21:11:14 +02:00
This verifies system extensions via the gVisor system extension. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
16 lines
226 B
YAML
16 lines
226 B
YAML
apiVersion: node.k8s.io/v1
|
|
kind: RuntimeClass
|
|
metadata:
|
|
name: gvisor
|
|
handler: runsc
|
|
---
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx-gvisor
|
|
spec:
|
|
runtimeClassName: gvisor
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|