apiVersion: v1
kind: Pod
metadata:
  annotations:
    checksum/config: e03ec9ccf0edecf46164f53a0d5095d35024c706e832ef7c84773b9401508942
  creationTimestamp: "2026-02-24T04:02:57Z"
  generateName: vector-
  labels:
    app.kubernetes.io/component: Agent
    app.kubernetes.io/instance: vector
    app.kubernetes.io/name: vector
    controller-revision-hash: 59547bcfdc
    pod-template-generation: "1"
    vector.dev/exclude: "true"
  name: vector-hw89h
  namespace: monitoring
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: vector
    uid: 3992fe60-2314-4561-8823-3b800fc44df4
  resourceVersion: "4879"
  uid: 025b8981-91fc-4b29-ab31-053f9de5e579
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: 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-m859t
      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-m859t
    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-02-24T04:02:57Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-02-24T04:03:10Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-02-24T04:03:10Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-02-24T04:02:57Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://834da8ce0da8e53afa23e51e7aa73d2c39cd8bf50be8111f3680b834db0aba04
    image: docker.io/timberio/vector:0.38.0-debian
    imageID: docker.io/timberio/vector@sha256:7605ccc5a57b6d37650037c7c6495a6331ecd18b5ec326842e76f9d70d445e0b
    lastState: {}
    name: vector
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-24T04:03:09Z"
  hostIP: 162.253.55.195
  phase: Running
  podIP: 172.24.0.121
  podIPs:
  - ip: 172.24.0.121
  qosClass: BestEffort
  startTime: "2026-02-24T04:02:57Z"
