apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: c4bcb2ed7bca6cdaa6a717953414bfd7a424a44d6e703264226311286766ccaa
    configmap-etc-hash: a6f19420628333afe5ff27cbb858a0b39c2b82412f08f22d962eab837e0a1f74
  creationTimestamp: "2026-07-26T17:30:45Z"
  generateName: octavia-health-manager-default-
  labels:
    application: octavia
    component: health_manager
    controller-revision-hash: 57c6568c99
    pod-template-generation: "1"
    release_group: octavia
  name: octavia-health-manager-default-sl4mv
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: octavia-health-manager-default
    uid: 5cd8a060-74f5-462a-9e23-705e7b28c574
  resourceVersion: "23982"
  uid: fde49bf7-ff86-48af-b2e0-c4dc3c60efa6
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchFields:
          - key: metadata.name
            operator: In
            values:
            - instance
  containers:
  - command:
    - /tmp/octavia-health-manager.sh
    - start
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/octavia:main@sha256:13bfd0f2e24ca220fa66a1996c6e403fcf2b8ddb2cc86705ea250c5f65fb4487
    imagePullPolicy: IfNotPresent
    lifecycle:
      preStop:
        exec:
          command:
          - /tmp/octavia-health-manager.sh
          - stop
    name: octavia-health-manager
    resources: {}
    securityContext:
      capabilities:
        add:
        - NET_ADMIN
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /etc/octavia
      name: pod-etc-octavia
    - mountPath: /tmp/octavia-health-manager.sh
      name: octavia-bin
      readOnly: true
      subPath: octavia-health-manager.sh
    - mountPath: /etc/octavia/octavia.conf
      name: octavia-etc
      readOnly: true
      subPath: octavia.conf
    - mountPath: /etc/octavia/certs/server
      name: octavia-server-ca
    - mountPath: /etc/octavia/certs/client
      name: octavia-client-certs
    - mountPath: /etc/octavia/certs/jobboard-default
      name: octavia-jobboard-default-ca
    - mountPath: /etc/octavia/certs/jobboard-sentinel
      name: octavia-jobboard-sentinel-ca
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-zsprk
      readOnly: true
  dnsPolicy: ClusterFirstWithHostNet
  enableServiceLinks: true
  hostNetwork: true
  hostPID: true
  initContainers:
  - command:
    - kubernetes-entrypoint
    env:
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: INTERFACE_NAME
      value: eth0
    - name: PATH
      value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
    - name: DEPENDENCY_SERVICE
      value: openstack:percona-xtradb-haproxy,openstack:percona-xtradb-haproxy,openstack:keystone-api,openstack:rabbitmq-octavia,openstack:memcached,openstack:neutron-server,openstack:octavia-api
    - name: DEPENDENCY_JOBS
      value: octavia-db-sync,octavia-ks-user,octavia-ks-endpoints,octavia-rabbit-init
    - name: DEPENDENCY_DAEMONSET
    - name: DEPENDENCY_CONTAINER
    - name: DEPENDENCY_POD_JSON
    - name: DEPENDENCY_CUSTOM_RESOURCE
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge
    imagePullPolicy: IfNotPresent
    name: init
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
      runAsUser: 65534
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-zsprk
      readOnly: true
  - command:
    - /tmp/octavia-health-manager-get-port.sh
    env:
    - name: OS_IDENTITY_API_VERSION
      value: "3"
    - name: OS_AUTH_URL
      valueFrom:
        secretKeyRef:
          key: OS_AUTH_URL
          name: octavia-keystone-admin
    - name: OS_REGION_NAME
      valueFrom:
        secretKeyRef:
          key: OS_REGION_NAME
          name: octavia-keystone-admin
    - name: OS_INTERFACE
      valueFrom:
        secretKeyRef:
          key: OS_INTERFACE
          name: octavia-keystone-admin
    - name: OS_ENDPOINT_TYPE
      valueFrom:
        secretKeyRef:
          key: OS_INTERFACE
          name: octavia-keystone-admin
    - name: OS_PROJECT_DOMAIN_NAME
      valueFrom:
        secretKeyRef:
          key: OS_PROJECT_DOMAIN_NAME
          name: octavia-keystone-admin
    - name: OS_PROJECT_NAME
      valueFrom:
        secretKeyRef:
          key: OS_PROJECT_NAME
          name: octavia-keystone-admin
    - name: OS_USER_DOMAIN_NAME
      valueFrom:
        secretKeyRef:
          key: OS_USER_DOMAIN_NAME
          name: octavia-keystone-admin
    - name: OS_USERNAME
      valueFrom:
        secretKeyRef:
          key: OS_USERNAME
          name: octavia-keystone-admin
    - name: OS_PASSWORD
      valueFrom:
        secretKeyRef:
          key: OS_PASSWORD
          name: octavia-keystone-admin
    - name: OS_DEFAULT_DOMAIN
      valueFrom:
        secretKeyRef:
          key: OS_DEFAULT_DOMAIN
          name: octavia-keystone-admin
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/heat:main@sha256:3be2b3d1ab07714491f915307416d288783e484669a4b58a8fe3b7412b97044c
    imagePullPolicy: IfNotPresent
    name: octavia-health-manager-get-port
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /tmp/octavia-health-manager-get-port.sh
      name: octavia-bin
      readOnly: true
      subPath: octavia-health-manager-get-port.sh
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-zsprk
      readOnly: true
  - command:
    - /tmp/octavia-health-manager-nic-init.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/openvswitch:v3.3.6-6
    imagePullPolicy: IfNotPresent
    name: octavia-health-manager-nic-init
    resources: {}
    securityContext:
      capabilities:
        add:
        - NET_ADMIN
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /tmp/octavia-health-manager-nic-init.sh
      name: octavia-bin
      readOnly: true
      subPath: octavia-health-manager-nic-init.sh
    - mountPath: /run
      name: run
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-zsprk
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: octavia-health-manager
  serviceAccountName: octavia-health-manager
  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:
  - emptyDir: {}
    name: pod-etc-octavia
  - configMap:
      defaultMode: 365
      name: octavia-bin
    name: octavia-bin
  - name: octavia-etc
    secret:
      defaultMode: 292
      secretName: octavia-health-manager-default
  - emptyDir: {}
    name: pod-shared
  - hostPath:
      path: /run
      type: ""
    name: run
  - name: octavia-server-ca
    secret:
      defaultMode: 420
      secretName: octavia-server-ca
  - name: octavia-client-certs
    secret:
      defaultMode: 420
      secretName: octavia-client-certs
  - name: octavia-jobboard-default-ca
    secret:
      defaultMode: 420
      secretName: valkey-server-certs
  - name: octavia-jobboard-sentinel-ca
    secret:
      defaultMode: 420
      secretName: valkey-server-certs
  - name: kube-api-access-zsprk
    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-07-26T17:34:28Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-07-26T17:34:29Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-07-26T17:34:29Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-07-26T17:30:45Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://f034b53d74164dc5c968598baaf9015ebbc5e14ab7118dad478830d5fc44dedf
    image: sha256:35ad58aa281602c6454646ef9f6a0a24630456d0180004c9eb20f25fddd652a4
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/octavia@sha256:13bfd0f2e24ca220fa66a1996c6e403fcf2b8ddb2cc86705ea250c5f65fb4487
    lastState: {}
    name: octavia-health-manager
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-07-26T17:34:28Z"
  hostIP: 199.204.45.223
  initContainerStatuses:
  - containerID: containerd://0c7a7ec228e8d7346609373057a2ca858c531769e6399d5fef74d78ae9c1a409
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    lastState: {}
    name: init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://0c7a7ec228e8d7346609373057a2ca858c531769e6399d5fef74d78ae9c1a409
        exitCode: 0
        finishedAt: "2026-07-26T17:34:19Z"
        reason: Completed
        startedAt: "2026-07-26T17:30:46Z"
  - containerID: containerd://f2c18235f5e5f96c25c87ef6878d56ca0e4456c242287e234722ccc3161d093d
    image: sha256:b51fa7a9b55648ab40630410d6d0ccaea128c4b43a4cc2ed800ab84ad65873aa
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/heat@sha256:3be2b3d1ab07714491f915307416d288783e484669a4b58a8fe3b7412b97044c
    lastState: {}
    name: octavia-health-manager-get-port
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://f2c18235f5e5f96c25c87ef6878d56ca0e4456c242287e234722ccc3161d093d
        exitCode: 0
        finishedAt: "2026-07-26T17:34:27Z"
        reason: Completed
        startedAt: "2026-07-26T17:34:20Z"
  - containerID: containerd://289f3e81b39646d54e76bfc05f8f06b2f60c85357727e59a20a463f739fd18d2
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/openvswitch:v3.3.6-6
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/openvswitch@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b
    lastState: {}
    name: octavia-health-manager-nic-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://289f3e81b39646d54e76bfc05f8f06b2f60c85357727e59a20a463f739fd18d2
        exitCode: 0
        finishedAt: "2026-07-26T17:34:27Z"
        reason: Completed
        startedAt: "2026-07-26T17:34:27Z"
  phase: Running
  podIP: 199.204.45.223
  podIPs:
  - ip: 199.204.45.223
  qosClass: BestEffort
  startTime: "2026-07-26T17:30:45Z"
