apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 0fa826d4d7a09702781edd1dea99271bec84830f0fb47c323ca6697719e1dc71
    configmap-etc-hash: e82ef4ea8eb3fbdbfd6219e4b3e4781c89872331d08268991db025bf2ea23439
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-05-30T09:53:26Z"
  generateName: keystone-credential-setup-
  labels:
    application: keystone
    batch.kubernetes.io/controller-uid: 2f93b1df-8c80-41d9-af67-787689cb634d
    batch.kubernetes.io/job-name: keystone-credential-setup
    component: credential-setup
    controller-uid: 2f93b1df-8c80-41d9-af67-787689cb634d
    job-name: keystone-credential-setup
    release_group: keystone
  name: keystone-credential-setup-sjphq
  namespace: openstack
  ownerReferences:
  - apiVersion: batch/v1
    blockOwnerDeletion: true
    controller: true
    kind: Job
    name: keystone-credential-setup
    uid: 2f93b1df-8c80-41d9-af67-787689cb634d
  resourceVersion: "5577"
  uid: 0eec0b0c-c85c-4e57-b64e-711e51755c82
spec:
  containers:
  - command:
    - python
    - /tmp/fernet-manage.py
    - credential_setup
    env:
    - name: KEYSTONE_USER
      value: keystone
    - name: KEYSTONE_GROUP
      value: keystone
    - name: KUBERNETES_NAMESPACE
      value: openstack
    - name: KEYSTONE_KEYS_REPOSITORY
      value: /etc/keystone/credential-keys/
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/keystone:2025.2@sha256:c7da75a6c9d9c3d9633a171749e1abb210c46731f77a57738e4a053e2a5e52b1
    imagePullPolicy: IfNotPresent
    name: keystone-credential-setup
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /etc/keystone
      name: etckeystone
    - mountPath: /etc/keystone/credential-keys/
      name: credential-keys
    - mountPath: /etc/keystone/keystone.conf
      name: keystone-etc
      readOnly: true
      subPath: keystone.conf
    - mountPath: /tmp/fernet-manage.py
      name: keystone-bin
      readOnly: true
      subPath: fernet-manage.py
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-gkgpv
      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
    - 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-gkgpv
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: OnFailure
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: keystone-credential-setup
  serviceAccountName: keystone-credential-setup
  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: etckeystone
  - emptyDir: {}
    name: credential-keys
  - name: keystone-etc
    secret:
      defaultMode: 292
      secretName: keystone-etc
  - configMap:
      defaultMode: 365
      name: keystone-bin
    name: keystone-bin
  - name: kube-api-access-gkgpv
    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-30T09:53:28Z"
    reason: PodCompleted
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-05-30T09:53:42Z"
    reason: PodCompleted
    status: "False"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-05-30T09:53:42Z"
    reason: PodCompleted
    status: "False"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-05-30T09:53:26Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://c419a00b53d12c32be90039da78ec9f1e88a229fab5469f104a2d3bd97963dc5
    image: sha256:f599c4dcfbf9d6cc71ef6cdf112b6b149177164540a2f6357805a551df5aa4fa
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/keystone@sha256:c7da75a6c9d9c3d9633a171749e1abb210c46731f77a57738e4a053e2a5e52b1
    lastState: {}
    name: keystone-credential-setup
    ready: false
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://c419a00b53d12c32be90039da78ec9f1e88a229fab5469f104a2d3bd97963dc5
        exitCode: 0
        finishedAt: "2026-05-30T09:53:40Z"
        reason: Completed
        startedAt: "2026-05-30T09:53:35Z"
  hostIP: 199.204.45.222
  initContainerStatuses:
  - containerID: containerd://5ea6e0a32cf7cd7d12d32cded570b33a86383601ef4044971bb68c55e78cbebd
    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://5ea6e0a32cf7cd7d12d32cded570b33a86383601ef4044971bb68c55e78cbebd
        exitCode: 0
        finishedAt: "2026-05-30T09:53:28Z"
        reason: Completed
        startedAt: "2026-05-30T09:53:28Z"
  phase: Succeeded
  podIP: 10.0.0.38
  podIPs:
  - ip: 10.0.0.38
  qosClass: BestEffort
  startTime: "2026-05-30T09:53:26Z"
