1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-17 05:48:21 +00:00

kustomize: drop mount for kubelet config in topology-updater

We use the configz endpoint nowadays.
This commit is contained in:
Markus Lehtonen 2023-03-09 17:04:49 +02:00
parent 9e55028c92
commit 33a1e3d114

View file

@ -4,9 +4,6 @@
- name: host-sys - name: host-sys
hostPath: hostPath:
path: "/sys" path: "/sys"
- name: kubelet-podresources-conf
hostPath:
path: /var/lib/kubelet/config.yaml
- name: kubelet-podresources-sock - name: kubelet-podresources-sock
hostPath: hostPath:
path: /var/lib/kubelet/pod-resources/kubelet.sock path: /var/lib/kubelet/pod-resources/kubelet.sock
@ -17,8 +14,6 @@
- op: add - op: add
path: /spec/template/spec/containers/0/volumeMounts path: /spec/template/spec/containers/0/volumeMounts
value: value:
- name: kubelet-podresources-conf
mountPath: /host-var/lib/kubelet/config.yaml
- name: kubelet-podresources-sock - name: kubelet-podresources-sock
mountPath: /host-var/lib/kubelet/pod-resources/kubelet.sock mountPath: /host-var/lib/kubelet/pod-resources/kubelet.sock
- name: host-sys - name: host-sys