apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-03-25T21:10:57Z"
  generateName: node-feature-discovery-worker-
  labels:
    app.kubernetes.io/instance: node-feature-discovery
    app.kubernetes.io/name: node-feature-discovery
    controller-revision-hash: 567c646f4b
    pod-template-generation: "1"
    role: worker
  name: node-feature-discovery-worker-95rcn
  namespace: monitoring
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: node-feature-discovery-worker
    uid: 04463068-884b-4ba6-9a67-94d8f2cf44ed
  resourceVersion: "3440"
  uid: bf02acbc-39d8-49a4-9575-d1c137a557f1
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchFields:
          - key: metadata.name
            operator: In
            values:
            - instance
  containers:
  - args:
    - -metrics=8081
    command:
    - nfd-worker
    env:
    - name: NODE_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: spec.nodeName
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: POD_UID
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.uid
    image: harbor.atmosphere.dev/registry.k8s.io/nfd/node-feature-discovery:v0.15.4
    imagePullPolicy: IfNotPresent
    name: worker
    ports:
    - containerPort: 8081
      name: metrics
      protocol: TCP
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      readOnlyRootFilesystem: true
      runAsNonRoot: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /host-boot
      name: host-boot
      readOnly: true
    - mountPath: /host-etc/os-release
      name: host-os-release
      readOnly: true
    - mountPath: /host-sys
      name: host-sys
      readOnly: true
    - mountPath: /host-usr/lib
      name: host-usr-lib
      readOnly: true
    - mountPath: /host-lib
      name: host-lib
      readOnly: true
    - mountPath: /etc/kubernetes/node-feature-discovery/source.d/
      name: source-d
      readOnly: true
    - mountPath: /etc/kubernetes/node-feature-discovery/features.d/
      name: features-d
      readOnly: true
    - mountPath: /etc/kubernetes/node-feature-discovery
      name: nfd-worker-conf
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-dvj8n
      readOnly: true
  dnsPolicy: ClusterFirstWithHostNet
  enableServiceLinks: true
  nodeName: instance
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: node-feature-discovery-worker
  serviceAccountName: node-feature-discovery-worker
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/disk-pressure
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/memory-pressure
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/pid-pressure
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/unschedulable
    operator: Exists
  volumes:
  - hostPath:
      path: /boot
      type: ""
    name: host-boot
  - hostPath:
      path: /etc/os-release
      type: ""
    name: host-os-release
  - hostPath:
      path: /sys
      type: ""
    name: host-sys
  - hostPath:
      path: /usr/lib
      type: ""
    name: host-usr-lib
  - hostPath:
      path: /lib
      type: ""
    name: host-lib
  - hostPath:
      path: /etc/kubernetes/node-feature-discovery/source.d/
      type: ""
    name: source-d
  - hostPath:
      path: /etc/kubernetes/node-feature-discovery/features.d/
      type: ""
    name: features-d
  - configMap:
      defaultMode: 420
      items:
      - key: nfd-worker.conf
        path: nfd-worker.conf
      name: node-feature-discovery-worker-conf
    name: nfd-worker-conf
  - name: kube-api-access-dvj8n
    projected:
      defaultMode: 420
      sources:
      - serviceAccountToken:
          expirationSeconds: 3607
          path: token
      - configMap:
          items:
          - key: ca.crt
            path: ca.crt
          name: kube-root-ca.crt
      - downwardAPI:
          items:
          - fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
            path: namespace
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T21:10:57Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T21:11:01Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T21:11:01Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T21:10:57Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://adf4e6ac43f3e5152dc7e27afd2ae6a7f0eff095ec5866113dedec8841966ca1
    image: harbor.atmosphere.dev/registry.k8s.io/nfd/node-feature-discovery:v0.15.4
    imageID: harbor.atmosphere.dev/registry.k8s.io/nfd/node-feature-discovery@sha256:21c2681deb07aaa1eac74daef2c576392fcc9c72c87ffd4f43769e8a7cd39ddd
    lastState: {}
    name: worker
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-03-25T21:11:00Z"
  hostIP: 162.253.55.204
  phase: Running
  podIP: 10.0.0.155
  podIPs:
  - ip: 10.0.0.155
  qosClass: BestEffort
  startTime: "2026-03-25T21:10:57Z"
