/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/extended/testdata/kernel/rt-tests-pod.yaml
30 строк
655 B
Jeff Roche
feat: added rtkernel pi_stress and deadline_test tests
02 мар 2023, 23:08
02 мар 2023, 23:08
ad9c190
Код
Авторство
О чём код?
apiVersion: v1 kind: Pod metadata: name: rt-tests namespace: ci-realtime-testbed spec: hostPID: true hostIPC: true hostNetwork: true volumes: - name: host hostPath: path: /sys/kernel/debug type: Directory containers: - name: rt-tests image: image-registry.openshift-image-registry.svc:5000/openshift/tests command: - "sh" - "-c" - "sleep 999999" resources: {} securityContext: privileged: true volumeMounts: - mountPath: /sys/kernel/debug name: host serviceAccount: rt-tests serviceAccountName: rt-tests terminationGracePeriodSeconds: 30