++sleep pod

This commit is contained in:
Nico Schottelius 2021-06-04 14:26:03 +02:00
parent e150d06a3c
commit 58c2972dbe
1 changed files with 11 additions and 0 deletions

View File

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