apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 094b5ccabd82c2c89862d6a675a0c32d19c1f67db143b6a82eed2da69aa1cff5
    configmap-etc-hash: 78871388150074a9ed373785a465d339c9067e7db968745824a8bbbcf983d4f7
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-04-28T03:54:53Z"
  generateName: neutron-ovs-agent-default-
  labels:
    application: neutron
    component: neutron-ovs-agent
    controller-revision-hash: 77b5db9c86
    pod-template-generation: "1"
    release_group: neutron
  name: neutron-ovs-agent-default-g29jt
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: neutron-ovs-agent-default
    uid: 64fd4f67-aead-458b-95f8-7d6f6c57a573
  resourceVersion: "17338"
  uid: aa74a0df-c61b-4301-92dd-916722f51d3d
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchFields:
          - key: metadata.name
            operator: In
            values:
            - instance
  containers:
  - command:
    - /tmp/neutron-openvswitch-agent.sh
    env:
    - name: RPC_PROBE_TIMEOUT
      value: "60"
    - name: RPC_PROBE_RETRIES
      value: "2"
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron:2023.2@sha256:7001fc40eaaf9f13d5d056388c76b7701c362190d39a1543ab7b3d6abda10c99
    imagePullPolicy: IfNotPresent
    livenessProbe:
      exec:
        command:
        - /tmp/neutron-openvswitch-agent-liveness.sh
      failureThreshold: 3
      initialDelaySeconds: 120
      periodSeconds: 600
      successThreshold: 1
      timeoutSeconds: 580
    name: neutron-ovs-agent
    readinessProbe:
      exec:
        command:
        - /tmp/neutron-openvswitch-agent-readiness.sh
      failureThreshold: 3
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 10
    resources: {}
    securityContext:
      privileged: true
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /var/lib/neutron
      name: pod-var-neutron
    - mountPath: /tmp/neutron-openvswitch-agent.sh
      name: neutron-bin
      readOnly: true
      subPath: neutron-openvswitch-agent.sh
    - mountPath: /tmp/neutron-openvswitch-agent-readiness.sh
      name: neutron-bin
      readOnly: true
      subPath: neutron-openvswitch-agent-readiness.sh
    - mountPath: /tmp/neutron-openvswitch-agent-liveness.sh
      name: neutron-bin
      readOnly: true
      subPath: neutron-openvswitch-agent-liveness.sh
    - mountPath: /tmp/health-probe.py
      name: neutron-bin
      readOnly: true
      subPath: health-probe.py
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /etc/neutron/neutron.conf
      name: neutron-etc
      readOnly: true
      subPath: neutron.conf
    - mountPath: /etc/neutron/plugins/ml2/ml2_conf.ini
      name: neutron-etc
      readOnly: true
      subPath: ml2_conf.ini
    - mountPath: /etc/neutron/plugins/ml2/openvswitch_agent.ini
      name: neutron-etc
      readOnly: true
      subPath: openvswitch_agent.ini
    - mountPath: /etc/sudoers.d/kolla_neutron_sudoers
      name: neutron-etc
      readOnly: true
      subPath: neutron_sudoers
    - mountPath: /etc/neutron/rootwrap.conf
      name: neutron-etc
      readOnly: true
      subPath: rootwrap.conf
    - mountPath: /etc/neutron/rootwrap.d/debug.filters
      name: neutron-etc
      readOnly: true
      subPath: debug.filters
    - mountPath: /etc/neutron/rootwrap.d/dhcp.filters
      name: neutron-etc
      readOnly: true
      subPath: dhcp.filters
    - mountPath: /etc/neutron/rootwrap.d/dibbler.filters
      name: neutron-etc
      readOnly: true
      subPath: dibbler.filters
    - mountPath: /etc/neutron/rootwrap.d/ebtables.filters
      name: neutron-etc
      readOnly: true
      subPath: ebtables.filters
    - mountPath: /etc/neutron/rootwrap.d/ipset-firewall.filters
      name: neutron-etc
      readOnly: true
      subPath: ipset-firewall.filters
    - mountPath: /etc/neutron/rootwrap.d/iptables-firewall.filters
      name: neutron-etc
      readOnly: true
      subPath: iptables-firewall.filters
    - mountPath: /etc/neutron/rootwrap.d/l3.filters
      name: neutron-etc
      readOnly: true
      subPath: l3.filters
    - mountPath: /etc/neutron/rootwrap.d/linuxbridge-plugin.filters
      name: neutron-etc
      readOnly: true
      subPath: linuxbridge-plugin.filters
    - mountPath: /etc/neutron/rootwrap.d/netns-cleanup.filters
      name: neutron-etc
      readOnly: true
      subPath: netns-cleanup.filters
    - mountPath: /etc/neutron/rootwrap.d/openvswitch-plugin.filters
      name: neutron-etc
      readOnly: true
      subPath: openvswitch-plugin.filters
    - mountPath: /etc/neutron/rootwrap.d/privsep.filters
      name: neutron-etc
      readOnly: true
      subPath: privsep.filters
    - mountPath: /run
      name: run
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qjq7p
      readOnly: true
  dnsPolicy: ClusterFirstWithHostNet
  enableServiceLinks: true
  hostNetwork: 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:rabbitmq-neutron,openstack:neutron-server
    - name: DEPENDENCY_JOBS
      value: neutron-rabbit-init
    - name: DEPENDENCY_DAEMONSET
    - name: DEPENDENCY_CONTAINER
    - name: DEPENDENCY_POD_JSON
      value: '[{"labels":{"application":"openvswitch","component":"server"},"requireSameNode":true}]'
    - 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-qjq7p
      readOnly: true
  - command:
    - /tmp/neutron-openvswitch-agent-init-modules.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron:2023.2@sha256:7001fc40eaaf9f13d5d056388c76b7701c362190d39a1543ab7b3d6abda10c99
    imagePullPolicy: IfNotPresent
    name: neutron-openvswitch-agent-kernel-modules
    resources: {}
    securityContext:
      capabilities:
        add:
        - SYS_MODULE
        - SYS_CHROOT
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/neutron-openvswitch-agent-init-modules.sh
      name: neutron-bin
      readOnly: true
      subPath: neutron-openvswitch-agent-init-modules.sh
    - mountPath: /mnt/host-rootfs
      mountPropagation: HostToContainer
      name: host-rootfs
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qjq7p
      readOnly: true
  - command:
    - /tmp/neutron-openvswitch-agent-init.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron:2023.2@sha256:7001fc40eaaf9f13d5d056388c76b7701c362190d39a1543ab7b3d6abda10c99
    imagePullPolicy: IfNotPresent
    name: neutron-ovs-agent-init
    resources: {}
    securityContext:
      privileged: true
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/neutron-openvswitch-agent-init.sh
      name: neutron-bin
      readOnly: true
      subPath: neutron-openvswitch-agent-init.sh
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /etc/neutron/neutron.conf
      name: neutron-etc
      readOnly: true
      subPath: neutron.conf
    - mountPath: /etc/neutron/plugins/ml2/ml2_conf.ini
      name: neutron-etc
      readOnly: true
      subPath: ml2_conf.ini
    - mountPath: /etc/neutron/plugins/ml2/openvswitch_agent.ini
      name: neutron-etc
      readOnly: true
      subPath: openvswitch_agent.ini
    - mountPath: /etc/sudoers.d/kolla_neutron_sudoers
      name: neutron-etc
      readOnly: true
      subPath: neutron_sudoers
    - mountPath: /tmp/auto_bridge_add
      name: neutron-etc
      readOnly: true
      subPath: auto_bridge_add
    - mountPath: /etc/neutron/rootwrap.conf
      name: neutron-etc
      readOnly: true
      subPath: rootwrap.conf
    - mountPath: /etc/neutron/rootwrap.d/debug.filters
      name: neutron-etc
      readOnly: true
      subPath: debug.filters
    - mountPath: /etc/neutron/rootwrap.d/dhcp.filters
      name: neutron-etc
      readOnly: true
      subPath: dhcp.filters
    - mountPath: /etc/neutron/rootwrap.d/dibbler.filters
      name: neutron-etc
      readOnly: true
      subPath: dibbler.filters
    - mountPath: /etc/neutron/rootwrap.d/ebtables.filters
      name: neutron-etc
      readOnly: true
      subPath: ebtables.filters
    - mountPath: /etc/neutron/rootwrap.d/ipset-firewall.filters
      name: neutron-etc
      readOnly: true
      subPath: ipset-firewall.filters
    - mountPath: /etc/neutron/rootwrap.d/iptables-firewall.filters
      name: neutron-etc
      readOnly: true
      subPath: iptables-firewall.filters
    - mountPath: /etc/neutron/rootwrap.d/l3.filters
      name: neutron-etc
      readOnly: true
      subPath: l3.filters
    - mountPath: /etc/neutron/rootwrap.d/linuxbridge-plugin.filters
      name: neutron-etc
      readOnly: true
      subPath: linuxbridge-plugin.filters
    - mountPath: /etc/neutron/rootwrap.d/netns-cleanup.filters
      name: neutron-etc
      readOnly: true
      subPath: netns-cleanup.filters
    - mountPath: /etc/neutron/rootwrap.d/openvswitch-plugin.filters
      name: neutron-etc
      readOnly: true
      subPath: openvswitch-plugin.filters
    - mountPath: /etc/neutron/rootwrap.d/privsep.filters
      name: neutron-etc
      readOnly: true
      subPath: privsep.filters
    - mountPath: /run
      name: run
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-qjq7p
      readOnly: true
  nodeName: instance
  nodeSelector:
    openvswitch: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: neutron-ovs-agent
  serviceAccountName: neutron-ovs-agent
  shareProcessNamespace: true
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/disk-pressure
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/memory-pressure
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/pid-pressure
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/unschedulable
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/network-unavailable
    operator: Exists
  volumes:
  - emptyDir: {}
    name: pod-tmp
  - emptyDir: {}
    name: pod-var-neutron
  - emptyDir: {}
    name: varlibopenvswitch
  - emptyDir: {}
    name: pod-shared
  - configMap:
      defaultMode: 365
      name: neutron-bin
    name: neutron-bin
  - name: neutron-etc
    secret:
      defaultMode: 292
      secretName: neutron-ovs-agent-default
  - hostPath:
      path: /run
      type: ""
    name: run
  - hostPath:
      path: /
      type: ""
    name: host-rootfs
  - name: kube-api-access-qjq7p
    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-04-28T03:57:18Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-28T03:57:34Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-28T03:57:34Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-28T03:54:53Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://985a60134ee6d362ed4edb14bd6298ef3c89103e3ee7c2f1c597e508afd2a92c
    image: sha256:9ec900c3ac2140fcd8d5a629f3343bd1cfcc567c302a2e817a9294bbb21535b8
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron@sha256:7001fc40eaaf9f13d5d056388c76b7701c362190d39a1543ab7b3d6abda10c99
    lastState: {}
    name: neutron-ovs-agent
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-28T03:57:18Z"
  hostIP: 199.19.213.147
  initContainerStatuses:
  - containerID: containerd://65d80e3e8f63e6bc141aeed976742b05323b710a568b1226dd20aec02cee4447
    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://65d80e3e8f63e6bc141aeed976742b05323b710a568b1226dd20aec02cee4447
        exitCode: 0
        finishedAt: "2026-04-28T03:57:15Z"
        reason: Completed
        startedAt: "2026-04-28T03:54:54Z"
  - containerID: containerd://85aa3fd03d28c0fde7bfc1e0f6d6634ccc7233ba3c91e0b08096bd670acedd54
    image: sha256:9ec900c3ac2140fcd8d5a629f3343bd1cfcc567c302a2e817a9294bbb21535b8
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron@sha256:7001fc40eaaf9f13d5d056388c76b7701c362190d39a1543ab7b3d6abda10c99
    lastState: {}
    name: neutron-openvswitch-agent-kernel-modules
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://85aa3fd03d28c0fde7bfc1e0f6d6634ccc7233ba3c91e0b08096bd670acedd54
        exitCode: 0
        finishedAt: "2026-04-28T03:57:16Z"
        reason: Completed
        startedAt: "2026-04-28T03:57:16Z"
  - containerID: containerd://0690bca000d29fc65f9135eb129ae14a5fe9cd0c72062f316078edbb1d75e87c
    image: sha256:9ec900c3ac2140fcd8d5a629f3343bd1cfcc567c302a2e817a9294bbb21535b8
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron@sha256:7001fc40eaaf9f13d5d056388c76b7701c362190d39a1543ab7b3d6abda10c99
    lastState: {}
    name: neutron-ovs-agent-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://0690bca000d29fc65f9135eb129ae14a5fe9cd0c72062f316078edbb1d75e87c
        exitCode: 0
        finishedAt: "2026-04-28T03:57:17Z"
        reason: Completed
        startedAt: "2026-04-28T03:57:17Z"
  phase: Running
  podIP: 199.19.213.147
  podIPs:
  - ip: 199.19.213.147
  qosClass: BestEffort
  startTime: "2026-04-28T03:54:53Z"
