apiVersion: v1
kind: Pod
metadata:
  annotations:
    checksum/config: e03ec9ccf0edecf46164f53a0d5095d35024c706e832ef7c84773b9401508942
  creationTimestamp: "2026-05-11T01:07:37Z"
  generateName: vector-
  labels:
    app.kubernetes.io/component: Agent
    app.kubernetes.io/instance: vector
    app.kubernetes.io/name: vector
    controller-revision-hash: 67f7f7f7df
    pod-template-generation: "1"
    vector.dev/exclude: "true"
  name: vector-md2c9
  namespace: monitoring
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: vector
    uid: 9d02fa5d-2ddb-409d-bd4d-7e2d6f523f61
  resourceVersion: "5731"
  uid: 5ac3bb3e-0c90-4793-9834-b91b23dec010
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchFields:
          - key: metadata.name
            operator: In
            values:
            - instance
  containers:
  - args:
    - --config-dir
    - /etc/vector/
    env:
    - name: VECTOR_LOG
      value: info
    - name: VECTOR_SELF_NODE_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: spec.nodeName
    - name: VECTOR_SELF_POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: VECTOR_SELF_POD_NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: PROCFS_ROOT
      value: /host/proc
    - name: SYSFS_ROOT
      value: /host/sys
    image: harbor.atmosphere.dev/docker.io/timberio/vector:0.38.0-debian
    imagePullPolicy: IfNotPresent
    name: vector
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /vector-data-dir
      name: data
    - mountPath: /etc/vector/
      name: config
      readOnly: true
    - mountPath: /var/log/
      name: var-log
      readOnly: true
    - mountPath: /var/lib
      name: var-lib
      readOnly: true
    - mountPath: /host/proc
      name: procfs
      readOnly: true
    - mountPath: /host/sys
      name: sysfs
      readOnly: true
    - mountPath: /etc/machine-id
      name: etc-machineid
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-mzfxm
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  nodeName: instance
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: vector
  serviceAccountName: vector
  terminationGracePeriodSeconds: 60
  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:
  - name: config
    projected:
      defaultMode: 420
      sources:
      - configMap:
          name: vector
  - hostPath:
      path: /var/lib/vector
      type: ""
    name: data
  - hostPath:
      path: /var/log/
      type: ""
    name: var-log
  - hostPath:
      path: /var/lib/
      type: ""
    name: var-lib
  - hostPath:
      path: /proc
      type: ""
    name: procfs
  - hostPath:
      path: /sys
      type: ""
    name: sysfs
  - hostPath:
      path: /etc/machine-id
      type: File
    name: etc-machineid
  - name: kube-api-access-mzfxm
    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-11T01:07:37Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-05-11T01:07:59Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-05-11T01:07:59Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-05-11T01:07:37Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://5050aafcb2e92762f8a6803e7de1358234d0f83261bd14dc695c16577f2ccb2c
    image: harbor.atmosphere.dev/docker.io/timberio/vector:0.38.0-debian
    imageID: harbor.atmosphere.dev/docker.io/timberio/vector@sha256:7605ccc5a57b6d37650037c7c6495a6331ecd18b5ec326842e76f9d70d445e0b
    lastState: {}
    name: vector
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-05-11T01:07:58Z"
  hostIP: 199.204.45.74
  phase: Running
  podIP: 10.0.0.97
  podIPs:
  - ip: 10.0.0.97
  qosClass: BestEffort
  startTime: "2026-05-11T01:07:37Z"
