GPU-Live/netshoot/netshoot-worker.yaml

12 lines
196 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: tmp-shell2
spec:
containers:
- name: shell
image: nicolaka/netshoot
command: [ "sleep", "infinity" ]
stdin: true
tty: true