2021-08-26 16:09:29 +01:00
|
|
|
- op: add
|
|
|
|
path: /spec/template/spec/volumes
|
|
|
|
value:
|
|
|
|
- name: host-sys
|
|
|
|
hostPath:
|
|
|
|
path: "/sys"
|
2022-11-02 17:01:55 +02:00
|
|
|
- name: nfd-topology-updater-conf
|
|
|
|
configMap:
|
|
|
|
name: nfd-topology-updater-conf
|
2023-01-12 14:50:01 +02:00
|
|
|
- name: kubelet-state-files
|
|
|
|
hostPath:
|
|
|
|
path: /var/lib/kubelet
|
2021-09-24 21:59:33 +03:00
|
|
|
|
2021-08-26 16:09:29 +01:00
|
|
|
- op: add
|
|
|
|
path: /spec/template/spec/containers/0/volumeMounts
|
|
|
|
value:
|
|
|
|
- name: host-sys
|
|
|
|
mountPath: /host-sys
|
2022-11-02 17:01:55 +02:00
|
|
|
- name: nfd-topology-updater-conf
|
|
|
|
mountPath: "/etc/kubernetes/node-feature-discovery"
|
|
|
|
readOnly: true
|
2023-01-12 14:50:01 +02:00
|
|
|
- name: kubelet-state-files
|
|
|
|
mountPath: /host-var/lib/kubelet
|
|
|
|
readOnly: true
|
2021-09-24 21:59:33 +03:00
|
|
|
|
|
|
|
- op: add
|
|
|
|
path: /spec/template/spec/containers/0/args/-
|
|
|
|
value: "-podresources-socket=/host-var/lib/kubelet/pod-resources/kubelet.sock"
|