++ungleich-hardware example
This commit is contained in:
parent
78cdf9bb0f
commit
046d039672
1 changed files with 20 additions and 0 deletions
20
generic/ungleich-hardware-sleep.yaml
Normal file
20
generic/ungleich-hardware-sleep.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: ungleich-hardware
|
||||
spec:
|
||||
containers:
|
||||
- name: ungleich-hardware
|
||||
image: harbor.ungleich.svc.p10.k8s.ooo/ungleich-public/ungleich-hardware:0.0.2
|
||||
args:
|
||||
- sleep
|
||||
- "1000000"
|
||||
volumeMounts:
|
||||
- mountPath: /dev
|
||||
name: dev
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dev
|
||||
hostPath:
|
||||
path: /dev
|
Loading…
Reference in a new issue