apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: c5e553bc84ef33a33fec964b0b16f48c478ce33c69921c808ecc74abe8bb6552
    configmap-etc-hash: 167a846b669bd420d8791c8be31df6cf2b17ebe9479f3139e671b71afab51970
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-06-01T04:10:34Z"
  generateName: neutron-rpc-server-b65bb7ffd-
  labels:
    application: neutron
    component: rpc_server
    pod-template-hash: b65bb7ffd
    release_group: neutron
  name: neutron-rpc-server-b65bb7ffd-pxgql
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: neutron-rpc-server-b65bb7ffd
    uid: 5ac6905f-0fc4-4b3c-a2f7-bb5f3ed0bcd3
  resourceVersion: "20304"
  uid: 2aeb8560-38c0-4526-895d-31a885d2fb04
spec:
  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchExpressions:
            - key: release_group
              operator: In
              values:
              - neutron
            - key: application
              operator: In
              values:
              - neutron
            - key: component
              operator: In
              values:
              - rpc_server
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/neutron-rpc-server.sh
    - start
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron:main@sha256:a4b396173093d9d1b8038e9aaba5f5bf5e083da76a0cb0def4599e9ea2557892
    imagePullPolicy: IfNotPresent
    lifecycle:
      preStop:
        exec:
          command:
          - /tmp/neutron-rpc-server.sh
          - stop
    name: neutron-rpc-server
    ports:
    - containerPort: 9696
      name: q-api
      protocol: TCP
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /var/lib/neutron
      name: pod-var-neutron
    - mountPath: /tmp/neutron-rpc-server.sh
      name: neutron-bin
      readOnly: true
      subPath: neutron-rpc-server.sh
    - mountPath: /etc/neutron/neutron.conf
      name: neutron-etc
      readOnly: true
      subPath: neutron.conf
    - mountPath: /etc/neutron/neutron-api-uwsgi.ini
      name: neutron-etc
      readOnly: true
      subPath: neutron-api-uwsgi.ini
    - mountPath: /etc/neutron/api_audit_map.conf
      name: neutron-etc
      readOnly: true
      subPath: api_audit_map.conf
    - mountPath: /etc/neutron/plugins/ml2/ml2_conf.ini
      name: neutron-etc
      readOnly: true
      subPath: ml2_conf.ini
    - mountPath: /etc/neutron/taas_plugin.ini
      name: neutron-etc
      readOnly: true
      subPath: taas_plugin.ini
    - mountPath: /etc/neutron/api-paste.ini
      name: neutron-etc
      readOnly: true
      subPath: api-paste.ini
    - mountPath: /etc/neutron/policy.yaml
      name: neutron-etc
      readOnly: true
      subPath: policy.yaml
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-bj245
      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-neutron,openstack:memcached,openstack:keystone-api
    - name: DEPENDENCY_JOBS
      value: neutron-db-sync,neutron-ks-user,neutron-ks-endpoints,neutron-rabbit-init
    - 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-bj245
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: neutron-rpc-server
  serviceAccountName: neutron-rpc-server
  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: pod-shared
  - emptyDir: {}
    name: pod-var-neutron
  - configMap:
      defaultMode: 365
      name: neutron-bin
    name: neutron-bin
  - name: neutron-etc
    secret:
      defaultMode: 292
      secretName: neutron-etc
  - name: kube-api-access-bj245
    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-06-01T04:12:50Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-06-01T04:19:18Z"
    message: 'containers with unready status: [neutron-rpc-server]'
    reason: ContainersNotReady
    status: "False"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-06-01T04:19:18Z"
    message: 'containers with unready status: [neutron-rpc-server]'
    reason: ContainersNotReady
    status: "False"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-06-01T04:10:34Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://35a56dd72a35f13ef46e15878af531ea3a8d8995795752486e4b1efc185f8178
    image: sha256:146e1c46625e1431636d68564839f3b369d593b84b8d7d0faa41970d173d559c
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron@sha256:a4b396173093d9d1b8038e9aaba5f5bf5e083da76a0cb0def4599e9ea2557892
    lastState:
      terminated:
        containerID: containerd://35a56dd72a35f13ef46e15878af531ea3a8d8995795752486e4b1efc185f8178
        exitCode: 1
        finishedAt: "2026-06-01T04:19:18Z"
        reason: Error
        startedAt: "2026-06-01T04:19:11Z"
    name: neutron-rpc-server
    ready: false
    restartCount: 6
    started: false
    state:
      waiting:
        message: back-off 5m0s restarting failed container=neutron-rpc-server pod=neutron-rpc-server-b65bb7ffd-pxgql_openstack(2aeb8560-38c0-4526-895d-31a885d2fb04)
        reason: CrashLoopBackOff
  hostIP: 199.204.45.72
  initContainerStatuses:
  - containerID: containerd://e913fa0cf004e23b6489381eb1ed27b992db09ba89cdd610d6effcada14e275d
    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://e913fa0cf004e23b6489381eb1ed27b992db09ba89cdd610d6effcada14e275d
        exitCode: 0
        finishedAt: "2026-06-01T04:12:50Z"
        reason: Completed
        startedAt: "2026-06-01T04:10:35Z"
  phase: Running
  podIP: 10.0.0.131
  podIPs:
  - ip: 10.0.0.131
  qosClass: BestEffort
  startTime: "2026-06-01T04:10:34Z"
