Added basic setup for master and certification material
This commit is contained in:
14
files/LFS258/SOLUTIONS/s_06/job.yaml
Normal file
14
files/LFS258/SOLUTIONS/s_06/job.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: sleepy
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: resting
|
||||
image: busybox
|
||||
command: ["/bin/sleep"]
|
||||
args: ["3"]
|
||||
restartPolicy: Never
|
||||
|
||||
Reference in New Issue
Block a user