Name:             ovn-controller-qjpvf
Namespace:        openstack
Priority:         0
Service Account:  ovncontroller-ovncontroller
Node:             crc/192.168.126.11
Start Time:       Tue, 25 Nov 2025 10:50:24 +0000
Labels:           controller-revision-hash=64b68b4f8b
                  pod-template-generation=1
                  service=ovn-controller
Annotations:      k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.0.107/23"],"mac_address":"0a:58:0a:d9:00:6b","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0....
                  k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ovn-kubernetes",
                        "interface": "eth0",
                        "ips": [
                            "10.217.0.107"
                        ],
                        "mac": "0a:58:0a:d9:00:6b",
                        "default": true,
                        "dns": {}
                    }]
                  openshift.io/scc: privileged
Status:           Running
IP:               10.217.0.107
IPs:
  IP:           10.217.0.107
Controlled By:  DaemonSet/ovn-controller
Containers:
  ovn-controller:
    Container ID:  cri-o://0a7900d6dda016d5953c898f1247dd97436b71c15d9fca03377281bcd7512401
    Image:         quay.io/podified-antelope-centos9/openstack-ovn-controller:current-podified
    Image ID:      quay.io/podified-antelope-centos9/openstack-ovn-controller@sha256:af46761060c7987e1dee5f14c06d85b46f12ad8e09c83d4246ab4e3a65dfda3e
    Port:          <none>
    Host Port:     <none>
    Command:
      ovn-controller
      --pidfile
      unix:/run/openvswitch/db.sock
      --certificate=/etc/pki/tls/certs/ovndb.crt
      --private-key=/etc/pki/tls/private/ovndb.key
      --ca-cert=/etc/pki/tls/certs/ovndbca.crt
    State:          Running
      Started:      Tue, 25 Nov 2025 10:51:03 +0000
    Ready:          False
    Restart Count:  0
    Liveness:       exec [/usr/local/bin/container-scripts/ovn_controller_liveness.sh] delay=30s timeout=5s period=5s #success=1 #failure=3
    Readiness:      exec [/usr/local/bin/container-scripts/ovn_controller_readiness.sh] delay=30s timeout=5s period=5s #success=1 #failure=3
    Environment:
      CONFIG_HASH:  n56ch5cchcch694h67bh548h654h59chb5h6hc9h5d9h684h5dch5f5h87h7fh7bh56chf6h94h68h5cbh7bh674hc8h67ch5cbh65dh659h547h576q
    Mounts:
      /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem from combined-ca-bundle (ro,path="tls-ca-bundle.pem")
      /etc/pki/tls/certs/ovndb.crt from ovn-controller-tls-certs (ro,path="tls.crt")
      /etc/pki/tls/certs/ovndbca.crt from ovn-controller-tls-certs (ro,path="ca.crt")
      /etc/pki/tls/private/ovndb.key from ovn-controller-tls-certs (ro,path="tls.key")
      /usr/local/bin/container-scripts from scripts (ro)
      /var/log/ovn from var-log-ovn (rw)
      /var/run/openvswitch from var-run (rw)
      /var/run/ovn from var-run-ovn (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-md975 (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 True 
  Ready                       False 
  ContainersReady             False 
  PodScheduled                True 
Volumes:
  etc-ovs:
    Type:          HostPath (bare host directory volume)
    Path:          /var/home/core/openstack/etc/ovs
    HostPathType:  DirectoryOrCreate
  var-run:
    Type:          HostPath (bare host directory volume)
    Path:          /var/home/core/openstack/var/run/openvswitch
    HostPathType:  DirectoryOrCreate
  var-log:
    Type:          HostPath (bare host directory volume)
    Path:          /var/home/core/openstack/var/log/openvswitch
    HostPathType:  DirectoryOrCreate
  var-lib:
    Type:          HostPath (bare host directory volume)
    Path:          /var/home/core/openstack/var/lib/openvswitch
    HostPathType:  DirectoryOrCreate
  var-run-ovn:
    Type:          HostPath (bare host directory volume)
    Path:          /var/home/core/openstack/var/run/ovn
    HostPathType:  DirectoryOrCreate
  var-log-ovn:
    Type:          HostPath (bare host directory volume)
    Path:          /var/home/core/openstack/var/log/ovn
    HostPathType:  DirectoryOrCreate
  scripts:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      ovncontroller-scripts
    Optional:  false
  ovn-controller-tls-certs:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  cert-ovncontroller-ovndbs
    Optional:    false
  combined-ca-bundle:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  combined-ca-bundle
    Optional:    false
  kube-api-access-md975:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
    ConfigMapName:           openshift-service-ca.crt
    ConfigMapOptional:       <nil>
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                             node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists
                             node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                             node.kubernetes.io/unreachable:NoExecute op=Exists
                             node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type     Reason                  Age    From               Message
  ----     ------                  ----   ----               -------
  Normal   Scheduled               2m27s  default-scheduler  Successfully assigned openstack/ovn-controller-qjpvf to crc
  Warning  FailedCreatePodSandBox  2m9s   kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to create pod network sandbox k8s_ovn-controller-qjpvf_openstack_da545e4e-8f60-4fb5-93e8-d9e9014c3c74_0(52329c0d8f36030852be880478a53d28f55774491e06e6b9dec2fdb7d930f6ab): error adding pod openstack_ovn-controller-qjpvf to CNI network "multus-cni-network": plugin type="multus-shim" name="multus-cni-network" failed (add): CmdAdd (shim): CNI request failed with status 400: 'ContainerID:"52329c0d8f36030852be880478a53d28f55774491e06e6b9dec2fdb7d930f6ab" Netns:"/var/run/netns/d14a005b-7469-43d5-b6d1-e0de7336a179" IfName:"eth0" Args:"IgnoreUnknown=1;K8S_POD_NAMESPACE=openstack;K8S_POD_NAME=ovn-controller-qjpvf;K8S_POD_INFRA_CONTAINER_ID=52329c0d8f36030852be880478a53d28f55774491e06e6b9dec2fdb7d930f6ab;K8S_POD_UID=da545e4e-8f60-4fb5-93e8-d9e9014c3c74" Path:"" ERRORED: error configuring pod [openstack/ovn-controller-qjpvf] networking: Multus: [openstack/ovn-controller-qjpvf/da545e4e-8f60-4fb5-93e8-d9e9014c3c74]: error setting the networks status: SetPodNetworkStatusAnnotation: failed to update the pod ovn-controller-qjpvf in out of cluster comm: SetNetworkStatus: failed to update the pod ovn-controller-qjpvf in out of cluster comm: status update failed for pod /: Get "https://api-int.crc.testing:6443/api/v1/namespaces/openstack/pods/ovn-controller-qjpvf?timeout=1m0s": dial tcp 38.129.56.91:6443: connect: connection refused
': StdinData: {"binDir":"/var/lib/cni/bin","clusterNetwork":"/host/run/multus/cni/net.d/10-ovn-kubernetes.conf","cniVersion":"0.3.1","daemonSocketDir":"/run/multus/socket","globalNamespaces":"default,openshift-multus,openshift-sriov-network-operator,openshift-cnv","logLevel":"verbose","logToStderr":true,"name":"multus-cni-network","namespaceIsolation":true,"type":"multus-shim"}
  Warning  FailedCreatePodSandBox  2m8s  kubelet  Failed to create pod sandbox: rpc error: code = Unknown desc = failed to create pod network sandbox k8s_ovn-controller-qjpvf_openstack_da545e4e-8f60-4fb5-93e8-d9e9014c3c74_0(dffacfa6430438884bab364fa07e8051811af1317f800fc5cc5d5658c6ff0bf0): error adding pod openstack_ovn-controller-qjpvf to CNI network "multus-cni-network": plugin type="multus-shim" name="multus-cni-network" failed (add): CmdAdd (shim): CNI request failed with status 400: 'ContainerID:"dffacfa6430438884bab364fa07e8051811af1317f800fc5cc5d5658c6ff0bf0" Netns:"/var/run/netns/83285b76-9b5c-4eda-9441-8a0ebed4dfd5" IfName:"eth0" Args:"IgnoreUnknown=1;K8S_POD_NAMESPACE=openstack;K8S_POD_NAME=ovn-controller-qjpvf;K8S_POD_INFRA_CONTAINER_ID=dffacfa6430438884bab364fa07e8051811af1317f800fc5cc5d5658c6ff0bf0;K8S_POD_UID=da545e4e-8f60-4fb5-93e8-d9e9014c3c74" Path:"" ERRORED: error configuring pod [openstack/ovn-controller-qjpvf] networking: Multus: [openstack/ovn-controller-qjpvf/da545e4e-8f60-4fb5-93e8-d9e9014c3c74]: error setting the networks status: SetPodNetworkStatusAnnotation: failed to update the pod ovn-controller-qjpvf in out of cluster comm: SetNetworkStatus: failed to update the pod ovn-controller-qjpvf in out of cluster comm: status update failed for pod /: Get "https://api-int.crc.testing:6443/api/v1/namespaces/openstack/pods/ovn-controller-qjpvf?timeout=1m0s": dial tcp 38.129.56.91:6443: connect: connection refused
': StdinData: {"binDir":"/var/lib/cni/bin","clusterNetwork":"/host/run/multus/cni/net.d/10-ovn-kubernetes.conf","cniVersion":"0.3.1","daemonSocketDir":"/run/multus/socket","globalNamespaces":"default,openshift-multus,openshift-sriov-network-operator,openshift-cnv","logLevel":"verbose","logToStderr":true,"name":"multus-cni-network","namespaceIsolation":true,"type":"multus-shim"}
  Normal   AddedInterface  114s (x3 over 2m10s)  multus   Add eth0 [10.217.0.107/23] from ovn-kubernetes
  Normal   Pulling         114s                  kubelet  Pulling image "quay.io/podified-antelope-centos9/openstack-ovn-controller:current-podified"
  Normal   Pulled          109s                  kubelet  Successfully pulled image "quay.io/podified-antelope-centos9/openstack-ovn-controller:current-podified" in 5.227s (5.227s including waiting). Image size: 345731014 bytes.
  Normal   Created         108s                  kubelet  Created container ovn-controller
  Normal   Started         108s                  kubelet  Started container ovn-controller
  Warning  Unhealthy       2s (x17 over 77s)     kubelet  Readiness probe failed: ERROR - ovn-controller connection status is 'not connected', expecting 'connected' status
