apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: bdbaa4b0c007be413bb7ab0607085ad5eb7d1edd6d3975b95454a707c3f09177
    configmap-etc-hash: e47689907fbed8d4655a2d1c08f9d9f97ca2e32b522759a3798c440ca4642501
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-03-08T02:42:51Z"
  generateName: glance-api-77974f6b46-
  labels:
    application: glance
    component: api
    pod-template-hash: 77974f6b46
    release_group: glance
  name: glance-api-77974f6b46-gjdvj
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: glance-api-77974f6b46
    uid: 5e05605e-5423-4ff1-a88a-4b398c15723b
  resourceVersion: "10085"
  uid: b6a3b1f9-b18d-41c0-9b91-2a65a13b7ca7
spec:
  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchExpressions:
            - key: release_group
              operator: In
              values:
              - glance
            - key: application
              operator: In
              values:
              - glance
            - key: component
              operator: In
              values:
              - api
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/glance-api.sh
    - start
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/glance:main@sha256:b9c065d575cf30d0316d3f1f3cdbde9c153faecc37ed467d62a44049084669ed
    imagePullPolicy: IfNotPresent
    lifecycle:
      preStop:
        exec:
          command:
          - /tmp/glance-api.sh
          - stop
    livenessProbe:
      failureThreshold: 3
      httpGet:
        path: /
        port: 9292
        scheme: HTTP
      initialDelaySeconds: 5
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 5
    name: glance-api
    ports:
    - containerPort: 9292
      name: g-api
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /
        port: 9292
        scheme: HTTP
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 5
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /var/lib/glance/tmp
      name: glance-tmp
    - mountPath: /etc/glance
      name: etcglance
    - mountPath: /tmp/glance-api.sh
      name: glance-bin
      readOnly: true
      subPath: glance-api.sh
    - mountPath: /etc/glance/glance-api.conf
      name: glance-etc
      readOnly: true
      subPath: glance-api.conf
    - mountPath: /etc/glance/glance-api-uwsgi.ini
      name: glance-etc
      readOnly: true
      subPath: glance-api-uwsgi.ini
    - mountPath: /etc/glance/glance-api-paste.ini
      name: glance-etc
      readOnly: true
      subPath: glance-api-paste.ini
    - mountPath: /etc/glance/policy.yaml
      name: glance-etc
      readOnly: true
      subPath: policy.yaml
    - mountPath: /etc/glance/api_audit_map.conf
      name: glance-etc
      readOnly: true
      subPath: api_audit_map.conf
    - mountPath: /etc/sudoers.d/kolla_glance_sudoers
      name: glance-etc
      readOnly: true
      subPath: glance_sudoers
    - mountPath: /etc/glance/rootwrap.conf
      name: glance-etc
      readOnly: true
      subPath: rootwrap.conf
    - mountPath: /etc/glance/rootwrap.d/glance-cinder-store.filters
      name: glance-etc
      readOnly: true
      subPath: glance-cinder-store.filters
    - mountPath: /etc/glance/swift-store.conf
      name: glance-etc
      readOnly: true
      subPath: swift-store.conf
    - mountPath: /var/lib/glance/images
      name: glance-images
    - mountPath: /etc/ceph
      name: etcceph
    - mountPath: /etc/ceph/ceph.conf
      name: ceph-etc
      readOnly: true
      subPath: ceph.conf
    - mountPath: /tmp/client-keyring
      name: ceph-keyring
      readOnly: true
      subPath: key
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-cf8gr
      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-glance
    - name: DEPENDENCY_JOBS
      value: glance-storage-init,glance-db-sync,glance-rabbit-init,glance-ks-user,glance-ks-endpoints
    - 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-cf8gr
      readOnly: true
  - command:
    - chown
    - -R
    - 'glance:'
    - /var/lib/glance/images
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/glance:main@sha256:b9c065d575cf30d0316d3f1f3cdbde9c153faecc37ed467d62a44049084669ed
    imagePullPolicy: IfNotPresent
    name: glance-perms
    resources: {}
    securityContext:
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /var/lib/glance/images
      name: glance-images
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-cf8gr
      readOnly: true
  - command:
    - /tmp/ceph-keyring.sh
    env:
    - name: RBD_STORE_USER
      value: glance
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/glance:main@sha256:b9c065d575cf30d0316d3f1f3cdbde9c153faecc37ed467d62a44049084669ed
    imagePullPolicy: IfNotPresent
    name: ceph-keyring-placement
    resources: {}
    securityContext:
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /etc/ceph
      name: etcceph
    - mountPath: /tmp/ceph-keyring.sh
      name: glance-bin
      readOnly: true
      subPath: ceph-keyring.sh
    - mountPath: /tmp/client-keyring
      name: ceph-keyring
      readOnly: true
      subPath: key
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-cf8gr
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: glance-api
  serviceAccountName: glance-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-tmp
  - emptyDir: {}
    name: glance-tmp
  - emptyDir: {}
    name: etcglance
  - configMap:
      defaultMode: 365
      name: glance-bin
    name: glance-bin
  - name: glance-etc
    secret:
      defaultMode: 292
      secretName: glance-etc
  - emptyDir: {}
    name: glance-images
  - emptyDir: {}
    name: etcceph
  - configMap:
      defaultMode: 292
      name: ceph-etc
    name: ceph-etc
  - name: ceph-keyring
    secret:
      defaultMode: 420
      secretName: images-rbd-keyring
  - name: kube-api-access-cf8gr
    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-03-08T02:47:05Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-03-08T02:47:11Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-03-08T02:47:11Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-03-08T02:42:51Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://fde28bdfea31da21763d586d647a034ab4bc9400f7558f31c24c626a2bedcb27
    image: sha256:1daa4fbacd0f48a66e5e178b8c50a1dd7f53ce8d68f4dca67cb491f12d5db3d4
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/glance@sha256:b9c065d575cf30d0316d3f1f3cdbde9c153faecc37ed467d62a44049084669ed
    lastState: {}
    name: glance-api
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-03-08T02:47:06Z"
  hostIP: 199.204.45.19
  initContainerStatuses:
  - containerID: containerd://0cfbf79446116cb67b553f2d86436b2cbf0295aaffb483014555fb28752ebc18
    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://0cfbf79446116cb67b553f2d86436b2cbf0295aaffb483014555fb28752ebc18
        exitCode: 0
        finishedAt: "2026-03-08T02:47:03Z"
        reason: Completed
        startedAt: "2026-03-08T02:47:01Z"
  - containerID: containerd://9eab12d07e2564ccd4abc33341f96861cbf2cee773710d6aaf93906d314fcaaf
    image: sha256:1daa4fbacd0f48a66e5e178b8c50a1dd7f53ce8d68f4dca67cb491f12d5db3d4
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/glance@sha256:b9c065d575cf30d0316d3f1f3cdbde9c153faecc37ed467d62a44049084669ed
    lastState: {}
    name: glance-perms
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://9eab12d07e2564ccd4abc33341f96861cbf2cee773710d6aaf93906d314fcaaf
        exitCode: 0
        finishedAt: "2026-03-08T02:47:03Z"
        reason: Completed
        startedAt: "2026-03-08T02:47:03Z"
  - containerID: containerd://38d11af6f5123c80ad7389e817c775519497f155223a843228b3ca4592376711
    image: sha256:1daa4fbacd0f48a66e5e178b8c50a1dd7f53ce8d68f4dca67cb491f12d5db3d4
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/glance@sha256:b9c065d575cf30d0316d3f1f3cdbde9c153faecc37ed467d62a44049084669ed
    lastState: {}
    name: ceph-keyring-placement
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://38d11af6f5123c80ad7389e817c775519497f155223a843228b3ca4592376711
        exitCode: 0
        finishedAt: "2026-03-08T02:47:04Z"
        reason: Completed
        startedAt: "2026-03-08T02:47:04Z"
  phase: Running
  podIP: 10.0.0.151
  podIPs:
  - ip: 10.0.0.151
  qosClass: BestEffort
  startTime: "2026-03-08T02:42:51Z"
