Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Volcano
Commits
1c73c705
Unverified
Commit
1c73c705
authored
5 years ago
by
Zhonghu Xu
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove invalid job
parent
59dc80d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example/job.yaml
+0
-41
example/job.yaml
with
0 additions
and
41 deletions
+0
-41
example/job.yaml
deleted
100644 → 0
+
0
-
41
View file @
59dc80d8
apiVersion
:
batch.volcano.sh/v1alpha1
kind
:
Job
metadata
:
name
:
test-job
spec
:
minAvailable
:
3
schedulerName
:
volcano
policies
:
-
event
:
PodEvicted
action
:
RestartJob
plugins
:
ssh
:
[]
env
:
[]
svc
:
[]
maxRetry
:
5
queue
:
default
volumes
:
-
mountPath
:
"
/myinput"
-
mountPath
:
"
/myoutput"
volumeClaimName
:
"
testvolumeclaimname"
volumeClaim
:
accessModes
:
[
"
ReadWriteOnce"
]
storageClassName
:
"
my-storage-class"
resources
:
requests
:
storage
:
1Gi
tasks
:
-
replicas
:
6
name
:
"
default-nginx"
template
:
metadata
:
name
:
web
spec
:
containers
:
-
image
:
nginx
imagePullPolicy
:
IfNotPresent
name
:
nginx
resources
:
requests
:
cpu
:
"
1"
restartPolicy
:
OnFailure
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help