apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-05-21T04:59:17Z"
  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-l2xg6
  namespace: monitoring
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: node-feature-discovery-worker
    uid: 3304dab0-6611-4a98-a3e3-f434e07c9a12
  resourceVersion: "38304"
  uid: 37fa7fdc-3b6c-49f6-af85-338b1ccdef44
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-dwwt7
      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-dwwt7
    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-05-21T04:59:17Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-05-21T06:10:18Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-05-21T06:10:18Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-05-21T04:59:17Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://deccd16b96f36f51a704761646fe001777b5eeded78820342d16414d75090385
    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:
      terminated:
        containerID: containerd://d439bd091c752e81bdc5c0338c32d1856861d8ead447129ff479dded79138c41
        exitCode: 1
        finishedAt: "2026-05-21T06:10:09Z"
        reason: Error
        startedAt: "2026-05-21T04:59:21Z"
    name: worker
    ready: true
    restartCount: 1
    started: true
    state:
      running:
        startedAt: "2026-05-21T06:10:17Z"
  hostIP: 199.19.213.138
  phase: Running
  podIP: 10.0.0.195
  podIPs:
  - ip: 10.0.0.195
  qosClass: BestEffort
  startTime: "2026-05-21T04:59:17Z"
