UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

20 lines (19 loc) 437 B
apiVersion: batch.volcano.sh/v1alpha1 kind: Job metadata: name: volcano-job-completed 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 completed && sleep 2"]