apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: f92208e88a791caba6d7d280c8abf3458eee0b251b24c8de414018ec68b7473b
    configmap-etc-hash: 05b8011a1c1693fb78abc7fa085002614b06ddbf4ccd0e707658b90357962466
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-05-14T12:00:01Z"
  generateName: magnum-conductor-
  labels:
    application: magnum
    apps.kubernetes.io/pod-index: "0"
    component: conductor
    controller-revision-hash: magnum-conductor-6f755b755b
    release_group: magnum
    statefulset.kubernetes.io/pod-name: magnum-conductor-0
  name: magnum-conductor-0
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: StatefulSet
    name: magnum-conductor
    uid: 5c66cab9-fb7e-4a65-93e4-54295d2b0197
  resourceVersion: "37977"
  uid: c3336610-185a-4669-9b14-0a405bc9e56f
spec:
  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchExpressions:
            - key: release_group
              operator: In
              values:
              - magnum
            - key: application
              operator: In
              values:
              - magnum
            - key: component
              operator: In
              values:
              - conductor
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/magnum-conductor.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/magnum:main@sha256:8bc3ce4c09c3aeb6f82ca0aa59c18a863f0cdc1a63740864f6950e31477618cc
    imagePullPolicy: IfNotPresent
    name: magnum-conductor
    resources: {}
    securityContext:
      runAsUser: 42424
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/magnum-conductor.sh
      name: magnum-bin
      readOnly: true
      subPath: magnum-conductor.sh
    - mountPath: /etc/magnum
      name: pod-etc-magnum
    - mountPath: /etc/magnum/magnum.conf
      name: magnum-etc
      readOnly: true
      subPath: magnum.conf
    - mountPath: /etc/magnum/policy.yaml
      name: magnum-etc
      readOnly: true
      subPath: policy.yaml
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /var/lib/magnum/tmp
      name: magnum-lock-path
    - mountPath: /var/lib/magnum/certificate-cache
      name: magnum-certificate-cache
    - mountPath: /etc/ssl/certs/ca-certificates.crt
      name: ca-certificates
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-sk2x9
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  hostname: magnum-conductor-0
  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-magnum,openstack:barbican-api,openstack:heat-api
    - name: DEPENDENCY_JOBS
      value: magnum-db-sync,magnum-ks-user,magnum-domain-ks-user,magnum-ks-endpoints,magnum-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-sk2x9
      readOnly: true
  - command:
    - /tmp/magnum-conductor-init.sh
    env:
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/magnum:main@sha256:8bc3ce4c09c3aeb6f82ca0aa59c18a863f0cdc1a63740864f6950e31477618cc
    imagePullPolicy: IfNotPresent
    name: magnum-conductor-init
    resources: {}
    securityContext:
      runAsUser: 42424
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/magnum-conductor-init.sh
      name: magnum-bin
      readOnly: true
      subPath: magnum-conductor-init.sh
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-sk2x9
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: magnum-conductor
  serviceAccountName: magnum-conductor
  subdomain: magnum-conductor
  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-tmp
  - emptyDir: {}
    name: pod-etc-magnum
  - emptyDir: {}
    name: pod-shared
  - configMap:
      defaultMode: 365
      name: magnum-bin
    name: magnum-bin
  - name: magnum-etc
    secret:
      defaultMode: 292
      secretName: magnum-etc
  - emptyDir: {}
    name: magnum-lock-path
  - emptyDir: {}
    name: magnum-certificate-cache
  - hostPath:
      path: /etc/ssl/certs/ca-certificates.crt
      type: ""
    name: ca-certificates
  - name: kube-api-access-sk2x9
    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-14T12:02:26Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T12:29:18Z"
    message: 'containers with unready status: [magnum-conductor]'
    reason: ContainersNotReady
    status: "False"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T12:29:18Z"
    message: 'containers with unready status: [magnum-conductor]'
    reason: ContainersNotReady
    status: "False"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T12:00:01Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://7b293ca09d07e023d2f5bf51279599bfb7b7f3ca2ce4bc919e7c686552495908
    image: sha256:f6c3b9ca6a4b6f45e72de26c11dbef84c777f1e6a8a81683f5a13e6aca19aa86
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/magnum@sha256:8bc3ce4c09c3aeb6f82ca0aa59c18a863f0cdc1a63740864f6950e31477618cc
    lastState:
      terminated:
        containerID: containerd://7b293ca09d07e023d2f5bf51279599bfb7b7f3ca2ce4bc919e7c686552495908
        exitCode: 1
        finishedAt: "2026-05-14T12:29:17Z"
        reason: Error
        startedAt: "2026-05-14T12:29:13Z"
    name: magnum-conductor
    ready: false
    restartCount: 10
    started: false
    state:
      waiting:
        message: back-off 5m0s restarting failed container=magnum-conductor pod=magnum-conductor-0_openstack(c3336610-185a-4669-9b14-0a405bc9e56f)
        reason: CrashLoopBackOff
  hostIP: 199.204.45.89
  initContainerStatuses:
  - containerID: containerd://8acb68fd3b77a3d8859a3fb3c11ffb356179c2006ff2cda9cb6d1a762a1b5544
    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://8acb68fd3b77a3d8859a3fb3c11ffb356179c2006ff2cda9cb6d1a762a1b5544
        exitCode: 0
        finishedAt: "2026-05-14T12:02:25Z"
        reason: Completed
        startedAt: "2026-05-14T12:00:02Z"
  - containerID: containerd://d71128504d8b85fc895e3ca11bb625568d001fe53771c0cb3e2d11c30e1badb6
    image: sha256:f6c3b9ca6a4b6f45e72de26c11dbef84c777f1e6a8a81683f5a13e6aca19aa86
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/magnum@sha256:8bc3ce4c09c3aeb6f82ca0aa59c18a863f0cdc1a63740864f6950e31477618cc
    lastState: {}
    name: magnum-conductor-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://d71128504d8b85fc895e3ca11bb625568d001fe53771c0cb3e2d11c30e1badb6
        exitCode: 0
        finishedAt: "2026-05-14T12:02:25Z"
        reason: Completed
        startedAt: "2026-05-14T12:02:25Z"
  phase: Running
  podIP: 10.0.0.127
  podIPs:
  - ip: 10.0.0.127
  qosClass: BestEffort
  startTime: "2026-05-14T12:00:01Z"
