GPU-Live/netshoot/netshoot-master.yaml

16 lines
313 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: tmp-shell
spec:
containers:
- name: shell
image: nicolaka/netshoot
command: [ "sleep", "infinity" ]
stdin: true
tty: true
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"