apiVersion: v1
kind: Pod
metadata:
  annotations:
    checksum/config: c2dbe1cac155fe1b8272df7af5cf9d794ba95072f00f0bb18790d5175b350a91
  creationTimestamp: "2026-03-31T18:34:17Z"
  generateName: vector-
  labels:
    app.kubernetes.io/component: Agent
    app.kubernetes.io/instance: vector
    app.kubernetes.io/name: vector
    controller-revision-hash: bd46dd668
    pod-template-generation: "1"
    vector.dev/exclude: "true"
  name: vector-sxsvt
  namespace: monitoring
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: vector
    uid: fdca5407-129a-4ff9-9037-ac1d043c3481
  resourceVersion: "4781"
  uid: 796cefe1-4311-44ed-90ef-4de4f5621a53
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.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-k9n2n
      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-k9n2n
    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-31T18:34:17Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-03-31T18:34:30Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-03-31T18:34:30Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-03-31T18:34:17Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://e9a7731a0febc5ff35d132986144edaedf3395960481e8dd3947a906cc5db932
    image: harbor.atmosphere.dev/docker.io/timberio/vector:0.37.0-debian
    imageID: harbor.atmosphere.dev/docker.io/timberio/vector@sha256:a5b5af9f6d3e89e03aef357cc2dfc75a38075061d978078bfb5ccd67bd9af249
    lastState: {}
    name: vector
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-03-31T18:34:29Z"
  hostIP: 199.19.213.229
  phase: Running
  podIP: 10.0.0.189
  podIPs:
  - ip: 10.0.0.189
  qosClass: BestEffort
  startTime: "2026-03-31T18:34:17Z"
