apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-05-26T05:57:27Z"
  generateName: keepalived-
  labels:
    application: keepalived
    controller-revision-hash: 588dbfb568
    pod-template-generation: "1"
  name: keepalived-thgmt
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: keepalived
    uid: b21dd8ab-0365-4580-98a9-665bf209478f
  resourceVersion: "27517"
  uid: 22e7ece6-ee1d-4787-8dc0-45cfc6723823
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchFields:
          - key: metadata.name
            operator: In
            values:
            - instance
  automountServiceAccountToken: true
  containers:
  - command:
    - keepalived
    - -f
    - /etc/keepalived/keepalived.conf
    - --dont-fork
    - --log-console
    - --log-detail
    - --dump-conf
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/keepalived:latest@sha256:c71a82c4d2a2c49dd79ef1831ea7d90a72e5422b2458a277852da4074494fd22
    imagePullPolicy: Always
    name: keepalived
    resources: {}
    securityContext:
      allowPrivilegeEscalation: true
      capabilities:
        add:
        - NET_ADMIN
        - NET_BROADCAST
        - NET_RAW
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /etc/keepalived
      mountPropagation: None
      name: keepalived-etc
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-8qzp7
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  hostNetwork: true
  initContainers:
  - env:
    - name: NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: DEPENDENCY_POD_JSON
      value: '[{"requireSameNode": true, "labels": {"application": "ovn", "component":
        "ovn-controller"}}]'
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    imagePullPolicy: IfNotPresent
    name: init
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-8qzp7
      readOnly: true
  - command:
    - /bin/wait-for-ip.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/keepalived:latest@sha256:c71a82c4d2a2c49dd79ef1831ea7d90a72e5422b2458a277852da4074494fd22
    imagePullPolicy: Always
    name: wait-for-ip
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /bin/wait-for-ip.sh
      mountPropagation: None
      name: keepalived-bin
      readOnly: true
      subPath: wait-for-ip.sh
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-8qzp7
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: keepalived
  serviceAccountName: keepalived
  terminationGracePeriodSeconds: 30
  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
  - effect: NoSchedule
    key: node.kubernetes.io/network-unavailable
    operator: Exists
  volumes:
  - name: keepalived-etc
    secret:
      defaultMode: 420
      optional: false
      secretName: keepalived-etc
  - configMap:
      defaultMode: 493
      name: keepalived-bin
      optional: false
    name: keepalived-bin
  - name: kube-api-access-8qzp7
    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-26T06:43:17Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-05-26T06:43:18Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-05-26T06:43:18Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-05-26T05:57:27Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://f91e35feb92b085132737e794d389b4fe483748115f796bb3284a470495e0d0b
    image: sha256:fa9d30b77e1bf8289c066e566f942e6a03046eaea657dba6b917470ce03c8fc4
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/keepalived@sha256:c71a82c4d2a2c49dd79ef1831ea7d90a72e5422b2458a277852da4074494fd22
    lastState: {}
    name: keepalived
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-05-26T06:43:17Z"
  hostIP: 199.204.45.53
  initContainerStatuses:
  - containerID: containerd://96132e849aad6d8e51cc7d78f803857a452c76c13496ade766104aefb23031a8
    image: sha256:d656bd5737950b86b0ecff4b0206024769c78ea55e2f9f4c840c3cc2a10caaf8
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    lastState: {}
    name: init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://96132e849aad6d8e51cc7d78f803857a452c76c13496ade766104aefb23031a8
        exitCode: 0
        finishedAt: "2026-05-26T06:25:36Z"
        reason: Completed
        startedAt: "2026-05-26T05:57:28Z"
  - containerID: containerd://492849e2acfdaabbf6f38f6f583596467d21b218c215803fc505d9a803349204
    image: sha256:fa9d30b77e1bf8289c066e566f942e6a03046eaea657dba6b917470ce03c8fc4
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/keepalived@sha256:c71a82c4d2a2c49dd79ef1831ea7d90a72e5422b2458a277852da4074494fd22
    lastState: {}
    name: wait-for-ip
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://492849e2acfdaabbf6f38f6f583596467d21b218c215803fc505d9a803349204
        exitCode: 0
        finishedAt: "2026-05-26T06:43:16Z"
        reason: Completed
        startedAt: "2026-05-26T06:25:45Z"
  phase: Running
  podIP: 199.204.45.53
  podIPs:
  - ip: 199.204.45.53
  qosClass: BestEffort
  startTime: "2026-05-26T05:57:27Z"
