-
Notifications
You must be signed in to change notification settings - Fork 9
/
jobs.yaml
75 lines (75 loc) · 2.11 KB
/
jobs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
apiVersion: batch/v1
kind: Job
metadata:
annotations:
batch.kubernetes.io/job-tracking: ""
creationTimestamp: "2024-01-27T21:29:34Z"
generation: 1
labels:
kwasm.sh/job: "true"
name: wasmtime-spin-v2-provisioner
namespace: default
ownerReferences:
- apiVersion: v1
blockOwnerDeletion: true
controller: true
kind: Node
name: kind-control-plane
uid: 16f99ef3-ac14-4517-ac4d-25da238b2172
resourceVersion: "667"
uid: 6ae1debc-e68f-4f76-a589-38065c01ce88
spec:
backoffLimit: 6
completionMode: NonIndexed
completions: 1
parallelism: 1
selector:
matchLabels:
batch.kubernetes.io/controller-uid: 6ae1debc-e68f-4f76-a589-38065c01ce88
suspend: false
template:
metadata:
creationTimestamp: null
labels:
batch.kubernetes.io/controller-uid: 6ae1debc-e68f-4f76-a589-38065c01ce88
batch.kubernetes.io/job-name: wasmtime-spin-v2-provisioner
controller-uid: 6ae1debc-e68f-4f76-a589-38065c01ce88
job-name: wasmtime-spin-v2-provisioner
spec:
containers:
- env:
- name: NODE_ROOT
value: /mnt/node-root
- name: SHIM_LOCATION
value: https://github.com/deislabs/containerd-wasm-shims/releases/download/v0.10.0/containerd-wasm-shims-v2-spin-linux-aarch64.tar.gz
- name: SHIM_FETCH_STRATEGY
value: /mnt/node-root
image: voigt/kwasm-node-installer:new
imagePullPolicy: IfNotPresent
name: kwasm-provision
resources: {}
securityContext:
privileged: true
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /mnt/node-root
name: root-mount
dnsPolicy: ClusterFirst
hostPID: true
nodeName: wasmtime-spin-v2
restartPolicy: Never
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- hostPath:
path: /
type: ""
name: root-mount
status:
active: 1
failed: 2
ready: 0
startTime: "2024-01-27T21:29:34Z"
uncountedTerminatedPods: {}