apiVersion: v1
kind: Pod
metadata:
  annotations:
    checksum/config: 7a7ce3b7c27fa6b4a11406299f75d28e35caa5bddf679d39f7a7f2d78f08a47b
  creationTimestamp: "2026-03-25T21:12:57Z"
  generateName: vector-
  labels:
    app.kubernetes.io/component: Agent
    app.kubernetes.io/instance: vector
    app.kubernetes.io/name: vector
    controller-revision-hash: 5c4d4b57b
    pod-template-generation: "1"
    vector.dev/exclude: "true"
  name: vector-25rw4
  namespace: monitoring
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: vector
    uid: b5281093-4444-400a-aff6-24124bf4e70c
  resourceVersion: "5041"
  uid: 82fb35d8-6082-437f-ae96-65cbde67bcf3
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.37.1-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-c7k2n
      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-c7k2n
    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:12:57Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T21:13:13Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T21:13:13Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T21:12:57Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://7948c0df06299566b70a8833b3e8e72044145eb04bc2e63350dbd6ae3c250d75
    image: harbor.atmosphere.dev/docker.io/timberio/vector:0.37.1-debian
    imageID: harbor.atmosphere.dev/docker.io/timberio/vector@sha256:e0d1bc9e61d99a139870f7276a18f36c3365ad76456a2e103fd5cb277a5a1fcb
    lastState: {}
    name: vector
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-03-25T21:13:12Z"
  hostIP: 162.253.55.204
  phase: Running
  podIP: 10.0.0.187
  podIPs:
  - ip: 10.0.0.187
  qosClass: BestEffort
  startTime: "2026-03-25T21:12:57Z"
