apiVersion: apps/v1 kind: DaemonSet metadata: name: nfd-worker spec: template: spec: priorityClassName: edge-p5-non-critical-infra containers: - name: nfd-helper image: bzl://cmd/sds/nfd-helper:container_push volumeMounts: - name: ien-version mountPath: /ien-version - name: features-d mountPath: /opt/labels - name: nfd-worker image: bzl://hack/deps:node_feature_discovery_container_push resources: limits: cpu: "50m" memory: 128Mi requests: cpu: 10m memory: 16Mi securityContext: volumes: - name: features-d emptyDir: {} hostPath: - name: ien-version hostPath: type: FileOrCreate path: /ien-version imagePullSecrets: - name: edge-docker-pull-secret