apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 6a12c7a1c81b64fbdccd21b6e8fb66de4e53f0e3d52cc1ecc82b5e5d460eb19a
    configmap-etc-hash: c7ec4899c705b2611b19e066ece506a615dcf3ca64791ac482656b21fff5ed68
  creationTimestamp: "2026-07-21T07:21:15Z"
  generateName: octavia-api-85c69f4d7d-
  labels:
    application: octavia
    component: api
    pod-template-hash: 85c69f4d7d
    release_group: octavia
  name: octavia-api-85c69f4d7d-wld5q
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: octavia-api-85c69f4d7d
    uid: dab211de-4f3c-44f5-a23c-5cdb7ef0855a
  resourceVersion: "43356"
  uid: 4ea35c0a-3d24-45c3-b783-3ff03afb12d6
spec:
  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchExpressions:
            - key: release_group
              operator: In
              values:
              - octavia
            - key: application
              operator: In
              values:
              - octavia
            - key: component
              operator: In
              values:
              - api
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/octavia-api.sh
    - start
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/octavia:2023.1@sha256:f4b38df551de8d7928bae3f6441f884d40a04c8ed7deff9df91d0631ffdfd4f2
    imagePullPolicy: IfNotPresent
    lifecycle:
      preStop:
        exec:
          command:
          - /tmp/octavia-api.sh
          - stop
    name: octavia-api
    ports:
    - containerPort: 9876
      name: o-api
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /
        port: 9876
        scheme: HTTP
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    resources: {}
    securityContext:
      runAsUser: 42424
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /etc/octavia
      name: pod-etc-octavia
    - mountPath: /tmp/octavia-api.sh
      name: octavia-bin
      readOnly: true
      subPath: octavia-api.sh
    - mountPath: /etc/octavia/octavia.conf
      name: octavia-etc
      readOnly: true
      subPath: octavia.conf
    - mountPath: /etc/octavia/octavia-api-uwsgi.ini
      name: octavia-etc
      readOnly: true
      subPath: octavia-api-uwsgi.ini
    - mountPath: /etc/octavia/certs/server
      name: octavia-server-ca
    - mountPath: /etc/octavia/certs/client
      name: octavia-client-certs
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-9ngrr
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: 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:keystone-api,openstack:rabbitmq-octavia,openstack:memcached,openstack:neutron-server
    - 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@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    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-9ngrr
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: octavia-api
  serviceAccountName: octavia-api
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - emptyDir: {}
    name: pod-etc-octavia
  - configMap:
      defaultMode: 365
      name: octavia-bin
    name: octavia-bin
  - name: octavia-etc
    secret:
      defaultMode: 292
      secretName: octavia-etc
  - name: octavia-server-ca
    secret:
      defaultMode: 420
      secretName: octavia-server-ca
  - name: octavia-client-certs
    secret:
      defaultMode: 420
      secretName: octavia-client-certs
  - name: kube-api-access-9ngrr
    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-21T07:23:01Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-07-21T07:21:15Z"
    message: 'containers with unready status: [octavia-api]'
    reason: ContainersNotReady
    status: "False"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-07-21T07:21:15Z"
    message: 'containers with unready status: [octavia-api]'
    reason: ContainersNotReady
    status: "False"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-07-21T07:21:15Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://7dbca932cc36b7d8aa41740be5358c04945050af7b8d89271a8cbb9d345fdce8
    image: sha256:59299737f52be7a3bdda3b40e3b7e088a7e8586bf3612503a69bf10b062f91aa
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/octavia@sha256:f4b38df551de8d7928bae3f6441f884d40a04c8ed7deff9df91d0631ffdfd4f2
    lastState:
      terminated:
        containerID: containerd://7dbca932cc36b7d8aa41740be5358c04945050af7b8d89271a8cbb9d345fdce8
        exitCode: 22
        finishedAt: "2026-07-21T08:06:03Z"
        reason: Error
        startedAt: "2026-07-21T08:05:56Z"
    name: octavia-api
    ready: false
    restartCount: 13
    started: false
    state:
      waiting:
        message: back-off 5m0s restarting failed container=octavia-api pod=octavia-api-85c69f4d7d-wld5q_openstack(4ea35c0a-3d24-45c3-b783-3ff03afb12d6)
        reason: CrashLoopBackOff
  hostIP: 199.204.45.205
  initContainerStatuses:
  - containerID: containerd://8a1d6dd645dbcd392d7f2546210a3eee291f4e8ac63442360cecaf686cb08e73
    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://8a1d6dd645dbcd392d7f2546210a3eee291f4e8ac63442360cecaf686cb08e73
        exitCode: 0
        finishedAt: "2026-07-21T07:23:00Z"
        reason: Completed
        startedAt: "2026-07-21T07:21:16Z"
  phase: Running
  podIP: 10.0.0.36
  podIPs:
  - ip: 10.0.0.36
  qosClass: BestEffort
  startTime: "2026-07-21T07:21:15Z"
