-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathds.yaml
35 lines (35 loc) · 932 Bytes
/
ds.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
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: strict-supplementalgroups-container-runtime-install
namespace: system
spec:
selector:
matchLabels:
app: strict-supplementalgroups-container-runtime-install
template:
metadata:
labels:
app: strict-supplementalgroups-container-runtime-install
spec:
priorityClassName: system-node-critical
tolerations:
- operator: Exists
effect: NoSchedule
hostPID: true
containers:
- name: ctr
image: ghcr.io/pfnet-research/strict-supplementalgroups-container-runtime
imagePullPolicy: Never
volumeMounts:
- name: config
mountPath: /etc/strict-supplementalgroups-container-runtime
- name: host
mountPath: /host
volumes:
- name: config
configMap:
name: config-containerd
- name: host
hostPath:
path: /