apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 8a57d562bbf9c49449ea876ab5fea8e17ef2b87db3cfbf34c062d99bc45818c9
    configmap-etc-hash: 303eba93470ec948088651020e84b3616195c192aaff2cdc8146c20f6d50306b
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-09-07T18:53:11Z"
  generateName: nova-compute-default-
  labels:
    application: nova
    component: compute
    controller-revision-hash: 99dc96fcc
    pod-template-generation: "1"
    release_group: nova
  name: nova-compute-default-khntt
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: nova-compute-default
    uid: 039b980c-7cea-4e84-89d8-8e2dd59dc474
  resourceVersion: "21306"
  uid: 5bab7d6e-3645-4486-ab6d-55e8f250d402
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchFields:
          - key: metadata.name
            operator: In
            values:
            - instance
  containers:
  - command:
    - /tmp/nova-compute.sh
    env:
    - name: CEPH_CINDER_USER
      value: cinder
    - name: LIBVIRT_CEPH_SECRET_UUID
    - name: RPC_PROBE_TIMEOUT
      value: "60"
    - name: RPC_PROBE_RETRIES
      value: "2"
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:zed@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    imagePullPolicy: IfNotPresent
    livenessProbe:
      exec:
        command:
        - python
        - /tmp/health-probe.py
        - --config-file
        - /etc/nova/nova.conf
        - --service-queue-name
        - compute
        - --liveness-probe
        - --use-fqdn
      failureThreshold: 3
      periodSeconds: 90
      successThreshold: 1
      timeoutSeconds: 70
    name: nova-compute
    readinessProbe:
      exec:
        command:
        - python
        - /tmp/health-probe.py
        - --config-file
        - /etc/nova/nova.conf
        - --service-queue-name
        - compute
        - --use-fqdn
      failureThreshold: 3
      periodSeconds: 90
      successThreshold: 1
      timeoutSeconds: 70
    resources: {}
    securityContext:
      privileged: true
      readOnlyRootFilesystem: true
    startupProbe:
      exec:
        command:
        - python
        - /tmp/health-probe.py
        - --config-file
        - /etc/nova/nova.conf
        - --service-queue-name
        - compute
        - --liveness-probe
        - --use-fqdn
      failureThreshold: 120
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 70
    terminationMessagePath: /var/log/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /dev/pts
      name: dev-pts
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/nova-compute.sh
      name: nova-bin
      readOnly: true
      subPath: nova-compute.sh
    - mountPath: /tmp/health-probe.py
      name: nova-bin
      readOnly: true
      subPath: health-probe.py
    - mountPath: /etc/nova/nova.conf
      name: nova-etc
      readOnly: true
      subPath: nova-compute.conf
    - mountPath: /etc/nova/api-paste.ini
      name: nova-etc
      readOnly: true
      subPath: api-paste.ini
    - mountPath: /etc/nova/policy.yaml
      name: nova-etc
      readOnly: true
      subPath: policy.yaml
    - mountPath: /etc/sudoers.d/kolla_nova_sudoers
      name: nova-etc
      readOnly: true
      subPath: nova_sudoers
    - mountPath: /etc/nova/rootwrap.conf
      name: nova-etc
      readOnly: true
      subPath: rootwrap.conf
    - mountPath: /etc/nova/rootwrap.d/compute.filters
      name: nova-etc
      readOnly: true
      subPath: compute.filters
    - mountPath: /etc/nova/rootwrap.d/network.filters
      name: nova-etc
      readOnly: true
      subPath: network.filters
    - mountPath: /etc/ceph
      mountPropagation: Bidirectional
      name: etcceph
    - mountPath: /tmp/client-keyring
      name: ceph-keyring
      readOnly: true
      subPath: key
    - mountPath: /lib/modules
      name: libmodules
      readOnly: true
    - mountPath: /var/lib/nova
      mountPropagation: Bidirectional
      name: varlibnova
    - mountPath: /var/lib/libvirt
      mountPropagation: Bidirectional
      name: varliblibvirt
    - mountPath: /run
      name: run
    - mountPath: /sys/fs/cgroup
      name: cgroup
      readOnly: true
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /etc/machine-id
      name: machine-id
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qgvkq
      readOnly: true
  - command:
    - /tmp/ssh-start.sh
    env:
    - name: KEY_TYPES
      value: rsa,dsa,ecdsa,ed25519
    - name: SSH_PORT
      value: "8022"
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova-ssh:latest@sha256:7b8c92ca1d175f1144a71b0ea09c356168ab6a726df44782a927be623dbbd633
    imagePullPolicy: IfNotPresent
    name: nova-compute-ssh
    ports:
    - containerPort: 8022
      hostPort: 8022
      protocol: TCP
    resources: {}
    securityContext:
      privileged: true
      runAsUser: 0
    terminationMessagePath: /var/log/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/lib/nova
      name: varlibnova
    - mountPath: /tmp/ssh-start.sh
      name: nova-bin
      readOnly: true
      subPath: ssh-start.sh
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qgvkq
      readOnly: true
  dnsPolicy: ClusterFirstWithHostNet
  enableServiceLinks: true
  hostIPC: 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:rabbitmq-nova,openstack:glance-api,openstack:nova-api,openstack:neutron-server,openstack:nova-metadata
    - name: DEPENDENCY_JOBS
      value: nova-db-sync,nova-rabbit-init
    - name: DEPENDENCY_DAEMONSET
    - name: DEPENDENCY_CONTAINER
    - name: DEPENDENCY_POD_JSON
      value: '[{"labels":{"application":"libvirt","component":"libvirt"},"requireSameNode":true},{"labels":{"application":"ovn","component":"ovn-controller"},"requireSameNode":true}]'
    - 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-qgvkq
      readOnly: true
  - command:
    - /tmp/nova-compute-init.sh
    env:
    - name: NOVA_USER_UID
      value: "42424"
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:zed@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    imagePullPolicy: IfNotPresent
    name: nova-compute-init
    resources: {}
    securityContext:
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /var/log/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/nova-compute-init.sh
      name: nova-bin
      readOnly: true
      subPath: nova-compute-init.sh
    - mountPath: /var/lib/nova
      name: varlibnova
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qgvkq
      readOnly: true
  - command:
    - chown
    - -R
    - 'nova:'
    - /etc/ceph
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:zed@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    imagePullPolicy: IfNotPresent
    name: ceph-perms
    resources: {}
    securityContext:
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /var/log/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /etc/ceph
      name: etcceph
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qgvkq
      readOnly: true
  - command:
    - /tmp/ceph-admin-keyring.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:zed@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    imagePullPolicy: IfNotPresent
    name: ceph-admin-keyring-placement
    resources: {}
    terminationMessagePath: /var/log/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /etc/ceph
      name: etcceph
    - mountPath: /tmp/ceph-admin-keyring.sh
      name: nova-bin
      readOnly: true
      subPath: ceph-admin-keyring.sh
    - mountPath: /tmp/client-keyring
      name: ceph-keyring
      readOnly: true
      subPath: key
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qgvkq
      readOnly: true
  - command:
    - /tmp/ceph-keyring.sh
    env:
    - name: CEPH_CINDER_USER
      value: cinder
    - name: LIBVIRT_CEPH_SECRET_UUID
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:zed@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    imagePullPolicy: IfNotPresent
    name: ceph-keyring-placement
    resources: {}
    terminationMessagePath: /var/log/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /etc/ceph
      name: etcceph
    - mountPath: /tmp/ceph-keyring.sh
      name: nova-bin
      subPath: ceph-keyring.sh
    - mountPath: /etc/ceph/ceph.conf.template
      name: ceph-etc
      readOnly: true
      subPath: ceph.conf
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qgvkq
      readOnly: true
  - command:
    - /tmp/nova-console-compute-init.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:zed@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    imagePullPolicy: IfNotPresent
    name: nova-compute-vnc-init
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /var/log/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/nova-console-compute-init.sh
      name: nova-bin
      readOnly: true
      subPath: nova-console-compute-init.sh
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qgvkq
      readOnly: true
  - command:
    - /tmp/ssh-init.sh
    env:
    - name: SSH_PORT
      value: "8022"
    - name: NOVA_USER_UID
      value: "42424"
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova-ssh:latest@sha256:7b8c92ca1d175f1144a71b0ea09c356168ab6a726df44782a927be623dbbd633
    imagePullPolicy: IfNotPresent
    name: nova-compute-ssh-init
    resources: {}
    securityContext:
      runAsUser: 0
    terminationMessagePath: /var/log/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/lib/nova
      name: varlibnova
    - mountPath: /tmp/nova-ssh/authorized_keys
      name: nova-ssh
      subPath: public-key
    - mountPath: /tmp/nova-ssh/id_rsa
      name: nova-ssh
      subPath: private-key
    - mountPath: /tmp/ssh-init.sh
      name: nova-bin
      readOnly: true
      subPath: ssh-init.sh
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qgvkq
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-compute-node: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: nova-compute
  serviceAccountName: nova-compute
  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-tmp
  - configMap:
      defaultMode: 365
      name: nova-bin
    name: nova-bin
  - name: nova-etc
    secret:
      defaultMode: 292
      secretName: nova-compute-default
  - name: nova-ssh
    secret:
      defaultMode: 420
      secretName: nova-ssh
  - hostPath:
      path: /var/lib/openstack-helm/compute/nova
      type: ""
    name: etcceph
  - configMap:
      defaultMode: 292
      name: ceph-etc
    name: ceph-etc
  - name: ceph-keyring
    secret:
      defaultMode: 420
      secretName: pvc-ceph-client-key
  - hostPath:
      path: /dev/pts
      type: ""
    name: dev-pts
  - hostPath:
      path: /lib/modules
      type: ""
    name: libmodules
  - hostPath:
      path: /var/lib/nova
      type: ""
    name: varlibnova
  - hostPath:
      path: /var/lib/libvirt
      type: ""
    name: varliblibvirt
  - hostPath:
      path: /run
      type: ""
    name: run
  - hostPath:
      path: /sys/fs/cgroup
      type: ""
    name: cgroup
  - emptyDir: {}
    name: pod-shared
  - hostPath:
      path: /etc/machine-id
      type: ""
    name: machine-id
  - name: kube-api-access-qgvkq
    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-09-07T19:00:39Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-09-07T19:02:06Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-09-07T19:02:06Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-09-07T18:53:12Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://81b1f8e56d2b48383fe3348fc72a21dab5e270c2a7897ecf8ebb842e8a98c6b3
    image: sha256:9e5bf198dffdfe799110422d73ccc2ec6110ec5d66cd5e656c168c6162e34e48
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    lastState: {}
    name: nova-compute
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-09-07T19:00:39Z"
  - containerID: containerd://ffa5aa864ba3f69163f8244a6f4df4745afd96df30c893726ea7142e1e51836c
    image: sha256:4f159461d7b13bf113aecea5b71e57a9782e353bd494d4bdbee8de1355d2cffd
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova-ssh@sha256:7b8c92ca1d175f1144a71b0ea09c356168ab6a726df44782a927be623dbbd633
    lastState: {}
    name: nova-compute-ssh
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-09-07T19:00:39Z"
  hostIP: 162.253.55.54
  initContainerStatuses:
  - containerID: containerd://f0ed30c9cc9bbd2418a612145ab3475e928206a5af3cfe33cf87c5126e142a83
    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://f0ed30c9cc9bbd2418a612145ab3475e928206a5af3cfe33cf87c5126e142a83
        exitCode: 0
        finishedAt: "2026-09-07T19:00:29Z"
        reason: Completed
        startedAt: "2026-09-07T18:53:12Z"
  - containerID: containerd://5ccf5c9b09ca4be4e7c4f7a6889c1a86c8483749528e64e471fcc49af11ee79c
    image: sha256:9e5bf198dffdfe799110422d73ccc2ec6110ec5d66cd5e656c168c6162e34e48
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    lastState: {}
    name: nova-compute-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://5ccf5c9b09ca4be4e7c4f7a6889c1a86c8483749528e64e471fcc49af11ee79c
        exitCode: 0
        finishedAt: "2026-09-07T19:00:29Z"
        reason: Completed
        startedAt: "2026-09-07T19:00:29Z"
  - containerID: containerd://53e62d372d773af5919fbc30f129fccd87e9c9925c0c8a42cad6f181936dc076
    image: sha256:9e5bf198dffdfe799110422d73ccc2ec6110ec5d66cd5e656c168c6162e34e48
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    lastState: {}
    name: ceph-perms
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://53e62d372d773af5919fbc30f129fccd87e9c9925c0c8a42cad6f181936dc076
        exitCode: 0
        finishedAt: "2026-09-07T19:00:30Z"
        reason: Completed
        startedAt: "2026-09-07T19:00:30Z"
  - containerID: containerd://cb45d57d764cd9ab3622f550ab96069cd1ada6d3abbdac29ee35e1c117323d2b
    image: sha256:9e5bf198dffdfe799110422d73ccc2ec6110ec5d66cd5e656c168c6162e34e48
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    lastState: {}
    name: ceph-admin-keyring-placement
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://cb45d57d764cd9ab3622f550ab96069cd1ada6d3abbdac29ee35e1c117323d2b
        exitCode: 0
        finishedAt: "2026-09-07T19:00:31Z"
        reason: Completed
        startedAt: "2026-09-07T19:00:31Z"
  - containerID: containerd://93c478f571e9a1076a1bcf00244a1e772937bb322637b2e7fc4583a116842647
    image: sha256:9e5bf198dffdfe799110422d73ccc2ec6110ec5d66cd5e656c168c6162e34e48
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    lastState: {}
    name: ceph-keyring-placement
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://93c478f571e9a1076a1bcf00244a1e772937bb322637b2e7fc4583a116842647
        exitCode: 0
        finishedAt: "2026-09-07T19:00:33Z"
        reason: Completed
        startedAt: "2026-09-07T19:00:32Z"
  - containerID: containerd://dd3e59cced47d8c46f10f5732fd7aeb6acb923310ac0da7ab517319abe4d3cbe
    image: sha256:9e5bf198dffdfe799110422d73ccc2ec6110ec5d66cd5e656c168c6162e34e48
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:b31b5efe08e05743d09de7010de021897e5c0ace6189b4788354717e5ec599c8
    lastState: {}
    name: nova-compute-vnc-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://dd3e59cced47d8c46f10f5732fd7aeb6acb923310ac0da7ab517319abe4d3cbe
        exitCode: 0
        finishedAt: "2026-09-07T19:00:34Z"
        reason: Completed
        startedAt: "2026-09-07T19:00:34Z"
  - containerID: containerd://ddd5672a383ce9b55a0eef4199ca0787df9ed701f58c4b743c3df998103a4bd5
    image: sha256:4f159461d7b13bf113aecea5b71e57a9782e353bd494d4bdbee8de1355d2cffd
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova-ssh@sha256:7b8c92ca1d175f1144a71b0ea09c356168ab6a726df44782a927be623dbbd633
    lastState: {}
    name: nova-compute-ssh-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://ddd5672a383ce9b55a0eef4199ca0787df9ed701f58c4b743c3df998103a4bd5
        exitCode: 0
        finishedAt: "2026-09-07T19:00:37Z"
        reason: Completed
        startedAt: "2026-09-07T19:00:37Z"
  phase: Running
  podIP: 162.253.55.54
  podIPs:
  - ip: 162.253.55.54
  qosClass: BestEffort
  startTime: "2026-09-07T18:53:12Z"
