diff options
Diffstat (limited to 'build/crd-samples/operations/imageprepulljob.yaml')
| -rw-r--r-- | build/crd-samples/operations/imageprepulljob.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/crd-samples/operations/imageprepulljob.yaml b/build/crd-samples/operations/imageprepulljob.yaml new file mode 100644 index 000000000..cebfbe27f --- /dev/null +++ b/build/crd-samples/operations/imageprepulljob.yaml @@ -0,0 +1,14 @@ +apiVersion: operations.kubeedge.io/v1alpha1 +kind: ImagePrePullJob +metadata: + name: imageprepull-example + labels: + description: ImagePrePullLabel +spec: + imagePrePullTemplate: + images: + - busybox:latest + nodes: + - edgenode1 # Need to replaced with your own node name + timeoutSecondsOnEachNode: 300 + retryTimesOnEachNode: 1
\ No newline at end of file |
