Add job running into completion in ID Localization. (#16705)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ac1b7eee8e
commit
80e5ceb0d1
@@ -0,0 +1,13 @@
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: pi
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: pi
|
||||
image: perl
|
||||
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
|
||||
restartPolicy: Never
|
||||
backoffLimit: 4
|
||||
Reference in New Issue
Block a user