apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: c409b7b2d3b66c56bb7fa0ff87b762d0d7725211812e5a579a83fa8382c24150
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-05-12T06:16:35Z"
  generateName: ovn-northd-7785c59fb4-
  labels:
    application: ovn
    component: ovn-northd
    pod-template-hash: 7785c59fb4
    release_group: ovn
  name: ovn-northd-7785c59fb4-h4c92
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: ovn-northd-7785c59fb4
    uid: 626cf3c6-a5e7-4e79-bdba-52b922c5002c
  resourceVersion: "15339"
  uid: 73856d1f-6e4d-419d-8380-f770c3345fbd
spec:
  containers:
  - command:
    - /root/ovnkube.sh
    - run-ovn-northd
    env:
    - name: OVN_DAEMONSET_VERSION
      value: "3"
    - name: OVN_LOGLEVEL_NORTHD
      value: -vconsole:info -vfile:info
    - name: OVN_KUBERNETES_NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: OVN_KUBERNETES_NB_STATEFULSET
      value: ovn-ovsdb-nb
    - name: OVN_KUBERNETES_SB_STATEFULSET
      value: ovn-ovsdb-sb
    - name: OVN_SSL_ENABLE
      value: "no"
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/ovn:v24.03.7-3@sha256:deb1966eff94d8da072a3647db63546722094deb3ef34b6b464609bcba61887a
    imagePullPolicy: IfNotPresent
    livenessProbe:
      exec:
        command:
        - /usr/bin/ovn-kube-util
        - readiness-probe
        - -t
        - ovn-northd
      failureThreshold: 3
      initialDelaySeconds: 30
      periodSeconds: 60
      successThreshold: 1
      timeoutSeconds: 30
    name: northd
    readinessProbe:
      exec:
        command:
        - /usr/bin/ovn-kube-util
        - readiness-probe
        - -t
        - ovn-northd
      failureThreshold: 3
      initialDelaySeconds: 30
      periodSeconds: 60
      successThreshold: 1
      timeoutSeconds: 30
    resources: {}
    securityContext:
      capabilities:
        add:
        - SYS_NICE
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/log/ovn
      name: var-log-ovn
    - mountPath: /var/run/ovn
      name: var-run-ovn
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-5dpsp
      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:ovn-ovsdb-nb,openstack:ovn-ovsdb-sb
    - 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-5dpsp
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: ovn-northd
  serviceAccountName: ovn-northd
  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: var-log-ovn
  - emptyDir: {}
    name: var-run-ovn
  - name: kube-api-access-5dpsp
    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-12T06:16:51Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-05-12T06:17:35Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-05-12T06:17:35Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-05-12T06:16:35Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://b87f75243e6f1fd2b9ae61a7ba5342c0800a1035799a58b666ecfb862d39aaf3
    image: sha256:f183e9d034a520ebdfadc9ee3e250ce9012a8aa7baf1d41322996382ff01e8f5
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/ovn@sha256:deb1966eff94d8da072a3647db63546722094deb3ef34b6b464609bcba61887a
    lastState: {}
    name: northd
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-05-12T06:16:52Z"
  hostIP: 199.204.45.156
  initContainerStatuses:
  - containerID: containerd://6c97f54e420650ae4103c617b74a71f5978b0f96a8146abb75dba6ac757e5d1b
    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://6c97f54e420650ae4103c617b74a71f5978b0f96a8146abb75dba6ac757e5d1b
        exitCode: 0
        finishedAt: "2026-05-12T06:16:51Z"
        reason: Completed
        startedAt: "2026-05-12T06:16:36Z"
  phase: Running
  podIP: 10.0.0.221
  podIPs:
  - ip: 10.0.0.221
  qosClass: BestEffort
  startTime: "2026-05-12T06:16:35Z"
