Files
homelab-infra/platform/microvm-runner/namespace.yaml
T
panxiao81 246b5023e7
yaml / yaml (pull_request) Successful in 12s
部署动态 Pod Runner 控制器
2026-09-16 14:34:47 +00:00

10 lines
296 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: microvm-runner
labels:
# Disposable Pod runners may start dockerd or kind from the workflow.
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: restricted
pod-security.kubernetes.io/warn: restricted