mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Merge pull request #1208 from marquiz/devel/kubelet-mounts
deployment/kustomize: drop pod-resources mount for topology-updater
This commit is contained in:
commit
11db6bd37d
1 changed files with 0 additions and 5 deletions
|
@ -4,9 +4,6 @@
|
|||
- name: host-sys
|
||||
hostPath:
|
||||
path: "/sys"
|
||||
- name: kubelet-podresources-sock
|
||||
hostPath:
|
||||
path: /var/lib/kubelet/pod-resources/kubelet.sock
|
||||
- name: nfd-topology-updater-conf
|
||||
configMap:
|
||||
name: nfd-topology-updater-conf
|
||||
|
@ -17,8 +14,6 @@
|
|||
- op: add
|
||||
path: /spec/template/spec/containers/0/volumeMounts
|
||||
value:
|
||||
- name: kubelet-podresources-sock
|
||||
mountPath: /host-var/lib/kubelet/pod-resources/kubelet.sock
|
||||
- name: host-sys
|
||||
mountPath: /host-sys
|
||||
- name: nfd-topology-updater-conf
|
||||
|
|
Loading…
Reference in a new issue