UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

24 lines (23 loc) 539 B
apiVersion: batch.volcano.sh/v1alpha1 kind: Job metadata: name: volcano-job-unschedulable 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", "sleep 3600"] resources: requests: cpu: "1000" memory: "2Ti"