++sleep pod
This commit is contained in:
parent
e150d06a3c
commit
58c2972dbe
1 changed files with 11 additions and 0 deletions
11
generic/busybox-sleep.yaml
Normal file
11
generic/busybox-sleep.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: busybox-sleep
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: busybox
|
||||||
|
image: busybox
|
||||||
|
args:
|
||||||
|
- sleep
|
||||||
|
- "1000000"
|
Loading…
Reference in a new issue