UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

21 lines (20 loc) 509 B
apiVersion: flow.volcano.sh/v1alpha1 kind: JobTemplate metadata: name: volcano-jobtemplate-step-b namespace: volcano-lab spec: schedulerName: volcano queue: volcano-lab-queue minAvailable: 1 tasks: - name: worker replicas: 1 template: spec: restartPolicy: Never containers: - name: main image: busybox command: ["sh", "-c", "echo step-b started after step-a && sleep 10 && echo step-b completed"]