apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-08-26T01:30:00Z"
  generateName: senlin-engine-cleaner-29795130-
  labels:
    application: senlin
    batch.kubernetes.io/controller-uid: d09e3754-a0a3-4ffc-bcfd-0bcbd4446f33
    batch.kubernetes.io/job-name: senlin-engine-cleaner-29795130
    component: engine-cleaner
    controller-uid: d09e3754-a0a3-4ffc-bcfd-0bcbd4446f33
    job-name: senlin-engine-cleaner-29795130
    release_group: senlin
  name: senlin-engine-cleaner-29795130-j4cqd
  namespace: openstack
  ownerReferences:
  - apiVersion: batch/v1
    blockOwnerDeletion: true
    controller: true
    kind: Job
    name: senlin-engine-cleaner-29795130
    uid: d09e3754-a0a3-4ffc-bcfd-0bcbd4446f33
  resourceVersion: "43407"
  uid: f4ce5203-1451-4ed7-8776-5683d7928f6c
spec:
  containers:
  - command:
    - /tmp/senlin-engine-cleaner.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/senlin:2023.1@sha256:ef545325102818b4c5a725b886a3d951867b19293eb3a12b3d4dc8b0788dbbfb
    imagePullPolicy: IfNotPresent
    name: senlin-engine-cleaner
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/senlin-engine-cleaner.sh
      name: senlin-bin
      readOnly: true
      subPath: senlin-engine-cleaner.sh
    - mountPath: /etc/senlin
      name: etcsenlin
    - mountPath: /etc/senlin/senlin.conf
      name: senlin-etc
      readOnly: true
      subPath: senlin.conf
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qqxwb
      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:rabbitmq-senlin,openstack:keystone-api
    - name: DEPENDENCY_JOBS
      value: senlin-db-sync
    - 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-qqxwb
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: OnFailure
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: senlin-engine-cleaner
  serviceAccountName: senlin-engine-cleaner
  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: etcsenlin
  - name: senlin-etc
    secret:
      defaultMode: 292
      secretName: senlin-etc
  - configMap:
      defaultMode: 365
      name: senlin-bin
    name: senlin-bin
  - name: kube-api-access-qqxwb
    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-08-26T01:45:34Z"
    reason: PodCompleted
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-08-26T01:45:37Z"
    reason: PodCompleted
    status: "False"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-08-26T01:45:37Z"
    reason: PodCompleted
    status: "False"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-08-26T01:45:30Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://72b40789f5a8c2cde0a139b1ffaba902466360751096c799b2251a588f190da2
    image: sha256:8b94738fb763b9b2af2ae264a3a6fd523dfdf93221d47bc003601f154f47fb6f
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/senlin@sha256:ef545325102818b4c5a725b886a3d951867b19293eb3a12b3d4dc8b0788dbbfb
    lastState: {}
    name: senlin-engine-cleaner
    ready: false
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://72b40789f5a8c2cde0a139b1ffaba902466360751096c799b2251a588f190da2
        exitCode: 0
        finishedAt: "2026-08-26T01:45:37Z"
        reason: Completed
        startedAt: "2026-08-26T01:45:34Z"
  hostIP: 162.253.55.102
  initContainerStatuses:
  - containerID: containerd://959147669b67290b852cfb428e092aab8eda7a3b89391085fa7f7cb16cefa413
    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://959147669b67290b852cfb428e092aab8eda7a3b89391085fa7f7cb16cefa413
        exitCode: 0
        finishedAt: "2026-08-26T01:45:34Z"
        reason: Completed
        startedAt: "2026-08-26T01:45:31Z"
  phase: Succeeded
  podIP: 10.0.0.56
  podIPs:
  - ip: 10.0.0.56
  qosClass: BestEffort
  startTime: "2026-08-26T01:45:30Z"
