-
Notifications
You must be signed in to change notification settings - Fork 9
/
test.yaml
93 lines (93 loc) · 2.56 KB
/
test.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2024-01-27T21:30:43Z"
finalizers:
- batch.kubernetes.io/job-tracking
generateName: wasmtime-spin-v2-provisioner-
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
name: wasmtime-spin-v2-provisioner-8mz2r
namespace: default
ownerReferences:
- apiVersion: batch/v1
blockOwnerDeletion: true
controller: true
kind: Job
name: wasmtime-spin-v2-provisioner
uid: 6ae1debc-e68f-4f76-a589-38065c01ce88
resourceVersion: "592"
uid: 1e325f9c-806e-4983-9a8d-bdc73b62b6ce
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
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-x4twh
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
hostPID: true
nodeName: wasmtime-spin-v2
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Never
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- hostPath:
path: /
type: ""
name: root-mount
- name: kube-api-access-x4twh
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
phase: Pending
qosClass: BestEffort