apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-02-25T07:08:10Z"
  generateName: openstack-exporter-b44d9c6cd-
  labels:
    application: openstack-exporter
    pod-template-hash: b44d9c6cd
  name: openstack-exporter-b44d9c6cd-p8k5f
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: openstack-exporter-b44d9c6cd
    uid: 90756954-5d4f-4710-9608-1d3cebd892ee
  resourceVersion: "26679"
  uid: cb6c6695-24ed-4666-8b52-537ee8518754
spec:
  containers:
  - args:
    - --endpoint-type
    - internal
    - default
    - --collect-metric-time
    - -d neutron-l3_agent_of_router
    - --disable-service.load-balancer
    env:
    - name: OS_COMPUTE_API_VERSION
      value: "2.87"
    image: ghcr.io/openstack-exporter/openstack-exporter:1.7.0
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 3
      httpGet:
        path: /
        port: 9180
        scheme: HTTP
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    name: openstack-exporter
    ports:
    - containerPort: 9180
      name: metrics
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /
        port: 9180
        scheme: HTTP
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /etc/openstack
      name: openstack-config
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-bv6jq
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  initContainers:
  - args:
    - |
      cat <<EOF > /etc/openstack/clouds.yaml
      ---
      clouds:
        default:
          auth:
            auth_url: "$(OS_AUTH_URL)"
            project_domain_name: "$(OS_PROJECT_DOMAIN_NAME)"
            project_name: "$(OS_PROJECT_NAME)"
            user_domain_name: "$(OS_USER_DOMAIN_NAME)"
            username: "$(OS_USERNAME)"
            password: "$(OS_PASSWORD)"
          region_name: "$(OS_REGION_NAME)"
          interface: "$(OS_INTERFACE)"
          identity_api_version: 3
          identity_interface: "$(OS_INTERFACE)"
      EOF
    command:
    - bash
    - -ec
    envFrom:
    - secretRef:
        name: keystone-keystone-admin
    image: ghcr.io/vexxhost/heat:2025.2@sha256:472c3c2bb6a2012157830d982271dec749ea39904452c91add45fc597c3e76d0
    imagePullPolicy: IfNotPresent
    name: build-config
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /etc/openstack
      name: openstack-config
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-bv6jq
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: default
  serviceAccountName: default
  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: openstack-config
  - name: kube-api-access-bv6jq
    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-02-25T07:08:11Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-02-25T07:08:13Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-02-25T07:08:13Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-02-25T07:08:10Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://f01e7b9f1e216cff3e94672a8751f6984672bd6deab2f043c1501c695c787574
    image: ghcr.io/openstack-exporter/openstack-exporter:1.7.0
    imageID: ghcr.io/openstack-exporter/openstack-exporter@sha256:e5146a7dd5153c035fd8060899e3504b25557756ef4a4d85860a409247404f97
    lastState: {}
    name: openstack-exporter
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-25T07:08:13Z"
  hostIP: 199.204.45.99
  initContainerStatuses:
  - containerID: containerd://e9ff9c3e5064ebbd0fae7191355b8152898ab9a338efa8abcd4e3d7193b09650
    image: sha256:5171087663dfabb490f50379c2313b7fb4167d9fabd123d3447371cc7535b7c4
    imageID: ghcr.io/vexxhost/heat@sha256:472c3c2bb6a2012157830d982271dec749ea39904452c91add45fc597c3e76d0
    lastState: {}
    name: build-config
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://e9ff9c3e5064ebbd0fae7191355b8152898ab9a338efa8abcd4e3d7193b09650
        exitCode: 0
        finishedAt: "2026-02-25T07:08:11Z"
        reason: Completed
        startedAt: "2026-02-25T07:08:11Z"
  phase: Running
  podIP: 10.0.0.206
  podIPs:
  - ip: 10.0.0.206
  qosClass: BestEffort
  startTime: "2026-02-25T07:08:10Z"
