apiVersion: v1
kind: Pod
metadata:
  annotations:
    checksum/config: e03ec9ccf0edecf46164f53a0d5095d35024c706e832ef7c84773b9401508942
  creationTimestamp: "2026-03-03T21:20:39Z"
  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-mtckl
  namespace: monitoring
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: vector
    uid: eeebff1d-422c-4021-89e3-b859324abf14
  resourceVersion: "4780"
  uid: 460916b0-f24e-4074-918a-cb894716c22e
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-86gcp
      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-86gcp
    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-03T21:20:39Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-03-03T21:20:52Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-03-03T21:20:52Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-03-03T21:20:39Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://6e29aa7afb9d351fa929466564160ff4bf107eb997b3d899d2ce8f1720263371
    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-03-03T21:20:51Z"
  hostIP: 199.204.45.74
  phase: Running
  podIP: 10.0.0.110
  podIPs:
  - ip: 10.0.0.110
  qosClass: BestEffort
  startTime: "2026-03-03T21:20:39Z"
