Moved jobs examples to docs repo
These are not considered "examples", per https://github.com/kubernetes/kubernetes/pull/17345#issuecomment-197153744
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: job-wq-1
|
||||
spec:
|
||||
completions: 8
|
||||
parallelism: 2
|
||||
template:
|
||||
metadata:
|
||||
name: job-wq-1
|
||||
spec:
|
||||
containers:
|
||||
- name: c
|
||||
image: gcr.io/<project>/job-wq-1
|
||||
restartPolicy: OnFailure
|
||||
Reference in New Issue
Block a user