++sleep pod

master
Nico Schottelius 2 years ago
parent e150d06a3c
commit 58c2972dbe

@ -0,0 +1,11 @@
apiVersion: v1
kind: Pod
metadata:
name: busybox-sleep
spec:
containers:
- name: busybox
image: busybox
args:
- sleep
- "1000000"
Loading…
Cancel
Save