+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-2-164.ec2.internal ++ [[ -n ip-10-0-2-164.ec2.internal ]] ++ [[ -f /env/ip-10-0-2-164.ec2.internal ]] ++ northd_pidfile=/var/run/ovn/ovn-northd.pid ++ controller_pidfile=/var/run/ovn/ovn-controller.pid ++ controller_logfile=/var/log/ovn/acl-audit-log.log ++ vswitch_dbsock=/var/run/openvswitch/db.sock ++ nbdb_pidfile=/var/run/ovn/ovnnb_db.pid ++ nbdb_sock=/var/run/ovn/ovnnb_db.sock ++ nbdb_ctl=/var/run/ovn/ovnnb_db.ctl ++ sbdb_pidfile=/var/run/ovn/ovnsb_db.pid ++ sbdb_sock=/var/run/ovn/ovnsb_db.sock ++ sbdb_ctl=/var/run/ovn/ovnsb_db.ctl + start-ovnkube-node 4 29103 29105 + local log_level=4 + local metrics_port=29103 + local ovn_metrics_port=29105 + [[ 3 -ne 3 ]] + cni-bin-copy + . /host/etc/os-release ++ NAME='Red Hat Enterprise Linux CoreOS' ++ ID=rhcos ++ ID_LIKE='rhel fedora' ++ VERSION=418.94.202504080525-0 ++ VERSION_ID=4.18 ++ VARIANT=CoreOS ++ VARIANT_ID=coreos ++ PLATFORM_ID=platform:el9 ++ PRETTY_NAME='Red Hat Enterprise Linux CoreOS 418.94.202504080525-0' ++ ANSI_COLOR='0;31' ++ CPE_NAME=cpe:/o:redhat:enterprise_linux:9::baseos::coreos ++ HOME_URL=https://www.redhat.com/ ++ DOCUMENTATION_URL=https://docs.okd.io/latest/welcome/index.html ++ BUG_REPORT_URL=https://access.redhat.com/labs/rhir/ ++ REDHAT_BUGZILLA_PRODUCT='OpenShift Container Platform' ++ REDHAT_BUGZILLA_PRODUCT_VERSION=4.18 ++ REDHAT_SUPPORT_PRODUCT='OpenShift Container Platform' ++ REDHAT_SUPPORT_PRODUCT_VERSION=4.18 ++ OPENSHIFT_VERSION=4.18 ++ RHEL_VERSION=9.4 ++ OSTREE_VERSION=418.94.202504080525-0 + rhelmajor= + case "${ID}" in ++ cut -f 5 -d : ++ echo cpe:/o:redhat:enterprise_linux:9::baseos::coreos + RHEL_VERSION=9 ++ echo 9 ++ sed -E 's/([0-9]+)\.{1}[0-9]+(\.[0-9]+)?/\1/' + rhelmajor=9 + sourcedir=/usr/libexec/cni/ + case "${rhelmajor}" in + sourcedir=/usr/libexec/cni/rhel9 + cp -f /usr/libexec/cni/rhel9/ovn-k8s-cni-overlay /cni-bin-dir/ ++ date '+%m%d %H:%M:%S.%N' + echo 'I0703 21:56:17.855094692 - disable conntrack on geneve port' I0703 21:56:17.855094692 - disable conntrack on geneve port + iptables -t raw -A PREROUTING -p udp --dport 6081 -j NOTRACK + iptables -t raw -A OUTPUT -p udp --dport 6081 -j NOTRACK + ip6tables -t raw -A PREROUTING -p udp --dport 6081 -j NOTRACK + ip6tables -t raw -A OUTPUT -p udp --dport 6081 -j NOTRACK ++ date '+%m%d %H:%M:%S.%N' + echo 'I0703 21:56:17.870217647 - starting ovnkube-node' I0703 21:56:17.870217647 - starting ovnkube-node + '[' shared == shared ']' + gateway_mode_flags='--gateway-mode shared --gateway-interface br-ex' + export_network_flows_flags= + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + gw_interface_flag= + '[' -d /sys/class/net/br-ex1 ']' + node_mgmt_port_netdev_flags= + [[ -n '' ]] + [[ -n '' ]] + multi_network_enabled_flag= + [[ true == \t\r\u\e ]] + multi_network_enabled_flag=--enable-multi-network + network_segmentation_enabled_flag= + [[ true == \t\r\u\e ]] + multi_network_enabled_flag=--enable-multi-network + network_segmentation_enabled_flag=--enable-network-segmentation + route_advertisements_enable_flag= + [[ false == \t\r\u\e ]] + network_observability_enabled_flag= + [[ false == \t\r\u\e ]] + multi_network_policy_enabled_flag= + [[ false == \t\r\u\e ]] + admin_network_policy_enabled_flag= + [[ true == \t\r\u\e ]] + admin_network_policy_enabled_flag=--enable-admin-network-policy + dns_name_resolver_enabled_flag= + [[ false == \t\r\u\e ]] + ip_forwarding_flag= + '[' '' == Global ']' + ip_forwarding_flag=--disable-forwarding + sysctl -w net.ipv4.ip_forward=0 net.ipv4.ip_forward = 0 + sysctl -w net.ipv6.conf.all.forwarding=0 net.ipv6.conf.all.forwarding = 0 + NETWORK_NODE_IDENTITY_ENABLE= + [[ true == \t\r\u\e ]] + NETWORK_NODE_IDENTITY_ENABLE=' --bootstrap-kubeconfig=/var/lib/kubelet/kubeconfig --cert-dir=/etc/ovn/ovnkube-node-certs --cert-duration=24h ' + ovn_v4_join_subnet_opt= + [[ '' != '' ]] + ovn_v6_join_subnet_opt= + [[ '' != '' ]] + ovn_v4_masquerade_subnet_opt= + [[ 169.254.0.0/17 != '' ]] + ovn_v4_masquerade_subnet_opt='--gateway-v4-masquerade-subnet 169.254.0.0/17' + ovn_v6_masquerade_subnet_opt= + [[ fd69::/112 != '' ]] + ovn_v6_masquerade_subnet_opt='--gateway-v6-masquerade-subnet fd69::/112' + ovn_v4_transit_switch_subnet_opt= + [[ '' != '' ]] + ovn_v6_transit_switch_subnet_opt= + [[ '' != '' ]] + exec /usr/bin/ovnkube --init-ovnkube-controller ip-10-0-2-164.ec2.internal --init-node ip-10-0-2-164.ec2.internal --config-file=/run/ovnkube-config/ovnkube.conf --ovn-empty-lb-events --loglevel 4 --inactivity-probe=180000 --gateway-mode shared --gateway-interface br-ex --metrics-bind-address 127.0.0.1:29103 --ovn-metrics-bind-address 127.0.0.1:29105 --metrics-enable-pprof --metrics-enable-config-duration --export-ovs-metrics --disable-snat-multiple-gws --enable-multi-network --enable-network-segmentation --enable-admin-network-policy --enable-multicast --zone ip-10-0-2-164.ec2.internal --enable-interconnect --acl-logging-rate-limit 20 --disable-forwarding --bootstrap-kubeconfig=/var/lib/kubelet/kubeconfig --cert-dir=/etc/ovn/ovnkube-node-certs --cert-duration=24h --gateway-v4-masquerade-subnet 169.254.0.0/17 --gateway-v6-masquerade-subnet fd69::/112 I0703 21:56:17.906479 3314 config.go:2284] Parsed config file /run/ovnkube-config/ovnkube.conf I0703 21:56:17.906528 3314 config.go:2285] Parsed config: {Default:{MTU:8901 RoutableMTU:0 ConntrackZone:64000 HostMasqConntrackZone:0 OVNMasqConntrackZone:0 HostNodePortConntrackZone:0 ReassemblyConntrackZone:0 EncapType:geneve EncapIP: EffectiveEncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 OfctrlWaitBeforeClear:0 MonitorAll:true OVSDBTxnTimeout:1m40s LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:1048576 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[] EnableUDPAggregation:true Zone:global RawUDNAllowedDefaultServices:default/kubernetes,openshift-dns/dns-default UDNAllowedDefaultServices:[]} Logging:{File: CNIFile: LibovsdbFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} IPFIX:{Sampling:400 CacheActiveTimeout:60 CacheMaxFlows:0} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableAdminNetworkPolicy:true EnableEgressIP:true EgressIPReachabiltyTotalTimeout:1 EnableEgressFirewall:true EnableEgressQoS:true EnableEgressService:true EgressIPNodeHealthCheckPort:9107 EnableMultiNetwork:true EnableNetworkSegmentation:true EnableRouteAdvertisements:false DisableUDNHostIsolation:false EnableMultiNetworkPolicy:false EnableStatelessNetPol:false EnableInterconnect:false EnableMultiExternalGateway:true EnablePersistentIPs:false EnableDNSNameResolver:false EnableServiceTemplateSupport:false EnableObservability:false} Kubernetes:{BootstrapKubeconfig: CertDir: CertDuration:10m0s Kubeconfig: CACert: CAData:[] APIServer:https://api.kx-34fc199e27.hypershift.local:443 Token: TokenFile: CompatServiceCIDR: RawServiceCIDRs:172.30.0.0/16 ServiceCIDRs:[] OVNConfigNamespace:openshift-ovn-kubernetes OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes: HostNetworkNamespace:openshift-host-network DisableRequestedChassis:false PlatformType:AWS HealthzBindAddress:0.0.0.0:10256 CompatMetricsBindAddress: CompatOVNMetricsBindAddress: CompatMetricsEnablePprof:false DNSServiceNamespace:openshift-dns DNSServiceName:dns-default} Metrics:{BindAddress: OVNMetricsBindAddress: ExportOVSMetrics:false EnablePprof:false NodeServerPrivKey: NodeServerCert: EnableConfigDuration:false EnableScaleMetrics:false} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode:shared Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:true DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 V4MasqueradeSubnet:169.254.169.0/29 V6MasqueradeSubnet:fd69::/125 MasqueradeIPs:{V4OVNMasqueradeIP:169.254.169.1 V6OVNMasqueradeIP:fd69::1 V4HostMasqueradeIP:169.254.169.2 V6HostMasqueradeIP:fd69::2 V4HostETPLocalMasqueradeIP:169.254.169.3 V6HostETPLocalMasqueradeIP:fd69::3 V4DummyNextHopMasqueradeIP:169.254.169.4 V6DummyNextHopMasqueradeIP:fd69::4 V4OVNServiceHairpinMasqueradeIP:169.254.169.5 V6OVNServiceHairpinMasqueradeIP:fd69::5} DisablePacketMTUCheck:false RouterSubnet: SingleNode:false DisableForwarding:false AllowNoUplink:false} MasterHA:{ElectionLeaseDuration:137 ElectionRenewDeadline:107 ElectionRetryPeriod:26} ClusterMgrHA:{ElectionLeaseDuration:137 ElectionRenewDeadline:107 ElectionRetryPeriod:26} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full DPResourceDeviceIdsMap:map[] MgmtPortNetdev: MgmtPortDPResourceName:} ClusterManager:{V4TransitSwitchSubnet:100.88.0.0/16 V6TransitSwitchSubnet:fd97::/64}} I0703 21:56:17.908501 3314 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0703 21:56:17.908530 3314 kube.go:409] Waiting for certificate I0703 21:56:17.908564 3314 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0703 21:56:17.909218 3314 cert_rotation.go:140] Starting client certificate rotation controller I0703 21:56:17.932198 3314 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0703 21:56:17.932214 3314 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0703 21:56:17.939303 3314 reflector.go:305] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:56:17.939315 3314 reflector.go:341] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:56:17.941908 3314 reflector.go:368] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:56:17.941982 3314 csr.go:261] certificate signing request csr-9f8dv is approved, waiting to be issued I0703 21:56:17.950045 3314 csr.go:257] certificate signing request csr-9f8dv is issued I0703 21:56:17.950110 3314 reflector.go:311] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:56:18.908700 3314 kube.go:416] Certificate found I0703 21:56:18.909164 3314 cert_rotation.go:140] Starting client certificate rotation controller I0703 21:56:18.909904 3314 metrics.go:533] Starting metrics server at address "127.0.0.1:29103" I0703 21:56:18.952012 3314 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-07-04 21:51:17 +0000 UTC, rotation deadline is 2026-07-04 14:45:47.68229286 +0000 UTC I0703 21:56:18.952226 3314 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 16h49m28.73011013s for next certificate rotation I0703 21:56:18.963434 3314 node_controller_manager.go:145] Starting the node network controller manager, Mode: full I0703 21:56:18.963510 3314 factory.go:522] Starting watch factory I0703 21:56:18.963581 3314 reflector.go:305] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.963644 3314 reflector.go:341] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.963581 3314 reflector.go:305] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.964518 3314 reflector.go:341] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.963588 3314 reflector.go:305] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.965018 3314 reflector.go:341] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.963586 3314 reflector.go:305] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.965433 3314 reflector.go:341] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.963605 3314 reflector.go:305] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.965596 3314 reflector.go:341] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.963616 3314 reflector.go:305] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.965878 3314 reflector.go:341] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.971242 3314 metrics.go:533] Starting metrics server at address "127.0.0.1:29105" I0703 21:56:18.990435 3314 controller_manager.go:332] Starting the ovnkube controller I0703 21:56:18.990451 3314 controller_manager.go:337] Waiting up to 5m0s for NBDB zone to match: ip-10-0-2-164.ec2.internal I0703 21:56:18.990510 3314 controller_manager.go:357] NBDB zone sync took: 48.964µs I0703 21:56:18.990519 3314 factory.go:522] Starting watch factory I0703 21:56:18.995139 3314 reflector.go:368] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.998105 3314 ovn_northd.go:123] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0703 21:56:18.998250 3314 reflector.go:368] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.998278 3314 reflector.go:368] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.998408 3314 reflector.go:368] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.998573 3314 reflector.go:368] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0703 21:56:18.998850 3314 ovn_db.go:374] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0703 21:56:19.004847 3314 reflector.go:368] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0703 21:56:19.009606 3314 ovn_db.go:329] /var/run/openvswitch/ovnnb_db.sock getting info failed: stat /var/run/openvswitch/ovnnb_db.sock: no such file or directory I0703 21:56:19.009693 3314 ovn_db.go:326] ovnnb_db.sock found at /var/run/ovn/ I0703 21:56:19.023459 3314 ovn_db.go:421] Found db is standalone, don't register db_cluster metrics I0703 21:56:19.069674 3314 reflector.go:305] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:56:19.069692 3314 reflector.go:341] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:56:19.069724 3314 reflector.go:305] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:56:19.069736 3314 reflector.go:341] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:56:19.073130 3314 reflector.go:368] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:56:19.073148 3314 reflector.go:368] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:56:19.075036 3314 reflector.go:305] Starting reflector *v1.EgressIP (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.075046 3314 reflector.go:341] Listing and watching *v1.EgressIP from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.077755 3314 reflector.go:368] Caches populated for *v1.EgressIP from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.080776 3314 reflector.go:305] Starting reflector *v1.EgressFirewall (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.080787 3314 reflector.go:341] Listing and watching *v1.EgressFirewall from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.084126 3314 reflector.go:368] Caches populated for *v1.EgressFirewall from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.086116 3314 reflector.go:305] Starting reflector *v1.EgressQoS (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.086126 3314 reflector.go:341] Listing and watching *v1.EgressQoS from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.088956 3314 reflector.go:368] Caches populated for *v1.EgressQoS from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.091270 3314 reflector.go:305] Starting reflector *v1.EgressService (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.091279 3314 reflector.go:341] Listing and watching *v1.EgressService from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.093957 3314 reflector.go:368] Caches populated for *v1.EgressService from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.096546 3314 reflector.go:305] Starting reflector *v1.AdminPolicyBasedExternalRoute (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.096556 3314 reflector.go:341] Listing and watching *v1.AdminPolicyBasedExternalRoute from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.099302 3314 reflector.go:368] Caches populated for *v1.AdminPolicyBasedExternalRoute from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.101806 3314 reflector.go:305] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 21:56:19.101815 3314 reflector.go:341] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 21:56:19.104681 3314 reflector.go:368] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 21:56:19.107420 3314 reflector.go:305] Starting reflector *v1.ClusterUserDefinedNetwork (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.107434 3314 reflector.go:341] Listing and watching *v1.ClusterUserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.107420 3314 reflector.go:305] Starting reflector *v1.UserDefinedNetwork (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.107484 3314 reflector.go:341] Listing and watching *v1.UserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.110544 3314 reflector.go:368] Caches populated for *v1.ClusterUserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.110694 3314 reflector.go:368] Caches populated for *v1.UserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:56:19.112736 3314 default_node_network_controller.go:163] Enable node proxy healthz server on 0.0.0.0:10256 I0703 21:56:19.112834 3314 default_node_network_controller.go:806] PreStarting the default node network controller I0703 21:56:19.117684 3314 ovs.go:162] Exec(8): stdout: "" I0703 21:56:19.117697 3314 ovs.go:163] Exec(8): stderr: "" I0703 21:56:19.117703 3314 node_controller_manager.go:335] CheckForStaleOVSInternalPorts took 5.008302ms I0703 21:56:19.117713 3314 ovs.go:159] Exec(9): /usr/bin/ovs-vsctl --timeout=15 --columns=name,external_ids --data=bare --no-headings --format=csv find Interface external_ids:sandbox!="" external_ids:vf-netdev-name!="" I0703 21:56:19.122158 3314 ovs.go:162] Exec(9): stdout: "" I0703 21:56:19.122169 3314 ovs.go:163] Exec(9): stderr: "" I0703 21:56:19.129829 3314 ovs.go:159] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0703 21:56:19.134226 3314 ovs.go:162] Exec(10): stdout: "br-int\nbr-ex\nens5\n" I0703 21:56:19.134237 3314 ovs.go:163] Exec(10): stderr: "" I0703 21:56:19.139151 3314 controller_manager.go:368] Waiting up to 5m0s for a node to have "ip-10-0-2-164.ec2.internal" zone I0703 21:56:19.139398 3314 ovs.go:159] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0703 21:56:19.143216 3314 ovs.go:162] Exec(11): stdout: "ip-10-0-2-164.ec2.internal\n" I0703 21:56:19.143229 3314 ovs.go:163] Exec(11): stderr: "" I0703 21:56:19.143249 3314 ovs.go:159] Exec(12): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=10.0.2.164 external_ids:ovn-remote-probe-interval=180000 external_ids:ovn-openflow-probe-interval=180 other_config:bundle-idle-timeout=180 external_ids:ovn-is-interconn=true external_ids:ovn-monitor-all=true external_ids:ovn-ofctrl-wait-before-clear=0 external_ids:ovn-enable-lflow-cache=true external_ids:ovn-set-local-ip="true" external_ids:ovn-memlimit-lflow-cache-kb=1048576 external_ids:hostname="ip-10-0-2-164.ec2.internal" I0703 21:56:19.148443 3314 ovs.go:162] Exec(12): stdout: "" I0703 21:56:19.148457 3314 ovs.go:163] Exec(12): stderr: "" I0703 21:56:19.148466 3314 ovs.go:159] Exec(13): /usr/bin/ovs-vsctl --timeout=15 -- clear bridge br-int netflow -- clear bridge br-int sflow -- clear bridge br-int ipfix I0703 21:56:19.152849 3314 ovs.go:162] Exec(13): stdout: "" I0703 21:56:19.152861 3314 ovs.go:163] Exec(13): stderr: "" I0703 21:56:19.152873 3314 udn_isolation.go:101] Starting UDN host isolation manager I0703 21:56:19.158947 3314 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0703 21:56:19.227213 3314 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0703 21:56:19.227326 3314 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0703 21:56:19.227352 3314 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0703 21:56:19.261061 3314 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0703 21:56:19.268134 3314 default_node_network_controller.go:914] Node ip-10-0-2-164.ec2.internal ready for ovn initialization with subnet 10.128.0.0/23 I0703 21:56:19.268212 3314 ovs.go:159] Exec(14): /usr/bin/ovs-vsctl --timeout=15 --no-headings --data bare --format csv --columns type,name find Interface name=ovn-k8s-mp0 I0703 21:56:19.274025 3314 ovs.go:162] Exec(14): stdout: "" I0703 21:56:19.274038 3314 ovs.go:163] Exec(14): stderr: "" I0703 21:56:19.274123 3314 ovs.go:159] Exec(15): /usr/bin/ovs-vsctl --timeout=15 --no-headings --data bare --format csv --columns type,name find Interface name=ovn-k8s-mp0_0 I0703 21:56:19.279600 3314 ovs.go:162] Exec(15): stdout: "" I0703 21:56:19.279614 3314 ovs.go:163] Exec(15): stderr: "" I0703 21:56:19.279693 3314 ovs.go:159] Exec(16): /usr/bin/ovs-vsctl --timeout=15 -- --if-exists del-port br-int k8s-ip-10-0-2-1 -- --may-exist add-port br-int ovn-k8s-mp0 -- set interface ovn-k8s-mp0 mac="0a:58:0a:80:00:02" type=internal mtu_request=8901 external-ids:iface-id=k8s-ip-10-0-2-164.ec2.internal I0703 21:56:19.293244 3314 ovs.go:162] Exec(16): stdout: "" I0703 21:56:19.293259 3314 ovs.go:163] Exec(16): stderr: "" I0703 21:56:19.293544 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:56:19.293569 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:56:19.293586 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:56:19.293754 3314 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0} I0703 21:56:19.293828 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:56:19.294008 3314 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0} I0703 21:56:19.294057 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.0.2/32 Src: 10.128.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:56:19.294077 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.1.255/32 Src: 10.128.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:56:19.294088 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.0.0/23 Src: 10.128.0.2 Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:56:19.294099 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0}" I0703 21:56:19.294110 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0}" I0703 21:56:19.294126 3314 ovs.go:159] Exec(17): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.forwarding=1 I0703 21:56:19.294836 3314 ovs.go:162] Exec(17): stdout: "net.ipv4.conf.ovn-k8s-mp0.forwarding = 1\n" I0703 21:56:19.294849 3314 ovs.go:163] Exec(17): stderr: "" I0703 21:56:19.301010 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"sys-devices-virtual-net-ovn\\x2dk8s\\x2dmp0.device", "/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dnet_2dovn_5cx2dk8s_5cx2dmp0_2edevice"}, Sequence:0x3} I0703 21:56:19.301186 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"sys-subsystem-net-devices-ovn\\x2dk8s\\x2dmp0.device", "/org/freedesktop/systemd1/unit/sys_2dsubsystem_2dnet_2ddevices_2dovn_5cx2dk8s_5cx2dmp0_2edevice"}, Sequence:0x4} I0703 21:56:19.367793 3314 kube.go:130] Setting annotations map[k8s.ovn.org/zone-name:ip-10-0-2-164.ec2.internal] on node ip-10-0-2-164.ec2.internal I0703 21:56:19.386005 3314 config.go:1669] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0703 21:56:19.389514 3314 controller_manager.go:391] Waiting for node in zone sync took: 250.347115ms I0703 21:56:19.389754 3314 ovs.go:159] Exec(18): /usr/bin/ovsdb-client list-columns unix:/var/run/ovn/ovnnb_db.sock --data=bare --no-heading --format=json OVN_Northbound Load_Balancer I0703 21:56:19.393043 3314 gateway_init.go:324] Initializing Gateway Functionality for Gateway PreStart I0703 21:56:19.393065 3314 ovs.go:159] Exec(19): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0703 21:56:19.396464 3314 ovs.go:162] Exec(18): stdout: "{\"data\":[[\"health_check\",{\"key\":{\"refTable\":\"Load_Balancer_Health_Check\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}],[\"external_ids\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"_uuid\",\"uuid\"],[\"selection_fields\",{\"key\":{\"enum\":[\"set\",[\"eth_dst\",\"eth_src\",\"ip_dst\",\"ip_src\",\"tp_dst\",\"tp_src\"]],\"type\":\"string\"},\"max\":\"unlimited\",\"min\":0}],[\"vips\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"_version\",\"uuid\"],[\"ip_port_mappings\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"name\",\"string\"],[\"options\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"protocol\",{\"key\":{\"enum\":[\"set\",[\"sctp\",\"tcp\",\"udp\"]],\"type\":\"string\"},\"min\":0}]],\"headings\":[\"Column\",\"Type\"]}\n" I0703 21:56:19.396498 3314 ovs.go:163] Exec(18): stderr: "" I0703 21:56:19.396668 3314 controller_manager.go:252] SCTP support detected in OVN I0703 21:56:19.396714 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter_Band Row:map[action:drop rate:20] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315262}] I0703 21:56:19.396767 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315262}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315263}] I0703 21:56:19.396799 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Meter_Band Row:map[action:drop rate:20] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315262} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315262}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315263}] I0703 21:56:19.398775 3314 ovs.go:162] Exec(19): stdout: "" I0703 21:56:19.398789 3314 ovs.go:163] Exec(19): stderr: "ovs-vsctl: no port named br-ex\n" I0703 21:56:19.398795 3314 ovs.go:165] Exec(19): err: exit status 1 I0703 21:56:19.398867 3314 helper_linux.go:91] Provided gateway interface "br-ex", found as index: 5 I0703 21:56:19.398948 3314 helper_linux.go:116] Found default gateway interface br-ex 10.0.2.1 I0703 21:56:19.399052 3314 gateway_init.go:361] Preparing Gateway I0703 21:56:19.399065 3314 gateway_shared_intf.go:2223] Creating new gateway I0703 21:56:19.399075 3314 ovs.go:159] Exec(20): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0703 21:56:19.404125 3314 ovnkube_controller.go:1230] Config duration recorder: updated measurement rate to approx 1 in every 30 requests I0703 21:56:19.404251 3314 services_controller.go:70] Creating services controller for network=default I0703 21:56:19.404359 3314 udn_enabled_svc.go:79] Waiting for service informer to sync I0703 21:56:19.404436 3314 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0703 21:56:19.404495 3314 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0703 21:56:19.404507 3314 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0703 21:56:19.404516 3314 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0703 21:56:19.404503 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4 k8s.ovn.org/name:udn-enabled-svc-cluster-ips k8s.ovn.org/owner-controller:udn-enabled-svc k8s.ovn.org/owner-type:UDNEnabledService]} name:a3613486944346402462] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315264}] I0703 21:56:19.404548 3314 network_controller.go:244] [zone-nad-controller network controller]: syncing all networks I0703 21:56:19.404557 3314 network_controller.go:255] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 8.739µs I0703 21:56:19.404560 3314 address_set.go:302] New(u3000315264/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0703 21:56:19.404566 3314 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0703 21:56:19.404578 3314 nad_controller.go:161] [zone-nad-controller NAD controller]: started I0703 21:56:19.404569 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4 k8s.ovn.org/name:udn-enabled-svc-cluster-ips k8s.ovn.org/owner-controller:udn-enabled-svc k8s.ovn.org/owner-type:UDNEnabledService]} name:a3613486944346402462] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315264}] I0703 21:56:19.404590 3314 default_network_controller.go:349] Starting the default network controller I0703 21:56:19.404602 3314 address_set_sync.go:395] SyncAddressSets found 0 stale address sets, 0 of them were ignored I0703 21:56:19.404930 3314 udn_enabled_svc.go:94] Performing full resync I0703 21:56:19.405003 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.10 172.30.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3fe0f499-441d-48dc-8035-d103b6f7be25}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.405029 3314 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.10 172.30.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3fe0f499-441d-48dc-8035-d103b6f7be25}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.405155 3314 ovs.go:162] Exec(20): stdout: "" I0703 21:56:19.405168 3314 ovs.go:163] Exec(20): stderr: "ovs-vsctl: no port named br-ex\n" I0703 21:56:19.405173 3314 ovs.go:165] Exec(20): err: exit status 1 I0703 21:56:19.405181 3314 ovs.go:159] Exec(21): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0703 21:56:19.405319 3314 udn_enabled_svc.go:98] Waiting for handler to sync I0703 21:56:19.405331 3314 udn_enabled_svc.go:103] Starting worker I0703 21:56:19.408061 3314 acl_sync.go:167] Updating Tier of existing ACLs... I0703 21:56:19.408131 3314 acl_sync.go:192] Updating tier's of all ACLs in cluster took 12.514µs I0703 21:56:19.408156 3314 port_group_sync.go:309] SyncPortGroups found 0 stale port groups I0703 21:56:19.409955 3314 ovs.go:162] Exec(21): stdout: "" I0703 21:56:19.409969 3314 ovs.go:163] Exec(21): stderr: "" I0703 21:56:19.409978 3314 ovs.go:159] Exec(22): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0703 21:56:19.411258 3314 default_network_controller.go:394] Existing number of nodes: 3 I0703 21:56:19.411272 3314 ovs.go:159] Exec(23): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0703 21:56:19.414592 3314 ovs.go:162] Exec(22): stdout: "ens5\n" I0703 21:56:19.414606 3314 ovs.go:163] Exec(22): stderr: "" I0703 21:56:19.414625 3314 ovs.go:159] Exec(24): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0703 21:56:19.415557 3314 ovs.go:162] Exec(23): stdout: "" I0703 21:56:19.415569 3314 ovs.go:163] Exec(23): stderr: "" I0703 21:56:19.415602 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer_Group Row:map[name:clusterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315265}] I0703 21:56:19.415629 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315266}] I0703 21:56:19.415645 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315267}] I0703 21:56:19.415684 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer_Group Row:map[name:clusterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315265} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315266} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315267}] I0703 21:56:19.416039 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter_Band Row:map[action:drop rate:25] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315268}] I0703 21:56:19.416076 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315269}] I0703 21:56:19.416105 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315270}] I0703 21:56:19.416127 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315271}] I0703 21:56:19.416150 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315272}] I0703 21:56:19.416171 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315273}] I0703 21:56:19.416193 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315274}] I0703 21:56:19.416211 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315275}] I0703 21:56:19.416231 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315276}] I0703 21:56:19.416252 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315277}] I0703 21:56:19.416277 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Copp Row:map[meters:{GoMap:map[arp:arp-rate-limiter arp-resolve:arp-resolve-rate-limiter bfd:bfd-rate-limiter event-elb:event-elb-rate-limiter icmp4-error:icmp4-error-rate-limiter icmp6-error:icmp6-error-rate-limiter reject:reject-rate-limiter svc-monitor:svc-monitor-rate-limiter tcp-reset:tcp-reset-rate-limiter]} name:ovnkube-default] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315278}] I0703 21:56:19.416299 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Meter_Band Row:map[action:drop rate:25] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315268} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315269} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315270} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315271} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315272} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315273} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315274} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315275} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315276} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3000315268}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315277} {Op:insert Table:Copp Row:map[meters:{GoMap:map[arp:arp-rate-limiter arp-resolve:arp-resolve-rate-limiter bfd:bfd-rate-limiter event-elb:event-elb-rate-limiter icmp4-error:icmp4-error-rate-limiter icmp6-error:icmp6-error-rate-limiter reject:reject-rate-limiter svc-monitor:svc-monitor-rate-limiter tcp-reset:tcp-reset-rate-limiter]} name:ovnkube-default] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315278}] I0703 21:56:19.417141 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:15972633-1530-45e2-978e-2229b2971f07}]} external_ids:{GoMap:map[k8s-cluster-router:yes]} name:ovn_cluster_router options:{GoMap:map[mcast_relay:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315279}] I0703 21:56:19.417171 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc008c45820 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:15972633-1530-45e2-978e-2229b2971f07}]} external_ids:{GoMap:map[k8s-cluster-router:yes]} name:ovn_cluster_router options:{GoMap:map[mcast_relay:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315279}] I0703 21:56:19.417564 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Cluster:clusterPortGroup k8s.ovn.org/name:clusterPortGroup k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Cluster]} name:a13298398610555951118] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315280}] I0703 21:56:19.417598 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Cluster:clusterPortGroup k8s.ovn.org/name:clusterPortGroup k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Cluster]} name:a13298398610555951118] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315280}] I0703 21:56:19.417894 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Cluster:clusterRtrPortGroup k8s.ovn.org/name:clusterRtrPortGroup k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Cluster]} name:a4743249366342378346] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315281}] I0703 21:56:19.417915 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Cluster:clusterRtrPortGroup k8s.ovn.org/name:clusterRtrPortGroup k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Cluster]} name:a4743249366342378346] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315281}] I0703 21:56:19.418182 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:drop direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:MulticastCluster:DefaultDeny:Egress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:MulticastCluster type:DefaultDeny]} log:false match:(ip4.mcast || mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} options:{GoMap:map[apply-after-lb:true]} priority:1011 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315282}] I0703 21:56:19.418239 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:MulticastCluster:DefaultDeny:Ingress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:MulticastCluster type:DefaultDeny]} log:false match:(ip4.mcast || mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} priority:1011 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315283}] I0703 21:56:19.418287 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315282} {GoUUID:u3000315283}]}}] Timeout: Where:[where column _uuid == {58b64f44-3cc7-4168-a748-3c273342f683}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.418320 3314 transact.go:42] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:MulticastCluster:DefaultDeny:Egress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:MulticastCluster type:DefaultDeny]} log:false match:(ip4.mcast || mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} options:{GoMap:map[apply-after-lb:true]} priority:1011 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315282} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:MulticastCluster:DefaultDeny:Ingress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:MulticastCluster type:DefaultDeny]} log:false match:(ip4.mcast || mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} priority:1011 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315283} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315282} {GoUUID:u3000315283}]}}] Timeout: Where:[where column _uuid == {58b64f44-3cc7-4168-a748-3c273342f683}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.418974 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:MulticastCluster:AllowInterNode:Egress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:MulticastCluster type:AllowInterNode]} log:false match:inport == @a4743249366342378346 && (ip4.mcast || mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} options:{GoMap:map[apply-after-lb:true]} priority:1012 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315284}] I0703 21:56:19.419030 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:MulticastCluster:AllowInterNode:Ingress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:MulticastCluster type:AllowInterNode]} log:false match:outport == @a4743249366342378346 && (ip4.mcast || mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} priority:1012 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315285}] I0703 21:56:19.419102 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315284} {GoUUID:u3000315285}]}}] Timeout: Where:[where column _uuid == {55132a16-a32e-4a59-836f-24fa55db34be}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.419125 3314 transact.go:42] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:MulticastCluster:AllowInterNode:Egress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:MulticastCluster type:AllowInterNode]} log:false match:inport == @a4743249366342378346 && (ip4.mcast || mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} options:{GoMap:map[apply-after-lb:true]} priority:1012 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315284} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:MulticastCluster:AllowInterNode:Ingress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:MulticastCluster type:AllowInterNode]} log:false match:outport == @a4743249366342378346 && (ip4.mcast || mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} priority:1012 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315285} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315284} {GoUUID:u3000315285}]}}] Timeout: Where:[where column _uuid == {55132a16-a32e-4a59-836f-24fa55db34be}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.419819 3314 ovs.go:162] Exec(24): stdout: "[09d75d36-8384-4fdc-87ae-fb96a435bc87]\n" I0703 21:56:19.419833 3314 ovs.go:163] Exec(24): stderr: "" I0703 21:56:19.419843 3314 ovs.go:159] Exec(25): /usr/bin/ovs-vsctl --timeout=15 get Interface 09d75d36-8384-4fdc-87ae-fb96a435bc87 Type I0703 21:56:19.419818 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:join] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315286}] I0703 21:56:19.419885 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc008d38120 Where:[where column name == join] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[name:join] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315286}] I0703 21:56:19.420198 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:01 name:rtoj-ovn_cluster_router networks:{GoSet:[100.64.0.1/16]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315287}] I0703 21:56:19.420234 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315287}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.420251 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:01 name:rtoj-ovn_cluster_router networks:{GoSet:[100.64.0.1/16]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315287} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315287}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.420562 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-ovn_cluster_router options:{GoMap:map[router-port:rtoj-ovn_cluster_router]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315288}] I0703 21:56:19.420597 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315288}]}}] Timeout: Where:[where column _uuid == {8d0f7d39-edff-4331-ade8-e03296e9f9b5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.420613 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-ovn_cluster_router options:{GoMap:map[router-port:rtoj-ovn_cluster_router]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315288} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315288}]}}] Timeout: Where:[where column _uuid == {8d0f7d39-edff-4331-ade8-e03296e9f9b5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.420941 3314 default_network_controller.go:427] Cleaning External Gateway ECMP routes I0703 21:56:19.421011 3314 repair.go:33] Syncing exgw routes took 52.457µs I0703 21:56:19.421040 3314 default_network_controller.go:446] Starting all the Watchers... I0703 21:56:19.421260 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication I0703 21:56:19.421284 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-node-identity I0703 21:56:19.421261 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-config I0703 21:56:19.421304 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-service-ca-operator I0703 21:56:19.421307 3314 obj_retry.go:512] Add event received for *v1.Namespace dedicated-admin I0703 21:56:19.421314 3314 namespace.go:92] [openshift-service-ca-operator] adding namespace I0703 21:56:19.421316 3314 namespace.go:92] [openshift-config] adding namespace I0703 21:56:19.421314 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-user-workload-monitoring I0703 21:56:19.421318 3314 namespace.go:92] [dedicated-admin] adding namespace I0703 21:56:19.421318 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler I0703 21:56:19.421324 3314 namespace.go:92] [openshift-user-workload-monitoring] adding namespace I0703 21:56:19.421330 3314 namespace.go:92] [openshift-kube-scheduler] adding namespace I0703 21:56:19.421303 3314 namespace.go:92] [openshift-authentication] adding namespace I0703 21:56:19.421335 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-tam I0703 21:56:19.421288 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-canary I0703 21:56:19.421340 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-host-network I0703 21:56:19.421342 3314 namespace.go:92] [openshift-backplane-tam] adding namespace I0703 21:56:19.421346 3314 namespace.go:92] [openshift-ingress-canary] adding namespace I0703 21:56:19.421348 3314 namespace.go:92] [openshift-host-network] adding namespace I0703 21:56:19.421304 3314 namespace.go:92] [openshift-network-node-identity] adding namespace I0703 21:56:19.421350 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cee I0703 21:56:19.421362 3314 namespace.go:92] [openshift-backplane-cee] adding namespace I0703 21:56:19.421259 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver I0703 21:56:19.421372 3314 namespace.go:92] [openshift-apiserver] adding namespace I0703 21:56:19.421337 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-console I0703 21:56:19.421381 3314 namespace.go:92] [openshift-console] adding namespace I0703 21:56:19.421266 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-ovn-kubernetes I0703 21:56:19.421270 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-managed I0703 21:56:19.421415 3314 namespace.go:92] [openshift-ovn-kubernetes] adding namespace I0703 21:56:19.421415 3314 namespace.go:92] [openshift-config-managed] adding namespace I0703 21:56:19.421405 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-service-ca-operator:v4 k8s.ovn.org/name:openshift-service-ca-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9531058592630863333] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315289}] I0703 21:56:19.421427 3314 address_set.go:302] New(u3000315289/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0703 21:56:19.421433 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-service-ca-operator:v4 k8s.ovn.org/name:openshift-service-ca-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9531058592630863333] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315289}] I0703 21:56:19.421730 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-service-ca-operator k8s.ovn.org/name:openshift-service-ca-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7208375375755285655] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315290}] I0703 21:56:19.421748 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-service-ca-operator k8s.ovn.org/name:openshift-service-ca-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7208375375755285655] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315290}] I0703 21:56:19.421991 3314 namespace.go:96] [openshift-service-ca-operator] adding namespace took 671.663µs I0703 21:56:19.422002 3314 obj_retry.go:551] Creating *v1.Namespace openshift-service-ca-operator took: 688.307µs I0703 21:56:19.422011 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-controller-manager I0703 21:56:19.422017 3314 namespace.go:92] [openshift-cloud-controller-manager] adding namespace I0703 21:56:19.422050 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-controller-manager:v4 k8s.ovn.org/name:openshift-cloud-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a545707041332338296] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315291}] I0703 21:56:19.422075 3314 address_set.go:302] New(u3000315291/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0703 21:56:19.422080 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-controller-manager:v4 k8s.ovn.org/name:openshift-cloud-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a545707041332338296] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315291}] I0703 21:56:19.422365 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-controller-manager k8s.ovn.org/name:openshift-cloud-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16662075262924193100] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315292}] I0703 21:56:19.422388 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-controller-manager k8s.ovn.org/name:openshift-cloud-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16662075262924193100] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315292}] I0703 21:56:19.422602 3314 namespace.go:96] [openshift-cloud-controller-manager] adding namespace took 581.268µs I0703 21:56:19.422611 3314 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-controller-manager took: 593.865µs I0703 21:56:19.422618 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-deployment-validation-operator I0703 21:56:19.422623 3314 namespace.go:92] [openshift-deployment-validation-operator] adding namespace I0703 21:56:19.422686 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-deployment-validation-operator:v4 k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16124762520686702362] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315293}] I0703 21:56:19.422707 3314 address_set.go:302] New(u3000315293/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0703 21:56:19.422713 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-deployment-validation-operator:v4 k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16124762520686702362] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315293}] I0703 21:56:19.422984 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-deployment-validation-operator k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7957896275813880082] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315294}] I0703 21:56:19.423004 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-deployment-validation-operator k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7957896275813880082] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315294}] I0703 21:56:19.423327 3314 namespace.go:96] [openshift-deployment-validation-operator] adding namespace took 699.052µs I0703 21:56:19.423338 3314 obj_retry.go:551] Creating *v1.Namespace openshift-deployment-validation-operator took: 713.831µs I0703 21:56:19.423346 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-customer-monitoring I0703 21:56:19.423351 3314 namespace.go:92] [openshift-customer-monitoring] adding namespace I0703 21:56:19.423349 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-config:v4 k8s.ovn.org/name:openshift-config k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14322580666718461836] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315295}] I0703 21:56:19.423372 3314 address_set.go:302] New(u3000315295/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0703 21:56:19.423378 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-config:v4 k8s.ovn.org/name:openshift-config k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14322580666718461836] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315295}] I0703 21:56:19.423692 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-config k8s.ovn.org/name:openshift-config k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15147212966458095864] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315296}] I0703 21:56:19.423713 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-config k8s.ovn.org/name:openshift-config k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15147212966458095864] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315296}] I0703 21:56:19.424054 3314 namespace.go:96] [openshift-config] adding namespace took 2.732635ms I0703 21:56:19.424065 3314 obj_retry.go:551] Creating *v1.Namespace openshift-config took: 2.751052ms I0703 21:56:19.424072 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane I0703 21:56:19.424077 3314 namespace.go:92] [openshift-backplane] adding namespace I0703 21:56:19.424068 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:dedicated-admin:v4 k8s.ovn.org/name:dedicated-admin k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12448594290086707900] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315297}] I0703 21:56:19.424091 3314 address_set.go:302] New(u3000315297/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0703 21:56:19.424098 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:dedicated-admin:v4 k8s.ovn.org/name:dedicated-admin k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12448594290086707900] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315297}] I0703 21:56:19.424364 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:dedicated-admin k8s.ovn.org/name:dedicated-admin k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a3136907742096280936] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315298}] I0703 21:56:19.424383 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:dedicated-admin k8s.ovn.org/name:dedicated-admin k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a3136907742096280936] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315298}] I0703 21:56:19.424739 3314 namespace.go:96] [dedicated-admin] adding namespace took 3.413477ms I0703 21:56:19.424755 3314 obj_retry.go:551] Creating *v1.Namespace dedicated-admin took: 3.435864ms I0703 21:56:19.424766 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0703 21:56:19.424754 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-user-workload-monitoring:v4 k8s.ovn.org/name:openshift-user-workload-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17884403498503024866] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315299}] I0703 21:56:19.424774 3314 namespace.go:92] [openshift-kube-scheduler-operator] adding namespace I0703 21:56:19.424783 3314 address_set.go:302] New(u3000315299/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0703 21:56:19.424789 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-user-workload-monitoring:v4 k8s.ovn.org/name:openshift-user-workload-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17884403498503024866] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315299}] I0703 21:56:19.424814 3314 ovs.go:162] Exec(25): stdout: "system\n" I0703 21:56:19.424837 3314 ovs.go:163] Exec(25): stderr: "" I0703 21:56:19.424848 3314 ovs.go:159] Exec(26): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0703 21:56:19.425160 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-user-workload-monitoring k8s.ovn.org/name:openshift-user-workload-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a103453229873893338] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315300}] I0703 21:56:19.425185 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-user-workload-monitoring k8s.ovn.org/name:openshift-user-workload-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a103453229873893338] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315300}] I0703 21:56:19.425476 3314 namespace.go:96] [openshift-user-workload-monitoring] adding namespace took 4.14589ms I0703 21:56:19.425487 3314 obj_retry.go:551] Creating *v1.Namespace openshift-user-workload-monitoring took: 4.162224ms I0703 21:56:19.425477 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-scheduler:v4 k8s.ovn.org/name:openshift-kube-scheduler k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15634036902741400949] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315301}] I0703 21:56:19.425496 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-api I0703 21:56:19.425501 3314 namespace.go:92] [openshift-machine-api] adding namespace I0703 21:56:19.425500 3314 address_set.go:302] New(u3000315301/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0703 21:56:19.425508 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-scheduler:v4 k8s.ovn.org/name:openshift-kube-scheduler k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15634036902741400949] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315301}] I0703 21:56:19.425847 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-scheduler k8s.ovn.org/name:openshift-kube-scheduler k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7634258878068807271] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315302}] I0703 21:56:19.425884 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-scheduler k8s.ovn.org/name:openshift-kube-scheduler k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7634258878068807271] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315302}] I0703 21:56:19.426580 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-authentication:v4 k8s.ovn.org/name:openshift-authentication k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5821095395710037482] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315303}] I0703 21:56:19.426592 3314 namespace.go:96] [openshift-kube-scheduler] adding namespace took 5.255581ms I0703 21:56:19.426604 3314 address_set.go:302] New(u3000315303/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0703 21:56:19.426607 3314 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler took: 5.276186ms I0703 21:56:19.426616 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress I0703 21:56:19.426610 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-authentication:v4 k8s.ovn.org/name:openshift-authentication k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5821095395710037482] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315303}] I0703 21:56:19.426621 3314 namespace.go:92] [openshift-ingress] adding namespace I0703 21:56:19.426949 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-authentication k8s.ovn.org/name:openshift-authentication k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16612043592722080418] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315304}] I0703 21:56:19.426984 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-authentication k8s.ovn.org/name:openshift-authentication k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16612043592722080418] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315304}] I0703 21:56:19.427356 3314 namespace.go:96] [openshift-authentication] adding namespace took 6.014159ms I0703 21:56:19.427350 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-tam:v4 k8s.ovn.org/name:openshift-backplane-tam k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16625094502828200430] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315305}] I0703 21:56:19.427370 3314 obj_retry.go:551] Creating *v1.Namespace openshift-authentication took: 6.071531ms I0703 21:56:19.427374 3314 address_set.go:302] New(u3000315305/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0703 21:56:19.427381 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-must-gather-operator I0703 21:56:19.427389 3314 namespace.go:92] [openshift-must-gather-operator] adding namespace I0703 21:56:19.427381 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-tam:v4 k8s.ovn.org/name:openshift-backplane-tam k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16625094502828200430] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315305}] I0703 21:56:19.427645 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-tam k8s.ovn.org/name:openshift-backplane-tam k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8068712217174865822] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315306}] I0703 21:56:19.427694 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-tam k8s.ovn.org/name:openshift-backplane-tam k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8068712217174865822] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315306}] I0703 21:56:19.428029 3314 namespace.go:96] [openshift-backplane-tam] adding namespace took 6.678734ms I0703 21:56:19.428041 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-tam took: 6.698552ms I0703 21:56:19.428049 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep I0703 21:56:19.428055 3314 namespace.go:92] [openshift-backplane-srep] adding namespace I0703 21:56:19.428063 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress-canary:v4 k8s.ovn.org/name:openshift-ingress-canary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17074529903361539284] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315307}] I0703 21:56:19.428101 3314 address_set.go:302] New(u3000315307/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0703 21:56:19.428109 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress-canary:v4 k8s.ovn.org/name:openshift-ingress-canary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17074529903361539284] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315307}] I0703 21:56:19.428375 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress-canary k8s.ovn.org/name:openshift-ingress-canary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10943686193206242944] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315308}] I0703 21:56:19.428396 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress-canary k8s.ovn.org/name:openshift-ingress-canary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10943686193206242944] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315308}] I0703 21:56:19.428682 3314 namespace.go:96] [openshift-ingress-canary] adding namespace took 7.32925ms I0703 21:56:19.428696 3314 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-canary took: 7.346863ms I0703 21:56:19.428707 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mobb I0703 21:56:19.428714 3314 namespace.go:92] [openshift-backplane-mobb] adding namespace I0703 21:56:19.428765 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.130.0.2 100.64.0.4 10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3]} external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network:v4 k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6910206611978007605] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315309}] I0703 21:56:19.428793 3314 address_set.go:302] New(u3000315309/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) with [10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4 10.128.0.2 100.64.0.2] I0703 21:56:19.428799 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.130.0.2 100.64.0.4 10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3]} external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network:v4 k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6910206611978007605] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315309}] I0703 21:56:19.429135 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15785117363861035047] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315310}] I0703 21:56:19.429156 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15785117363861035047] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315310}] I0703 21:56:19.429528 3314 namespace.go:96] [openshift-host-network] adding namespace took 8.173502ms I0703 21:56:19.429540 3314 obj_retry.go:551] Creating *v1.Namespace openshift-host-network took: 8.189808ms I0703 21:56:19.429551 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-storage-operator I0703 21:56:19.429559 3314 namespace.go:92] [openshift-cluster-storage-operator] adding namespace I0703 21:56:19.429560 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-node-identity:v4 k8s.ovn.org/name:openshift-network-node-identity k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6647208685787594228] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315311}] I0703 21:56:19.429596 3314 address_set.go:302] New(u3000315311/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0703 21:56:19.429604 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-node-identity:v4 k8s.ovn.org/name:openshift-network-node-identity k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6647208685787594228] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315311}] I0703 21:56:19.429851 3314 ovs.go:162] Exec(26): stdout: "1\n" I0703 21:56:19.429863 3314 ovs.go:163] Exec(26): stderr: "" I0703 21:56:19.429870 3314 ovs.go:159] Exec(27): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0703 21:56:19.429962 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-node-identity k8s.ovn.org/name:openshift-network-node-identity k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7713862898578475680] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315312}] I0703 21:56:19.429986 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-node-identity k8s.ovn.org/name:openshift-network-node-identity k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7713862898578475680] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315312}] I0703 21:56:19.430311 3314 namespace.go:96] [openshift-network-node-identity] adding namespace took 8.953781ms I0703 21:56:19.430325 3314 obj_retry.go:551] Creating *v1.Namespace openshift-network-node-identity took: 9.022368ms I0703 21:56:19.430333 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-samples-operator I0703 21:56:19.430339 3314 namespace.go:92] [openshift-cluster-samples-operator] adding namespace I0703 21:56:19.430335 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-cee:v4 k8s.ovn.org/name:openshift-backplane-cee k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16683797294909587257] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315313}] I0703 21:56:19.430371 3314 address_set.go:302] New(u3000315313/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0703 21:56:19.430381 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-cee:v4 k8s.ovn.org/name:openshift-backplane-cee k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16683797294909587257] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315313}] I0703 21:56:19.430742 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-cee k8s.ovn.org/name:openshift-backplane-cee k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15845121452907149795] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315314}] I0703 21:56:19.430766 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-cee k8s.ovn.org/name:openshift-backplane-cee k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15845121452907149795] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315314}] I0703 21:56:19.431119 3314 namespace.go:96] [openshift-backplane-cee] adding namespace took 9.750958ms I0703 21:56:19.431116 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-apiserver:v4 k8s.ovn.org/name:openshift-apiserver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12374569603079029239] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315315}] I0703 21:56:19.431131 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cee took: 9.769062ms I0703 21:56:19.431141 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-infra I0703 21:56:19.431140 3314 address_set.go:302] New(u3000315315/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0703 21:56:19.431146 3314 namespace.go:92] [openshift-infra] adding namespace I0703 21:56:19.431149 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-apiserver:v4 k8s.ovn.org/name:openshift-apiserver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12374569603079029239] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315315}] I0703 21:56:19.431510 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-apiserver k8s.ovn.org/name:openshift-apiserver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9312257794008921229] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315316}] I0703 21:56:19.431532 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-apiserver k8s.ovn.org/name:openshift-apiserver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9312257794008921229] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315316}] I0703 21:56:19.431950 3314 namespace.go:96] [openshift-apiserver] adding namespace took 10.573151ms I0703 21:56:19.431959 3314 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver took: 10.586079ms I0703 21:56:19.431965 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver I0703 21:56:19.431971 3314 namespace.go:92] [openshift-kube-apiserver] adding namespace I0703 21:56:19.431957 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-console:v4 k8s.ovn.org/name:openshift-console k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11622011068173273797] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315317}] I0703 21:56:19.431988 3314 address_set.go:302] New(u3000315317/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0703 21:56:19.431997 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-console:v4 k8s.ovn.org/name:openshift-console k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11622011068173273797] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315317}] I0703 21:56:19.432324 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-console k8s.ovn.org/name:openshift-console k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8343008587845824119] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315318}] I0703 21:56:19.432346 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-console k8s.ovn.org/name:openshift-console k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8343008587845824119] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315318}] I0703 21:56:19.432664 3314 namespace.go:96] [openshift-console] adding namespace took 11.261105ms I0703 21:56:19.432642 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-ovn-kubernetes:v4 k8s.ovn.org/name:openshift-ovn-kubernetes k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1398255725986493602] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315319}] I0703 21:56:19.432677 3314 obj_retry.go:551] Creating *v1.Namespace openshift-console took: 11.29319ms I0703 21:56:19.432679 3314 address_set.go:302] New(u3000315319/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0703 21:56:19.432688 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-etcd I0703 21:56:19.432686 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-ovn-kubernetes:v4 k8s.ovn.org/name:openshift-ovn-kubernetes k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1398255725986493602] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315319}] I0703 21:56:19.432696 3314 namespace.go:92] [openshift-etcd] adding namespace I0703 21:56:19.432984 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-ovn-kubernetes k8s.ovn.org/name:openshift-ovn-kubernetes k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1506604485590505626] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315320}] I0703 21:56:19.433004 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-ovn-kubernetes k8s.ovn.org/name:openshift-ovn-kubernetes k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1506604485590505626] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315320}] I0703 21:56:19.433317 3314 namespace.go:96] [openshift-ovn-kubernetes] adding namespace took 11.896446ms I0703 21:56:19.433326 3314 obj_retry.go:551] Creating *v1.Namespace openshift-ovn-kubernetes took: 11.912168ms I0703 21:56:19.433318 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-config-managed:v4 k8s.ovn.org/name:openshift-config-managed k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6117206921658593480] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315321}] I0703 21:56:19.433334 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-logging I0703 21:56:19.433338 3314 address_set.go:302] New(u3000315321/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0703 21:56:19.433339 3314 namespace.go:92] [openshift-logging] adding namespace I0703 21:56:19.433343 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-config-managed:v4 k8s.ovn.org/name:openshift-config-managed k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6117206921658593480] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315321}] I0703 21:56:19.433625 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-config-managed k8s.ovn.org/name:openshift-config-managed k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17762713570159674460] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315322}] I0703 21:56:19.433643 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-config-managed k8s.ovn.org/name:openshift-config-managed k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17762713570159674460] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315322}] I0703 21:56:19.433958 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-customer-monitoring:v4 k8s.ovn.org/name:openshift-customer-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14127557557717756897] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315323}] I0703 21:56:19.433979 3314 address_set.go:302] New(u3000315323/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0703 21:56:19.433990 3314 namespace.go:96] [openshift-config-managed] adding namespace took 12.566504ms I0703 21:56:19.433984 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-customer-monitoring:v4 k8s.ovn.org/name:openshift-customer-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14127557557717756897] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315323}] I0703 21:56:19.434000 3314 obj_retry.go:551] Creating *v1.Namespace openshift-config-managed took: 12.584959ms I0703 21:56:19.434008 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-csm I0703 21:56:19.434013 3314 namespace.go:92] [openshift-backplane-csm] adding namespace I0703 21:56:19.434308 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-customer-monitoring k8s.ovn.org/name:openshift-customer-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12198589245310701867] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315324}] I0703 21:56:19.434330 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-customer-monitoring k8s.ovn.org/name:openshift-customer-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12198589245310701867] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315324}] I0703 21:56:19.434583 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane:v4 k8s.ovn.org/name:openshift-backplane k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9244104604428861879] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315325}] I0703 21:56:19.434603 3314 address_set.go:302] New(u3000315325/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0703 21:56:19.434608 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane:v4 k8s.ovn.org/name:openshift-backplane k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9244104604428861879] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315325}] I0703 21:56:19.434625 3314 namespace.go:96] [openshift-customer-monitoring] adding namespace took 11.268521ms I0703 21:56:19.434634 3314 obj_retry.go:551] Creating *v1.Namespace openshift-customer-monitoring took: 11.282357ms I0703 21:56:19.434642 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-operator I0703 21:56:19.434663 3314 namespace.go:92] [openshift-config-operator] adding namespace I0703 21:56:19.434906 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane k8s.ovn.org/name:openshift-backplane k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a657278049405056589] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315326}] I0703 21:56:19.434927 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane k8s.ovn.org/name:openshift-backplane k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a657278049405056589] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315326}] I0703 21:56:19.435265 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-scheduler-operator:v4 k8s.ovn.org/name:openshift-kube-scheduler-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8446891589965341694] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315327}] I0703 21:56:19.435288 3314 address_set.go:302] New(u3000315327/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0703 21:56:19.435293 3314 namespace.go:96] [openshift-backplane] adding namespace took 11.211037ms I0703 21:56:19.435301 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane took: 11.222822ms I0703 21:56:19.435294 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-scheduler-operator:v4 k8s.ovn.org/name:openshift-kube-scheduler-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8446891589965341694] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315327}] I0703 21:56:19.435308 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift I0703 21:56:19.435313 3314 namespace.go:92] [openshift] adding namespace I0703 21:56:19.435353 3314 ovs.go:162] Exec(27): stdout: "\"0e:56:4a:40:76:dd\"\n" I0703 21:56:19.435365 3314 ovs.go:163] Exec(27): stderr: "" I0703 21:56:19.435374 3314 ovs.go:159] Exec(28): /usr/sbin/sysctl -w net.ipv4.conf.br-ex.forwarding=1 I0703 21:56:19.435526 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-scheduler-operator k8s.ovn.org/name:openshift-kube-scheduler-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2784241620261027950] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315328}] I0703 21:56:19.435543 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-scheduler-operator k8s.ovn.org/name:openshift-kube-scheduler-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2784241620261027950] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315328}] I0703 21:56:19.435892 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-machine-api:v4 k8s.ovn.org/name:openshift-machine-api k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8146979490545162082] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315329}] I0703 21:56:19.435919 3314 address_set.go:302] New(u3000315329/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0703 21:56:19.435918 3314 namespace.go:96] [openshift-kube-scheduler-operator] adding namespace took 11.137292ms I0703 21:56:19.435929 3314 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler-operator took: 11.154902ms I0703 21:56:19.435937 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-operator I0703 21:56:19.435942 3314 namespace.go:92] [openshift-ingress-operator] adding namespace I0703 21:56:19.435926 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-machine-api:v4 k8s.ovn.org/name:openshift-machine-api k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8146979490545162082] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315329}] I0703 21:56:19.436081 3314 ovs.go:162] Exec(28): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0703 21:56:19.436098 3314 ovs.go:163] Exec(28): stderr: "" I0703 21:56:19.436110 3314 ovs.go:159] Exec(29): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0703 21:56:19.436258 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-machine-api k8s.ovn.org/name:openshift-machine-api k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14101731969641284442] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315330}] I0703 21:56:19.436291 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-machine-api k8s.ovn.org/name:openshift-machine-api k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14101731969641284442] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315330}] I0703 21:56:19.436676 3314 namespace.go:96] [openshift-machine-api] adding namespace took 11.169947ms I0703 21:56:19.436686 3314 obj_retry.go:551] Creating *v1.Namespace openshift-machine-api took: 11.183621ms I0703 21:56:19.436695 3314 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-agent-addon I0703 21:56:19.436700 3314 namespace.go:92] [open-cluster-management-agent-addon] adding namespace I0703 21:56:19.436700 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress:v4 k8s.ovn.org/name:openshift-ingress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9185810757115582127] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315331}] I0703 21:56:19.436738 3314 address_set.go:302] New(u3000315331/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0703 21:56:19.436751 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress:v4 k8s.ovn.org/name:openshift-ingress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9185810757115582127] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315331}] I0703 21:56:19.437066 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress k8s.ovn.org/name:openshift-ingress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4034212625306913061] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315332}] I0703 21:56:19.437088 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress k8s.ovn.org/name:openshift-ingress k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4034212625306913061] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315332}] I0703 21:56:19.437382 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-must-gather-operator:v4 k8s.ovn.org/name:openshift-must-gather-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9165124402651669496] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315333}] I0703 21:56:19.437404 3314 address_set.go:302] New(u3000315333/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0703 21:56:19.437410 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-must-gather-operator:v4 k8s.ovn.org/name:openshift-must-gather-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9165124402651669496] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315333}] I0703 21:56:19.437420 3314 namespace.go:96] [openshift-ingress] adding namespace took 10.792964ms I0703 21:56:19.437427 3314 obj_retry.go:551] Creating *v1.Namespace openshift-ingress took: 10.805427ms I0703 21:56:19.437432 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators I0703 21:56:19.437437 3314 namespace.go:92] [openshift-operators] adding namespace I0703 21:56:19.437791 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-must-gather-operator k8s.ovn.org/name:openshift-must-gather-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13894489759738203596] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315334}] I0703 21:56:19.437823 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-must-gather-operator k8s.ovn.org/name:openshift-must-gather-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13894489759738203596] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315334}] I0703 21:56:19.438103 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-srep:v4 k8s.ovn.org/name:openshift-backplane-srep k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a472588050935484448] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315335}] I0703 21:56:19.438126 3314 address_set.go:302] New(u3000315335/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0703 21:56:19.438131 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-srep:v4 k8s.ovn.org/name:openshift-backplane-srep k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a472588050935484448] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315335}] I0703 21:56:19.438147 3314 namespace.go:96] [openshift-must-gather-operator] adding namespace took 10.750585ms I0703 21:56:19.438159 3314 obj_retry.go:551] Creating *v1.Namespace openshift-must-gather-operator took: 10.769176ms I0703 21:56:19.438168 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cse I0703 21:56:19.438175 3314 namespace.go:92] [openshift-backplane-cse] adding namespace I0703 21:56:19.438448 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-srep k8s.ovn.org/name:openshift-backplane-srep k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17518469333180944660] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315336}] I0703 21:56:19.438477 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-srep k8s.ovn.org/name:openshift-backplane-srep k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17518469333180944660] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315336}] I0703 21:56:19.438791 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-mobb:v4 k8s.ovn.org/name:openshift-backplane-mobb k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17945876981827356512] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315337}] I0703 21:56:19.438813 3314 address_set.go:302] New(u3000315337/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0703 21:56:19.438827 3314 namespace.go:96] [openshift-backplane-srep] adding namespace took 10.765604ms I0703 21:56:19.438846 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep took: 10.789065ms I0703 21:56:19.438854 3314 obj_retry.go:512] Add event received for *v1.Namespace kube-system I0703 21:56:19.438859 3314 namespace.go:92] [kube-system] adding namespace I0703 21:56:19.438822 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-mobb:v4 k8s.ovn.org/name:openshift-backplane-mobb k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17945876981827356512] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315337}] I0703 21:56:19.439186 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-mobb k8s.ovn.org/name:openshift-backplane-mobb k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5360110208379941972] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315338}] I0703 21:56:19.439217 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-mobb k8s.ovn.org/name:openshift-backplane-mobb k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5360110208379941972] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315338}] I0703 21:56:19.439537 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-storage-operator:v4 k8s.ovn.org/name:openshift-cluster-storage-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13337366700695359377] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315339}] I0703 21:56:19.439562 3314 namespace.go:96] [openshift-backplane-mobb] adding namespace took 10.842828ms I0703 21:56:19.439567 3314 address_set.go:302] New(u3000315339/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0703 21:56:19.439573 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mobb took: 10.858504ms I0703 21:56:19.439582 3314 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f I0703 21:56:19.439573 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-storage-operator:v4 k8s.ovn.org/name:openshift-cluster-storage-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13337366700695359377] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315339}] I0703 21:56:19.439588 3314 namespace.go:92] [open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f] adding namespace I0703 21:56:19.439902 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-storage-operator k8s.ovn.org/name:openshift-cluster-storage-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9000081002745834523] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315340}] I0703 21:56:19.439924 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-storage-operator k8s.ovn.org/name:openshift-cluster-storage-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9000081002745834523] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315340}] I0703 21:56:19.440222 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-samples-operator:v4 k8s.ovn.org/name:openshift-cluster-samples-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a3083655245828550199] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315341}] I0703 21:56:19.440243 3314 address_set.go:302] New(u3000315341/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0703 21:56:19.440249 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-samples-operator:v4 k8s.ovn.org/name:openshift-cluster-samples-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a3083655245828550199] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315341}] I0703 21:56:19.440257 3314 namespace.go:96] [openshift-cluster-storage-operator] adding namespace took 10.692535ms I0703 21:56:19.440265 3314 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-storage-operator took: 10.706795ms I0703 21:56:19.440271 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0703 21:56:19.440276 3314 namespace.go:92] [openshift-kube-controller-manager-operator] adding namespace I0703 21:56:19.440594 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-samples-operator k8s.ovn.org/name:openshift-cluster-samples-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4859300756132625357] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315342}] I0703 21:56:19.440626 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-samples-operator k8s.ovn.org/name:openshift-cluster-samples-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4859300756132625357] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315342}] I0703 21:56:19.440937 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-infra:v4 k8s.ovn.org/name:openshift-infra k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4190772658089390776] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315343}] I0703 21:56:19.440962 3314 address_set.go:302] New(u3000315343/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0703 21:56:19.440973 3314 namespace.go:96] [openshift-cluster-samples-operator] adding namespace took 10.6278ms I0703 21:56:19.440984 3314 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-samples-operator took: 10.643245ms I0703 21:56:19.440969 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-infra:v4 k8s.ovn.org/name:openshift-infra k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4190772658089390776] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315343}] I0703 21:56:19.440992 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager I0703 21:56:19.440998 3314 namespace.go:92] [openshift-kube-controller-manager] adding namespace I0703 21:56:19.441033 3314 ovs.go:162] Exec(29): stdout: "\n" I0703 21:56:19.441044 3314 ovs.go:163] Exec(29): stderr: "" I0703 21:56:19.441056 3314 ovs.go:159] Exec(30): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0703 21:56:19.441290 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-infra k8s.ovn.org/name:openshift-infra k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12098725658034386828] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315344}] I0703 21:56:19.441316 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-infra k8s.ovn.org/name:openshift-infra k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12098725658034386828] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315344}] I0703 21:56:19.441680 3314 namespace.go:96] [openshift-infra] adding namespace took 10.527799ms I0703 21:56:19.441668 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-apiserver:v4 k8s.ovn.org/name:openshift-kube-apiserver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4531626005796422843] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315345}] I0703 21:56:19.441692 3314 obj_retry.go:551] Creating *v1.Namespace openshift-infra took: 10.542263ms I0703 21:56:19.441700 3314 address_set.go:302] New(u3000315345/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0703 21:56:19.441703 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0703 21:56:19.441713 3314 namespace.go:92] [openshift-cluster-node-tuning-operator] adding namespace I0703 21:56:19.441709 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-apiserver:v4 k8s.ovn.org/name:openshift-kube-apiserver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4531626005796422843] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315345}] I0703 21:56:19.441970 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-apiserver k8s.ovn.org/name:openshift-kube-apiserver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8489327333927714825] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315346}] I0703 21:56:19.441990 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-apiserver k8s.ovn.org/name:openshift-kube-apiserver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8489327333927714825] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315346}] I0703 21:56:19.442316 3314 namespace.go:96] [openshift-kube-apiserver] adding namespace took 10.340803ms I0703 21:56:19.442303 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-etcd:v4 k8s.ovn.org/name:openshift-etcd k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1263951348256964356] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315347}] I0703 21:56:19.442327 3314 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver took: 10.354245ms I0703 21:56:19.442333 3314 address_set.go:302] New(u3000315347/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0703 21:56:19.442337 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-route-controller-manager I0703 21:56:19.442346 3314 namespace.go:92] [openshift-route-controller-manager] adding namespace I0703 21:56:19.442340 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-etcd:v4 k8s.ovn.org/name:openshift-etcd k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1263951348256964356] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315347}] I0703 21:56:19.442666 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-etcd k8s.ovn.org/name:openshift-etcd k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6768758100715151472] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315348}] I0703 21:56:19.442698 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-etcd k8s.ovn.org/name:openshift-etcd k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6768758100715151472] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315348}] I0703 21:56:19.442952 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-logging:v4 k8s.ovn.org/name:openshift-logging k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a279876230725367541] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315349}] I0703 21:56:19.442976 3314 address_set.go:302] New(u3000315349/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0703 21:56:19.442983 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-logging:v4 k8s.ovn.org/name:openshift-logging k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a279876230725367541] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315349}] I0703 21:56:19.443000 3314 namespace.go:96] [openshift-etcd] adding namespace took 10.292937ms I0703 21:56:19.443013 3314 obj_retry.go:551] Creating *v1.Namespace openshift-etcd took: 10.314271ms I0703 21:56:19.443024 3314 obj_retry.go:512] Add event received for *v1.Namespace kube-public I0703 21:56:19.443032 3314 namespace.go:92] [kube-public] adding namespace I0703 21:56:19.443347 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-logging k8s.ovn.org/name:openshift-logging k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10487861921099686631] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315350}] I0703 21:56:19.443369 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-logging k8s.ovn.org/name:openshift-logging k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10487861921099686631] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315350}] I0703 21:56:19.443643 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-csm:v4 k8s.ovn.org/name:openshift-backplane-csm k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11079310369539273179] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315351}] I0703 21:56:19.443684 3314 address_set.go:302] New(u3000315351/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0703 21:56:19.443687 3314 namespace.go:96] [openshift-logging] adding namespace took 10.340334ms I0703 21:56:19.443691 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-csm:v4 k8s.ovn.org/name:openshift-backplane-csm k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11079310369539273179] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315351}] I0703 21:56:19.443700 3314 obj_retry.go:551] Creating *v1.Namespace openshift-logging took: 10.357257ms I0703 21:56:19.443714 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-machine-approver I0703 21:56:19.443723 3314 namespace.go:92] [openshift-cluster-machine-approver] adding namespace I0703 21:56:19.444001 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-csm k8s.ovn.org/name:openshift-backplane-csm k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15827964673463951401] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315352}] I0703 21:56:19.444035 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-csm k8s.ovn.org/name:openshift-backplane-csm k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15827964673463951401] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315352}] I0703 21:56:19.444295 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-config-operator:v4 k8s.ovn.org/name:openshift-config-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15513656991472936797] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315353}] I0703 21:56:19.444321 3314 address_set.go:302] New(u3000315353/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0703 21:56:19.444337 3314 namespace.go:96] [openshift-backplane-csm] adding namespace took 10.319568ms I0703 21:56:19.444347 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-csm took: 10.331421ms I0703 21:56:19.444329 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-config-operator:v4 k8s.ovn.org/name:openshift-config-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15513656991472936797] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315353}] I0703 21:56:19.444355 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-console I0703 21:56:19.444361 3314 namespace.go:92] [openshift-network-console] adding namespace I0703 21:56:19.444682 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-config-operator k8s.ovn.org/name:openshift-config-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6521667966666143503] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315354}] I0703 21:56:19.444706 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-config-operator k8s.ovn.org/name:openshift-config-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6521667966666143503] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315354}] I0703 21:56:19.445013 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift:v4 k8s.ovn.org/name:openshift k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8611152139381270309] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315355}] I0703 21:56:19.445036 3314 address_set.go:302] New(u3000315355/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0703 21:56:19.445042 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift:v4 k8s.ovn.org/name:openshift k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8611152139381270309] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315355}] I0703 21:56:19.445050 3314 namespace.go:96] [openshift-config-operator] adding namespace took 10.379029ms I0703 21:56:19.445063 3314 obj_retry.go:551] Creating *v1.Namespace openshift-config-operator took: 10.412777ms I0703 21:56:19.445077 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-lpsre I0703 21:56:19.445086 3314 namespace.go:92] [openshift-backplane-lpsre] adding namespace I0703 21:56:19.445322 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift k8s.ovn.org/name:openshift k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14327484842331941591] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315356}] I0703 21:56:19.445351 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift k8s.ovn.org/name:openshift k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14327484842331941591] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315356}] I0703 21:56:19.445633 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress-operator:v4 k8s.ovn.org/name:openshift-ingress-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12824364980436020060] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315357}] I0703 21:56:19.445675 3314 address_set.go:302] New(u3000315357/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0703 21:56:19.445673 3314 namespace.go:96] [openshift] adding namespace took 10.353948ms I0703 21:56:19.445687 3314 obj_retry.go:551] Creating *v1.Namespace openshift took: 10.370236ms I0703 21:56:19.445682 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress-operator:v4 k8s.ovn.org/name:openshift-ingress-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12824364980436020060] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315357}] I0703 21:56:19.445698 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0703 21:56:19.445708 3314 namespace.go:92] [openshift-cluster-csi-drivers] adding namespace I0703 21:56:19.446050 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress-operator k8s.ovn.org/name:openshift-ingress-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15549543692319022984] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315358}] I0703 21:56:19.446082 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-ingress-operator k8s.ovn.org/name:openshift-ingress-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15549543692319022984] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315358}] I0703 21:56:19.446506 3314 namespace.go:96] [openshift-ingress-operator] adding namespace took 10.556909ms I0703 21:56:19.446523 3314 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-operator took: 10.577633ms I0703 21:56:19.446534 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-config-operator I0703 21:56:19.446543 3314 namespace.go:92] [openshift-machine-config-operator] adding namespace I0703 21:56:19.446488 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:open-cluster-management-agent-addon:v4 k8s.ovn.org/name:open-cluster-management-agent-addon k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14768925457034213591] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315359}] I0703 21:56:19.446555 3314 address_set.go:302] New(u3000315359/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0703 21:56:19.446567 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:open-cluster-management-agent-addon:v4 k8s.ovn.org/name:open-cluster-management-agent-addon k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14768925457034213591] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315359}] I0703 21:56:19.446969 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:open-cluster-management-agent-addon k8s.ovn.org/name:open-cluster-management-agent-addon k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7019257527244931309] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315360}] I0703 21:56:19.446997 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:open-cluster-management-agent-addon k8s.ovn.org/name:open-cluster-management-agent-addon k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7019257527244931309] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315360}] I0703 21:56:19.447231 3314 ovs.go:162] Exec(30): stdout: "" I0703 21:56:19.447280 3314 ovs.go:163] Exec(30): stderr: "" I0703 21:56:19.447297 3314 ovs.go:159] Exec(31): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0703 21:56:19.447342 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-operators:v4 k8s.ovn.org/name:openshift-operators k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17780485792851514981] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315361}] I0703 21:56:19.447372 3314 address_set.go:302] New(u3000315361/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0703 21:56:19.447370 3314 namespace.go:96] [open-cluster-management-agent-addon] adding namespace took 10.661249ms I0703 21:56:19.447384 3314 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-agent-addon took: 10.681612ms I0703 21:56:19.447379 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-operators:v4 k8s.ovn.org/name:openshift-operators k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17780485792851514981] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315361}] I0703 21:56:19.447397 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators-redhat I0703 21:56:19.447403 3314 namespace.go:92] [openshift-operators-redhat] adding namespace I0703 21:56:19.447750 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-operators k8s.ovn.org/name:openshift-operators k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a3551785160445900311] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315362}] I0703 21:56:19.447785 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-operators k8s.ovn.org/name:openshift-operators k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a3551785160445900311] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315362}] I0703 21:56:19.448083 3314 namespace.go:96] [openshift-operators] adding namespace took 10.638888ms I0703 21:56:19.448095 3314 obj_retry.go:551] Creating *v1.Namespace openshift-operators took: 10.656493ms I0703 21:56:19.448103 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0703 21:56:19.448109 3314 namespace.go:92] [openshift-backplane-mcs-tier-two] adding namespace I0703 21:56:19.448099 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-cse:v4 k8s.ovn.org/name:openshift-backplane-cse k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5782637696158473523] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315363}] I0703 21:56:19.448121 3314 address_set.go:302] New(u3000315363/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0703 21:56:19.448127 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-cse:v4 k8s.ovn.org/name:openshift-backplane-cse k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5782637696158473523] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315363}] I0703 21:56:19.448445 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-cse k8s.ovn.org/name:openshift-backplane-cse k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15827973469556977089] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315364}] I0703 21:56:19.448478 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-cse k8s.ovn.org/name:openshift-backplane-cse k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15827973469556977089] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315364}] I0703 21:56:19.448788 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:kube-system:v4 k8s.ovn.org/name:kube-system k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8746611765617041202] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315365}] I0703 21:56:19.448813 3314 address_set.go:302] New(u3000315365/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0703 21:56:19.448824 3314 namespace.go:96] [openshift-backplane-cse] adding namespace took 10.642535ms I0703 21:56:19.448819 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:kube-system:v4 k8s.ovn.org/name:kube-system k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8746611765617041202] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315365}] I0703 21:56:19.448835 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cse took: 10.658997ms I0703 21:56:19.448843 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns-operator I0703 21:56:19.448849 3314 namespace.go:92] [openshift-dns-operator] adding namespace I0703 21:56:19.449129 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:kube-system k8s.ovn.org/name:kube-system k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7532440305922190058] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315366}] I0703 21:56:19.449159 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:kube-system k8s.ovn.org/name:kube-system k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7532440305922190058] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315366}] I0703 21:56:19.449571 3314 namespace.go:96] [kube-system] adding namespace took 10.705385ms I0703 21:56:19.449592 3314 obj_retry.go:551] Creating *v1.Namespace kube-system took: 10.729082ms I0703 21:56:19.449602 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication-operator I0703 21:56:19.449610 3314 namespace.go:92] [openshift-authentication-operator] adding namespace I0703 21:56:19.449553 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f:v4 k8s.ovn.org/name:open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2112974753106225287] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315367}] I0703 21:56:19.449622 3314 address_set.go:302] New(u3000315367/default-network-controller:Namespace:open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f:v4/a2112974753106225287) with [] I0703 21:56:19.449629 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f:v4 k8s.ovn.org/name:open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2112974753106225287] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315367}] I0703 21:56:19.450033 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f k8s.ovn.org/name:open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12829419049331638237] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315368}] I0703 21:56:19.450056 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f k8s.ovn.org/name:open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12829419049331638237] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315368}] I0703 21:56:19.450418 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4 k8s.ovn.org/name:openshift-kube-controller-manager-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13990978431870169537] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315369}] I0703 21:56:19.450445 3314 namespace.go:96] [open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f] adding namespace took 10.849314ms I0703 21:56:19.450455 3314 address_set.go:302] New(u3000315369/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0703 21:56:19.450463 3314 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f took: 10.871978ms I0703 21:56:19.450477 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-image-registry I0703 21:56:19.450465 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4 k8s.ovn.org/name:openshift-kube-controller-manager-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13990978431870169537] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315369}] I0703 21:56:19.450486 3314 namespace.go:92] [openshift-image-registry] adding namespace I0703 21:56:19.450826 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-controller-manager-operator k8s.ovn.org/name:openshift-kube-controller-manager-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6644565477991972235] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315370}] I0703 21:56:19.450850 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-controller-manager-operator k8s.ovn.org/name:openshift-kube-controller-manager-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6644565477991972235] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315370}] I0703 21:56:19.451136 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-controller-manager:v4 k8s.ovn.org/name:openshift-kube-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4663622633901538608] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315371}] I0703 21:56:19.451160 3314 address_set.go:302] New(u3000315371/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0703 21:56:19.451184 3314 namespace.go:96] [openshift-kube-controller-manager-operator] adding namespace took 10.889782ms I0703 21:56:19.451206 3314 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 10.922719ms I0703 21:56:19.451218 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-multus I0703 21:56:19.451227 3314 namespace.go:92] [openshift-multus] adding namespace I0703 21:56:19.451168 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-controller-manager:v4 k8s.ovn.org/name:openshift-kube-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4663622633901538608] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315371}] I0703 21:56:19.451540 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-controller-manager k8s.ovn.org/name:openshift-kube-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10413071466458557156] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315372}] I0703 21:56:19.451570 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-controller-manager k8s.ovn.org/name:openshift-kube-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10413071466458557156] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315372}] I0703 21:56:19.451932 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4 k8s.ovn.org/name:openshift-cluster-node-tuning-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10032735054068291610] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315373}] I0703 21:56:19.451966 3314 address_set.go:302] New(u3000315373/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0703 21:56:19.451966 3314 namespace.go:96] [openshift-kube-controller-manager] adding namespace took 10.961051ms I0703 21:56:19.451981 3314 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager took: 10.980362ms I0703 21:56:19.451974 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4 k8s.ovn.org/name:openshift-cluster-node-tuning-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10032735054068291610] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315373}] I0703 21:56:19.451993 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-package-operator I0703 21:56:19.452002 3314 namespace.go:92] [openshift-package-operator] adding namespace I0703 21:56:19.452236 3314 ovs.go:162] Exec(31): stdout: "\"023fb30b-39eb-4924-920b-e65e8d262ec1\"\n" I0703 21:56:19.452253 3314 ovs.go:163] Exec(31): stderr: "" I0703 21:56:19.452265 3314 ovs.go:159] Exec(32): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0703 21:56:19.452372 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-node-tuning-operator k8s.ovn.org/name:openshift-cluster-node-tuning-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14900684513327877138] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315374}] I0703 21:56:19.452399 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-node-tuning-operator k8s.ovn.org/name:openshift-cluster-node-tuning-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14900684513327877138] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315374}] I0703 21:56:19.452780 3314 namespace.go:96] [openshift-cluster-node-tuning-operator] adding namespace took 11.060817ms I0703 21:56:19.452793 3314 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 11.080197ms I0703 21:56:19.452770 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-route-controller-manager:v4 k8s.ovn.org/name:openshift-route-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5513313330862551964] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315375}] I0703 21:56:19.452802 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-operator I0703 21:56:19.452807 3314 namespace.go:92] [openshift-console-operator] adding namespace I0703 21:56:19.452808 3314 address_set.go:302] New(u3000315375/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0703 21:56:19.452818 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-route-controller-manager:v4 k8s.ovn.org/name:openshift-route-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5513313330862551964] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315375}] I0703 21:56:19.453142 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-route-controller-manager k8s.ovn.org/name:openshift-route-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11840774676498021064] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315376}] I0703 21:56:19.453164 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-route-controller-manager k8s.ovn.org/name:openshift-route-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11840774676498021064] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315376}] I0703 21:56:19.453413 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:kube-public:v4 k8s.ovn.org/name:kube-public k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8590749387396730558] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315377}] I0703 21:56:19.453435 3314 address_set.go:302] New(u3000315377/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0703 21:56:19.453443 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:kube-public:v4 k8s.ovn.org/name:kube-public k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8590749387396730558] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315377}] I0703 21:56:19.453460 3314 namespace.go:96] [openshift-route-controller-manager] adding namespace took 11.107032ms I0703 21:56:19.453474 3314 obj_retry.go:551] Creating *v1.Namespace openshift-route-controller-manager took: 11.126051ms I0703 21:56:19.453486 3314 obj_retry.go:512] Add event received for *v1.Namespace kube-node-lease I0703 21:56:19.453493 3314 namespace.go:92] [kube-node-lease] adding namespace I0703 21:56:19.453772 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:kube-public k8s.ovn.org/name:kube-public k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17979049461384756782] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315378}] I0703 21:56:19.453793 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:kube-public k8s.ovn.org/name:kube-public k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17979049461384756782] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315378}] I0703 21:56:19.454108 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-machine-approver:v4 k8s.ovn.org/name:openshift-cluster-machine-approver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8065968527448962190] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315379}] I0703 21:56:19.454134 3314 address_set.go:302] New(u3000315379/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0703 21:56:19.454137 3314 namespace.go:96] [kube-public] adding namespace took 11.098571ms I0703 21:56:19.454149 3314 obj_retry.go:551] Creating *v1.Namespace kube-public took: 11.114742ms I0703 21:56:19.454141 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-machine-approver:v4 k8s.ovn.org/name:openshift-cluster-machine-approver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8065968527448962190] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315379}] I0703 21:56:19.454160 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-operator I0703 21:56:19.454169 3314 namespace.go:92] [openshift-network-operator] adding namespace I0703 21:56:19.454396 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-machine-approver k8s.ovn.org/name:openshift-cluster-machine-approver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5731599757354563646] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315380}] I0703 21:56:19.454417 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-machine-approver k8s.ovn.org/name:openshift-cluster-machine-approver k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5731599757354563646] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315380}] I0703 21:56:19.454705 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-console:v4 k8s.ovn.org/name:openshift-network-console k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a652560172428313020] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315381}] I0703 21:56:19.454734 3314 address_set.go:302] New(u3000315381/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0703 21:56:19.454744 3314 namespace.go:96] [openshift-cluster-machine-approver] adding namespace took 11.014538ms I0703 21:56:19.454755 3314 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-machine-approver took: 11.030647ms I0703 21:56:19.454743 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-console:v4 k8s.ovn.org/name:openshift-network-console k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a652560172428313020] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315381}] I0703 21:56:19.454765 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0703 21:56:19.454773 3314 namespace.go:92] [openshift-cloud-network-config-controller] adding namespace I0703 21:56:19.455076 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-console k8s.ovn.org/name:openshift-network-console k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15025355899063896680] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315382}] I0703 21:56:19.455108 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-console k8s.ovn.org/name:openshift-network-console k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15025355899063896680] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315382}] I0703 21:56:19.455454 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-lpsre:v4 k8s.ovn.org/name:openshift-backplane-lpsre k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14720488555408461788] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315383}] I0703 21:56:19.455493 3314 address_set.go:302] New(u3000315383/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0703 21:56:19.455504 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-lpsre:v4 k8s.ovn.org/name:openshift-backplane-lpsre k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14720488555408461788] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315383}] I0703 21:56:19.455474 3314 namespace.go:96] [openshift-network-console] adding namespace took 11.107378ms I0703 21:56:19.455571 3314 obj_retry.go:551] Creating *v1.Namespace openshift-network-console took: 11.205641ms I0703 21:56:19.455584 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-credential-operator I0703 21:56:19.455592 3314 namespace.go:92] [openshift-cloud-credential-operator] adding namespace I0703 21:56:19.455837 3314 ovs.go:162] Exec(32): stdout: "Masked set action: Yes\nTunnel push pop: No\nUfid: Yes\nTruncate action: Yes\nClone action: Yes\nSample nesting: 10\nConntrack eventmask: Yes\nConntrack clear: Yes\nMax dp_hash algorithm: 1\nCheck pkt length action: Yes\nConntrack timeout policy: Yes\nExplicit Drop action: Yes\nOptimized Balance TCP mode: No\nConntrack all-zero IP SNAT: Yes\nMPLS Label add: Yes\npsample action: Yes\nMax VLAN headers: 2\nMax MPLS depth: 3\nRecirc: Yes\nCT state: Yes\nCT zone: Yes\nCT mark: Yes\nCT label: Yes\nCT state NAT: Yes\nCT orig tuple: Yes\nCT orig tuple for IPv6: Yes\nIPv6 ND Extension: No\n" I0703 21:56:19.455859 3314 ovs.go:163] Exec(32): stderr: "" I0703 21:56:19.455891 3314 ovs.go:159] Exec(33): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0703 21:56:19.455894 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-lpsre k8s.ovn.org/name:openshift-backplane-lpsre k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11828473328362523912] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315384}] I0703 21:56:19.455923 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-lpsre k8s.ovn.org/name:openshift-backplane-lpsre k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11828473328362523912] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315384}] I0703 21:56:19.456253 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-csi-drivers:v4 k8s.ovn.org/name:openshift-cluster-csi-drivers k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12187954455470212926] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315385}] I0703 21:56:19.456277 3314 namespace.go:96] [openshift-backplane-lpsre] adding namespace took 11.186364ms I0703 21:56:19.456281 3314 address_set.go:302] New(u3000315385/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0703 21:56:19.456286 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-lpsre took: 11.201058ms I0703 21:56:19.456288 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-csi-drivers:v4 k8s.ovn.org/name:openshift-cluster-csi-drivers k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12187954455470212926] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315385}] I0703 21:56:19.456690 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-csi-drivers k8s.ovn.org/name:openshift-cluster-csi-drivers k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1359325578019071918] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315386}] I0703 21:56:19.456726 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-csi-drivers k8s.ovn.org/name:openshift-cluster-csi-drivers k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1359325578019071918] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315386}] I0703 21:56:19.457083 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-machine-config-operator:v4 k8s.ovn.org/name:openshift-machine-config-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1512537150246498877] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315387}] I0703 21:56:19.457108 3314 address_set.go:302] New(u3000315387/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0703 21:56:19.457113 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-machine-config-operator:v4 k8s.ovn.org/name:openshift-machine-config-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1512537150246498877] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315387}] I0703 21:56:19.457120 3314 namespace.go:96] [openshift-cluster-csi-drivers] adding namespace took 11.404557ms I0703 21:56:19.457132 3314 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-csi-drivers took: 11.424144ms I0703 21:56:19.457140 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager I0703 21:56:19.457146 3314 namespace.go:92] [openshift-controller-manager] adding namespace I0703 21:56:19.457467 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-machine-config-operator k8s.ovn.org/name:openshift-machine-config-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5010793377836153455] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315388}] I0703 21:56:19.457503 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-machine-config-operator k8s.ovn.org/name:openshift-machine-config-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5010793377836153455] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315388}] I0703 21:56:19.457819 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-operators-redhat:v4 k8s.ovn.org/name:openshift-operators-redhat k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12821998257320927754] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315389}] I0703 21:56:19.457842 3314 address_set.go:302] New(u3000315389/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0703 21:56:19.457847 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-operators-redhat:v4 k8s.ovn.org/name:openshift-operators-redhat k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12821998257320927754] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315389}] I0703 21:56:19.457859 3314 namespace.go:96] [openshift-machine-config-operator] adding namespace took 11.308018ms I0703 21:56:19.457869 3314 obj_retry.go:551] Creating *v1.Namespace openshift-machine-config-operator took: 11.327163ms I0703 21:56:19.457878 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0703 21:56:19.457884 3314 namespace.go:92] [openshift-backplane-managed-scripts] adding namespace I0703 21:56:19.458171 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-operators-redhat k8s.ovn.org/name:openshift-operators-redhat k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8719891862391989186] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315390}] I0703 21:56:19.458201 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-operators-redhat k8s.ovn.org/name:openshift-operators-redhat k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8719891862391989186] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315390}] I0703 21:56:19.458992 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4 k8s.ovn.org/name:openshift-backplane-mcs-tier-two k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a3729672510619867801] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315391}] I0703 21:56:19.459016 3314 address_set.go:302] New(u3000315391/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0703 21:56:19.459021 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4 k8s.ovn.org/name:openshift-backplane-mcs-tier-two k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a3729672510619867801] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315391}] I0703 21:56:19.459029 3314 namespace.go:96] [openshift-operators-redhat] adding namespace took 11.617844ms I0703 21:56:19.459042 3314 obj_retry.go:551] Creating *v1.Namespace openshift-operators-redhat took: 11.637057ms I0703 21:56:19.459052 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager-operator I0703 21:56:19.459057 3314 namespace.go:92] [openshift-controller-manager-operator] adding namespace I0703 21:56:19.459302 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-mcs-tier-two k8s.ovn.org/name:openshift-backplane-mcs-tier-two k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12726478432438629187] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315392}] I0703 21:56:19.459323 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-mcs-tier-two k8s.ovn.org/name:openshift-backplane-mcs-tier-two k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12726478432438629187] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315392}] I0703 21:56:19.459591 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-dns-operator:v4 k8s.ovn.org/name:openshift-dns-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12081638711291249560] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315393}] I0703 21:56:19.459619 3314 address_set.go:302] New(u3000315393/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0703 21:56:19.459626 3314 namespace.go:96] [openshift-backplane-mcs-tier-two] adding namespace took 11.511018ms I0703 21:56:19.459636 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 11.524054ms I0703 21:56:19.459627 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-dns-operator:v4 k8s.ovn.org/name:openshift-dns-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12081638711291249560] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315393}] I0703 21:56:19.459663 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-ai-agent I0703 21:56:19.459724 3314 namespace.go:92] [openshift-backplane-ai-agent] adding namespace I0703 21:56:19.460007 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-dns-operator k8s.ovn.org/name:openshift-dns-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13972698548771607020] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315394}] I0703 21:56:19.460264 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-dns-operator k8s.ovn.org/name:openshift-dns-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13972698548771607020] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315394}] I0703 21:56:19.460614 3314 namespace.go:96] [openshift-dns-operator] adding namespace took 11.74753ms I0703 21:56:19.460631 3314 obj_retry.go:551] Creating *v1.Namespace openshift-dns-operator took: 11.779371ms I0703 21:56:19.460644 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep-ro I0703 21:56:19.460673 3314 namespace.go:92] [openshift-backplane-srep-ro] adding namespace I0703 21:56:19.460632 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-authentication-operator:v4 k8s.ovn.org/name:openshift-authentication-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11592754075545683359] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315395}] I0703 21:56:19.460716 3314 address_set.go:302] New(u3000315395/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0703 21:56:19.460725 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-authentication-operator:v4 k8s.ovn.org/name:openshift-authentication-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11592754075545683359] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315395}] I0703 21:56:19.461108 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-authentication-operator k8s.ovn.org/name:openshift-authentication-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8803482460688483157] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315396}] I0703 21:56:19.461142 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-authentication-operator k8s.ovn.org/name:openshift-authentication-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8803482460688483157] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315396}] I0703 21:56:19.461533 3314 ovs.go:162] Exec(33): stdout: "\n" I0703 21:56:19.461523 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-image-registry:v4 k8s.ovn.org/name:openshift-image-registry k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a65811733811199347] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315397}] I0703 21:56:19.461545 3314 ovs.go:163] Exec(33): stderr: "" I0703 21:56:19.461540 3314 namespace.go:96] [openshift-authentication-operator] adding namespace took 11.922061ms I0703 21:56:19.461552 3314 address_set.go:302] New(u3000315397/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0703 21:56:19.461559 3314 obj_retry.go:551] Creating *v1.Namespace openshift-authentication-operator took: 11.946825ms I0703 21:56:19.461572 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-user-settings I0703 21:56:19.461560 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-image-registry:v4 k8s.ovn.org/name:openshift-image-registry k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a65811733811199347] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315397}] I0703 21:56:19.461580 3314 namespace.go:92] [openshift-console-user-settings] adding namespace I0703 21:56:19.461927 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-image-registry k8s.ovn.org/name:openshift-image-registry k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5569680878776093697] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315398}] I0703 21:56:19.461990 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-image-registry k8s.ovn.org/name:openshift-image-registry k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5569680878776093697] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315398}] W0703 21:56:19.462391 3314 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-qwd5g: no pod IPs found W0703 21:56:19.462407 3314 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-gh28j: no pod IPs found W0703 21:56:19.462414 3314 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-m6p8c: no pod IPs found I0703 21:56:19.462430 3314 namespace.go:96] [openshift-image-registry] adding namespace took 11.935643ms I0703 21:56:19.462444 3314 obj_retry.go:551] Creating *v1.Namespace openshift-image-registry took: 11.956359ms I0703 21:56:19.462456 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0703 21:56:19.462451 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-multus:v4 k8s.ovn.org/name:openshift-multus k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13687770890520536676] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315399}] I0703 21:56:19.462474 3314 namespace.go:92] [openshift-kube-storage-version-migrator-operator] adding namespace I0703 21:56:19.462465 3314 iptables.go:143] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0703 21:56:19.462484 3314 address_set.go:302] New(u3000315399/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0703 21:56:19.462493 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-multus:v4 k8s.ovn.org/name:openshift-multus k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13687770890520536676] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315399}] I0703 21:56:19.462914 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-multus k8s.ovn.org/name:openshift-multus k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14626064022991109584] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315400}] I0703 21:56:19.462956 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-multus k8s.ovn.org/name:openshift-multus k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14626064022991109584] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315400}] I0703 21:56:19.463318 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-package-operator:v4 k8s.ovn.org/name:openshift-package-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5835920249265963763] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315401}] I0703 21:56:19.463386 3314 address_set.go:302] New(u3000315401/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0703 21:56:19.463398 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-package-operator:v4 k8s.ovn.org/name:openshift-package-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5835920249265963763] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315401}] I0703 21:56:19.463347 3314 namespace.go:96] [openshift-multus] adding namespace took 12.112774ms I0703 21:56:19.463490 3314 obj_retry.go:551] Creating *v1.Namespace openshift-multus took: 12.26008ms I0703 21:56:19.463505 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-monitoring I0703 21:56:19.463514 3314 namespace.go:92] [openshift-monitoring] adding namespace I0703 21:56:19.463835 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-package-operator k8s.ovn.org/name:openshift-package-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16191019332487601281] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315402}] I0703 21:56:19.463906 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-package-operator k8s.ovn.org/name:openshift-package-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16191019332487601281] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315402}] I0703 21:56:19.464168 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-73532d486bd98c686334c0f0caa51e982e70d4545092013ba431296fe10c6d1e.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d73532d486bd98c686334c0f0caa51e982e70d4545092013ba431296fe10c6d1e_2emount"}, Sequence:0x5} I0703 21:56:19.464204 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay-73532d486bd98c686334c0f0caa51e982e70d4545092013ba431296fe10c6d1e.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d73532d486bd98c686334c0f0caa51e982e70d4545092013ba431296fe10c6d1e_2emount"}, Sequence:0x6} I0703 21:56:19.464224 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x7} I0703 21:56:19.464374 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x8} I0703 21:56:19.464393 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x9} I0703 21:56:19.464391 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-console-operator:v4 k8s.ovn.org/name:openshift-console-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16211398687523592942] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315403}] I0703 21:56:19.464420 3314 namespace.go:96] [openshift-package-operator] adding namespace took 12.411665ms I0703 21:56:19.464424 3314 address_set.go:302] New(u3000315403/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0703 21:56:19.464432 3314 obj_retry.go:551] Creating *v1.Namespace openshift-package-operator took: 12.42741ms I0703 21:56:19.464443 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0703 21:56:19.464432 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-console-operator:v4 k8s.ovn.org/name:openshift-console-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16211398687523592942] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315403}] I0703 21:56:19.464453 3314 namespace.go:92] [openshift-operator-lifecycle-manager] adding namespace I0703 21:56:19.464530 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0xa} I0703 21:56:19.464548 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0xb} I0703 21:56:19.464682 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0xc} I0703 21:56:19.464737 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0xd} I0703 21:56:19.464757 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0xe} I0703 21:56:19.464928 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-console-operator k8s.ovn.org/name:openshift-console-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14570566114499629726] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315404}] I0703 21:56:19.464998 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-console-operator k8s.ovn.org/name:openshift-console-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14570566114499629726] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315404}] I0703 21:56:19.465059 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0xf} I0703 21:56:19.465145 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x10} I0703 21:56:19.465200 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x11} I0703 21:56:19.465231 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0e0e0e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6add8d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0de154}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ab0d2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0de124}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ab0a5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0dfa48}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ac9c7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7f, 0x25, 0xf7, 0xcc, 0xb3, 0x89, 0x4f, 0xcd, 0x84, 0xbc, 0x98, 0x8d, 0xcf, 0x5f, 0x63, 0x89}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0e0e0e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6add8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12} I0703 21:56:19.465409 3314 namespace.go:96] [openshift-console-operator] adding namespace took 12.596781ms I0703 21:56:19.465426 3314 obj_retry.go:551] Creating *v1.Namespace openshift-console-operator took: 12.615064ms I0703 21:56:19.465415 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:kube-node-lease:v4 k8s.ovn.org/name:kube-node-lease k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8945957557890443212] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315405}] I0703 21:56:19.465436 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0703 21:56:19.465442 3314 namespace.go:92] [openshift-kube-apiserver-operator] adding namespace I0703 21:56:19.465441 3314 address_set.go:302] New(u3000315405/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0703 21:56:19.465448 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:kube-node-lease:v4 k8s.ovn.org/name:kube-node-lease k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8945957557890443212] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315405}] I0703 21:56:19.465498 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/system_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x13} I0703 21:56:19.465585 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Socket", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecStartPre", "ExecStartPost", "ExecStopPre", "ExecStopPost"}}, Sequence:0x14} I0703 21:56:19.465610 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52f34}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21feb3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52ee2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21fe61}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52ee1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21fe60}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52f34}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21feb3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd7, 0xce, 0x60, 0xd8, 0xd3, 0x5f, 0x42, 0x98, 0xb6, 0x6c, 0xe9, 0x9a, 0xfd, 0x60, 0xa1, 0x8}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc00857e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5d54fd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x15} I0703 21:56:19.465700 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-73532d486bd98c686334c0f0caa51e982e70d4545092013ba431296fe10c6d1e-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d73532d486bd98c686334c0f0caa51e982e70d4545092013ba431296fe10c6d1e_2dmerged_2emount"}, Sequence:0x16} I0703 21:56:19.465824 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:kube-node-lease k8s.ovn.org/name:kube-node-lease k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7998294412684529464] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315406}] I0703 21:56:19.465853 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:kube-node-lease k8s.ovn.org/name:kube-node-lease k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7998294412684529464] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315406}] I0703 21:56:19.465977 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/umount_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbf92a03}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x55f982}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x17} I0703 21:56:19.466042 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2dpre_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5d7ed}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a76c}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc1d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aab9c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc1c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aab9b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5d7ed}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a76c}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x13, 0x4e, 0x19, 0xbe, 0x89, 0x75, 0x49, 0x98, 0xb1, 0xa6, 0xbd, 0x6c, 0x38, 0x62, 0xb3, 0x5b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x18} I0703 21:56:19.466099 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5c81f}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42979e}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a05d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fdc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a05a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fda}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5c81f}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42979e}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0xae, 0x5b, 0x79, 0xf7, 0xf3, 0x40, 0x9a, 0xb3, 0xe6, 0xc8, 0x88, 0x45, 0xa6, 0xe7, 0x60}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x19} I0703 21:56:19.466246 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-operator:v4 k8s.ovn.org/name:openshift-network-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17843891307737330665] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315407}] I0703 21:56:19.466269 3314 namespace.go:96] [kube-node-lease] adding namespace took 12.766806ms I0703 21:56:19.466283 3314 address_set.go:302] New(u3000315407/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0703 21:56:19.466286 3314 obj_retry.go:551] Creating *v1.Namespace kube-node-lease took: 12.789962ms I0703 21:56:19.466297 3314 obj_retry.go:512] Add event received for *v1.Namespace default I0703 21:56:19.466308 3314 namespace.go:92] [default] adding namespace I0703 21:56:19.466294 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-operator:v4 k8s.ovn.org/name:openshift-network-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17843891307737330665] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315407}] I0703 21:56:19.466707 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-operator k8s.ovn.org/name:openshift-network-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6640346328743150291] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315408}] I0703 21:56:19.466741 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-operator k8s.ovn.org/name:openshift-network-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6640346328743150291] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315408}] I0703 21:56:19.467077 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-network-config-controller:v4 k8s.ovn.org/name:openshift-cloud-network-config-controller k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6429873968864053860] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315409}] I0703 21:56:19.467104 3314 address_set.go:302] New(u3000315409/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0703 21:56:19.467107 3314 namespace.go:96] [openshift-network-operator] adding namespace took 12.931332ms I0703 21:56:19.467120 3314 obj_retry.go:551] Creating *v1.Namespace openshift-network-operator took: 12.949725ms I0703 21:56:19.467112 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-network-config-controller:v4 k8s.ovn.org/name:openshift-cloud-network-config-controller k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6429873968864053860] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315409}] I0703 21:56:19.467130 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-version I0703 21:56:19.467138 3314 namespace.go:92] [openshift-cluster-version] adding namespace I0703 21:56:19.467379 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-network-config-controller k8s.ovn.org/name:openshift-cloud-network-config-controller k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11095824023936592336] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315410}] I0703 21:56:19.467400 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-network-config-controller k8s.ovn.org/name:openshift-cloud-network-config-controller k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11095824023936592336] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315410}] I0703 21:56:19.467781 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-credential-operator:v4 k8s.ovn.org/name:openshift-cloud-credential-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7815234012393910246] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315411}] I0703 21:56:19.467816 3314 address_set.go:302] New(u3000315411/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0703 21:56:19.467830 3314 namespace.go:96] [openshift-cloud-network-config-controller] adding namespace took 13.049445ms I0703 21:56:19.467825 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-credential-operator:v4 k8s.ovn.org/name:openshift-cloud-credential-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7815234012393910246] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315411}] I0703 21:56:19.467842 3314 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-network-config-controller took: 13.066397ms I0703 21:56:19.467853 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-marketplace I0703 21:56:19.467861 3314 namespace.go:92] [openshift-marketplace] adding namespace I0703 21:56:19.468185 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-credential-operator k8s.ovn.org/name:openshift-cloud-credential-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13034802233955218902] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315412}] I0703 21:56:19.468207 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cloud-credential-operator k8s.ovn.org/name:openshift-cloud-credential-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13034802233955218902] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315412}] I0703 21:56:19.468620 3314 namespace.go:96] [openshift-cloud-credential-operator] adding namespace took 13.02005ms I0703 21:56:19.468606 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-controller-manager:v4 k8s.ovn.org/name:openshift-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10467312518402121836] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315413}] I0703 21:56:19.468636 3314 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-credential-operator took: 13.041941ms I0703 21:56:19.468641 3314 address_set.go:302] New(u3000315413/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0703 21:56:19.468671 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-controller-manager:v4 k8s.ovn.org/name:openshift-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10467312518402121836] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315413}] I0703 21:56:19.468662 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-diagnostics I0703 21:56:19.468740 3314 namespace.go:92] [openshift-network-diagnostics] adding namespace I0703 21:56:19.469092 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-controller-manager k8s.ovn.org/name:openshift-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14637621567348397656] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315414}] I0703 21:56:19.469151 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-controller-manager k8s.ovn.org/name:openshift-controller-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14637621567348397656] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315414}] I0703 21:56:19.469514 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-managed-scripts:v4 k8s.ovn.org/name:openshift-backplane-managed-scripts k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11237327277355820504] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315415}] I0703 21:56:19.469541 3314 address_set.go:302] New(u3000315415/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0703 21:56:19.469547 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-managed-scripts:v4 k8s.ovn.org/name:openshift-backplane-managed-scripts k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11237327277355820504] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315415}] I0703 21:56:19.469593 3314 namespace.go:96] [openshift-controller-manager] adding namespace took 12.442864ms I0703 21:56:19.469603 3314 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager took: 12.455419ms I0703 21:56:19.469610 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns I0703 21:56:19.469616 3314 namespace.go:92] [openshift-dns] adding namespace I0703 21:56:19.469875 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-managed-scripts k8s.ovn.org/name:openshift-backplane-managed-scripts k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10392816274886014508] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315416}] I0703 21:56:19.469910 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-managed-scripts k8s.ovn.org/name:openshift-backplane-managed-scripts k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10392816274886014508] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315416}] I0703 21:56:19.470246 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-controller-manager-operator:v4 k8s.ovn.org/name:openshift-controller-manager-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14938231737766799037] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315417}] I0703 21:56:19.470265 3314 namespace.go:96] [openshift-backplane-managed-scripts] adding namespace took 12.374063ms I0703 21:56:19.470275 3314 address_set.go:302] New(u3000315417/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0703 21:56:19.470280 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-managed-scripts took: 12.392631ms I0703 21:56:19.470291 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-controller-manager-operator:v4 k8s.ovn.org/name:openshift-controller-manager-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a14938231737766799037] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315417}] I0703 21:56:19.470698 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-controller-manager-operator k8s.ovn.org/name:openshift-controller-manager-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4609554118386407407] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315418}] I0703 21:56:19.470721 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-controller-manager-operator k8s.ovn.org/name:openshift-controller-manager-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4609554118386407407] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315418}] I0703 21:56:19.470936 3314 iptables.go:143] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0703 21:56:19.471071 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-ai-agent:v4 k8s.ovn.org/name:openshift-backplane-ai-agent k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2605025628078430682] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315419}] I0703 21:56:19.471111 3314 address_set.go:302] New(u3000315419/default-network-controller:Namespace:openshift-backplane-ai-agent:v4/a2605025628078430682) with [] I0703 21:56:19.471119 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-ai-agent:v4 k8s.ovn.org/name:openshift-backplane-ai-agent k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2605025628078430682] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315419}] I0703 21:56:19.471089 3314 namespace.go:96] [openshift-controller-manager-operator] adding namespace took 12.025612ms I0703 21:56:19.471205 3314 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager-operator took: 12.142672ms I0703 21:56:19.471463 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-ai-agent k8s.ovn.org/name:openshift-backplane-ai-agent k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17251322700585374674] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315420}] I0703 21:56:19.471487 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-ai-agent k8s.ovn.org/name:openshift-backplane-ai-agent k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17251322700585374674] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315420}] I0703 21:56:19.471875 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-srep-ro:v4 k8s.ovn.org/name:openshift-backplane-srep-ro k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11093797821988339384] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315421}] I0703 21:56:19.471896 3314 namespace.go:96] [openshift-backplane-ai-agent] adding namespace took 12.164412ms I0703 21:56:19.471907 3314 address_set.go:302] New(u3000315421/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0703 21:56:19.471910 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-ai-agent took: 12.18458ms I0703 21:56:19.471915 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-srep-ro:v4 k8s.ovn.org/name:openshift-backplane-srep-ro k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11093797821988339384] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315421}] I0703 21:56:19.472260 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-srep-ro k8s.ovn.org/name:openshift-backplane-srep-ro k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7242762730131807116] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315422}] I0703 21:56:19.472291 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-srep-ro k8s.ovn.org/name:openshift-backplane-srep-ro k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7242762730131807116] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315422}] I0703 21:56:19.472369 3314 iptables.go:143] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0703 21:56:19.472687 3314 namespace.go:96] [openshift-backplane-srep-ro] adding namespace took 12.006859ms I0703 21:56:19.472704 3314 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep-ro took: 12.028822ms I0703 21:56:19.472720 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-console-user-settings:v4 k8s.ovn.org/name:openshift-console-user-settings k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17174782576849527835] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315423}] I0703 21:56:19.472754 3314 address_set.go:302] New(u3000315423/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0703 21:56:19.472760 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-console-user-settings:v4 k8s.ovn.org/name:openshift-console-user-settings k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17174782576849527835] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315423}] I0703 21:56:19.473125 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-console-user-settings k8s.ovn.org/name:openshift-console-user-settings k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10378986483276822889] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315424}] I0703 21:56:19.473159 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-console-user-settings k8s.ovn.org/name:openshift-console-user-settings k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10378986483276822889] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315424}] I0703 21:56:19.473540 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4 k8s.ovn.org/name:openshift-kube-storage-version-migrator-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11291866915865594395] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315425}] I0703 21:56:19.473566 3314 namespace.go:96] [openshift-console-user-settings] adding namespace took 11.978299ms I0703 21:56:19.473575 3314 address_set.go:302] New(u3000315425/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0703 21:56:19.473583 3314 obj_retry.go:551] Creating *v1.Namespace openshift-console-user-settings took: 11.997981ms I0703 21:56:19.473581 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4 k8s.ovn.org/name:openshift-kube-storage-version-migrator-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11291866915865594395] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315425}] I0703 21:56:19.473726 3314 iptables.go:143] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0703 21:56:19.473969 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator k8s.ovn.org/name:openshift-kube-storage-version-migrator-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7709097876097133417] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315426}] I0703 21:56:19.473994 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator k8s.ovn.org/name:openshift-kube-storage-version-migrator-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7709097876097133417] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315426}] I0703 21:56:19.474347 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-monitoring:v4 k8s.ovn.org/name:openshift-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5151710470485437164] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315427}] I0703 21:56:19.474381 3314 address_set.go:302] New(u3000315427/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0703 21:56:19.474386 3314 namespace.go:96] [openshift-kube-storage-version-migrator-operator] adding namespace took 11.903095ms I0703 21:56:19.474389 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-monitoring:v4 k8s.ovn.org/name:openshift-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5151710470485437164] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315427}] I0703 21:56:19.474401 3314 obj_retry.go:551] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 11.924219ms I0703 21:56:19.474700 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-monitoring k8s.ovn.org/name:openshift-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9484571485661476312] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315428}] I0703 21:56:19.474722 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-monitoring k8s.ovn.org/name:openshift-monitoring k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9484571485661476312] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315428}] I0703 21:56:19.475107 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4 k8s.ovn.org/name:openshift-operator-lifecycle-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1482332553631220387] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315429}] I0703 21:56:19.475169 3314 address_set.go:302] New(u3000315429/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0703 21:56:19.475197 3314 iptables.go:107] Creating table: filter chain: FORWARD I0703 21:56:19.475199 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4 k8s.ovn.org/name:openshift-operator-lifecycle-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1482332553631220387] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315429}] I0703 21:56:19.475138 3314 namespace.go:96] [openshift-monitoring] adding namespace took 11.615884ms I0703 21:56:19.475275 3314 obj_retry.go:551] Creating *v1.Namespace openshift-monitoring took: 11.759629ms I0703 21:56:19.475287 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-node I0703 21:56:19.475295 3314 namespace.go:92] [openshift-node] adding namespace I0703 21:56:19.475553 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-operator-lifecycle-manager k8s.ovn.org/name:openshift-operator-lifecycle-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2871788020000425713] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315430}] I0703 21:56:19.475576 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-operator-lifecycle-manager k8s.ovn.org/name:openshift-operator-lifecycle-manager k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2871788020000425713] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315430}] I0703 21:56:19.476016 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-apiserver-operator:v4 k8s.ovn.org/name:openshift-kube-apiserver-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11465645704438275080] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315431}] I0703 21:56:19.476062 3314 address_set.go:302] New(u3000315431/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0703 21:56:19.476073 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-apiserver-operator:v4 k8s.ovn.org/name:openshift-kube-apiserver-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11465645704438275080] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315431}] I0703 21:56:19.476035 3314 namespace.go:96] [openshift-operator-lifecycle-manager] adding namespace took 11.573982ms I0703 21:56:19.476135 3314 obj_retry.go:551] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 11.679728ms I0703 21:56:19.476443 3314 iptables.go:109] Chain: "FORWARD" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N FORWARD --wait]: exit status 1: iptables: Chain already exists. I0703 21:56:19.476442 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-apiserver-operator k8s.ovn.org/name:openshift-kube-apiserver-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10787880639817402524] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315432}] I0703 21:56:19.476497 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-kube-apiserver-operator k8s.ovn.org/name:openshift-kube-apiserver-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10787880639817402524] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315432}] I0703 21:56:19.476876 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:default:v4 k8s.ovn.org/name:default k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4322231855293774466] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315433}] I0703 21:56:19.476910 3314 address_set.go:302] New(u3000315433/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0703 21:56:19.476912 3314 namespace.go:96] [openshift-kube-apiserver-operator] adding namespace took 11.462284ms I0703 21:56:19.476927 3314 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver-operator took: 11.482769ms I0703 21:56:19.476919 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:default:v4 k8s.ovn.org/name:default k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4322231855293774466] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315433}] I0703 21:56:19.476939 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver-operator I0703 21:56:19.476947 3314 namespace.go:92] [openshift-apiserver-operator] adding namespace I0703 21:56:19.477215 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:default k8s.ovn.org/name:default k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5680351521869907322] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315434}] I0703 21:56:19.477245 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:default k8s.ovn.org/name:default k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5680351521869907322] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315434}] I0703 21:56:19.477613 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-version:v4 k8s.ovn.org/name:openshift-cluster-version k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8029920972938375443] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315435}] I0703 21:56:19.477634 3314 namespace.go:96] [default] adding namespace took 11.320597ms I0703 21:56:19.477661 3314 obj_retry.go:551] Creating *v1.Namespace default took: 11.337465ms I0703 21:56:19.477644 3314 address_set.go:302] New(u3000315435/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0703 21:56:19.477673 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-version:v4 k8s.ovn.org/name:openshift-cluster-version k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a8029920972938375443] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315435}] I0703 21:56:19.477857 3314 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0703 21:56:19.478013 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-version k8s.ovn.org/name:openshift-cluster-version k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12843804314232258465] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315436}] I0703 21:56:19.478035 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-cluster-version k8s.ovn.org/name:openshift-cluster-version k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12843804314232258465] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315436}] I0703 21:56:19.478368 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-marketplace:v4 k8s.ovn.org/name:openshift-marketplace k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13245376580307887587] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315437}] I0703 21:56:19.478402 3314 address_set.go:302] New(u3000315437/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0703 21:56:19.478410 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-marketplace:v4 k8s.ovn.org/name:openshift-marketplace k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13245376580307887587] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315437}] I0703 21:56:19.478386 3314 namespace.go:96] [openshift-cluster-version] adding namespace took 11.241406ms I0703 21:56:19.478482 3314 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-version took: 11.341195ms I0703 21:56:19.478499 3314 obj_retry.go:512] Add event received for *v1.Namespace openshift-insights I0703 21:56:19.478508 3314 namespace.go:92] [openshift-insights] adding namespace I0703 21:56:19.478777 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-marketplace k8s.ovn.org/name:openshift-marketplace k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4138611887300211505] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315438}] I0703 21:56:19.478798 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-marketplace k8s.ovn.org/name:openshift-marketplace k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4138611887300211505] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315438}] W0703 21:56:19.479102 3314 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-6qpbd: no pod IPs found W0703 21:56:19.479122 3314 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-cb5ss: no pod IPs found W0703 21:56:19.479133 3314 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-k6ppm: no pod IPs found I0703 21:56:19.479154 3314 namespace.go:96] [openshift-marketplace] adding namespace took 11.286586ms I0703 21:56:19.479169 3314 obj_retry.go:551] Creating *v1.Namespace openshift-marketplace took: 11.306282ms I0703 21:56:19.479167 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-diagnostics:v4 k8s.ovn.org/name:openshift-network-diagnostics k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1966919964212966539] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315439}] I0703 21:56:19.479204 3314 address_set.go:302] New(u3000315439/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0703 21:56:19.479210 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-diagnostics:v4 k8s.ovn.org/name:openshift-network-diagnostics k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1966919964212966539] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315439}] I0703 21:56:19.479544 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-diagnostics k8s.ovn.org/name:openshift-network-diagnostics k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7018781225423396761] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315440}] I0703 21:56:19.479573 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-diagnostics k8s.ovn.org/name:openshift-network-diagnostics k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7018781225423396761] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315440}] I0703 21:56:19.479927 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-dns:v4 k8s.ovn.org/name:openshift-dns k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11732331429224425771] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315441}] I0703 21:56:19.479997 3314 address_set.go:302] New(u3000315441/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0703 21:56:19.480006 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-dns:v4 k8s.ovn.org/name:openshift-dns k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a11732331429224425771] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315441}] I0703 21:56:19.479959 3314 namespace.go:96] [openshift-network-diagnostics] adding namespace took 11.209656ms I0703 21:56:19.480063 3314 obj_retry.go:551] Creating *v1.Namespace openshift-network-diagnostics took: 11.321214ms I0703 21:56:19.480371 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-dns k8s.ovn.org/name:openshift-dns k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5460624260761574201] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315442}] I0703 21:56:19.480407 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-dns k8s.ovn.org/name:openshift-dns k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5460624260761574201] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315442}] I0703 21:56:19.480753 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-node:v4 k8s.ovn.org/name:openshift-node k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10320713570038180226] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315443}] I0703 21:56:19.480786 3314 address_set.go:302] New(u3000315443/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0703 21:56:19.480798 3314 namespace.go:96] [openshift-dns] adding namespace took 11.174078ms I0703 21:56:19.480813 3314 obj_retry.go:551] Creating *v1.Namespace openshift-dns took: 11.193578ms I0703 21:56:19.480793 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-node:v4 k8s.ovn.org/name:openshift-node k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a10320713570038180226] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315443}] I0703 21:56:19.480980 3314 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0703 21:56:19.481193 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-node k8s.ovn.org/name:openshift-node k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16599541734709940858] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315444}] I0703 21:56:19.481220 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-node k8s.ovn.org/name:openshift-node k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16599541734709940858] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315444}] I0703 21:56:19.481602 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-apiserver-operator:v4 k8s.ovn.org/name:openshift-apiserver-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17733727332347776420] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315445}] I0703 21:56:19.481684 3314 address_set.go:302] New(u3000315445/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0703 21:56:19.481697 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-apiserver-operator:v4 k8s.ovn.org/name:openshift-apiserver-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17733727332347776420] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315445}] I0703 21:56:19.481630 3314 namespace.go:96] [openshift-node] adding namespace took 6.327693ms I0703 21:56:19.481805 3314 obj_retry.go:551] Creating *v1.Namespace openshift-node took: 6.507568ms I0703 21:56:19.482119 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-apiserver-operator k8s.ovn.org/name:openshift-apiserver-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15473309636984434960] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315446}] I0703 21:56:19.482142 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-apiserver-operator k8s.ovn.org/name:openshift-apiserver-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15473309636984434960] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315446}] I0703 21:56:19.482450 3314 iptables.go:107] Creating table: filter chain: OUTPUT I0703 21:56:19.482477 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-insights:v4 k8s.ovn.org/name:openshift-insights k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17978228596290493481] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315447}] I0703 21:56:19.482513 3314 address_set.go:302] New(u3000315447/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0703 21:56:19.482522 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-insights:v4 k8s.ovn.org/name:openshift-insights k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17978228596290493481] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315447}] I0703 21:56:19.482452 3314 namespace.go:96] [openshift-apiserver-operator] adding namespace took 5.495787ms I0703 21:56:19.482716 3314 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver-operator took: 5.76503ms I0703 21:56:19.483057 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-insights k8s.ovn.org/name:openshift-insights k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7708662612456439315] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315448}] I0703 21:56:19.483090 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-insights k8s.ovn.org/name:openshift-insights k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a7708662612456439315] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315448}] I0703 21:56:19.483469 3314 namespace.go:96] [openshift-insights] adding namespace took 4.95457ms I0703 21:56:19.483484 3314 obj_retry.go:551] Creating *v1.Namespace openshift-insights took: 4.976046ms I0703 21:56:19.483501 3314 factory.go:1336] Added *v1.Namespace event handler 1 I0703 21:56:19.483674 3314 iptables.go:109] Chain: "OUTPUT" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0703 21:56:19.483688 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:transit_switch other_config:{GoMap:map[interconn-ts:transit_switch mcast_flood_unregistered:true mcast_querier:false mcast_snoop:true requested-tnl-key:16711683]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315449}] I0703 21:56:19.483707 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc008fc8710 Where:[where column name == transit_switch] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[name:transit_switch other_config:{GoMap:map[interconn-ts:transit_switch mcast_flood_unregistered:true mcast_querier:false mcast_snoop:true requested-tnl-key:16711683]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315449}] I0703 21:56:19.484172 3314 zone_ic_handler.go:214] Time taken to create transit switch: 562.349µs I0703 21:56:19.484281 3314 obj_retry.go:512] Add event received for *v1.Node ip-10-0-1-32.ec2.internal I0703 21:56:19.484314 3314 obj_retry.go:512] Add event received for *v1.Node ip-10-0-0-161.ec2.internal I0703 21:56:19.484408 3314 obj_retry.go:546] Failed to create *v1.Node ip-10-0-1-32.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-32.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-32.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-32.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-32.ec2.internal I0703 21:56:19.484425 3314 obj_retry.go:546] Failed to create *v1.Node ip-10-0-0-161.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-161.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-161.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-161.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-161.ec2.internal I0703 21:56:19.484315 3314 obj_retry.go:512] Add event received for *v1.Node ip-10-0-2-164.ec2.internal I0703 21:56:19.484490 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:56:19.484622 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:4bd7f4ac-8477-4edd-a1bc-7e07d3743841} {GoUUID:6f4133b5-fa7f-45d6-b0e8-8de812676bac}]} name:ip-10-0-2-164.ec2.internal other_config:{GoMap:map[exclude_ips:10.128.0.2 mcast_eth_src:0a:58:0a:80:00:01 mcast_ip4_src:10.128.0.1 mcast_querier:true mcast_snoop:true subnet:10.128.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315450}] I0703 21:56:19.484684 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-2-164.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc008b476c8 Where:[where column name == ip-10-0-2-164.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:4bd7f4ac-8477-4edd-a1bc-7e07d3743841} {GoUUID:6f4133b5-fa7f-45d6-b0e8-8de812676bac}]} name:ip-10-0-2-164.ec2.internal other_config:{GoMap:map[exclude_ips:10.128.0.2 mcast_eth_src:0a:58:0a:80:00:01 mcast_ip4_src:10.128.0.1 mcast_querier:true mcast_snoop:true subnet:10.128.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315450}] I0703 21:56:19.485149 3314 iptables.go:120] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0703 21:56:19.485248 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-2-164.ec2.internal options:{GoMap:map[arp_proxy:0a:58:a9:fe:01:01 169.254.1.1 fe80::1 10.128.0.0/14 router-port:rtos-ip-10-0-2-164.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315451}] I0703 21:56:19.485310 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315451}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.485342 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-2-164.ec2.internal options:{GoMap:map[arp_proxy:0a:58:a9:fe:01:01 169.254.1.1 fe80::1 10.128.0.0/14 router-port:rtos-ip-10-0-2-164.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315451} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315451}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.485885 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a36d298a-13c5-43c2-a560-232691fb8d3f}]}}] Timeout: Where:[where column _uuid == {55132a16-a32e-4a59-836f-24fa55db34be}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.485918 3314 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a36d298a-13c5-43c2-a560-232691fb8d3f}]}}] Timeout: Where:[where column _uuid == {55132a16-a32e-4a59-836f-24fa55db34be}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.486356 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[ip:10.128.0.2 k8s.ovn.org/id:default-network-controller:NetpolNode:ip-10-0-2-164.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-2-164.ec2.internal k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNode]} log:false match:ip4.src==10.128.0.2 meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315452}] I0703 21:56:19.486429 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315452}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.486455 3314 transact.go:42] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[ip:10.128.0.2 k8s.ovn.org/id:default-network-controller:NetpolNode:ip-10-0-2-164.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-2-164.ec2.internal k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNode]} log:false match:ip4.src==10.128.0.2 meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315452} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315452}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.486974 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:02 10.128.0.2]} name:k8s-ip-10-0-2-164.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315453}] I0703 21:56:19.487021 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315453}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.487042 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:02 10.128.0.2]} name:k8s-ip-10-0-2-164.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315453} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315453}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.487472 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:91f74132-4da7-4a5b-babf-e717781041b5}]}}] Timeout: Where:[where column _uuid == {58b64f44-3cc7-4168-a748-3c273342f683}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.487508 3314 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:91f74132-4da7-4a5b-babf-e717781041b5}]}}] Timeout: Where:[where column _uuid == {58b64f44-3cc7-4168-a748-3c273342f683}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.487900 3314 switch.go:50] Hybridoverlay port does not exist for node ip-10-0-2-164.ec2.internal I0703 21:56:19.487923 3314 switch.go:59] haveMP true haveHO false ManagementPortAddress 10.128.0.2/23 HybridOverlayAddressOA 10.128.0.3/23 I0703 21:56:19.487967 3314 iptables.go:120] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0703 21:56:19.488003 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch Row:map[other_config:{GoMap:map[mcast_eth_src:0a:58:0a:80:00:01 mcast_ip4_src:10.128.0.1 mcast_querier:true mcast_snoop:true subnet:10.128.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.488037 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Switch Row:map[other_config:{GoMap:map[mcast_eth_src:0a:58:0a:80:00:01 mcast_ip4_src:10.128.0.1 mcast_querier:true mcast_snoop:true subnet:10.128.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.488420 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:UDNIsolation:SecondaryPods k8s.ovn.org/name:SecondaryPods k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} name:a8747502060113802905] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315454}] I0703 21:56:19.488449 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:UDNIsolation:SecondaryPods k8s.ovn.org/name:SecondaryPods k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} name:a8747502060113802905] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315454}] I0703 21:56:19.488883 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:drop direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:UDNIsolation:DenySecondary:Egress k8s.ovn.org/name:DenySecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:inport == @a8747502060113802905 meter:{GoSet:[acl-logging]} priority:1000 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315455}] I0703 21:56:19.489310 3314 gateway_shared_intf.go:2374] Gateway Creation Complete I0703 21:56:19.489324 3314 kube.go:130] Setting annotations map[k8s.ovn.org/gateway-mtu-support: k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","bridge-id":"br-ex","interface-id":"br-ex_ip-10-0-2-164.ec2.internal","mac-address":"0e:56:4a:40:76:dd","ip-addresses":["10.0.2.164/24"],"ip-address":"10.0.2.164/24","next-hops":["10.0.2.1"],"next-hop":"10.0.2.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:023fb30b-39eb-4924-920b-e65e8d262ec1 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.2.164/24"} k8s.ovn.org/zone-name:ip-10-0-2-164.ec2.internal] on node ip-10-0-2-164.ec2.internal I0703 21:56:19.489420 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostARPSecondary:Egress k8s.ovn.org/name:AllowHostARPSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:inport == @a8747502060113802905 && (( arp && arp.tpa == 10.128.0.2 )) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315456}] I0703 21:56:19.489489 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostARPSecondary:Ingress k8s.ovn.org/name:AllowHostARPSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:outport == @a8747502060113802905 && (( arp && arp.spa == 10.128.0.2 )) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315457}] I0703 21:56:19.489557 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:UDNIsolation:DenySecondary:Ingress k8s.ovn.org/name:DenySecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:outport == @a8747502060113802905 meter:{GoSet:[acl-logging]} priority:1000 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315458}] I0703 21:56:19.489619 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostSecondary:Ingress k8s.ovn.org/name:AllowHostSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:outport == @a8747502060113802905 && (ip4.src==10.128.0.2) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315459}] I0703 21:56:19.489722 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315455} {GoUUID:u3000315456} {GoUUID:u3000315457} {GoUUID:u3000315458} {GoUUID:u3000315459}]}}] Timeout: Where:[where column _uuid == {9606d144-20e5-4c9b-bd75-7b1393021182}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.489752 3314 transact.go:42] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:UDNIsolation:DenySecondary:Egress k8s.ovn.org/name:DenySecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:inport == @a8747502060113802905 meter:{GoSet:[acl-logging]} priority:1000 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315455} {Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostARPSecondary:Egress k8s.ovn.org/name:AllowHostARPSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:inport == @a8747502060113802905 && (( arp && arp.tpa == 10.128.0.2 )) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315456} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostARPSecondary:Ingress k8s.ovn.org/name:AllowHostARPSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:outport == @a8747502060113802905 && (( arp && arp.spa == 10.128.0.2 )) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315457} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:UDNIsolation:DenySecondary:Ingress k8s.ovn.org/name:DenySecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:outport == @a8747502060113802905 meter:{GoSet:[acl-logging]} priority:1000 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315458} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostSecondary:Ingress k8s.ovn.org/name:AllowHostSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:outport == @a8747502060113802905 && (ip4.src==10.128.0.2) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315459} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315455} {GoUUID:u3000315456} {GoUUID:u3000315457} {GoUUID:u3000315458} {GoUUID:u3000315459}]}}] Timeout: Where:[where column _uuid == {9606d144-20e5-4c9b-bd75-7b1393021182}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.491085 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:56:19.491194 3314 default_network_controller.go:857] Node add failed for ip-10-0-2-164.ec2.internal, will try again later: [k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-164.ec2.internal, k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-164.ec2.internal", failed to update chassis to local for local node ip-10-0-2-164.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-164.ec2.internal, error: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-164.ec2.internal] E0703 21:56:19.491258 3314 obj_retry.go:543] Failed to create *v1.Node ip-10-0-2-164.ec2.internal, error: [k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-164.ec2.internal, k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-164.ec2.internal", failed to update chassis to local for local node ip-10-0-2-164.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-164.ec2.internal, error: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-164.ec2.internal] I0703 21:56:19.491272 3314 default_network_controller.go:795] Recording error event for node ip-10-0-2-164.ec2.internal I0703 21:56:19.491286 3314 ovn.go:104] Posting a Warning event for node ip-10-0-2-164.ec2.internal I0703 21:56:19.491312 3314 factory.go:1336] Added *v1.Node event handler 2 I0703 21:56:19.491329 3314 services_controller.go:189] Starting controller ovn-lb-controller for network=default I0703 21:56:19.491327 3314 event.go:377] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"ip-10-0-2-164.ec2.internal", UID:"054020f3-71e3-40e7-857e-6c98b3e73249", APIVersion:"v1", ResourceVersion:"8777", FieldPath:""}): type: 'Warning' reason: 'ErrorAddingResource' [k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-164.ec2.internal, k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-164.ec2.internal", failed to update chassis to local for local node ip-10-0-2-164.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-164.ec2.internal, error: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-164.ec2.internal] I0703 21:56:19.491353 3314 services_controller.go:196] Waiting for node tracker handler to sync for network=default I0703 21:56:19.491362 3314 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0703 21:56:19.491366 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-161.ec2.internal I0703 21:56:19.491394 3314 node_tracker.go:238] Node ip-10-0-0-161.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-161.ec2.internal" I0703 21:56:19.491406 3314 node_tracker.go:172] Node ip-10-0-0-161.ec2.internal switch + router changed, syncing services I0703 21:56:19.491418 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:19.491425 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-32.ec2.internal I0703 21:56:19.491434 3314 node_tracker.go:238] Node ip-10-0-1-32.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-1-32.ec2.internal" I0703 21:56:19.491439 3314 node_tracker.go:172] Node ip-10-0-1-32.ec2.internal switch + router changed, syncing services I0703 21:56:19.491443 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:19.491446 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-164.ec2.internal I0703 21:56:19.491456 3314 node_tracker.go:238] Node ip-10-0-2-164.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-164.ec2.internal" I0703 21:56:19.491463 3314 node_tracker.go:172] Node ip-10-0-2-164.ec2.internal switch + router changed, syncing services I0703 21:56:19.491468 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:19.505913 3314 ovs.go:159] Exec(34): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2911.ctl connection-status I0703 21:56:19.506881 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-164.ec2.internal I0703 21:56:19.506934 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:19.506947 3314 node_tracker.go:172] Node ip-10-0-2-164.ec2.internal switch + router changed, syncing services I0703 21:56:19.506954 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-164.ec2.internal I0703 21:56:19.506960 3314 services_controller.go:549] Full service sync requested for network=default E0703 21:56:19.506991 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:56:19.507005 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:56:19.507069 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:023fb30b-39eb-4924-920b-e65e8d262ec1 name:rtos-ip-10-0-2-164.ec2.internal-023fb30b-39eb-4924-920b-e65e8d262ec1 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315460}] I0703 21:56:19.507108 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u3000315460}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-2-164.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315461}] I0703 21:56:19.507147 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315461}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.507163 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:023fb30b-39eb-4924-920b-e65e8d262ec1 name:rtos-ip-10-0-2-164.ec2.internal-023fb30b-39eb-4924-920b-e65e8d262ec1 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315460} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u3000315460}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-2-164.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315461} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315461}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.507708 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:56:19.507883 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:15972633-1530-45e2-978e-2229b2971f07}]} external_ids:{GoMap:map[physical_ip:10.0.2.164 physical_ips:10.0.2.164]} load_balancer_group:{GoSet:[{GoUUID:4bd7f4ac-8477-4edd-a1bc-7e07d3743841} {GoUUID:36981a1a-fa5c-4144-874c-44b6a45a6813}]} name:GR_ip-10-0-2-164.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:023fb30b-39eb-4924-920b-e65e8d262ec1 dynamic_neigh_routers:false lb_force_snat_ip:router_ip mac_binding_age_threshold:300 snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315462}] I0703 21:56:19.507917 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-2-164.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc008f65170 Where:[where column name == GR_ip-10-0-2-164.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:15972633-1530-45e2-978e-2229b2971f07}]} external_ids:{GoMap:map[physical_ip:10.0.2.164 physical_ips:10.0.2.164]} load_balancer_group:{GoSet:[{GoUUID:4bd7f4ac-8477-4edd-a1bc-7e07d3743841} {GoUUID:36981a1a-fa5c-4144-874c-44b6a45a6813}]} name:GR_ip-10-0-2-164.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:023fb30b-39eb-4924-920b-e65e8d262ec1 dynamic_neigh_routers:false lb_force_snat_ip:router_ip mac_binding_age_threshold:300 snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315462}] I0703 21:56:19.508402 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-2-164.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-2-164.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315463}] I0703 21:56:19.508473 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315463}]}}] Timeout: Where:[where column _uuid == {8d0f7d39-edff-4331-ade8-e03296e9f9b5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.508494 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-2-164.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-2-164.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315463} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315463}]}}] Timeout: Where:[where column _uuid == {8d0f7d39-edff-4331-ade8-e03296e9f9b5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.508962 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_ip-10-0-2-164.ec2.internal networks:{GoSet:[100.64.0.2/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315464}] I0703 21:56:19.509010 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315464}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.509034 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_ip-10-0-2-164.ec2.internal networks:{GoSet:[100.64.0.2/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315464} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315464}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.509454 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315465}] I0703 21:56:19.509495 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315465}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.509517 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315465} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315465}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.509933 3314 ovs.go:162] Exec(34): stdout: "connected\n" I0703 21:56:19.509938 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0e:56:4a:40:76:dd name:rtoe-GR_ip-10-0-2-164.ec2.internal networks:{GoSet:[10.0.2.164/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315466}] I0703 21:56:19.509958 3314 ovs.go:163] Exec(34): stderr: "" I0703 21:56:19.509967 3314 default_node_network_controller.go:510] Node connection status = connected I0703 21:56:19.509978 3314 ovs.go:159] Exec(35): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:56:19.509975 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315466}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.509991 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0e:56:4a:40:76:dd name:rtoe-GR_ip-10-0-2-164.ec2.internal networks:{GoSet:[10.0.2.164/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315466} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315466}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.510396 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-ex_ip-10-0-2-164.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315467}] I0703 21:56:19.510446 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:56:4a:40:76:dd]} name:etor-GR_ip-10-0-2-164.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-164.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315468}] I0703 21:56:19.510508 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-2-164.ec2.internal ports:{GoSet:[{GoUUID:u3000315467} {GoUUID:u3000315468}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315469}] I0703 21:56:19.510524 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-2-164.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0093101d0 Where:[where column name == ext_ip-10-0-2-164.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-ex_ip-10-0-2-164.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315467} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:56:4a:40:76:dd]} name:etor-GR_ip-10-0-2-164.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-164.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315468} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-2-164.ec2.internal ports:{GoSet:[{GoUUID:u3000315467} {GoUUID:u3000315468}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315469}] I0703 21:56:19.511154 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-2-164.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315470}] I0703 21:56:19.511200 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-2-164.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315470}] I0703 21:56:19.511539 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[k8s.ovn.org/node-masquerade-subnet:]} ip_prefix:169.254.0.0/17 nexthop:169.254.0.4 output_port:{GoSet:[rtoe-GR_ip-10-0-2-164.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315471}] I0703 21:56:19.511600 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315471}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.511628 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[k8s.ovn.org/node-masquerade-subnet:]} ip_prefix:169.254.0.0/17 nexthop:169.254.0.4 output_port:{GoSet:[rtoe-GR_ip-10-0-2-164.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315471} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315471}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.512082 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.2.1 output_port:{GoSet:[rtoe-GR_ip-10-0-2-164.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315472}] I0703 21:56:19.512137 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315472}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.512161 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.2.1 output_port:{GoSet:[rtoe-GR_ip-10-0-2-164.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315472} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315472}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.512520 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315473}] I0703 21:56:19.512557 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315473}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.512574 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315473} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315473}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.512999 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/23 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315474}] I0703 21:56:19.513056 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315474}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.513081 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/23 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315474} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315474}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.513463 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315475}] I0703 21:56:19.513538 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u3000315475}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.513593 3314 transact.go:42] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315475} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u3000315475}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.516300 3314 ovs.go:162] Exec(35): stdout: "" I0703 21:56:19.516318 3314 ovs.go:163] Exec(35): stderr: "" I0703 21:56:19.516328 3314 ovs.go:159] Exec(36): /usr/bin/ovs-ofctl dump-aggregate br-int W0703 21:56:19.519262 3314 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-qwd5g: pod openshift-multus/network-metrics-daemon-qwd5g: no pod IPs found W0703 21:56:19.519283 3314 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-6qpbd: pod openshift-network-diagnostics/network-check-target-6qpbd: no pod IPs found I0703 21:56:19.519381 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-2-164.ec2.internal" && ip4.dst == 10.0.2.164 /* ip-10-0-2-164.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315476}] I0703 21:56:19.519415 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315476}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.519433 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-2-164.ec2.internal" && ip4.dst == 10.0.2.164 /* ip-10-0-2-164.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc0096130c0 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-2-164.ec2.internal" && ip4.dst == 10.0.2.164 /* ip-10-0-2-164.ec2.internal */ where column external_ids includes {map[]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-2-164.ec2.internal" && ip4.dst == 10.0.2.164 /* ip-10-0-2-164.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315476} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315476}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.521273 3314 ovs.go:162] Exec(36): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=15\n" I0703 21:56:19.521292 3314 ovs.go:163] Exec(36): stderr: "" I0703 21:56:19.521307 3314 ovs.go:159] Exec(37): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-164.ec2.internal-to-br-int ofport I0703 21:56:19.524079 3314 base_network_controller.go:532] When adding node ip-10-0-2-164.ec2.internal for network default, found 12 pods to add to retryPods I0703 21:56:19.524093 3314 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-c99h8 to retryPods for network default I0703 21:56:19.524100 3314 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal to retryPods for network default I0703 21:56:19.524105 3314 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 to retryPods for network default I0703 21:56:19.524109 3314 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-w2kx5 to retryPods for network default I0703 21:56:19.524113 3314 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-fhtzh to retryPods for network default I0703 21:56:19.524121 3314 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-2h2rk to retryPods for network default I0703 21:56:19.524126 3314 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal to retryPods for network default I0703 21:56:19.524130 3314 base_network_controller.go:538] Adding pod openshift-multus/multus-4hcjj to retryPods for network default I0703 21:56:19.524134 3314 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-dnznf to retryPods for network default I0703 21:56:19.524140 3314 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-qwd5g to retryPods for network default I0703 21:56:19.524144 3314 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-6qpbd to retryPods for network default I0703 21:56:19.524148 3314 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-m78cq to retryPods for network default I0703 21:56:19.524153 3314 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0703 21:56:19.524194 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Encap Row:map[chassis_name:023fb30b-39eb-4924-920b-e65e8d262ec1 ip:10.0.2.164 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3e6386ef-e1b1-4d3f-9789-1282ba8b238b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.524242 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:3e6386ef-e1b1-4d3f-9789-1282ba8b238b}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {533d49b5-14d0-41ba-b490-1b014465d3e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.524267 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Chassis Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[is-remote]}} {Column:other_config Mutator:insert Value:{GoMap:map[is-remote:false]}}] Timeout: Where:[where column _uuid == {533d49b5-14d0-41ba-b490-1b014465d3e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.524284 3314 transact.go:42] Configuring OVN: [{Op:update Table:Encap Row:map[chassis_name:023fb30b-39eb-4924-920b-e65e8d262ec1 ip:10.0.2.164 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3e6386ef-e1b1-4d3f-9789-1282ba8b238b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:3e6386ef-e1b1-4d3f-9789-1282ba8b238b}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {533d49b5-14d0-41ba-b490-1b014465d3e8}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Chassis Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[is-remote]}} {Column:other_config Mutator:insert Value:{GoMap:map[is-remote:false]}}] Timeout: Where:[where column _uuid == {533d49b5-14d0-41ba-b490-1b014465d3e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.524710 3314 zone_ic_handler.go:222] Creating interconnect resources for local zone node ip-10-0-2-164.ec2.internal for the network default I0703 21:56:19.524765 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:58:00:02 name:rtots-ip-10-0-2-164.ec2.internal networks:{GoSet:[100.88.0.2/16]} options:{GoMap:map[mcast_flood:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315477}] I0703 21:56:19.524811 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315477}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.524829 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:58:00:02 name:rtots-ip-10-0-2-164.ec2.internal networks:{GoSet:[100.88.0.2/16]} options:{GoMap:map[mcast_flood:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315477} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315477}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.525272 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-2-164.ec2.internal]} name:tstor-ip-10-0-2-164.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-2-164.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315478}] I0703 21:56:19.525313 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315478}]}}] Timeout: Where:[where column _uuid == {7c2fff8b-30bb-4330-9be4-98cbbe7a75bd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.525331 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-2-164.ec2.internal]} name:tstor-ip-10-0-2-164.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-2-164.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315478} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315478}]}}] Timeout: Where:[where column _uuid == {7c2fff8b-30bb-4330-9be4-98cbbe7a75bd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.526071 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-conmon-46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope"}, Sequence:0x1a} I0703 21:56:19.526093 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3b9, "/org/freedesktop/systemd1/job/953", "crio-conmon-46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2.scope"}, Sequence:0x1b} I0703 21:56:19.526255 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod5ab065d3_5fbaea_5f4cae_5fbcaf_5f35cd25a0de88_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbaf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbad}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xab, 0x27, 0xd6, 0xbf, 0x31, 0x6, 0x47, 0xee, 0xa2, 0x3a, 0xce, 0xe5, 0xc8, 0x3d, 0x4b, 0xd4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1c} I0703 21:56:19.526377 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ed7e}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bcfd}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x1d} I0703 21:56:19.526506 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba17}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba15}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ee68}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bde6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8f, 0x53, 0x32, 0x91, 0x4, 0xd8, 0x45, 0xb2, 0x96, 0x5f, 0x99, 0x1, 0xc1, 0xb4, 0xc4, 0xda}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1e} I0703 21:56:19.526799 3314 ovs.go:162] Exec(37): stdout: "" I0703 21:56:19.526813 3314 ovs.go:163] Exec(37): stderr: "" I0703 21:56:19.539036 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x1f} I0703 21:56:19.539179 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ce56}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fe9dd5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ce53}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fe9dd2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd2, 0x71, 0xc2, 0xcb, 0x5b, 0xb3, 0x40, 0xf2, 0xb5, 0x2b, 0x10, 0x61, 0xd6, 0x6c, 0xa0, 0x4d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3b9, "/org/freedesktop/systemd1/job/953"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x20} I0703 21:56:19.539257 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x21} I0703 21:56:19.539307 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ffd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fecf58}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ce56}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fe9dd5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ce53}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fe9dd2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ffd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fecf58}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd2, 0x71, 0xc2, 0xcb, 0x5b, 0xb3, 0x40, 0xf2, 0xb5, 0x2b, 0x10, 0x61, 0xd6, 0x6c, 0xa0, 0x4d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3b9, "/org/freedesktop/systemd1/job/953"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ffd9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fecf58}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x22} I0703 21:56:19.539358 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3b9, "/org/freedesktop/systemd1/job/953", "crio-conmon-46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2.scope", "done"}, Sequence:0x23} I0703 21:56:19.539471 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x24} I0703 21:56:19.539496 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ffd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fecf58}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ce56}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fe9dd5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ce53}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fe9dd2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ffd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fecf58}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd2, 0x71, 0xc2, 0xcb, 0x5b, 0xb3, 0x40, 0xf2, 0xb5, 0x2b, 0x10, 0x61, 0xd6, 0x6c, 0xa0, 0x4d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ffd9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fecf58}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x25} I0703 21:56:19.543667 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2.scope", "/org/freedesktop/systemd1/unit/crio_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope"}, Sequence:0x26} I0703 21:56:19.543696 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3bf, "/org/freedesktop/systemd1/job/959", "crio-46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2.scope"}, Sequence:0x27} I0703 21:56:19.543910 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/shutdown_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbf908f0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x55d86f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x28} I0703 21:56:19.543984 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ed7e}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bcfd}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x29} I0703 21:56:19.544183 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba17}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba15}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ee68}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bde6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8f, 0x53, 0x32, 0x91, 0x4, 0xd8, 0x45, 0xb2, 0x96, 0x5f, 0x99, 0x1, 0xc1, 0xb4, 0xc4, 0xda}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2a} I0703 21:56:19.544265 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod5ab065d3_5fbaea_5f4cae_5fbcaf_5f35cd25a0de88_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbaf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbad}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xab, 0x27, 0xd6, 0xbf, 0x31, 0x6, 0x47, 0xee, 0xa2, 0x3a, 0xce, 0xe5, 0xc8, 0x3d, 0x4b, 0xd4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2b} I0703 21:56:19.545451 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2c} I0703 21:56:19.545525 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea21363}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee2e2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea21360}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee2df}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7, 0xf4, 0x4b, 0x93, 0xe6, 0xa, 0x46, 0x1b, 0xa1, 0x7d, 0xee, 0xf9, 0x37, 0xcb, 0x63, 0x79}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3bf, "/org/freedesktop/systemd1/job/959"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2d} I0703 21:56:19.545597 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2e} I0703 21:56:19.545614 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea218af}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee82e}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea21363}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee2e2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea21360}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee2df}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea218af}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee82e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7, 0xf4, 0x4b, 0x93, 0xe6, 0xa, 0x46, 0x1b, 0xa1, 0x7d, 0xee, 0xf9, 0x37, 0xcb, 0x63, 0x79}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3bf, "/org/freedesktop/systemd1/job/959"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea218af}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee82e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2f} I0703 21:56:19.545771 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3bf, "/org/freedesktop/systemd1/job/959", "crio-46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2.scope", "done"}, Sequence:0x30} I0703 21:56:19.545786 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x31} I0703 21:56:19.545925 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea218af}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee82e}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea21363}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee2e2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea21360}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee2df}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea218af}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee82e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7, 0xf4, 0x4b, 0x93, 0xe6, 0xa, 0x46, 0x1b, 0xa1, 0x7d, 0xee, 0xf9, 0x37, 0xcb, 0x63, 0x79}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea218af}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee82e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0703 21:56:19.575543 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x33} I0703 21:56:19.575591 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea218af}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee82e}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea28d15}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ff5c94}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea21363}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee2e2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea21360}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee2df}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea28d15}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ff5c94}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea218af}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fee82e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7, 0xf4, 0x4b, 0x93, 0xe6, 0xa, 0x46, 0x1b, 0xa1, 0x7d, 0xee, 0xf9, 0x37, 0xcb, 0x63, 0x79}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea28d15}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ff5c94}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x34} I0703 21:56:19.575636 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2.scope", "/org/freedesktop/systemd1/unit/crio_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope"}, Sequence:0x35} I0703 21:56:19.578147 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x36} I0703 21:56:19.578185 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ffd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fecf58}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea2975b}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ff66da}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ce56}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fe9dd5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ce53}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fe9dd2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea2975b}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ff66da}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea1ffd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2fecf58}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd2, 0x71, 0xc2, 0xcb, 0x5b, 0xb3, 0x40, 0xf2, 0xb5, 0x2b, 0x10, 0x61, 0xd6, 0x6c, 0xa0, 0x4d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfea2975b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ff66da}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x37} I0703 21:56:19.578267 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-conmon-46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d46c6b8911bd1da5772f038145feae29fc7d04b1f10395f8224e88d8523f245f2_2escope"}, Sequence:0x38} I0703 21:56:19.592290 3314 shared_informer.go:320] Caches are synced for node-tracker-controller I0703 21:56:19.592309 3314 services_controller.go:204] Setting up event handlers for services for network=default I0703 21:56:19.592408 3314 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:19.592431 3314 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:19.592441 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:19.592447 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:19.592453 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:19.592458 3314 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:19.592463 3314 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:19.592467 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:19.592472 3314 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:19.592480 3314 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:19.592485 3314 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:19.592406 3314 services_controller.go:214] Setting up event handlers for endpoint slices for network=default I0703 21:56:19.592491 3314 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:19.592530 3314 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:19.592541 3314 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:19.592551 3314 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:19.592549 3314 services_controller.go:229] Waiting for service and endpoint handlers to sync for network=default I0703 21:56:19.592561 3314 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0703 21:56:19.592565 3314 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:19.592574 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:19.592582 3314 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:19.592590 3314 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:19.592597 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:19.592602 3314 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:19.592608 3314 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:19.592613 3314 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:19.592640 3314 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:19.592664 3314 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:19.592673 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:19.592680 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:19.592688 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:19.592695 3314 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:19.592702 3314 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:19.592706 3314 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:19.592711 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:19.592714 3314 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:19.592720 3314 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:19.592723 3314 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:19.592732 3314 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:19.592743 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:19.592758 3314 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:19.592770 3314 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:19.592779 3314 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:19.592786 3314 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:19.692748 3314 shared_informer.go:320] Caches are synced for ovn-lb-controller I0703 21:56:19.692766 3314 repair.go:60] Starting repairing loop for services I0703 21:56:19.692864 3314 repair.go:131] Deleted 0 stale service LBs I0703 21:56:19.692884 3314 repair.go:137] Deleted 0 stale Chassis Template Vars I0703 21:56:19.692900 3314 repair.go:62] Finished repairing loop for services: 136.402µs I0703 21:56:19.692929 3314 services_controller.go:338] Controller cache of 0 load balancers initialized for 0 services for network=default I0703 21:56:19.692939 3314 services_controller.go:250] Starting workers for network=default I0703 21:56:19.692985 3314 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:19.692991 3314 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:19.693005 3314 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 21.97µs I0703 21:56:19.693010 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:19.693022 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:19.693030 3314 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.463µs I0703 21:56:19.693029 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:19.693037 3314 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:19.693042 3314 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 6.242µs I0703 21:56:19.693048 3314 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:19.693104 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:19.693054 3314 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 62346486-f3be-42c8-8c00-73e945369757 1011 0 2026-07-03 21:47:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738609b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.112.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.693223 3314 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:19.693246 3314 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-4hcjj I0703 21:56:19.693250 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:19.693254 3314 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal I0703 21:56:19.693261 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-4hcjj I0703 21:56:19.693262 3314 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:19.693269 3314 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-k6ppm in node ip-10-0-1-32.ec2.internal I0703 21:56:19.693269 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal I0703 21:56:19.693271 3314 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:19.693284 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:19.693286 3314 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b I0703 21:56:19.693288 3314 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal in node ip-10-0-0-161.ec2.internal I0703 21:56:19.693290 3314 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-fhtzh I0703 21:56:19.693026 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-catalog openshift-deployment-validation-operator 98e3c021-33ca-4e34-b72b-19bedb1bdc41 5260 0 2026-07-03 21:49:40 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog a322fab6-3a4c-478c-a029-f571af9f3bdd 0xc007386a2d 0xc007386a2e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.46.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.46.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.693295 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b I0703 21:56:19.693301 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-fhtzh I0703 21:56:19.693288 3314 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:19.693305 3314 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:19.693308 3314 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b in node ip-10-0-0-161.ec2.internal I0703 21:56:19.693311 3314 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-fhtzh in node ip-10-0-2-164.ec2.internal I0703 21:56:19.693312 3314 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:19.693315 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:19.693316 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:19.693319 3314 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-fhtzh took: 8.845µs I0703 21:56:19.693318 3314 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b took: 12.79µs I0703 21:56:19.693312 3314 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-v9p9f I0703 21:56:19.693046 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator c9cf6a9c-cddd-437e-acc0-f66b7c5adcaa 881 0 2026-07-03 21:47:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387a87 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},ServicePort{Name:health,Protocol:TCP,Port:8798,TargetPort:{0 8798 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-daemon,},ClusterIP:172.30.152.84,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.152.84],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.693328 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b I0703 21:56:19.693327 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.46.20"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.693333 3314 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-q7822 I0703 21:56:19.693334 3314 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-7c8cb786cd-qnbjx I0703 21:56:19.693022 3314 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver ee3bbe34-f8a0-4b91-9272-4d4c64625c6c 1547 0 2026-07-03 21:47:10 +0000 UTC map[prometheus:openshift-apiserver-check-endpoints] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377f47 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:check-endpoints,Protocol:TCP,Port:17698,TargetPort:{0 17698 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{apiserver: true,},ClusterIP:172.30.42.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.693341 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.693345 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-q7822 I0703 21:56:19.693347 3314 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-v9p9f I0703 21:56:19.693349 3314 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:19.693274 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-4hcjj in node ip-10-0-2-164.ec2.internal I0703 21:56:19.693364 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-v9p9f in node ip-10-0-1-32.ec2.internal I0703 21:56:19.693366 3314 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-4hcjj took: 95.285µs I0703 21:56:19.693352 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.693373 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-4hcjj I0703 21:56:19.693373 3314 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-v9p9f took: 10.475µs I0703 21:56:19.693380 3314 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:19.693383 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-v9p9f I0703 21:56:19.693389 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:19.693393 3314 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-2h2rk I0703 21:56:19.693399 3314 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-x4t45 in node ip-10-0-1-32.ec2.internal I0703 21:56:19.693402 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-2h2rk I0703 21:56:19.693405 3314 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-x4t45 took: 8.697µs I0703 21:56:19.693410 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:19.693415 3314 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-gh28j I0703 21:56:19.693416 3314 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-2h2rk in node ip-10-0-2-164.ec2.internal I0703 21:56:19.693349 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-7c8cb786cd-qnbjx I0703 21:56:19.693338 3314 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:19.693423 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-gh28j I0703 21:56:19.693425 3314 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-2h2rk took: 11.435µs I0703 21:56:19.693381 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:19.693431 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:19.693433 3314 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-2h2rk I0703 21:56:19.693394 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.46.20", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.693301 3314 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal took: 13.423µs I0703 21:56:19.693443 3314 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-m78cq in node ip-10-0-2-164.ec2.internal I0703 21:56:19.693445 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:56:19.693447 3314 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal I0703 21:56:19.693443 3314 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.42.11"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.693453 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:19.693368 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:19.693374 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:19.693459 3314 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.693322 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-qgpv6 in node ip-10-0-0-161.ec2.internal I0703 21:56:19.693452 3314 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m78cq took: 10.438µs I0703 21:56:19.693470 3314 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-qgpv6 took: 149.524µs I0703 21:56:19.693471 3314 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.693474 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:19.693480 3314 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-cfcmz I0703 21:56:19.693488 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-cfcmz I0703 21:56:19.693432 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-gh28j in node ip-10-0-0-161.ec2.internal I0703 21:56:19.693478 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.693496 3314 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-cfcmz in node ip-10-0-0-161.ec2.internal I0703 21:56:19.693501 3314 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-cfcmz took: 7.654µs I0703 21:56:19.693490 3314 services_controller.go:451] Built service openshift-apiserver/check-endpoints cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver/check-endpoints_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.42.11", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.693505 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-cfcmz I0703 21:56:19.693294 3314 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 in node ip-10-0-1-32.ec2.internal I0703 21:56:19.693511 3314 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal I0703 21:56:19.693511 3314 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:19.693503 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.693517 3314 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal I0703 21:56:19.693517 3314 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 took: 223.309µs I0703 21:56:19.693522 3314 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal in node ip-10-0-2-164.ec2.internal I0703 21:56:19.693525 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:19.693527 3314 obj_retry.go:546] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-gh28j, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-gh28j: suppressed error logged: pod openshift-multus/network-metrics-daemon-gh28j: no pod IPs found I0703 21:56:19.693339 3314 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal I0703 21:56:19.693519 3314 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:19.693525 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.693545 3314 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.693554 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-apiserver/check-endpoints_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.42.11", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.693563 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-daemon cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.693599 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:19.693607 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:19.693425 3314 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-7c8cb786cd-qnbjx took: 222ns I0703 21:56:19.693613 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.693624 3314 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-7c8cb786cd-qnbjx I0703 21:56:19.693621 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.693354 3314 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-q7822 in node ip-10-0-0-161.ec2.internal I0703 21:56:19.693670 3314 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-q7822 took: 315.228µs I0703 21:56:19.693678 3314 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-q7822 I0703 21:56:19.693635 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-apiserver/check-endpoints]} name:Service_openshift-apiserver/check-endpoints_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.42.11:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315479}] I0703 21:56:19.693718 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315479}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.693714 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-machine-config-operator/machine-config-daemon]} name:Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.152.84:8798: 172.30.152.84:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315480}] I0703 21:56:19.693634 3314 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-c99h8 I0703 21:56:19.693764 3314 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-c99h8 I0703 21:56:19.693775 3314 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-c99h8 in node ip-10-0-2-164.ec2.internal I0703 21:56:19.693766 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315480}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.693741 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-apiserver/check-endpoints]} name:Service_openshift-apiserver/check-endpoints_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.42.11:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315479} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315479}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.693687 3314 default_network_controller.go:732] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn I0703 21:56:19.693783 3314 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-c99h8 took: 9.018µs I0703 21:56:19.693789 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-c99h8 I0703 21:56:19.693790 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn I0703 21:56:19.693280 3314 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.112.156"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.693809 3314 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.693817 3314 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.693784 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-machine-config-operator/machine-config-daemon]} name:Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.152.84:8798: 172.30.152.84:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315480} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315480}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.693834 3314 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.112.156", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.693862 3314 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.693874 3314 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:19.693884 3314 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.693465 3314 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h in node ip-10-0-0-161.ec2.internal I0703 21:56:19.693926 3314 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h took: 459.683µs I0703 21:56:19.693935 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:19.693943 3314 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:19.693954 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:19.693965 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-m6p8c in node ip-10-0-1-32.ec2.internal I0703 21:56:19.693472 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:19.693324 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-dnznf in node ip-10-0-2-164.ec2.internal I0703 21:56:19.693994 3314 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-dnznf took: 671.881µs I0703 21:56:19.694001 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:19.694006 3314 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 I0703 21:56:19.693301 3314 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:19.694004 3314 obj_retry.go:546] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-m6p8c, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-m6p8c: suppressed error logged: pod openshift-multus/network-metrics-daemon-m6p8c: no pod IPs found I0703 21:56:19.693327 3314 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-fhtzh I0703 21:56:19.694022 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:19.694032 3314 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-6qpbd in node ip-10-0-2-164.ec2.internal I0703 21:56:19.694039 3314 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-dns/node-resolver-fhtzh. OVN-Kubernetes controller took 0.000723376 seconds. No OVN measurement. I0703 21:56:19.693527 3314 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal took: 5.091µs I0703 21:56:19.694066 3314 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-6qpbd] creating logical port openshift-network-diagnostics_network-check-target-6qpbd for pod on switch ip-10-0-2-164.ec2.internal I0703 21:56:19.694073 3314 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal I0703 21:56:19.693119 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator 3d95194f-d202-464e-9ad4-1d111b923354 829 0 2026-07-03 21:46:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073879bb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-controller,},ClusterIP:172.30.224.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.694102 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:19.694024 3314 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-nhlzz I0703 21:56:19.694111 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.224.89"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.694122 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.694122 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-nhlzz I0703 21:56:19.693323 3314 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:19.693536 3314 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-w2kx5 I0703 21:56:19.694134 3314 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-nhlzz in node ip-10-0-1-32.ec2.internal I0703 21:56:19.694141 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:19.694142 3314 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-nhlzz took: 8.723µs I0703 21:56:19.694150 3314 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-nhlzz I0703 21:56:19.693797 3314 obj_retry.go:551] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn took: 296ns I0703 21:56:19.694141 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-w2kx5 I0703 21:56:19.694160 3314 default_network_controller.go:776] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn I0703 21:56:19.694161 3314 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-dns/node-resolver-nhlzz. OVN-Kubernetes controller took 3.5158e-05 seconds. No OVN measurement. I0703 21:56:19.694164 3314 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-w2kx5 in node ip-10-0-2-164.ec2.internal I0703 21:56:19.694170 3314 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-67x4f I0703 21:56:19.694160 3314 base_network_controller_pods.go:916] Annotation values: ip=[10.128.0.3/23] ; mac=0a:58:0a:80:00:03 ; gw=[10.128.0.1] I0703 21:56:19.694174 3314 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-w2kx5 took: 10.405µs I0703 21:56:19.694176 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-67x4f I0703 21:56:19.694179 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-w2kx5 I0703 21:56:19.694184 3314 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal I0703 21:56:19.694013 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 I0703 21:56:19.694190 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal I0703 21:56:19.694193 3314 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 in node ip-10-0-2-164.ec2.internal I0703 21:56:19.694196 3314 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal in node ip-10-0-2-164.ec2.internal I0703 21:56:19.694199 3314 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 took: 6.329µs I0703 21:56:19.694201 3314 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal took: 5.295µs I0703 21:56:19.694204 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 I0703 21:56:19.694205 3314 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal I0703 21:56:19.693457 3314 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-555b4fd489-5xjds I0703 21:56:19.694209 3314 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:19.694214 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-555b4fd489-5xjds I0703 21:56:19.694217 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:19.694220 3314 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-555b4fd489-5xjds took: 235ns I0703 21:56:19.693461 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.694227 3314 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-555b4fd489-5xjds I0703 21:56:19.693898 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.112.156", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.694235 3314 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-7c8cb786cd-jj6k6 I0703 21:56:19.694241 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-7c8cb786cd-jj6k6 I0703 21:56:19.694246 3314 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-7c8cb786cd-jj6k6 took: 200ns I0703 21:56:19.694250 3314 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-7c8cb786cd-jj6k6 I0703 21:56:19.694227 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcrgl in node ip-10-0-1-32.ec2.internal I0703 21:56:19.694259 3314 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-bcrgl took: 35.525µs I0703 21:56:19.694263 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:19.693540 3314 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal I0703 21:56:19.694243 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.46.20", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.694185 3314 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-67x4f in node ip-10-0-1-32.ec2.internal I0703 21:56:19.694312 3314 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-67x4f took: 125.873µs I0703 21:56:19.694320 3314 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-67x4f I0703 21:56:19.694154 3314 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 in node ip-10-0-1-32.ec2.internal I0703 21:56:19.694331 3314 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 took: 179.886µs I0703 21:56:19.694336 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:19.694343 3314 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-56b7l I0703 21:56:19.694350 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-56b7l I0703 21:56:19.694361 3314 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-56b7l in node ip-10-0-0-161.ec2.internal I0703 21:56:19.694368 3314 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-56b7l took: 7.258µs I0703 21:56:19.694374 3314 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-56b7l I0703 21:56:19.694128 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.694353 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-deployment-validation-operator/deployment-validation-operator-catalog]} name:Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.46.20:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315482}] I0703 21:56:19.694271 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal in node ip-10-0-0-161.ec2.internal I0703 21:56:19.694414 3314 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal took: 139.316µs I0703 21:56:19.694401 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-controller cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.224.89", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.694427 3314 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal I0703 21:56:19.694414 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315482}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.694433 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:19.694436 3314 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-z874b I0703 21:56:19.694443 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:19.694446 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-z874b I0703 21:56:19.694453 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.694457 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-z874b in node ip-10-0-0-161.ec2.internal I0703 21:56:19.694465 3314 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-z874b took: 10µs I0703 21:56:19.694472 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-z874b I0703 21:56:19.694439 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-deployment-validation-operator/deployment-validation-operator-catalog]} name:Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.46.20:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315482} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315482}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.693322 3314 obj_retry.go:546] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-k6ppm, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-k6ppm: suppressed error logged: pod openshift-network-diagnostics/network-check-target-k6ppm: no pod IPs found I0703 21:56:19.694467 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.224.89", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.694489 3314 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:19.694498 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:19.694507 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-qwd5g in node ip-10-0-2-164.ec2.internal I0703 21:56:19.694275 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cloud-credential-operator/cco-metrics]} name:Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.112.156:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315481}] I0703 21:56:19.694532 3314 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-qwd5g] creating logical port openshift-multus_network-metrics-daemon-qwd5g for pod on switch ip-10-0-2-164.ec2.internal I0703 21:56:19.694795 3314 kube.go:317] Updating pod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:19.694930 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315481}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.694981 3314 base_network_controller_pods.go:916] Annotation values: ip=[10.128.0.4/23] ; mac=0a:58:0a:80:00:04 ; gw=[10.128.0.1] I0703 21:56:19.695006 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cloud-credential-operator/cco-metrics]} name:Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.112.156:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315481} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315481}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.694927 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-machine-config-operator/machine-config-controller]} name:Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.224.89:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315483}] I0703 21:56:19.694980 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"} I0703 21:56:19.695057 3314 kube.go:317] Updating pod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:19.695058 3314 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 2.069204ms I0703 21:56:19.695072 3314 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:19.695115 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315483}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.695090 3314 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 38ac628e-face-480c-85fd-d7d6c10a12ce 1974 0 2026-07-03 21:47:18 +0000 UTC map[name:console-operator] map[capability.openshift.io/name:Console include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: console-operator,},ClusterIP:172.30.65.250,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.250],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.695144 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-machine-config-operator/machine-config-controller]} name:Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.224.89:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315483} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315483}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.695199 3314 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:19.695214 3314 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.65.250"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.695239 3314 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.695250 3314 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.695170 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"} I0703 21:56:19.695270 3314 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 2.24086ms I0703 21:56:19.695284 3314 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:19.695269 3314 services_controller.go:451] Built service openshift-console-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-console-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.65.250", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.695305 3314 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.695319 3314 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:19.695328 3314 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.695294 3314 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console f021c54b-b655-47fc-993e-dd066ef78ffd 4192 0 2026-07-03 21:48:08 +0000 UTC map[app.kubernetes.io/component:networking-console-plugin app.kubernetes.io/managed-by:cluster-network-operator app.kubernetes.io/name:networking-console-plugin app.kubernetes.io/part-of:cluster-network-operator] map[openshift.io/description:Expose the networking console plugin service on port 9443. This port is for internal use, and no other usage is guaranteed. service.beta.openshift.io/serving-cert-secret-name:networking-console-plugin-cert] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387cce 0xc007387ccf}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:9443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app.kubernetes.io/component: networking-console-plugin,app.kubernetes.io/managed-by: cluster-network-operator,app.kubernetes.io/name: networking-console-plugin,app.kubernetes.io/part-of: cluster-network-operator,},ClusterIP:172.30.84.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.84.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.695371 3314 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:19.695337 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-console-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.65.250", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.695385 3314 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.84.199"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.695403 3314 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.695410 3314 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.695413 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-console-operator/metrics]} name:Service_openshift-console-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.65.250:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315484}] I0703 21:56:19.695422 3314 services_controller.go:451] Built service openshift-network-console/networking-console-plugin cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-console/networking-console-plugin_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.84.199", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.695441 3314 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:19.695450 3314 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:19.695284 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"} I0703 21:56:19.695463 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315484}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.695485 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 2.466055ms I0703 21:56:19.695502 3314 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:19.695513 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 12.154µs I0703 21:56:19.695523 3314 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:19.695488 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-console-operator/metrics]} name:Service_openshift-console-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.65.250:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315484} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315484}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.695460 3314 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.695552 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"} I0703 21:56:19.695566 3314 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 2.51651ms I0703 21:56:19.695578 3314 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:19.695532 3314 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default d2d9db75-adef-4df7-a67a-573e5b9ce2b2 1541 0 2026-07-03 21:47:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.75,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.75],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.695567 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-network-console/networking-console-plugin_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.84.199", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.695616 3314 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.33.129] []}] I0703 21:56:19.695634 3314 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:19.695585 3314 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.766µs I0703 21:56:19.695682 3314 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:19.695638 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-network-console/networking-console-plugin]} name:Service_openshift-network-console/networking-console-plugin_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.84.199:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315485}] I0703 21:56:19.695695 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 14.036µs I0703 21:56:19.695706 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:19.695640 3314 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.207.75"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.33.129"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.695727 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315485}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.695750 3314 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.695715 3314 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress e1c5c5b2-9231-44c4-938c-2c6d16df9f57 2356 0 2026-07-03 21:47:20 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc00738710e }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:0,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:1936,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.127.238,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.238],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.695771 3314 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:19.695785 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:19.695751 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-network-console/networking-console-plugin]} name:Service_openshift-network-console/networking-console-plugin_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.84.199:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315485} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315485}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.695778 3314 services_controller.go:452] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.207.75", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.33.129", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:19.695798 3314 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.695808 3314 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:19.695813 3314 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.695820 3314 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.695819 3314 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:19.695829 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.207.75", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.33.129", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:19.695833 3314 services_controller.go:451] Built service openshift-ingress/router-internal-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-internal-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.695864 3314 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:19.695877 3314 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:19.695888 3314 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.695901 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-ingress/router-internal-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.695968 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-internal-default]} name:Service_openshift-ingress/router-internal-default_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.127.238:1936: 172.30.127.238:443: 172.30.127.238:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315487}] I0703 21:56:19.695965 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/packageserver]} name:Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.207.75:443:172.30.33.129:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315486}] I0703 21:56:19.696011 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315487}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.696020 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"} I0703 21:56:19.696036 3314 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 2.932717ms I0703 21:56:19.696028 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-internal-default]} name:Service_openshift-ingress/router-internal-default_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.127.238:1936: 172.30.127.238:443: 172.30.127.238:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315487} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315487}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.696050 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315486}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.696053 3314 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:19.696122 3314 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 69.379µs I0703 21:56:19.696137 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:19.696161 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315486}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.696147 3314 services_controller.go:434] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cluster-storage-operator-metrics openshift-cluster-storage-operator ef552acf-5526-40c1-87c0-19d16cb0de06 945 0 2026-07-03 21:47:02 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386507 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-storage-operator,},ClusterIP:172.30.132.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.696200 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"} I0703 21:56:19.696215 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.142765ms I0703 21:56:19.696226 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:19.696184 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/packageserver]} name:Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.207.75:443:172.30.33.129:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315486} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315486}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315486}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.696237 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.132.77"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.696248 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.696254 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.696265 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.132.77", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.696294 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.696229 3314 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:19.696302 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:19.696309 3314 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.696318 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.132.77", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.696313 3314 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator fb852550-350e-47f7-a6e3-e50c2db85036 812 0 2026-07-03 21:46:58 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738730f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-controller-manager-operator,},ClusterIP:172.30.210.189,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.189],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.696384 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"} I0703 21:56:19.696394 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:19.696404 3314 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.117927ms I0703 21:56:19.696405 3314 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.189"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.696388 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cluster-storage-operator/cluster-storage-operator-metrics]} name:Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.132.77:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315488}] I0703 21:56:19.696419 3314 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:19.696421 3314 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.696430 3314 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.696446 3314 services_controller.go:451] Built service openshift-kube-controller-manager-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.210.189", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.696470 3314 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.696478 3314 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:19.696430 3314 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator bdede544-26d7-4457-b399-d31b73b91adc 1021 0 2026-07-03 21:47:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386b8f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: dns-operator,},ClusterIP:172.30.218.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.696486 3314 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.696494 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.210.189", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.696506 3314 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:19.696504 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"} I0703 21:56:19.696515 3314 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.242"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.696523 3314 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 816.336µs I0703 21:56:19.696528 3314 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.696539 3314 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.696549 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315488}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.696557 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-kube-controller-manager-operator/metrics]} name:Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.210.189:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315489}] I0703 21:56:19.696579 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cluster-storage-operator/cluster-storage-operator-metrics]} name:Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.132.77:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315488} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315488}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.696615 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315489}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.696557 3314 services_controller.go:451] Built service openshift-dns-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.218.242", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.696671 3314 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.696685 3314 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:19.696638 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-kube-controller-manager-operator/metrics]} name:Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.210.189:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315489} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315489}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.696696 3314 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.696710 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-dns-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.218.242", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.696539 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:19.696799 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0703 21:56:19.696816 3314 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 1.292387ms I0703 21:56:19.696830 3314 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:19.696763 3314 services_controller.go:434] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service retrieved from lister for network=default: &Service{ObjectMeta:{performance-addon-operator-service openshift-cluster-node-tuning-operator 5b86cfa7-1229-41ac-aa5d-f69476161019 1785 0 2026-07-03 21:47:13 +0000 UTC map[name:performance-addon-operator-service] map[capability.openshift.io/name:NodeTuning include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:performance-addon-operator-webhook-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073863cf }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:443,Protocol:TCP,Port:443,TargetPort:{0 4343 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-node-tuning-operator,},ClusterIP:172.30.96.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.696837 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns-operator/metrics]} name:Service_openshift-dns-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.218.242:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315490}] I0703 21:56:19.696861 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:19.696876 3314 services_controller.go:443] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.96.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.696837 3314 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8ee5a6f6-a412-4f57-8af4-182f5a090aa8 1480 0 2026-07-03 21:47:09 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default affc9e2d-14e5-408f-b42b-53195a80bc78 0xc007386c97 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.696898 3314 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.696909 3314 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.696915 3314 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:19.696932 3314 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:19.696928 3314 services_controller.go:451] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.96.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.696942 3314 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.696879 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315490}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.696958 3314 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.696958 3314 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:56:19.696974 3314 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:56:19.696986 3314 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.696989 3314 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:19.696965 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns-operator/metrics]} name:Service_openshift-dns-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.218.242:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315490} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315490}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.697000 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.96.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.696999 3314 services_controller.go:452] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:19.697058 3314 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:19.697071 3314 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:19.697076 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cluster-node-tuning-operator/performance-addon-operator-service]} name:Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.96.95:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315491}] I0703 21:56:19.697183 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315491}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.697083 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:19.697215 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cluster-node-tuning-operator/performance-addon-operator-service]} name:Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.96.95:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315491} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315491}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.697315 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns/dns-default]} name:Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.0.10:53: 172.30.0.10:9154:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315492}] I0703 21:56:19.697348 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"} I0703 21:56:19.697366 3314 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.229689ms I0703 21:56:19.697381 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:19.697388 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-metrics openshift-deployment-validation-operator 4ddd70c9-9fcc-4d78-b5de-75f55813ea6c 5287 0 2026-07-03 21:49:41 +0000 UTC map[name:deployment-validation-operator] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http-metrics,Protocol:TCP,Port:8383,TargetPort:{0 8383 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: deployment-validation-operator,},ClusterIP:172.30.153.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.153.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.697475 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:19.697455 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns/dns-default]} name:Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[udp]} vips:{GoMap:map[172.30.0.10:53:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315493}] I0703 21:56:19.697494 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.153.179"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.697504 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"} I0703 21:56:19.697512 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.697517 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.288328ms I0703 21:56:19.697524 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.697528 3314 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:19.697541 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315492} {GoUUID:u3000315493}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.697543 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.153.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.697570 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.697534 3314 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8d665087-56be-4f67-8aef-a340d13da463 1876 0 2026-07-03 21:47:15 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.128.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.697584 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:19.697591 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"} I0703 21:56:19.697603 3314 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:19.697617 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 1.197264ms I0703 21:56:19.697617 3314 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.128.46"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.697632 3314 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:19.697633 3314 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.697644 3314 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.697597 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.697639 3314 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default dbd95bed-c677-4dc8-af58-a573d711c038 276 0 2026-07-03 21:46:14 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.697678 3314 services_controller.go:451] Built service openshift-image-registry/image-registry cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-image-registry/image-registry_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.128.46", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.697707 3314 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:19.697688 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.153.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.697719 3314 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:19.697718 3314 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:19.697730 3314 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:19.697730 3314 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.697736 3314 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.697588 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315492} {GoUUID:u3000315493}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.697756 3314 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.697744 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-image-registry/image-registry_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.128.46", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.697780 3314 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:19.697796 3314 services_controller.go:452] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:19.697757 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-deployment-validation-operator/deployment-validation-operator-metrics]} name:Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.153.179:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315494}] I0703 21:56:19.697764 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns/dns-default]} name:Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.0.10:53: 172.30.0.10:9154:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315492} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns/dns-default]} name:Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[udp]} vips:{GoMap:map[172.30.0.10:53:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315493} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315492} {GoUUID:u3000315493}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315492} {GoUUID:u3000315493}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.697849 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-image-registry/image-registry]} name:Service_openshift-image-registry/image-registry_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.128.46:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315495}] I0703 21:56:19.697879 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315494}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.697893 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315495}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.697900 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-deployment-validation-operator/deployment-validation-operator-metrics]} name:Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.153.179:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315494} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315494}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.697919 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-image-registry/image-registry]} name:Service_openshift-image-registry/image-registry_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.128.46:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315495} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315495}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.697814 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"} I0703 21:56:19.697957 3314 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.419314ms I0703 21:56:19.697970 3314 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:19.697982 3314 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 592e486a-2b45-4b2f-bc2c-21cc19531874 1407 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.131.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.697832 3314 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:19.698053 3314 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:19.698061 3314 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.100.161] []}] I0703 21:56:19.698079 3314 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:19.698070 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:19.698092 3314 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.161"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.698109 3314 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.698133 3314 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:19.698145 3314 services_controller.go:452] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.131.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.161", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:19.698181 3314 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:19.698194 3314 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:19.698120 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/kubernetes]} name:Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.0.1:443:172.20.0.1:6443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315496}] I0703 21:56:19.698210 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.131.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.161", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:19.698226 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315496}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.698254 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315496}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.698269 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/kubernetes]} name:Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.0.1:443:172.20.0.1:6443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315496} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315496}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315496}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.698281 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/openshift-oauth-apiserver]} name:Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.131.236:443:172.30.100.161:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315497}] I0703 21:56:19.698346 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315497}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.698402 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315497}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.698427 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/openshift-oauth-apiserver]} name:Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.131.236:443:172.30.100.161:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315497} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315497}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315497}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.698688 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"} I0703 21:56:19.698713 3314 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.882462ms I0703 21:56:19.698728 3314 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:19.698765 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"} I0703 21:56:19.698781 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.400359ms I0703 21:56:19.698794 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:19.698740 3314 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator acaaffdc-9362-4247-8e67-c810cf615ca5 1756 0 2026-07-03 21:47:13 +0000 UTC map[name:ingress-operator] map[capability.openshift.io/name:Ingress include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386f07 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: ingress-operator,},ClusterIP:172.30.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.698821 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:19.698839 3314 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.698858 3314 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.698806 3314 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 58dc3dda-4fae-4fca-b0f2-44c80945434c 3294 0 2026-07-03 21:47:20 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ratrgbqcahncfuennn35j5p9hsprn7f,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-34fc199e27,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc007387027 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31881,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30537,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.239.216,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32637,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a58dc3dda4fae4fcab0f244c80945434-b279b2dee3c9bd2c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:19.698869 3314 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.698886 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:19.698896 3314 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:19.698886 3314 services_controller.go:451] Built service openshift-ingress-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.251.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.698907 3314 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.698913 3314 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.698919 3314 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31881, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}, services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:30537, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:56:19.698925 3314 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:19.698932 3314 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.698939 3314 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.698951 3314 services_controller.go:451] Built service openshift-ingress/router-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.698972 3314 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0703 21:56:19.698953 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-ingress-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.251.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.698987 3314 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:19.698994 3314 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.698991 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"} I0703 21:56:19.699004 3314 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.475189ms I0703 21:56:19.699002 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.699016 3314 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:19.699034 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress-operator/metrics]} name:Service_openshift-ingress-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.251.73:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315498}] I0703 21:56:19.699025 3314 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3b73bd47-fb0f-44cc-aac7-3035b9e88481 3477 0 2026-07-03 21:47:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 3c073b82-fca5-42ad-8c83-430f87bcaddd 0xc007386e20 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:8443-tcp,Protocol:TCP,Port:8443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},ServicePort{Name:8888-tcp,Protocol:TCP,Port:8888,TargetPort:{0 8888 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller,},ClusterIP:172.30.247.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.247.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.699056 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.239.216:443: 172.30.239.216:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315499}] I0703 21:56:19.699093 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:19.699105 3314 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.699123 3314 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.699115 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315499}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.699133 3314 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.699148 3314 services_controller.go:451] Built service openshift-ingress-canary/ingress-canary cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-canary/ingress-canary_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.699170 3314 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:19.699138 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.239.216:443: 172.30.239.216:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315499} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315499}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.699099 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315498}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.699202 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress-operator/metrics]} name:Service_openshift-ingress-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.251.73:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315498} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315498}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.699190 3314 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:19.699270 3314 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.699288 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-ingress-canary/ingress-canary_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.699344 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress-canary/ingress-canary]} name:Service_openshift-ingress-canary/ingress-canary_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.247.5:8443: 172.30.247.5:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315500}] I0703 21:56:19.699393 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315500}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.699411 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0703 21:56:19.699427 3314 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 1.793183ms I0703 21:56:19.699441 3314 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:19.699418 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress-canary/ingress-canary]} name:Service_openshift-ingress-canary/ingress-canary_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.247.5:8443: 172.30.247.5:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315500} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315500}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.699451 3314 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 298ab0f9-baec-464c-873a-66b7b2ce614e 482 0 2026-07-03 21:46:47 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.18.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.18.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.699539 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:19.699553 3314 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.18.61"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.699562 3314 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.699569 3314 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.699580 3314 services_controller.go:451] Built service openshift-cluster-version/cluster-version-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-version/cluster-version-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.18.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.699606 3314 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:19.699614 3314 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:19.699622 3314 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.699621 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"} I0703 21:56:19.699641 3314 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.669639ms I0703 21:56:19.699632 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-cluster-version/cluster-version-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.18.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.699672 3314 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:19.699701 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cluster-version/cluster-version-operator]} name:Service_openshift-cluster-version/cluster-version-operator_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.18.61:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315501}] I0703 21:56:19.699683 3314 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 255a9e39-3be1-4696-8bd8-d96738c8537d 3518 0 2026-07-03 21:47:30 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387937 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-storage-version-migrator-operator,},ClusterIP:172.30.40.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.699747 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315501}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.699770 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:19.699768 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cluster-version/cluster-version-operator]} name:Service_openshift-cluster-version/cluster-version-operator_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.18.61:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315501} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315501}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.699785 3314 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.40.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.699801 3314 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.699812 3314 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.699816 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0703 21:56:19.699841 3314 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.043723ms I0703 21:56:19.699830 3314 services_controller.go:451] Built service openshift-kube-storage-version-migrator-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.40.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.699857 3314 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:19.699858 3314 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.699871 3314 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:19.699882 3314 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.699896 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.40.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.699867 3314 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 89c64e9f-c1a4-4e4b-a085-528c583e76b7 886 0 2026-07-03 21:47:00 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387fb7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: service-ca-operator,},ClusterIP:172.30.94.176,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.176],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.699935 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"} I0703 21:56:19.699946 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.219506ms I0703 21:56:19.699946 3314 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:19.699957 3314 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:19.699958 3314 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.94.176"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.699968 3314 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.699978 3314 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.699970 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-kube-storage-version-migrator-operator/metrics]} name:Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.40.241:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315502}] I0703 21:56:19.699991 3314 services_controller.go:451] Built service openshift-service-ca-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-service-ca-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.94.176", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.699972 3314 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 94edfcd8-f3d0-4929-9096-397fe2f9e4ac 3464 0 2026-07-03 21:47:29 +0000 UTC map[app:insights-operator] map[capability.openshift.io/name:Insights exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-insights-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738720b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: insights-operator,},ClusterIP:172.30.79.76,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.76],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.700018 3314 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.700026 3314 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:19.700032 3314 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:19.700032 3314 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.700041 3314 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.76"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.700036 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315502}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.700051 3314 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.700043 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-service-ca-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.94.176", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.700061 3314 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.700077 3314 services_controller.go:451] Built service openshift-insights/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-insights/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.79.76", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.700060 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-kube-storage-version-migrator-operator/metrics]} name:Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.40.241:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315502} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315502}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.700105 3314 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.700116 3314 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:19.700098 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-service-ca-operator/metrics]} name:Service_openshift-service-ca-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.94.176:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315503}] I0703 21:56:19.700124 3314 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.700133 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-insights/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.79.76", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.700089 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"} I0703 21:56:19.700178 3314 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.16101ms I0703 21:56:19.700192 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:19.700193 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"} I0703 21:56:19.700213 3314 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 770.816µs I0703 21:56:19.700191 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-insights/metrics]} name:Service_openshift-insights/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.79.76:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315504}] I0703 21:56:19.700199 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315503}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.700231 3314 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:19.700201 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator d2a884c1-ebaf-40fe-89fc-2feeddf9bd88 758 0 2026-07-03 21:46:56 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387b1b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-operator,},ClusterIP:172.30.162.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.700236 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-service-ca-operator/metrics]} name:Service_openshift-service-ca-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.94.176:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315503} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315503}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.700274 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:19.700287 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.128"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.700302 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.700242 3314 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 089de690-5467-4566-b14f-2337f9d182a8 974 0 2026-07-03 21:47:03 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377e7f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-apiserver-operator,},ClusterIP:172.30.161.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.700309 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.700320 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.162.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.700329 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:19.700247 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315504}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.700342 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:19.700348 3314 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.700367 3314 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.700355 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:19.700379 3314 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.700385 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.700352 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-insights/metrics]} name:Service_openshift-insights/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.79.76:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315504} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315504}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.700399 3314 services_controller.go:451] Built service openshift-apiserver-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.161.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.700397 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.162.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.700429 3314 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.700443 3314 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:19.700455 3314 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.700472 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-apiserver-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.161.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.700571 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-apiserver-operator/metrics]} name:Service_openshift-apiserver-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.161.42:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315506}] I0703 21:56:19.700469 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-machine-config-operator/machine-config-operator]} name:Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.162.128:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315505}] I0703 21:56:19.700718 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315505}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.700757 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"} I0703 21:56:19.700782 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.110706ms I0703 21:56:19.700740 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-machine-config-operator/machine-config-operator]} name:Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.162.128:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315505} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315505}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.700794 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:19.700800 3314 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 6.288µs I0703 21:56:19.700806 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:19.700664 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315506}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.700811 3314 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics 1107bce0-6bcb-4753-88a3-1734c2f8b343 3941 0 2026-07-03 21:47:41 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387dc7 0xc007387dc8}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 8080 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: network-check-target,},ClusterIP:172.30.108.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.700926 3314 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:19.700956 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"} I0703 21:56:19.700967 3314 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.108.58"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.700978 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.120947ms I0703 21:56:19.700984 3314 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.700995 3314 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:19.701051 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0703 21:56:19.701075 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 1.116656ms I0703 21:56:19.701090 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:19.700995 3314 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.701186 3314 services_controller.go:451] Built service openshift-network-diagnostics/network-check-target cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-diagnostics/network-check-target_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.108.58", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.701221 3314 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:19.701224 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"} I0703 21:56:19.701234 3314 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:19.701241 3314 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.047869ms I0703 21:56:19.701245 3314 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.701259 3314 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:19.701257 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-network-diagnostics/network-check-target_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.108.58", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.701270 3314 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 66c5c03f-9e0a-488e-bc46-a11425b5dfe8 1384 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.201.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.701345 3314 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.128.238] []}] I0703 21:56:19.701009 3314 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48204ab9-9a33-409d-8ddf-2f8da190dd7c 641 0 2026-07-03 21:46:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386007 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.9.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.701364 3314 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:19.701377 3314 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:19.701395 3314 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.183"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.701411 3314 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.701421 3314 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.700845 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-apiserver-operator/metrics]} name:Service_openshift-apiserver-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.161.42:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315506} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315506}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.701438 3314 services_controller.go:451] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.9.183", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.701467 3314 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.701478 3314 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:19.701494 3314 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.701325 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-network-diagnostics/network-check-target]} name:Service_openshift-network-diagnostics/network-check-target_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.108.58:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315507}] I0703 21:56:19.701375 3314 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.128.238"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.701517 3314 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.701508 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.9.183", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.701543 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315507}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.701100 3314 services_controller.go:434] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{csi-snapshot-controller-operator-metrics openshift-cluster-storage-operator 633edb85-41be-458e-a1f4-f415afea9fe1 866 0 2026-07-03 21:46:59 +0000 UTC map[app:csi-snapshot-controller-operator] map[capability.openshift.io/name:CSISnapshot include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073866a7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.180.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.180.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.701569 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-authentication-operator/metrics]} name:Service_openshift-authentication-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.9.183:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315508}] I0703 21:56:19.701599 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:19.701612 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.180.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.701640 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.701629 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315508}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.701668 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.701584 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-network-diagnostics/network-check-target]} name:Service_openshift-network-diagnostics/network-check-target_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.108.58:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315507} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315507}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.701684 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.180.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.701707 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.701674 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-authentication-operator/metrics]} name:Service_openshift-authentication-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.9.183:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315508} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315508}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.701714 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:19.701724 3314 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.701737 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.180.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.701806 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics]} name:Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.180.144:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315509}] I0703 21:56:19.701867 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315509}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.701891 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics]} name:Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.180.144:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315509} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315509}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.701964 3314 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:19.701973 3314 services_controller.go:452] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.201.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.128.238", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:19.702001 3314 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:19.702012 3314 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:19.702024 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.201.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.128.238", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:19.702080 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"} I0703 21:56:19.702115 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.875964ms I0703 21:56:19.702134 3314 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:19.702141 3314 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 8b115f33-e165-43a6-bb1c-27d364bd8e87 1894 0 2026-07-03 21:47:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073867ef }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-config-operator,},ClusterIP:172.30.245.205,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.205],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:19.702233 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"} I0703 21:56:19.702283 3314 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.474699ms I0703 21:56:19.702302 3314 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:19.702309 3314 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.25µs I0703 21:56:19.702259 3314 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:19.702327 3314 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.245.205"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:19.702345 3314 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:19.702353 3314 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:19.702361 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"} I0703 21:56:19.702384 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.3885ms I0703 21:56:19.702177 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/openshift-apiserver]} name:Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.201.135:443:172.30.128.238:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315510}] I0703 21:56:19.702371 3314 services_controller.go:451] Built service openshift-config-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-config-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.245.205", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.702406 3314 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:19.702418 3314 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:19.702429 3314 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:19.702425 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315510}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.702442 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-config-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.245.205", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:19.702507 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"} I0703 21:56:19.702525 3314 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.435058ms I0703 21:56:19.702522 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-config-operator/metrics]} name:Service_openshift-config-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.245.205:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315511}] I0703 21:56:19.702545 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315510}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.702576 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315511}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.702575 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/openshift-apiserver]} name:Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.201.135:443:172.30.128.238:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315510} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315510}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315510}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.702600 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-config-operator/metrics]} name:Service_openshift-config-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.245.205:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315511} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315511}]}}] Timeout: Where:[where column _uuid == {4bd7f4ac-8477-4edd-a1bc-7e07d3743841}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.703140 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0703 21:56:19.703162 3314 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 1.904288ms I0703 21:56:19.703467 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"} I0703 21:56:19.703489 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.355133ms I0703 21:56:19.711936 3314 pod.go:62] [openshift-network-diagnostics/network-check-target-6qpbd] pod update took 17.75113ms I0703 21:56:19.711953 3314 base_network_controller_pods.go:921] [default/openshift-network-diagnostics/network-check-target-6qpbd] addLogicalPort annotation time took 17.772234ms I0703 21:56:19.711996 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]} external_ids:{GoMap:map[namespace:openshift-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-6qpbd options:{GoMap:map[iface-id-ver:99c00e0b-45fd-4c98-a0da-a2b492365a92 requested-chassis:ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315512}] I0703 21:56:19.712035 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315512}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.712074 3314 address_set.go:575] (u3000315439/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.3]) to address set I0703 21:56:19.712095 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.128.0.3]}}] Timeout: Where:[where column _uuid == {d6acaf64-e2dc-48a7-b58e-46a83de7e844}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.712130 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315512}]}}] Timeout: Where:[where column _uuid == {94849607-3cf0-4859-b941-9db34bca0f39}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.712202 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315513}] I0703 21:56:19.712232 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u3000315513}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.712247 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]} external_ids:{GoMap:map[namespace:openshift-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-6qpbd options:{GoMap:map[iface-id-ver:99c00e0b-45fd-4c98-a0da-a2b492365a92 requested-chassis:ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315512} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315512}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.128.0.3]}}] Timeout: Where:[where column _uuid == {d6acaf64-e2dc-48a7-b58e-46a83de7e844}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315512}]}}] Timeout: Where:[where column _uuid == {94849607-3cf0-4859-b941-9db34bca0f39}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315513} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u3000315513}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.713022 3314 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-6qpbd): added port &{name:openshift-network-diagnostics_network-check-target-6qpbd uuid:83faa3a9-ff1b-4232-889a-0e40b531535c logicalSwitch:ip-10-0-2-164.ec2.internal ips:[0xc0092d5d70] mac:[10 88 10 128 0 3] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.3/23] and MAC: 0a:58:0a:80:00:03 I0703 21:56:19.713053 3314 pods.go:252] [openshift-network-diagnostics/network-check-target-6qpbd] addLogicalPort took 18.998473ms, libovsdb time 764.414µs I0703 21:56:19.713066 3314 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-6qpbd took: 19.032992ms I0703 21:56:19.713072 3314 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:19.713079 3314 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:19.713087 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:19.713097 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jn27j in node ip-10-0-0-161.ec2.internal I0703 21:56:19.713104 3314 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-jn27j took: 9.219µs I0703 21:56:19.713110 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:19.713118 3314 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-cb5ss I0703 21:56:19.713132 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-cb5ss I0703 21:56:19.713143 3314 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-cb5ss in node ip-10-0-0-161.ec2.internal I0703 21:56:19.713161 3314 obj_retry.go:546] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-cb5ss, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-cb5ss: suppressed error logged: pod openshift-network-diagnostics/network-check-target-cb5ss: no pod IPs found I0703 21:56:19.713381 3314 pod.go:62] [openshift-multus/network-metrics-daemon-qwd5g] pod update took 18.356374ms I0703 21:56:19.713402 3314 base_network_controller_pods.go:921] [default/openshift-multus/network-metrics-daemon-qwd5g] addLogicalPort annotation time took 18.379781ms I0703 21:56:19.713459 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]} external_ids:{GoMap:map[namespace:openshift-multus pod:true]} name:openshift-multus_network-metrics-daemon-qwd5g options:{GoMap:map[iface-id-ver:0ff05777-0812-4d97-b4fa-75858b3df0a7 requested-chassis:ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315514}] I0703 21:56:19.713506 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315514}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.713545 3314 address_set.go:575] (u3000315399/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.4]) to address set I0703 21:56:19.713568 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.128.0.4]}}] Timeout: Where:[where column _uuid == {1c18fd34-b08f-455d-866b-8d86d70d0dda}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.713599 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315514}]}}] Timeout: Where:[where column _uuid == {42285e7a-fc91-460c-bbda-54723402d0c6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.713732 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315515}] I0703 21:56:19.713779 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u3000315515}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.713796 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]} external_ids:{GoMap:map[namespace:openshift-multus pod:true]} name:openshift-multus_network-metrics-daemon-qwd5g options:{GoMap:map[iface-id-ver:0ff05777-0812-4d97-b4fa-75858b3df0a7 requested-chassis:ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315514} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315514}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.128.0.4]}}] Timeout: Where:[where column _uuid == {1c18fd34-b08f-455d-866b-8d86d70d0dda}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315514}]}}] Timeout: Where:[where column _uuid == {42285e7a-fc91-460c-bbda-54723402d0c6}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315515} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u3000315515}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.714480 3314 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-qwd5g): added port &{name:openshift-multus_network-metrics-daemon-qwd5g uuid:bdfddd1d-dba3-4a67-8b0a-8ba8ef83cb5c logicalSwitch:ip-10-0-2-164.ec2.internal ips:[0xc00976e510] mac:[10 88 10 128 0 4] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.4/23] and MAC: 0a:58:0a:80:00:04 I0703 21:56:19.714502 3314 pods.go:252] [openshift-multus/network-metrics-daemon-qwd5g] addLogicalPort took 19.982775ms, libovsdb time 674.227µs I0703 21:56:19.714513 3314 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-qwd5g took: 20.006168ms I0703 21:56:19.714521 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:19.714531 3314 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-mkn5h I0703 21:56:19.714546 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-mkn5h I0703 21:56:19.714558 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-mkn5h in node ip-10-0-1-32.ec2.internal I0703 21:56:19.714567 3314 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-mkn5h took: 11.383µs I0703 21:56:19.714573 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-mkn5h I0703 21:56:19.714589 3314 factory.go:1336] Added *v1.Pod event handler 3 I0703 21:56:19.714612 3314 admin_network_policy_controller.go:133] Setting up event handlers for Admin Network Policy I0703 21:56:19.714615 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:19.714626 3314 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:19.714629 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:19.714637 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:19.714640 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:19.714677 3314 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-6qpbd in node ip-10-0-2-164.ec2.internal I0703 21:56:19.714677 3314 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0703 21:56:19.714687 3314 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:19.714687 3314 admin_network_policy_controller.go:151] Setting up event handlers for Baseline Admin Network Policy I0703 21:56:19.714691 3314 obj_retry.go:409] Going to retry *v1.Pod resource setup for 4 objects: [openshift-multus/network-metrics-daemon-m6p8c openshift-network-diagnostics/network-check-target-k6ppm openshift-multus/network-metrics-daemon-gh28j openshift-network-diagnostics/network-check-target-cb5ss] I0703 21:56:19.714702 3314 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 21:56:19.714716 3314 obj_retry.go:285] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-cb5ss before timer (time: 2026-07-03 21:56:20.875138534 +0000 UTC m=+2.998112837): skip I0703 21:56:19.714678 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:19.714735 3314 admin_network_policy_controller.go:168] Setting up event handlers for Namespaces in Admin Network Policy controller I0703 21:56:19.714748 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-qwd5g in node ip-10-0-2-164.ec2.internal I0703 21:56:19.714755 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:19.714750 3314 obj_retry.go:285] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-k6ppm before timer (time: 2026-07-03 21:56:20.730259268 +0000 UTC m=+2.853233574): skip I0703 21:56:19.714769 3314 obj_retry.go:285] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-m6p8c before timer (time: 2026-07-03 21:56:20.89895874 +0000 UTC m=+3.021933049): skip I0703 21:56:19.714774 3314 obj_retry.go:285] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-gh28j before timer (time: 2026-07-03 21:56:21.062427543 +0000 UTC m=+3.185401846): skip I0703 21:56:19.714793 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0703 21:56:19.714792 3314 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 99.591µs) I0703 21:56:19.714804 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0703 21:56:19.714818 3314 admin_network_policy_controller.go:184] Setting up event handlers for Pods in Admin Network Policy controller I0703 21:56:19.714818 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane I0703 21:56:19.714898 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0703 21:56:19.714899 3314 admin_network_policy_controller.go:200] Setting up event handlers for Nodes in Admin Network Policy controller I0703 21:56:19.714906 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-infra I0703 21:56:19.714912 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress I0703 21:56:19.714918 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0703 21:56:19.714922 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication I0703 21:56:19.714926 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-logging I0703 21:56:19.714931 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-api I0703 21:56:19.714936 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0703 21:56:19.714939 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0703 21:56:19.714943 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-system I0703 21:56:19.714947 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0703 21:56:19.714952 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0703 21:56:19.714956 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0703 21:56:19.714960 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0703 21:56:19.714965 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0703 21:56:19.714971 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators I0703 21:56:19.714976 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f I0703 21:56:19.714979 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-cb5ss I0703 21:56:19.714985 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0703 21:56:19.714991 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0703 21:56:19.714997 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0703 21:56:19.714998 3314 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-0-161.ec2.internal I0703 21:56:19.715003 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-console I0703 21:56:19.715009 3314 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-1-32.ec2.internal I0703 21:56:19.715016 3314 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-2-164.ec2.internal I0703 21:56:19.715009 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0703 21:56:19.715025 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0703 21:56:19.715030 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0703 21:56:19.715036 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-public I0703 21:56:19.715041 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift I0703 21:56:19.715045 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0703 21:56:19.714986 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal I0703 21:56:19.715047 3314 admin_network_policy_controller.go:226] Starting controller default-network-controller I0703 21:56:19.715049 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0703 21:56:19.715052 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-7c8cb786cd-jj6k6 I0703 21:56:19.715055 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0703 21:56:19.715057 3314 admin_network_policy_controller.go:229] Waiting for informer caches to sync I0703 21:56:19.715059 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0703 21:56:19.715064 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-multus I0703 21:56:19.715070 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-operator I0703 21:56:19.715076 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0703 21:56:19.715058 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-67x4f I0703 21:56:19.715082 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-package-operator I0703 21:56:19.715087 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0703 21:56:19.715088 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal I0703 21:56:19.715090 3314 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0703 21:56:19.715095 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-operator I0703 21:56:19.715104 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0703 21:56:19.715104 3314 shared_informer.go:320] Caches are synced for default-network-controller I0703 21:56:19.715110 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-image-registry I0703 21:56:19.715113 3314 admin_network_policy_controller.go:236] Repairing Admin Network Policies I0703 21:56:19.715135 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:NetpolDefault:allow-hairpinning:Ingress k8s.ovn.org/name:allow-hairpinning k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolDefault]} log:false match:ip4.src == 169.254.0.5 meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315516}] I0703 21:56:19.715114 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-node-lease I0703 21:56:19.715207 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0703 21:56:19.715212 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0703 21:56:19.715193 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:NetpolDefault:allow-hairpinning:Egress k8s.ovn.org/name:allow-hairpinning k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolDefault]} log:false match:ip4.src == 169.254.0.5 meter:{GoSet:[acl-logging]} options:{GoMap:map[apply-after-lb:true]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315517}] I0703 21:56:19.715216 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0703 21:56:19.715097 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-mkn5h I0703 21:56:19.715225 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0703 21:56:19.715227 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-gh28j I0703 21:56:19.715229 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller default I0703 21:56:19.715238 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-ai-agent I0703 21:56:19.715243 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0703 21:56:19.715247 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0703 21:56:19.715241 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315516} {GoUUID:u3000315517}]}}] Timeout: Where:[where column _uuid == {58b64f44-3cc7-4168-a748-3c273342f683}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.715253 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0703 21:56:19.715257 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0703 21:56:19.715261 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-monitoring I0703 21:56:19.715267 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0703 21:56:19.715272 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0703 21:56:19.715277 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-operator I0703 21:56:19.715283 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-marketplace I0703 21:56:19.715290 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0703 21:56:19.715293 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal I0703 21:56:19.715297 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0703 21:56:19.715256 3314 transact.go:42] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:NetpolDefault:allow-hairpinning:Ingress k8s.ovn.org/name:allow-hairpinning k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolDefault]} log:false match:ip4.src == 169.254.0.5 meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315516} {Op:insert Table:ACL Row:map[action:allow-related direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:NetpolDefault:allow-hairpinning:Egress k8s.ovn.org/name:allow-hairpinning k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolDefault]} log:false match:ip4.src == 169.254.0.5 meter:{GoSet:[acl-logging]} options:{GoMap:map[apply-after-lb:true]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315517} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315516} {GoUUID:u3000315517}]}}] Timeout: Where:[where column _uuid == {58b64f44-3cc7-4168-a748-3c273342f683}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.715357 3314 repair.go:27] Repairing admin network policies took 236.723µs I0703 21:56:19.715300 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b I0703 21:56:19.715375 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-555b4fd489-5xjds I0703 21:56:19.715380 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-4hcjj I0703 21:56:19.715384 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:19.715388 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:19.715300 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns I0703 21:56:19.715392 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:19.715398 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-v9p9f I0703 21:56:19.715404 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:19.715410 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-7c8cb786cd-qnbjx I0703 21:56:19.715398 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-insights I0703 21:56:19.715416 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-56b7l I0703 21:56:19.715421 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-node I0703 21:56:19.715423 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-qgpv6 I0703 21:56:19.715429 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:19.715429 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0703 21:56:19.715435 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-q7822 I0703 21:56:19.715436 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller dedicated-admin I0703 21:56:19.715442 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:19.715445 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0703 21:56:19.715449 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:19.715452 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-managed I0703 21:56:19.715455 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:19.715458 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0703 21:56:19.715462 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 I0703 21:56:19.715465 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0703 21:56:19.715468 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-cfcmz I0703 21:56:19.715470 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver I0703 21:56:19.715475 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn I0703 21:56:19.715477 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0703 21:56:19.715482 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console I0703 21:56:19.715484 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-2h2rk I0703 21:56:19.715489 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-host-network I0703 21:56:19.715493 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-c99h8 I0703 21:56:19.715495 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0703 21:56:19.715499 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal I0703 21:56:19.715502 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-etcd I0703 21:56:19.715506 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:19.715508 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0703 21:56:19.715512 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:19.715515 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0703 21:56:19.715519 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-w2kx5 I0703 21:56:19.715528 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-fhtzh I0703 21:56:19.715533 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-nhlzz I0703 21:56:19.715538 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:19.715540 3314 repair.go:90] Repairing baseline admin network policies took 171.095µs I0703 21:56:19.715551 3314 admin_network_policy_controller.go:249] Starting Admin Network Policy workers I0703 21:56:19.715561 3314 admin_network_policy_controller.go:260] Starting Baseline Admin Network Policy workers I0703 21:56:19.715542 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-z874b I0703 21:56:19.715571 3314 admin_network_policy_controller.go:271] Starting Namespace Admin Network Policy workers I0703 21:56:19.715575 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:19.715520 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0703 21:56:19.715589 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0703 21:56:19.715582 3314 admin_network_policy_controller.go:282] Starting Pod Admin Network Policy workers I0703 21:56:19.715602 3314 admin_network_policy_controller.go:293] Starting Node Admin Network Policy workers I0703 21:56:19.715629 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0703 21:56:19.715640 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 10.295µs I0703 21:56:19.715690 3314 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-161.ec2.internal in Admin Network Policy controller I0703 21:56:19.715707 3314 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-161.ec2.internal Admin Network Policy controller: took 16.734µs I0703 21:56:19.715730 3314 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-32.ec2.internal in Admin Network Policy controller I0703 21:56:19.715737 3314 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-32.ec2.internal Admin Network Policy controller: took 7.252µs I0703 21:56:19.715744 3314 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-164.ec2.internal in Admin Network Policy controller I0703 21:56:19.715694 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0703 21:56:19.715761 3314 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config I0703 21:56:19.715749 3314 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-164.ec2.internal Admin Network Policy controller: took 4.943µs I0703 21:56:19.715777 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0703 21:56:19.715784 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 6.868µs I0703 21:56:19.715791 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0703 21:56:19.715794 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 3.461µs I0703 21:56:19.715799 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0703 21:56:19.715802 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 3.104µs I0703 21:56:19.715807 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0703 21:56:19.715810 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 3.077µs I0703 21:56:19.715818 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0703 21:56:19.715823 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 7.101µs I0703 21:56:19.715829 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0703 21:56:19.715833 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 3.558µs I0703 21:56:19.715837 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0703 21:56:19.715840 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 3.045µs I0703 21:56:19.715844 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0703 21:56:19.715847 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 3.085µs I0703 21:56:19.715851 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0703 21:56:19.715854 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 2.935µs I0703 21:56:19.715859 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0703 21:56:19.715862 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 3.053µs I0703 21:56:19.715867 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0703 21:56:19.715872 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 4.157µs I0703 21:56:19.715877 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0703 21:56:19.715881 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 3.986µs I0703 21:56:19.715888 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0703 21:56:19.715893 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 4.978µs I0703 21:56:19.715900 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0703 21:56:19.715905 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 4.704µs I0703 21:56:19.715911 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0703 21:56:19.715914 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 4.109µs I0703 21:56:19.715919 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0703 21:56:19.715922 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 3.059µs I0703 21:56:19.715926 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0703 21:56:19.715928 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 2.828µs I0703 21:56:19.715933 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0703 21:56:19.715936 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 3.189µs I0703 21:56:19.715940 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f in Admin Network Policy controller I0703 21:56:19.715943 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f Admin Network Policy controller: took 3.044µs I0703 21:56:19.715947 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0703 21:56:19.715950 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 3.306µs I0703 21:56:19.715950 3314 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 21:56:19.715954 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0703 21:56:19.715957 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 3.202µs I0703 21:56:19.715959 3314 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 21:56:19.715962 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0703 21:56:19.715965 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 3.376µs I0703 21:56:19.715970 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0703 21:56:19.715973 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 3.863µs I0703 21:56:19.715979 3314 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0703 21:56:19.715980 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0703 21:56:19.715986 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 6.029µs I0703 21:56:19.715992 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0703 21:56:19.715995 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 3.17µs I0703 21:56:19.715999 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0703 21:56:19.716002 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 3.073µs I0703 21:56:19.716006 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0703 21:56:19.716009 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 3.111µs I0703 21:56:19.716015 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0703 21:56:19.716017 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 3.404µs I0703 21:56:19.716021 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0703 21:56:19.715990 3314 base_network_controller_policy.go:999] Network policy ingress is {Ports:[] From:[{PodSelector:nil NamespaceSelector:&LabelSelector{MatchLabels:map[string]string{name: openshift-insights,},MatchExpressions:[]LabelSelectorRequirement{},} IPBlock:nil}]} I0703 21:56:19.716024 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 2.854µs I0703 21:56:19.716029 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0703 21:56:19.716029 3314 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0703 21:56:19.716032 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 3.19µs I0703 21:56:19.716036 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0703 21:56:19.716039 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 3.015µs I0703 21:56:19.716044 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0703 21:56:19.716047 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 3.043µs I0703 21:56:19.716051 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0703 21:56:19.716055 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 3.971µs I0703 21:56:19.716062 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0703 21:56:19.716066 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 4.708µs I0703 21:56:19.716071 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0703 21:56:19.716073 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 2.84µs I0703 21:56:19.716077 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0703 21:56:19.716080 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 3.023µs I0703 21:56:19.716085 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0703 21:56:19.716088 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 2.937µs I0703 21:56:19.716092 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0703 21:56:19.716094 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 2.771µs I0703 21:56:19.716099 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0703 21:56:19.716102 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 3.219µs I0703 21:56:19.716084 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Ingress:defaultDeny k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace type:defaultDeny]} log:false match:outport == @a14674845186559713181 meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:Ingress]} priority:1000 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315518}] I0703 21:56:19.716106 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0703 21:56:19.716109 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 3.866µs I0703 21:56:19.716114 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0703 21:56:19.716117 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 3.655µs I0703 21:56:19.716121 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0703 21:56:19.716124 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 2.768µs I0703 21:56:19.716129 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0703 21:56:19.716134 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 4.385µs I0703 21:56:19.716141 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0703 21:56:19.716127 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Ingress:arpAllow k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace type:arpAllow]} log:false match:outport == @a14674845186559713181 && (arp || nd) meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:Ingress]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315519}] I0703 21:56:19.716145 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 5.741µs I0703 21:56:19.716155 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0703 21:56:19.716158 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 3.126µs I0703 21:56:19.716162 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0703 21:56:19.716165 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 3.129µs I0703 21:56:19.716169 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-ai-agent in Admin Network Policy controller I0703 21:56:19.716172 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-ai-agent Admin Network Policy controller: took 3.033µs I0703 21:56:19.716176 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0703 21:56:19.716179 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 3.102µs I0703 21:56:19.716183 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0703 21:56:19.716166 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:drop direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Egress:defaultDeny k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace type:defaultDeny]} log:false match:inport == @a13564377992334302477 meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:Egress]} options:{GoMap:map[apply-after-lb:true]} priority:1000 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315520}] I0703 21:56:19.716186 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 2.91µs I0703 21:56:19.716190 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0703 21:56:19.716193 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 2.784µs I0703 21:56:19.716196 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0703 21:56:19.716200 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 3.293µs I0703 21:56:19.716203 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0703 21:56:19.716207 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 3.233µs I0703 21:56:19.716214 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0703 21:56:19.716218 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 4.745µs I0703 21:56:19.716207 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Egress:arpAllow k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace type:arpAllow]} log:false match:inport == @a13564377992334302477 && (arp || nd) meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:Egress]} options:{GoMap:map[apply-after-lb:true]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315521}] I0703 21:56:19.716224 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0703 21:56:19.716228 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 4.581µs I0703 21:56:19.716237 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0703 21:56:19.716240 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 3.13µs I0703 21:56:19.716243 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0703 21:56:19.716246 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 2.831µs I0703 21:56:19.716250 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0703 21:56:19.716253 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 3.002µs I0703 21:56:19.716244 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3000315518} {GoUUID:u3000315519}]} external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Ingress k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace]} name:a14674845186559713181] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315522}] I0703 21:56:19.716258 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0703 21:56:19.716261 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 3.236µs I0703 21:56:19.716265 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0703 21:56:19.716269 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 3.734µs I0703 21:56:19.716273 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0703 21:56:19.716276 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 3.243µs I0703 21:56:19.716269 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3000315520} {GoUUID:u3000315521}]} external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Egress k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace]} name:a13564377992334302477] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315523}] I0703 21:56:19.716280 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0703 21:56:19.716350 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 70.16µs I0703 21:56:19.716356 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0703 21:56:19.716359 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 3.059µs I0703 21:56:19.716364 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0703 21:56:19.716286 3314 transact.go:42] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Ingress:defaultDeny k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace type:defaultDeny]} log:false match:outport == @a14674845186559713181 meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:Ingress]} priority:1000 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315518} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Ingress:arpAllow k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace type:arpAllow]} log:false match:outport == @a14674845186559713181 && (arp || nd) meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:Ingress]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315519} {Op:insert Table:ACL Row:map[action:drop direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Egress:defaultDeny k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace type:defaultDeny]} log:false match:inport == @a13564377992334302477 meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:Egress]} options:{GoMap:map[apply-after-lb:true]} priority:1000 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315520} {Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Egress:arpAllow k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace type:arpAllow]} log:false match:inport == @a13564377992334302477 && (arp || nd) meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:Egress]} options:{GoMap:map[apply-after-lb:true]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315521} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3000315518} {GoUUID:u3000315519}]} external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Ingress k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace]} name:a14674845186559713181] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315522} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3000315520} {GoUUID:u3000315521}]} external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:NetpolNamespace:openshift-deployment-validation-operator:Egress k8s.ovn.org/name:openshift-deployment-validation-operator k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNamespace]} name:a13564377992334302477] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315523}] I0703 21:56:19.716369 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 4.681µs I0703 21:56:19.716378 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0703 21:56:19.716382 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 4.648µs I0703 21:56:19.716386 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0703 21:56:19.716389 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 2.931µs I0703 21:56:19.716393 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0703 21:56:19.716396 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 2.946µs I0703 21:56:19.716400 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0703 21:56:19.716403 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 2.802µs I0703 21:56:19.716407 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0703 21:56:19.716409 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 3.051µs I0703 21:56:19.716413 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0703 21:56:19.716416 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 2.993µs I0703 21:56:19.716420 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0703 21:56:19.716423 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 3.429µs I0703 21:56:19.716427 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0703 21:56:19.716430 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 2.868µs I0703 21:56:19.716439 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0703 21:56:19.716444 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 3.952µs I0703 21:56:19.716451 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0703 21:56:19.716455 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 4.68µs I0703 21:56:19.716460 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0703 21:56:19.716463 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 2.788µs I0703 21:56:19.716468 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0703 21:56:19.716470 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 2.932µs I0703 21:56:19.716475 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0703 21:56:19.716477 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 3.144µs I0703 21:56:19.716482 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0703 21:56:19.716484 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 3.515µs I0703 21:56:19.716488 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0703 21:56:19.716491 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 2.891µs I0703 21:56:19.716495 3314 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0703 21:56:19.716498 3314 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 2.652µs I0703 21:56:19.716509 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-cb5ss in Admin Network Policy controller I0703 21:56:19.716527 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-cb5ss Admin Network Policy controller: took 21.518µs I0703 21:56:19.716541 3314 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal in Admin Network Policy controller I0703 21:56:19.716551 3314 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal Admin Network Policy controller: took 9.575µs I0703 21:56:19.716558 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-7c8cb786cd-jj6k6 in Admin Network Policy controller I0703 21:56:19.716565 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-7c8cb786cd-jj6k6 Admin Network Policy controller: took 7.291µs I0703 21:56:19.716574 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-67x4f in Admin Network Policy controller I0703 21:56:19.716580 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-67x4f Admin Network Policy controller: took 6.891µs I0703 21:56:19.716588 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal in Admin Network Policy controller I0703 21:56:19.716598 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal Admin Network Policy controller: took 10.206µs I0703 21:56:19.716607 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-mkn5h in Admin Network Policy controller I0703 21:56:19.716613 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-mkn5h Admin Network Policy controller: took 6.914µs I0703 21:56:19.716621 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-gh28j in Admin Network Policy controller I0703 21:56:19.716626 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-gh28j Admin Network Policy controller: took 6.712µs I0703 21:56:19.716634 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal in Admin Network Policy controller I0703 21:56:19.716640 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal Admin Network Policy controller: took 6.229µs I0703 21:56:19.716664 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b in Admin Network Policy controller I0703 21:56:19.716672 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b Admin Network Policy controller: took 24.254µs I0703 21:56:19.716680 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-555b4fd489-5xjds in Admin Network Policy controller I0703 21:56:19.716686 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-555b4fd489-5xjds Admin Network Policy controller: took 5.732µs I0703 21:56:19.716693 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-4hcjj in Admin Network Policy controller I0703 21:56:19.716699 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-4hcjj Admin Network Policy controller: took 6.094µs I0703 21:56:19.716707 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-6qpbd in Admin Network Policy controller I0703 21:56:19.716712 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-6qpbd Admin Network Policy controller: took 5.628µs I0703 21:56:19.716719 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-k6ppm in Admin Network Policy controller I0703 21:56:19.716724 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-k6ppm Admin Network Policy controller: took 5.548µs I0703 21:56:19.716731 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 in Admin Network Policy controller I0703 21:56:19.716737 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 Admin Network Policy controller: took 6.008µs I0703 21:56:19.716746 3314 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-v9p9f in Admin Network Policy controller I0703 21:56:19.716752 3314 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-v9p9f Admin Network Policy controller: took 7.962µs I0703 21:56:19.716759 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 in Admin Network Policy controller I0703 21:56:19.716765 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 Admin Network Policy controller: took 6.052µs I0703 21:56:19.716772 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-7c8cb786cd-qnbjx in Admin Network Policy controller I0703 21:56:19.716778 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-7c8cb786cd-qnbjx Admin Network Policy controller: took 5.891µs I0703 21:56:19.716786 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-56b7l in Admin Network Policy controller I0703 21:56:19.716791 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-56b7l Admin Network Policy controller: took 5.918µs I0703 21:56:19.716799 3314 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-qgpv6 in Admin Network Policy controller I0703 21:56:19.716805 3314 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-qgpv6 Admin Network Policy controller: took 6.06µs I0703 21:56:19.716812 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-x4t45 in Admin Network Policy controller I0703 21:56:19.716818 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-x4t45 Admin Network Policy controller: took 6.01µs I0703 21:56:19.716825 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-q7822 in Admin Network Policy controller I0703 21:56:19.716832 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-q7822 Admin Network Policy controller: took 5.771µs I0703 21:56:19.716839 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-dnznf in Admin Network Policy controller I0703 21:56:19.716845 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-dnznf Admin Network Policy controller: took 6.348µs I0703 21:56:19.716852 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-jn27j in Admin Network Policy controller I0703 21:56:19.716859 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-jn27j Admin Network Policy controller: took 5.826µs I0703 21:56:19.716866 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-m78cq in Admin Network Policy controller I0703 21:56:19.716872 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-m78cq Admin Network Policy controller: took 5.959µs I0703 21:56:19.716879 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 in Admin Network Policy controller I0703 21:56:19.716885 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 Admin Network Policy controller: took 6.18µs I0703 21:56:19.716892 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-cfcmz in Admin Network Policy controller I0703 21:56:19.716897 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-cfcmz Admin Network Policy controller: took 5.463µs I0703 21:56:19.716905 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn in Admin Network Policy controller I0703 21:56:19.716911 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn Admin Network Policy controller: took 6.2µs I0703 21:56:19.716919 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-2h2rk in Admin Network Policy controller I0703 21:56:19.716924 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-2h2rk Admin Network Policy controller: took 6.07µs I0703 21:56:19.716931 3314 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-c99h8 in Admin Network Policy controller I0703 21:56:19.716937 3314 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-c99h8 Admin Network Policy controller: took 5.442µs I0703 21:56:19.716944 3314 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal in Admin Network Policy controller I0703 21:56:19.716950 3314 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal Admin Network Policy controller: took 6.125µs I0703 21:56:19.716957 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h in Admin Network Policy controller I0703 21:56:19.716962 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h Admin Network Policy controller: took 5.728µs I0703 21:56:19.716970 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-qwd5g in Admin Network Policy controller I0703 21:56:19.716976 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-qwd5g Admin Network Policy controller: took 6.154µs I0703 21:56:19.716985 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-w2kx5 in Admin Network Policy controller I0703 21:56:19.716991 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-w2kx5 Admin Network Policy controller: took 7.678µs I0703 21:56:19.716999 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-fhtzh in Admin Network Policy controller I0703 21:56:19.717004 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-fhtzh Admin Network Policy controller: took 5.991µs I0703 21:56:19.717011 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-nhlzz in Admin Network Policy controller I0703 21:56:19.717017 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-nhlzz Admin Network Policy controller: took 5.831µs I0703 21:56:19.717025 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-bcrgl in Admin Network Policy controller I0703 21:56:19.717030 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-bcrgl Admin Network Policy controller: took 5.712µs I0703 21:56:19.717038 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-z874b in Admin Network Policy controller I0703 21:56:19.717044 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-z874b Admin Network Policy controller: took 5.798µs I0703 21:56:19.717052 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-m6p8c in Admin Network Policy controller I0703 21:56:19.717057 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-m6p8c Admin Network Policy controller: took 6.007µs I0703 21:56:19.717464 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:NetworkPolicy:openshift-deployment-validation-operator:allow-from-openshift-insights k8s.ovn.org/name:openshift-deployment-validation-operator:allow-from-openshift-insights k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetworkPolicy]} name:a16729332161098322532] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315524}] I0703 21:56:19.717490 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:NetworkPolicy:openshift-deployment-validation-operator:allow-from-openshift-insights k8s.ovn.org/name:openshift-deployment-validation-operator:allow-from-openshift-insights k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetworkPolicy]} name:a16729332161098322532] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315524}] I0703 21:56:19.717934 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[direction:Ingress gress-index:0 ip-block-index:-1 k8s.ovn.org/id:default-network-controller:NetworkPolicy:openshift-deployment-validation-operator:allow-from-openshift-insights:Ingress:0:None:-1 k8s.ovn.org/name:openshift-deployment-validation-operator:allow-from-openshift-insights k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetworkPolicy port-policy-protocol:None]} log:false match:ip4.src == {$a17978228596290493481} && outport == @a16729332161098322532 meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:allow-from-openshif]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315525}] I0703 21:56:19.718004 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315525}]}}] Timeout: Where:[where column _uuid == {7d94174e-fbc1-4b2e-abec-1b724dd08bd2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.718026 3314 transact.go:42] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[direction:Ingress gress-index:0 ip-block-index:-1 k8s.ovn.org/id:default-network-controller:NetworkPolicy:openshift-deployment-validation-operator:allow-from-openshift-insights:Ingress:0:None:-1 k8s.ovn.org/name:openshift-deployment-validation-operator:allow-from-openshift-insights k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetworkPolicy port-policy-protocol:None]} log:false match:ip4.src == {$a17978228596290493481} && outport == @a16729332161098322532 meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:allow-from-openshif]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315525} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3000315525}]}}] Timeout: Where:[where column _uuid == {7d94174e-fbc1-4b2e-abec-1b724dd08bd2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.718917 3314 obj_retry.go:512] Add event received for *factory.peerNamespaceSelector openshift-insights I0703 21:56:19.719067 3314 obj_retry.go:551] Creating *factory.peerNamespaceSelector openshift-insights took: 131.736µs I0703 21:56:19.719091 3314 factory.go:1336] Added *v1.Namespace event handler 5 I0703 21:56:19.719138 3314 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn I0703 21:56:19.719147 3314 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn took: 483ns I0703 21:56:19.719158 3314 factory.go:1336] Added *v1.Pod event handler 6 I0703 21:56:19.719165 3314 base_network_controller_policy.go:1225] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0703 21:56:19.719171 3314 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 3.206224ms I0703 21:56:19.719187 3314 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 21:56:19.719193 3314 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 21:56:19.719199 3314 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 21:56:19.719206 3314 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0703 21:56:19.719218 3314 base_network_controller_policy.go:999] Network policy ingress is {Ports:[] From:[]} I0703 21:56:19.719232 3314 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0703 21:56:19.719286 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[direction:Ingress gress-index:0 ip-block-index:-1 k8s.ovn.org/id:default-network-controller:NetworkPolicy:openshift-deployment-validation-operator:allow-from-openshift-olm:Ingress:0:None:-1 k8s.ovn.org/name:openshift-deployment-validation-operator:allow-from-openshift-olm k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetworkPolicy port-policy-protocol:None]} log:false match:ip4 && outport == @a11238171719817948789 meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:allow-from-openshif]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315526}] I0703 21:56:19.719337 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3000315526}]} external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:NetworkPolicy:openshift-deployment-validation-operator:allow-from-openshift-olm k8s.ovn.org/name:openshift-deployment-validation-operator:allow-from-openshift-olm k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetworkPolicy]} name:a11238171719817948789] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315527}] I0703 21:56:19.719367 3314 transact.go:42] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[direction:Ingress gress-index:0 ip-block-index:-1 k8s.ovn.org/id:default-network-controller:NetworkPolicy:openshift-deployment-validation-operator:allow-from-openshift-olm:Ingress:0:None:-1 k8s.ovn.org/name:openshift-deployment-validation-operator:allow-from-openshift-olm k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetworkPolicy port-policy-protocol:None]} log:false match:ip4 && outport == @a11238171719817948789 meter:{GoSet:[acl-logging]} name:{GoSet:[NP:openshift-deployment-validation-operator:allow-from-openshif]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315526} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3000315526}]} external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:NetworkPolicy:openshift-deployment-validation-operator:allow-from-openshift-olm k8s.ovn.org/name:openshift-deployment-validation-operator:allow-from-openshift-olm k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetworkPolicy]} name:a11238171719817948789] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315527}] I0703 21:56:19.720006 3314 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn I0703 21:56:19.720021 3314 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn took: 517ns I0703 21:56:19.720035 3314 factory.go:1336] Added *v1.Pod event handler 7 I0703 21:56:19.720048 3314 base_network_controller_policy.go:1225] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0703 21:56:19.720058 3314 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 854.5µs I0703 21:56:19.720064 3314 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 21:56:19.720072 3314 factory.go:1336] Added *v1.NetworkPolicy event handler 4 I0703 21:56:19.720249 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-version I0703 21:56:19.720254 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager I0703 21:56:19.720257 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0703 21:56:19.720276 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0703 21:56:19.720274 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace default I0703 21:56:19.720285 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-version took: 19.33µs I0703 21:56:19.720285 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0703 21:56:19.720291 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-user-settings took: 15.572µs I0703 21:56:19.720294 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0703 21:56:19.720300 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-ai-agent I0703 21:56:19.720301 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 14.007µs I0703 21:56:19.720303 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 1.822µs I0703 21:56:19.720302 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0703 21:56:19.720309 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-ai-agent took: 2.297µs I0703 21:56:19.720311 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0703 21:56:19.720312 3314 obj_retry.go:551] Creating *factory.egressIPNamespace default took: 18.275µs I0703 21:56:19.720317 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-infra I0703 21:56:19.720320 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 1.33µs I0703 21:56:19.720323 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0703 21:56:19.720326 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-infra took: 2.831µs I0703 21:56:19.720326 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-logging I0703 21:56:19.720333 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0703 21:56:19.720336 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-canary took: 2.199µs I0703 21:56:19.720339 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-operator I0703 21:56:19.720340 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-node I0703 21:56:19.720342 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 2.352µs I0703 21:56:19.720346 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0703 21:56:19.720347 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0703 21:56:19.720350 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0703 21:56:19.720326 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 10.346µs I0703 21:56:19.720353 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0703 21:56:19.720357 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 2.803µs I0703 21:56:19.720358 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-operator took: 10.017µs I0703 21:56:19.720362 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0703 21:56:19.720360 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-node took: 9.887µs I0703 21:56:19.720366 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0703 21:56:19.720368 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0703 21:56:19.720350 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0703 21:56:19.720372 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 3.117µs I0703 21:56:19.720376 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 10.572µs I0703 21:56:19.720337 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-logging took: 1.88µs I0703 21:56:19.720381 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-etcd I0703 21:56:19.720380 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-operator took: 2.587µs I0703 21:56:19.720322 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 22.722µs I0703 21:56:19.720387 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-console I0703 21:56:19.720391 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-etcd took: 2.255µs I0703 21:56:19.720288 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager took: 16.923µs I0703 21:56:19.720398 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0703 21:56:19.720369 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep took: 10.427µs I0703 21:56:19.720405 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 1.564µs I0703 21:56:19.720408 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-host-network I0703 21:56:19.720410 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0703 21:56:19.720415 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-host-network took: 1.95µs I0703 21:56:19.720311 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver I0703 21:56:19.720420 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config I0703 21:56:19.720422 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver took: 1.377µs I0703 21:56:19.720427 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0703 21:56:19.720434 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 1.966µs I0703 21:56:19.720440 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0703 21:56:19.720415 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 1.36µs I0703 21:56:19.720447 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cse took: 1.582µs I0703 21:56:19.720398 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-console took: 2.867µs I0703 21:56:19.720453 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0703 21:56:19.720457 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators I0703 21:56:19.720461 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 1.904µs I0703 21:56:19.720391 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0703 21:56:19.720469 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators took: 3.214µs I0703 21:56:19.720474 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 2.589µs I0703 21:56:19.720476 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0703 21:56:19.720480 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-operator I0703 21:56:19.720486 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 2.306µs I0703 21:56:19.720489 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-operator took: 2.446µs I0703 21:56:19.720337 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-insights I0703 21:56:19.720507 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-insights took: 8.572µs I0703 21:56:19.720514 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0703 21:56:19.720427 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config took: 1.992µs I0703 21:56:19.720520 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-node-identity took: 2.148µs I0703 21:56:19.720522 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0703 21:56:19.720525 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0703 21:56:19.720530 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 1.227µs I0703 21:56:19.720534 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f I0703 21:56:19.720540 3314 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f took: 2.295µs I0703 21:56:19.720544 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-operator I0703 21:56:19.720550 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-operator took: 2.163µs I0703 21:56:19.720530 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 2.911µs I0703 21:56:19.720556 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0703 21:56:19.720562 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 2.333µs I0703 21:56:19.720257 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0703 21:56:19.720575 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 5.888µs I0703 21:56:19.720580 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-managed I0703 21:56:19.720586 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-managed took: 1.375µs I0703 21:56:19.720589 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0703 21:56:19.720596 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 2.16µs I0703 21:56:19.720599 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0703 21:56:19.720606 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 2.212µs I0703 21:56:19.720610 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0703 21:56:19.720614 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication-operator took: 1.529µs I0703 21:56:19.720372 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 9.672µs I0703 21:56:19.720621 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns I0703 21:56:19.720627 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns took: 2.25µs I0703 21:56:19.720630 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0703 21:56:19.720636 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 1.806µs I0703 21:56:19.720640 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0703 21:56:19.720645 3314 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 1.642µs I0703 21:56:19.720673 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-node-lease I0703 21:56:19.720679 3314 obj_retry.go:551] Creating *factory.egressIPNamespace kube-node-lease took: 1.489µs I0703 21:56:19.720377 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 2.655µs I0703 21:56:19.720685 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-public I0703 21:56:19.720691 3314 obj_retry.go:551] Creating *factory.egressIPNamespace kube-public took: 1.768µs I0703 21:56:19.720695 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-multus I0703 21:56:19.720700 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-multus took: 2.064µs I0703 21:56:19.720327 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0703 21:56:19.720714 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 6.212µs I0703 21:56:19.720721 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0703 21:56:19.720727 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-tam took: 1.214µs I0703 21:56:19.720731 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication I0703 21:56:19.720379 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 2.878µs I0703 21:56:19.720743 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane I0703 21:56:19.720753 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane took: 1.963µs I0703 21:56:19.720757 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0703 21:56:19.720764 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 2.372µs I0703 21:56:19.720767 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift I0703 21:56:19.720773 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift took: 1.61µs I0703 21:56:19.720384 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace dedicated-admin I0703 21:56:19.720783 3314 obj_retry.go:551] Creating *factory.egressIPNamespace dedicated-admin took: 2.454µs I0703 21:56:19.720791 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress I0703 21:56:19.720798 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress took: 2.97µs I0703 21:56:19.720392 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-marketplace I0703 21:56:19.720802 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0703 21:56:19.720808 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-marketplace took: 3.166µs I0703 21:56:19.720813 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0703 21:56:19.720816 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 4.04µs I0703 21:56:19.720819 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 1.211µs I0703 21:56:19.720822 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns-operator I0703 21:56:19.720823 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0703 21:56:19.720828 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns-operator took: 1.607µs I0703 21:56:19.720829 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-csm took: 1.042µs I0703 21:56:19.720400 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-monitoring I0703 21:56:19.720833 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-package-operator I0703 21:56:19.720840 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-monitoring took: 3.594µs I0703 21:56:19.720840 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-package-operator took: 2.038µs I0703 21:56:19.720844 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0703 21:56:19.720850 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 2.162µs I0703 21:56:19.720854 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-system I0703 21:56:19.720860 3314 obj_retry.go:551] Creating *factory.egressIPNamespace kube-system took: 2.227µs I0703 21:56:19.720864 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0703 21:56:19.720873 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 3.874µs I0703 21:56:19.720493 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0703 21:56:19.720884 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators-redhat took: 1.355µs I0703 21:56:19.720373 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console I0703 21:56:19.720892 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console took: 1.852µs I0703 21:56:19.720895 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0703 21:56:19.720900 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cee took: 992ns I0703 21:56:19.720903 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-api I0703 21:56:19.720909 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-api took: 2.049µs I0703 21:56:19.720736 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication took: 1.042µs I0703 21:56:19.720916 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0703 21:56:19.720922 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 1.976µs I0703 21:56:19.720926 3314 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-image-registry I0703 21:56:19.720933 3314 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-image-registry took: 2.693µs I0703 21:56:19.720948 3314 factory.go:1336] Added *v1.Namespace event handler 8 I0703 21:56:19.721039 3314 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-qgpv6 I0703 21:56:19.721044 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-555b4fd489-5xjds I0703 21:56:19.721052 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal I0703 21:56:19.721067 3314 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-qgpv6 took: 14.685µs I0703 21:56:19.721068 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:19.721073 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-555b4fd489-5xjds took: 16.897µs I0703 21:56:19.721069 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-7c8cb786cd-qnbjx I0703 21:56:19.721079 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:19.721084 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-q7822 I0703 21:56:19.721087 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:19.721090 3314 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-v9p9f I0703 21:56:19.721093 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:19.721092 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-x4t45 took: 12.375µs I0703 21:56:19.721099 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-q7822 took: 5.683µs I0703 21:56:19.721103 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-nhlzz I0703 21:56:19.721104 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-m78cq took: 13.643µs I0703 21:56:19.721107 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-gh28j I0703 21:56:19.721111 3314 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-v9p9f took: 11.301µs I0703 21:56:19.721053 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:19.721082 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:19.721121 3314 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-c99h8 I0703 21:56:19.721123 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-gh28j took: 5.606µs I0703 21:56:19.721125 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jn27j took: 11.989µs I0703 21:56:19.721126 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-56b7l I0703 21:56:19.721129 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:19.721133 3314 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-c99h8 took: 2.439µs I0703 21:56:19.721135 3314 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal I0703 21:56:19.721137 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-st9g8 took: 11.371µs I0703 21:56:19.721141 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-67x4f I0703 21:56:19.721145 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-z874b I0703 21:56:19.721147 3314 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal took: 2.962µs I0703 21:56:19.721149 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-56b7l took: 11.3µs I0703 21:56:19.721151 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-67x4f took: 2.437µs I0703 21:56:19.721153 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 took: 12.961µs I0703 21:56:19.721156 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:19.721158 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-z874b took: 4.762µs I0703 21:56:19.721161 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:19.721115 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-cfcmz I0703 21:56:19.721165 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-dnznf took: 2.723µs I0703 21:56:19.721075 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal took: 13.414µs I0703 21:56:19.721171 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5jl9h took: 3.916µs I0703 21:56:19.721174 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-2h2rk I0703 21:56:19.721154 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-cb5ss I0703 21:56:19.721180 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-2h2rk took: 1.862µs I0703 21:56:19.721182 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-cb5ss took: 1.77µs I0703 21:56:19.721184 3314 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal I0703 21:56:19.721192 3314 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal took: 2.579µs I0703 21:56:19.721133 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-k6ppm took: 10.533µs I0703 21:56:19.721205 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 I0703 21:56:19.721218 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 took: 4.086µs I0703 21:56:19.721095 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-7c8cb786cd-qnbjx took: 10.39µs I0703 21:56:19.721231 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:19.721241 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-m6p8c took: 3.661µs I0703 21:56:19.721249 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-mkn5h I0703 21:56:19.721258 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-mkn5h took: 3.513µs I0703 21:56:19.721113 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-nhlzz took: 2.837µs I0703 21:56:19.721172 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-cfcmz took: 2.747µs I0703 21:56:19.721270 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:19.721279 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcrgl took: 2.631µs I0703 21:56:19.721076 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-fhtzh I0703 21:56:19.721295 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-fhtzh took: 2.542µs I0703 21:56:19.721116 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-4hcjj I0703 21:56:19.721309 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-4hcjj took: 6.818µs I0703 21:56:19.721317 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn I0703 21:56:19.721323 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-cbtzn took: 1.443µs I0703 21:56:19.721327 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal I0703 21:56:19.721334 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal took: 2.121µs I0703 21:56:19.721039 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b I0703 21:56:19.721347 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b took: 6.205µs I0703 21:56:19.721352 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:19.721360 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-qwd5g took: 3.189µs I0703 21:56:19.721114 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-6qpbd took: 11.796µs I0703 21:56:19.721370 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-w2kx5 I0703 21:56:19.721376 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-w2kx5 took: 1.801µs I0703 21:56:19.721380 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-7c8cb786cd-jj6k6 I0703 21:56:19.721386 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-7c8cb786cd-jj6k6 took: 1.347µs I0703 21:56:19.721398 3314 factory.go:1336] Added *v1.Pod event handler 9 I0703 21:56:19.721498 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow external_ids:{GoMap:map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Pod:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Pod k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]} match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:102] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315528}] I0703 21:56:19.721545 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315528}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.721563 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:102]] Columns:[priority match] Mutations:[] Timeout:0xc009aac0a0 Where:[where column priority == 102 where column match == ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 where column external_ids includes {map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Pod:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Pod k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:allow external_ids:{GoMap:map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Pod:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Pod k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]} match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:102] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315528} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315528}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.722198 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow external_ids:{GoMap:map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Join:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Join k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]} match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:102] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315529}] I0703 21:56:19.722261 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315529}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.722278 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:102]] Columns:[priority match] Mutations:[] Timeout:0xc009aacd40 Where:[where column priority == 102 where column match == ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 where column external_ids includes {map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Join:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Join k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:allow external_ids:{GoMap:map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Join:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Join k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]} match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:102] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315529} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315529}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.722778 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow external_ids:{GoMap:map[ip-family:ip k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-reply-traffic:ip:default k8s.ovn.org/name:EIP-No-Reroute-reply-traffic k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]} match:pkt.mark == 42 priority:102] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315530}] I0703 21:56:19.722825 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315530}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.722843 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:pkt.mark == 42 priority:102]] Columns:[priority match] Mutations:[] Timeout:0xc009aad9c0 Where:[where column priority == 102 where column match == pkt.mark == 42 where column external_ids includes {map[ip-family:ip k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-reply-traffic:ip:default k8s.ovn.org/name:EIP-No-Reroute-reply-traffic k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:allow external_ids:{GoMap:map[ip-family:ip k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-reply-traffic:ip:default k8s.ovn.org/name:EIP-No-Reroute-reply-traffic k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]} match:pkt.mark == 42 priority:102] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315530} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315530}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.723292 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:EgressIP:node-ips:v4:default k8s.ovn.org/name:node-ips k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default]} name:a712973235162149816] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315531}] I0703 21:56:19.723322 3314 address_set.go:302] New(u3000315531/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0703 21:56:19.723327 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:EgressIP:node-ips:v4:default k8s.ovn.org/name:node-ips k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default]} name:a712973235162149816] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315531}] I0703 21:56:19.723669 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:EgressIP:egressip-served-pods:v4:default k8s.ovn.org/name:egressip-served-pods k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default]} name:a8519615025667110816] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315532}] I0703 21:56:19.723697 3314 address_set.go:302] New(u3000315532/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0703 21:56:19.723703 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:EgressIP:egressip-served-pods:v4:default k8s.ovn.org/name:egressip-served-pods k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default]} name:a8519615025667110816] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315532}] I0703 21:56:19.723960 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:EgressService:egresssvc-served-pods:v4 k8s.ovn.org/name:egresssvc-served-pods k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressService]} name:a13607449821398607916] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315533}] I0703 21:56:19.723980 3314 address_set.go:302] New(u3000315533/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0703 21:56:19.723985 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:EgressService:egresssvc-served-pods:v4 k8s.ovn.org/name:egresssvc-served-pods k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressService]} name:a13607449821398607916] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315533}] I0703 21:56:19.724321 3314 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-0-161.ec2.internal I0703 21:56:19.724349 3314 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-2-164.ec2.internal I0703 21:56:19.724370 3314 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-1-32.ec2.internal I0703 21:56:19.724455 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bbe97436-914d-4857-ba29-87f3267638d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.724473 3314 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bbe97436-914d-4857-ba29-87f3267638d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.724751 3314 obj_retry.go:551] Creating *factory.egressNode ip-10-0-0-161.ec2.internal took: 416.704µs I0703 21:56:19.724867 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:QoS Row:map[action:{GoMap:map[mark:42]} direction:from-lport external_ids:{GoMap:map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:103:EgressIP-Mark-Reply-Traffic:ip4:default k8s.ovn.org/name:EgressIP-Mark-Reply-Traffic k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:103]} match:ip4.src == $a8519615025667110816 && ct.trk && ct.rpl priority:103] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315534}] I0703 21:56:19.724925 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u3000315534}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.724943 3314 transact.go:42] Configuring OVN: [{Op:insert Table:QoS Row:map[action:{GoMap:map[mark:42]} direction:from-lport external_ids:{GoMap:map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:103:EgressIP-Mark-Reply-Traffic:ip4:default k8s.ovn.org/name:EgressIP-Mark-Reply-Traffic k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:103]} match:ip4.src == $a8519615025667110816 && ct.trk && ct.rpl priority:103] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315534} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u3000315534}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.725427 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bbe97436-914d-4857-ba29-87f3267638d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.725445 3314 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bbe97436-914d-4857-ba29-87f3267638d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.725715 3314 egressip.go:1976] Egress node: ip-10-0-2-164.ec2.internal about to be initialized I0703 21:56:19.725786 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315535}] I0703 21:56:19.725836 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315535}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.725859 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315535} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315535}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.725874 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bbe97436-914d-4857-ba29-87f3267638d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.725892 3314 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bbe97436-914d-4857-ba29-87f3267638d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.726292 3314 obj_retry.go:551] Creating *factory.egressNode ip-10-0-2-164.ec2.internal took: 1.93288ms I0703 21:56:19.726303 3314 obj_retry.go:551] Creating *factory.egressNode ip-10-0-1-32.ec2.internal took: 1.918195ms I0703 21:56:19.726323 3314 factory.go:1336] Added *v1.Node event handler 10 I0703 21:56:19.726346 3314 factory.go:1336] Added *v1.EgressIP event handler 11 I0703 21:56:19.726530 3314 factory.go:1336] Added *v1.EgressFirewall event handler 12 I0703 21:56:19.726584 3314 controller.go:132] Adding controller ef_node_controller event handlers I0703 21:56:19.726602 3314 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0703 21:56:19.726609 3314 shared_informer.go:320] Caches are synced for ef_node_controller I0703 21:56:19.726614 3314 controller.go:156] Starting controller ef_node_controller with 1 workers I0703 21:56:19.726622 3314 egressqos.go:192] Setting up event handlers for EgressQoS I0703 21:56:19.726728 3314 egressqos.go:244] Starting EgressQoS Controller I0703 21:56:19.726735 3314 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0703 21:56:19.726740 3314 shared_informer.go:320] Caches are synced for egressqosnodes I0703 21:56:19.726746 3314 shared_informer.go:313] Waiting for caches to sync for egressqospods I0703 21:56:19.726750 3314 shared_informer.go:320] Caches are synced for egressqospods I0703 21:56:19.726756 3314 shared_informer.go:313] Waiting for caches to sync for egressqos I0703 21:56:19.726760 3314 shared_informer.go:320] Caches are synced for egressqos I0703 21:56:19.726765 3314 egressqos.go:258] Repairing EgressQoSes I0703 21:56:19.726770 3314 egressqos.go:398] Starting repairing loop for egressqos I0703 21:56:19.726852 3314 egressqos.go:400] Finished repairing loop for egressqos: 82.578µs I0703 21:56:19.726868 3314 egressservice_zone.go:130] Setting up event handlers for Egress Services I0703 21:56:19.726899 3314 egressqos.go:1006] Processing sync for EgressQoS node ip-10-0-2-164.ec2.internal I0703 21:56:19.727008 3314 egressservice_zone.go:208] Starting Egress Services Controller I0703 21:56:19.727016 3314 shared_informer.go:313] Waiting for caches to sync for egressservices I0703 21:56:19.727022 3314 shared_informer.go:320] Caches are synced for egressservices I0703 21:56:19.727026 3314 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0703 21:56:19.727006 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-ct7x4 as it is not a known egress service I0703 21:56:19.727032 3314 shared_informer.go:320] Caches are synced for egressservices_services I0703 21:56:19.727038 3314 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0703 21:56:19.727039 3314 egressservice_zone_endpointslice.go:80] Ignoring updating default/packageserver for endpointslice default/packageserver-4hgw8 as it is not a known egress service I0703 21:56:19.727044 3314 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0703 21:56:19.727047 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-s2l2j as it is not a known egress service I0703 21:56:19.727050 3314 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0703 21:56:19.727054 3314 shared_informer.go:320] Caches are synced for egressservices_nodes I0703 21:56:19.727054 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-gjfbr as it is not a known egress service I0703 21:56:19.727057 3314 egressservice_zone.go:226] Repairing Egress Services I0703 21:56:19.727060 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-ks5m8 as it is not a known egress service I0703 21:56:19.726910 3314 egressqos.go:1021] EgressQoS ip-10-0-2-164.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-2-164.ec2.internal 054020f3-71e3-40e7-857e-6c98b3e73249 8782 0 2026-07-03 21:55:53 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/instance-type:m5.2xlarge beta.kubernetes.io/os:linux failure-domain.beta.kubernetes.io/region:us-east-1 failure-domain.beta.kubernetes.io/zone:us-east-1a hypershift.openshift.io/managed:true hypershift.openshift.io/nodePool:kx-34fc199e27-workers-2 hypershift.openshift.io/nodepool-globalps-enabled:true kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-2-164.ec2.internal kubernetes.io/os:linux node-role.kubernetes.io/worker: node.kubernetes.io/instance-type:m5.2xlarge node.openshift.io/os_id:rhcos topology.ebs.csi.aws.com/zone:us-east-1a topology.k8s.aws/zone-id:use1-az6 topology.kubernetes.io/region:us-east-1 topology.kubernetes.io/zone:us-east-1a] map[cloud.network.openshift.io/egress-ipconfig:[{"interface":"eni-0b8c6daab3a4962ad","ifaddr":{"ipv4":"10.0.2.0/24"},"capacity":{"ipv4":14,"ipv6":15}}] cluster.x-k8s.io/cluster-name:2ratrgbqcahncfuennn35j5p9hsprn7f cluster.x-k8s.io/cluster-namespace:ocm-production-2ratrgbqcahncfuennn35j5p9hsprn7f-kx-34fc199e27 cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-34fc199e27-workers-2-njdjs-dkj55 cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-34fc199e27-workers-2-njdjs csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-0bf51e17638da4d3f"} hypershift.openshift.io/labelsSynced:true k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","bridge-id":"br-ex","interface-id":"br-ex_ip-10-0-2-164.ec2.internal","mac-address":"0e:56:4a:40:76:dd","ip-addresses":["10.0.2.164/24"],"ip-address":"10.0.2.164/24","next-hops":["10.0.2.1"],"next-hop":"10.0.2.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/network-ids:{"default":"0"} k8s.ovn.org/node-chassis-id:023fb30b-39eb-4924-920b-e65e8d262ec1 k8s.ovn.org/node-gateway-router-lrp-ifaddrs:{"default":{"ipv4":"100.64.0.2/16"}} k8s.ovn.org/node-id:2 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.2.164/24"} k8s.ovn.org/node-subnets:{"default":["10.128.0.0/23"]} k8s.ovn.org/node-transit-switch-port-ifaddr:{"ipv4":"100.88.0.2/16"} k8s.ovn.org/zone-name:ip-10-0-2-164.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1a/i-0bf51e17638da4d3f,Unschedulable:false,Taints:[]Taint{Taint{Key:node.kubernetes.io/not-ready,Value:,Effect:NoSchedule,TimeAdded:,},},ConfigSource:nil,PodCIDRs:[],},Status:NodeStatus{Capacity:ResourceList{cpu: {{8 0} {} 8 DecimalSI},ephemeral-storage: {{321427587072 0} {} BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{33168695296 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Allocatable:ResourceList{cpu: {{7500 -3} {} 7500m DecimalSI},ephemeral-storage: {{288211086062 0} {} 288211086062 DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{31990095872 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2026-07-03 21:56:03 +0000 UTC,LastTransitionTime:2026-07-03 21:55:53 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-07-03 21:56:03 +0000 UTC,LastTransitionTime:2026-07-03 21:55:53 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-07-03 21:56:03 +0000 UTC,LastTransitionTime:2026-07-03 21:55:53 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-07-03 21:56:03 +0000 UTC,LastTransitionTime:2026-07-03 21:55:53 +0000 UTC,Reason:KubeletNotReady,Message:container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: no CNI configuration file in /etc/kubernetes/cni/net.d/. Has your network provider started?,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.0.2.164,},NodeAddress{Type:InternalDNS,Address:ip-10-0-2-164.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-2-164.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec2582ab31e0128afcfefda35ba5e91b,SystemUUID:ec2582ab-31e0-128a-fcfe-fda35ba5e91b,BootID:fe2de207-c2ac-4326-b9ba-dfede75f5398,KernelVersion:5.14.0-427.64.1.el9_4.x86_64,OSImage:Red Hat Enterprise Linux CoreOS 418.94.202504080525-0,ContainerRuntimeVersion:cri-o://1.31.7-2.rhaos4.18.git83d6749.el9,KubeletVersion:v1.31.7,KubeProxyVersion:v1.31.7,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:29f88823eab1dc07562475d151749a4a5aed38c797e2590fec08532b3bc64d58 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6c0ecff4ad3e4e3068f5e29ece3ffbe5247bca5b3df265785443d017ee305078],SizeBytes:972684065,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:28346d15c1b6f96096ac293846fbda9efbff284e9629d10b1aa17aff18b5511c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:7f0ae3d37210e1f93482a418b6b18feb886a6b3d617e1612b5b6b0a6e94f3547],SizeBytes:602325208,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,RuntimeHandlers:[]NodeRuntimeHandler{NodeRuntimeHandler{Name:crun,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:runc,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*false,},},},Features:nil,},} I0703 21:56:19.727130 3314 egressqos.go:1009] Finished syncing EgressQoS node ip-10-0-2-164.ec2.internal : 232.359µs I0703 21:56:19.727210 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a3a2a39a-3235-4486-acbb-36b69f684761}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.727229 3314 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a3a2a39a-3235-4486-acbb-36b69f684761}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:19.727370 3314 master_controller.go:87] Starting Admin Policy Based Route Controller I0703 21:56:19.727379 3314 external_controller.go:276] Starting Admin Policy Based Route Controller I0703 21:56:19.727431 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-x72jm as it is not a known egress service I0703 21:56:19.727440 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-qrvjm as it is not a known egress service I0703 21:56:19.727446 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-qn5cn as it is not a known egress service I0703 21:56:19.727453 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-32.ec2.internal I0703 21:56:19.727468 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-32.ec2.internal: 15.687µs I0703 21:56:19.727471 3314 default_network_controller.go:588] Completing all the Watchers took 306.421633ms I0703 21:56:19.727478 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-164.ec2.internal I0703 21:56:19.727484 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-164.ec2.internal: 7.357µs I0703 21:56:19.727492 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-161.ec2.internal I0703 21:56:19.727499 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-161.ec2.internal: 5.683µs I0703 21:56:19.727480 3314 default_network_controller.go:592] Starting unidling controllers I0703 21:56:19.727518 3314 unidle.go:45] Registering OVN SB ControllerEvent handler I0703 21:56:19.727522 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-qgj5c as it is not a known egress service I0703 21:56:19.727529 3314 unidle.go:62] Populating Initial ContollerEvent events I0703 21:56:19.727531 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-qkhvz as it is not a known egress service I0703 21:56:19.727539 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-cl4t7 as it is not a known egress service I0703 21:56:19.727541 3314 unidle.go:78] Setting up event handlers for services I0703 21:56:19.727544 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-ppx22 as it is not a known egress service I0703 21:56:19.727551 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-x8crp as it is not a known egress service I0703 21:56:19.727556 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-fh5bb as it is not a known egress service I0703 21:56:19.727565 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-jzq8c as it is not a known egress service I0703 21:56:19.727569 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for endpointslice openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-4fr26 as it is not a known egress service I0703 21:56:19.727576 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-td4rm as it is not a known egress service I0703 21:56:19.727582 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-4pdws as it is not a known egress service I0703 21:56:19.727579 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal I0703 21:56:19.727588 3314 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-85hv9 as it is not a known egress service I0703 21:56:19.727593 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-57kt9 as it is not a known egress service I0703 21:56:19.727596 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal I0703 21:56:19.727598 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-d9j4f as it is not a known egress service I0703 21:56:19.727602 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b I0703 21:56:19.727604 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-zmctr as it is not a known egress service I0703 21:56:19.727608 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-4hcjj I0703 21:56:19.727610 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-node-tuning-operator/performance-addon-operator-service for endpointslice openshift-cluster-node-tuning-operator/performance-addon-operator-service-wqbj6 as it is not a known egress service I0703 21:56:19.727615 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-deployment-validation-operator/deployment-validation-operator-metrics for endpointslice openshift-deployment-validation-operator/deployment-validation-operator-metrics-bbwcz as it is not a known egress service I0703 21:56:19.727622 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-pmggc as it is not a known egress service I0703 21:56:19.727629 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-hsz22 as it is not a known egress service I0703 21:56:19.727634 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-56b7l I0703 21:56:19.727635 3314 egressservice_zone_endpointslice.go:80] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0703 21:56:19.727642 3314 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-k9fj9 as it is not a known egress service I0703 21:56:19.727661 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:19.727662 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-qlq4p as it is not a known egress service I0703 21:56:19.727669 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:19.727670 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-deployment-validation-operator/deployment-validation-operator-catalog for endpointslice openshift-deployment-validation-operator/deployment-validation-operator-catalog-cm5cx as it is not a known egress service I0703 21:56:19.727674 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-qgpv6 I0703 21:56:19.727676 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-storage-operator/cluster-storage-operator-metrics for endpointslice openshift-cluster-storage-operator/cluster-storage-operator-metrics-brxzt as it is not a known egress service I0703 21:56:19.727678 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-q7822 I0703 21:56:19.727683 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:19.727683 3314 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-gk49g as it is not a known egress service I0703 21:56:19.727687 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 I0703 21:56:19.727691 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-cfcmz I0703 21:56:19.727694 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-2h2rk I0703 21:56:19.727698 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-c99h8 I0703 21:56:19.727702 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-161.ec2.internal I0703 21:56:19.727706 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:19.727711 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-z874b I0703 21:56:19.727717 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-w2kx5 I0703 21:56:19.727723 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-fhtzh I0703 21:56:19.727731 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0703 21:56:19.727753 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0703 21:56:19.727762 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0703 21:56:19.727769 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0703 21:56:19.727776 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0703 21:56:19.727783 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0703 21:56:19.727790 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0703 21:56:19.727795 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0703 21:56:19.727802 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0703 21:56:19.727808 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0703 21:56:19.727814 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0703 21:56:19.727820 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0703 21:56:19.727826 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0703 21:56:19.727835 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0703 21:56:19.727841 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0703 21:56:19.727848 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0703 21:56:19.727854 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0703 21:56:19.727860 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0703 21:56:19.727866 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0703 21:56:19.727874 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0703 21:56:19.727881 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0703 21:56:19.727887 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0703 21:56:19.727893 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0703 21:56:19.727899 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0703 21:56:19.727905 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0703 21:56:19.727911 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0703 21:56:19.727918 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0703 21:56:19.727924 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0703 21:56:19.727930 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0703 21:56:19.727936 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0703 21:56:19.727942 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0703 21:56:19.727948 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0703 21:56:19.727954 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0703 21:56:19.727960 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0703 21:56:19.727966 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0703 21:56:19.727972 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0703 21:56:19.727979 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0703 21:56:19.727985 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0703 21:56:19.727991 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0703 21:56:19.727997 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0703 21:56:19.728003 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0703 21:56:19.728009 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0703 21:56:19.728015 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0703 21:56:19.728021 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0703 21:56:19.728027 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0703 21:56:19.728032 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0703 21:56:19.728039 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f I0703 21:56:19.728045 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0703 21:56:19.728051 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0703 21:56:19.728057 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0703 21:56:19.728063 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0703 21:56:19.728069 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0703 21:56:19.728075 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0703 21:56:19.728081 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0703 21:56:19.728087 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0703 21:56:19.728094 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0703 21:56:19.728100 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0703 21:56:19.728106 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0703 21:56:19.728113 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0703 21:56:19.728119 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0703 21:56:19.728125 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0703 21:56:19.728131 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0703 21:56:19.728137 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0703 21:56:19.728143 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0703 21:56:19.728149 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0703 21:56:19.728155 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0703 21:56:19.728161 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0703 21:56:19.728167 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0703 21:56:19.728174 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0703 21:56:19.728180 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0703 21:56:19.728186 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0703 21:56:19.728192 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0703 21:56:19.728197 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0703 21:56:19.728204 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0703 21:56:19.728210 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-ai-agent I0703 21:56:19.728216 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0703 21:56:19.728223 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0703 21:56:19.728229 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0703 21:56:19.728235 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0703 21:56:19.728240 3314 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0703 21:56:19.734477 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:19.734492 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:19.734503 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:19.734520 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-dnznf in node ip-10-0-2-164.ec2.internal I0703 21:56:19.734526 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:19.734533 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:19.734544 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:19.764574 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:19.764587 3314 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:19.764600 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:19.764622 3314 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-m78cq in node ip-10-0-2-164.ec2.internal I0703 21:56:19.764629 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:19.764635 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:19.764642 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:19.933185 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:19.933251 3314 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:19.933227 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.1.32], PodStatus: false, PodCompleted?: false I0703 21:56:19.933270 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:19.933274 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 in Admin Network Policy controller I0703 21:56:19.933285 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 Admin Network Policy controller: took 11.84µs I0703 21:56:19.933307 3314 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 in node ip-10-0-1-32.ec2.internal I0703 21:56:19.933321 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:19.933332 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:19.933345 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:19.933226 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:19.954364 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:19.954424 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:19.954446 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-x4t45: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.1.32], PodStatus: false, PodCompleted?: false I0703 21:56:19.954454 3314 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:19.954472 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:19.954480 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-x4t45 in Admin Network Policy controller I0703 21:56:19.954489 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-x4t45 Admin Network Policy controller: took 9.855µs I0703 21:56:19.954501 3314 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-x4t45 in node ip-10-0-1-32.ec2.internal I0703 21:56:19.954509 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:19.954518 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:19.954529 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:19.978890 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:19.978905 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:19.978918 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:19.978912 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-bcrgl: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=69c587986,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.1.32], PodStatus: false, PodCompleted?: false I0703 21:56:19.978935 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-bcrgl in Admin Network Policy controller I0703 21:56:19.978944 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcrgl in node ip-10-0-1-32.ec2.internal I0703 21:56:19.978946 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-bcrgl Admin Network Policy controller: took 12.024µs I0703 21:56:19.978951 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:19.978951 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:19.978959 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:19.978969 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:19.998465 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-67x4f: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.1.32], PodStatus: false, PodCompleted?: false I0703 21:56:19.998480 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-67x4f I0703 21:56:19.998490 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:19.998494 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-67x4f in Admin Network Policy controller I0703 21:56:19.998505 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-67x4f Admin Network Policy controller: took 11.888µs I0703 21:56:19.998510 3314 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-67x4f I0703 21:56:19.998524 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-67x4f I0703 21:56:19.998543 3314 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-67x4f in node ip-10-0-1-32.ec2.internal I0703 21:56:19.998549 3314 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-67x4f I0703 21:56:19.998554 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:19.998561 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-67x4f I0703 21:56:20.006471 3314 ovs.go:159] Exec(38): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2911.ctl connection-status I0703 21:56:20.010281 3314 ovs.go:162] Exec(38): stdout: "connected\n" I0703 21:56:20.010296 3314 ovs.go:163] Exec(38): stderr: "" I0703 21:56:20.010308 3314 default_node_network_controller.go:510] Node connection status = connected I0703 21:56:20.010318 3314 ovs.go:159] Exec(39): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:56:20.015423 3314 ovs.go:162] Exec(39): stdout: "" I0703 21:56:20.015434 3314 ovs.go:163] Exec(39): stderr: "" I0703 21:56:20.015444 3314 ovs.go:159] Exec(40): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:56:20.018199 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:20.018246 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:20.018270 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:20.018283 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-m6p8c in node ip-10-0-1-32.ec2.internal I0703 21:56:20.018305 3314 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-m6p8c, new=openshift-multus/network-metrics-daemon-m6p8c, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-m6p8c: suppressed error logged: pod openshift-multus/network-metrics-daemon-m6p8c: no pod IPs found I0703 21:56:20.018321 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:20.018335 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:20.019550 3314 ovs.go:162] Exec(40): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=1 byte_count=90 flow_count=15\n" I0703 21:56:20.019565 3314 ovs.go:163] Exec(40): stderr: "" I0703 21:56:20.019578 3314 ovs.go:159] Exec(41): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-164.ec2.internal-to-br-int ofport I0703 21:56:20.023965 3314 ovs.go:162] Exec(41): stdout: "" I0703 21:56:20.023977 3314 ovs.go:163] Exec(41): stderr: "" I0703 21:56:20.082513 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:20.082572 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:20.082586 3314 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:20.082598 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:20.082617 3314 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 in node ip-10-0-1-32.ec2.internal I0703 21:56:20.082625 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:20.082631 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:20.082638 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:20.082564 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-st9g8: podLabels app=ovnkube-node,component=network,controller-revision-hash=78b6747c99,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.1.32], PodStatus: false, PodCompleted?: false I0703 21:56:20.082676 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 in Admin Network Policy controller I0703 21:56:20.082688 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 Admin Network Policy controller: took 12.547µs I0703 21:56:20.116625 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:20.116635 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-mkn5h I0703 21:56:20.116640 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-mkn5h I0703 21:56:20.116680 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-mkn5h I0703 21:56:20.116710 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-mkn5h in node ip-10-0-1-32.ec2.internal I0703 21:56:20.116732 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-mkn5h I0703 21:56:20.116744 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:20.116759 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-mkn5h I0703 21:56:20.116704 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-mkn5h: podLabels app=multus,component=network,controller-revision-hash=f69c75998,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.1.32], PodStatus: false, PodCompleted?: false I0703 21:56:20.116792 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-mkn5h in Admin Network Policy controller I0703 21:56:20.116801 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-mkn5h Admin Network Policy controller: took 9.268µs I0703 21:56:20.136704 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:20.136772 3314 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-v9p9f I0703 21:56:20.136773 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-v9p9f: podLabels app=konnectivity-agent,controller-revision-hash=68497867f4,pod-template-generation=1, podIPs: [10.0.1.32], PodStatus: false, PodCompleted?: false I0703 21:56:20.136795 3314 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-v9p9f in Admin Network Policy controller I0703 21:56:20.136797 3314 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-v9p9f I0703 21:56:20.136804 3314 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-v9p9f Admin Network Policy controller: took 9.875µs I0703 21:56:20.136836 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-v9p9f in node ip-10-0-1-32.ec2.internal I0703 21:56:20.136847 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-v9p9f I0703 21:56:20.136857 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:20.136770 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-v9p9f I0703 21:56:20.136870 3314 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-v9p9f I0703 21:56:20.160257 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:20.160278 3314 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:20.160294 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:20.160324 3314 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-k6ppm in node ip-10-0-1-32.ec2.internal I0703 21:56:20.160351 3314 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-k6ppm, new=openshift-network-diagnostics/network-check-target-k6ppm, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-k6ppm: suppressed error logged: pod openshift-network-diagnostics/network-check-target-k6ppm: no pod IPs found I0703 21:56:20.160371 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:20.160384 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:20.161175 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal I0703 21:56:20.161181 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal: podLabels , podIPs: [10.0.0.161], PodStatus: true, PodCompleted?: false I0703 21:56:20.161199 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:20.161209 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal in Admin Network Policy controller I0703 21:56:20.161215 3314 default_network_controller.go:747] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal I0703 21:56:20.161221 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal Admin Network Policy controller: took 12.838µs I0703 21:56:20.161228 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal I0703 21:56:20.161241 3314 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal in node ip-10-0-0-161.ec2.internal I0703 21:56:20.161249 3314 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal I0703 21:56:20.161259 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:20.161271 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-161.ec2.internal I0703 21:56:20.182327 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:20.182350 3314 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-nhlzz I0703 21:56:20.182370 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-nhlzz I0703 21:56:20.182383 3314 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-nhlzz in node ip-10-0-1-32.ec2.internal I0703 21:56:20.182391 3314 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-nhlzz I0703 21:56:20.182400 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:20.182412 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-nhlzz I0703 21:56:20.182415 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-nhlzz: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.1.32], PodStatus: false, PodCompleted?: false I0703 21:56:20.182445 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-nhlzz in Admin Network Policy controller I0703 21:56:20.182465 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-nhlzz I0703 21:56:20.182470 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-nhlzz Admin Network Policy controller: took 25.509µs I0703 21:56:20.182450 3314 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-dns/node-resolver-nhlzz. OVN-Kubernetes controller took 3.8856e-05 seconds. No OVN measurement. I0703 21:56:20.506378 3314 ovs.go:159] Exec(42): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2911.ctl connection-status I0703 21:56:20.510932 3314 ovs.go:162] Exec(42): stdout: "connected\n" I0703 21:56:20.510954 3314 ovs.go:163] Exec(42): stderr: "" I0703 21:56:20.510964 3314 default_node_network_controller.go:510] Node connection status = connected I0703 21:56:20.510975 3314 ovs.go:159] Exec(43): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:56:20.516232 3314 ovs.go:162] Exec(43): stdout: "" I0703 21:56:20.516248 3314 ovs.go:163] Exec(43): stderr: "" I0703 21:56:20.516259 3314 ovs.go:159] Exec(44): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:56:20.520513 3314 ovs.go:162] Exec(44): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=2 byte_count=176 flow_count=15\n" I0703 21:56:20.520531 3314 ovs.go:163] Exec(44): stderr: "" I0703 21:56:20.520550 3314 ovs.go:159] Exec(45): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-164.ec2.internal-to-br-int ofport I0703 21:56:20.525420 3314 ovs.go:162] Exec(45): stdout: "" I0703 21:56:20.525469 3314 ovs.go:163] Exec(45): stderr: "" I0703 21:56:21.006514 3314 ovs.go:159] Exec(46): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2911.ctl connection-status I0703 21:56:21.011160 3314 ovs.go:162] Exec(46): stdout: "connected\n" I0703 21:56:21.011181 3314 ovs.go:163] Exec(46): stderr: "" I0703 21:56:21.011190 3314 default_node_network_controller.go:510] Node connection status = connected I0703 21:56:21.011200 3314 ovs.go:159] Exec(47): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:56:21.017101 3314 ovs.go:162] Exec(47): stdout: "" I0703 21:56:21.017119 3314 ovs.go:163] Exec(47): stderr: "" I0703 21:56:21.017130 3314 ovs.go:159] Exec(48): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:56:21.021447 3314 ovs.go:162] Exec(48): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=2 byte_count=176 flow_count=15\n" I0703 21:56:21.021466 3314 ovs.go:163] Exec(48): stderr: "" I0703 21:56:21.021480 3314 ovs.go:159] Exec(49): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-164.ec2.internal-to-br-int ofport I0703 21:56:21.026316 3314 ovs.go:162] Exec(49): stdout: "" I0703 21:56:21.026333 3314 ovs.go:163] Exec(49): stderr: "" I0703 21:56:21.058425 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal I0703 21:56:21.058495 3314 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal in Admin Network Policy controller I0703 21:56:21.058523 3314 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal I0703 21:56:21.058547 3314 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal I0703 21:56:21.058569 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal in node ip-10-0-1-32.ec2.internal I0703 21:56:21.058586 3314 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal took: 19.46µs I0703 21:56:21.058595 3314 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal I0703 21:56:21.058604 3314 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal I0703 21:56:21.058622 3314 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal took: 9.674µs I0703 21:56:21.058530 3314 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal Admin Network Policy controller: took 35.752µs I0703 21:56:21.313864 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: fe80::858:aff:fe80:2/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:56:21.505952 3314 ovs.go:159] Exec(50): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2911.ctl connection-status I0703 21:56:21.510758 3314 ovs.go:162] Exec(50): stdout: "connected\n" I0703 21:56:21.510780 3314 ovs.go:163] Exec(50): stderr: "" I0703 21:56:21.510791 3314 default_node_network_controller.go:510] Node connection status = connected I0703 21:56:21.510803 3314 ovs.go:159] Exec(51): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:56:21.517473 3314 ovs.go:162] Exec(51): stdout: "" I0703 21:56:21.517491 3314 ovs.go:163] Exec(51): stderr: "" I0703 21:56:21.517503 3314 ovs.go:159] Exec(52): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:56:21.522934 3314 ovs.go:162] Exec(52): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=63 byte_count=5022 flow_count=1379\n" I0703 21:56:21.522953 3314 ovs.go:163] Exec(52): stderr: "" I0703 21:56:21.522971 3314 ovs.go:159] Exec(53): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-164.ec2.internal-to-br-int ofport I0703 21:56:21.529328 3314 ovs.go:162] Exec(53): stdout: "2\n" I0703 21:56:21.529343 3314 ovs.go:163] Exec(53): stderr: "" I0703 21:56:21.529352 3314 gateway.go:452] Gateway is ready I0703 21:56:21.529376 3314 gateway_shared_intf.go:2284] Creating Gateway Openflow Manager I0703 21:56:21.529390 3314 ovs.go:159] Exec(54): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-2-164.ec2.internal-to-br-int ofport I0703 21:56:21.534473 3314 ovs.go:162] Exec(54): stdout: "2\n" I0703 21:56:21.534486 3314 ovs.go:163] Exec(54): stderr: "" I0703 21:56:21.534497 3314 ovs.go:159] Exec(55): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0703 21:56:21.539852 3314 ovs.go:162] Exec(55): stdout: "1\n" I0703 21:56:21.539873 3314 ovs.go:163] Exec(55): stderr: "" I0703 21:56:21.540331 3314 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0703 21:56:21.540433 3314 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0703 21:56:21.540449 3314 node_ip_handler_linux.go:259] Node primary address changed to 10.0.2.164. Updating OVN encap IP. I0703 21:56:21.540463 3314 ovs.go:159] Exec(56): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0703 21:56:21.545847 3314 ovs.go:162] Exec(56): stdout: "\"10.0.2.164\"\n" I0703 21:56:21.545862 3314 ovs.go:163] Exec(56): stderr: "" I0703 21:56:21.545872 3314 node_ip_handler_linux.go:561] Will not update encap IP 10.0.2.164 - it is already configured I0703 21:56:21.545881 3314 node_ip_handler_linux.go:504] Node address changed to map[10.0.2.164/24:{} 172.20.0.1/32:{}]. Updating annotations. I0703 21:56:21.546106 3314 kube.go:130] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.2.164/24","172.20.0.1/32"] k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","bridge-id":"br-ex","interface-id":"br-ex_ip-10-0-2-164.ec2.internal","mac-address":"0e:56:4a:40:76:dd","ip-addresses":["10.0.2.164/24"],"ip-address":"10.0.2.164/24","next-hops":["10.0.2.1"],"next-hop":"10.0.2.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:023fb30b-39eb-4924-920b-e65e8d262ec1 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.2.164/24"}] on node ip-10-0-2-164.ec2.internal I0703 21:56:21.561999 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.2/32 Src: 169.254.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:56:21.562009 3314 gateway_shared_intf.go:2573] Setting OVN Masquerade route with source: 10.0.2.164 I0703 21:56:21.562024 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.127.255/32 Src: 169.254.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:56:21.562044 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.0/17 Src: 169.254.0.2 Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:56:21.562060 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.2.164 Gw: Flags: [] Table: 0 Realm: 0} I0703 21:56:21.562294 3314 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.2.164 Gw: Flags: [] Table: 254 Realm: 0} I0703 21:56:21.562326 3314 kube.go:130] Setting annotations map[k8s.ovn.org/node-masquerade-subnet:{"ipv4":"169.254.0.0/17","ipv6":"fd69::/112"}] on node ip-10-0-2-164.ec2.internal I0703 21:56:21.562381 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-164.ec2.internal I0703 21:56:21.562423 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-164.ec2.internal I0703 21:56:21.562560 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-164.ec2.internal: 136.645µs I0703 21:56:21.562588 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.2.164 Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:56:21.562428 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:21.562618 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-164.ec2.internal I0703 21:56:21.562474 3314 node_tracker.go:172] Node ip-10-0-2-164.ec2.internal switch + router changed, syncing services I0703 21:56:21.562641 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:21.562359 3314 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-164.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1a,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-34fc199e27-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-164.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,topology.ebs.csi.aws.com/zone=us-east-1a,topology.k8s.aws/zone-id=use1-az6,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1a, isHostCIDRsAltered?: true I0703 21:56:21.562679 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default E0703 21:56:21.562686 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:56:21.562690 3314 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-164.ec2.internal in Admin Network Policy controller I0703 21:56:21.562698 3314 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:21.562701 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:56:21.562702 3314 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-164.ec2.internal Admin Network Policy controller: took 15.876µs I0703 21:56:21.562708 3314 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:21.562711 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:56:21.562716 3314 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:21.562722 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:21.562733 3314 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:21.562777 3314 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:21.562749 3314 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator bdede544-26d7-4457-b399-d31b73b91adc 1021 0 2026-07-03 21:47:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386b8f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: dns-operator,},ClusterIP:172.30.218.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.562820 3314 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8ee5a6f6-a412-4f57-8af4-182f5a090aa8 1480 0 2026-07-03 21:47:09 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default affc9e2d-14e5-408f-b42b-53195a80bc78 0xc007386c97 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.562925 3314 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:21.562944 3314 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:21.562736 3314 services_controller.go:434] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cluster-storage-operator-metrics openshift-cluster-storage-operator ef552acf-5526-40c1-87c0-19d16cb0de06 945 0 2026-07-03 21:47:02 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386507 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-storage-operator,},ClusterIP:172.30.132.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.562957 3314 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.562980 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:21.562982 3314 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.562995 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.132.77"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.563018 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.563020 3314 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:21.563029 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.563052 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.132.77", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.563032 3314 services_controller.go:452] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:21.563091 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.563092 3314 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:21.563062 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:15972633-1530-45e2-978e-2229b2971f07}]} external_ids:{GoMap:map[physical_ip:10.0.2.164 physical_ips:10.0.2.164]} load_balancer_group:{GoSet:[{GoUUID:4bd7f4ac-8477-4edd-a1bc-7e07d3743841} {GoUUID:36981a1a-fa5c-4144-874c-44b6a45a6813}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:023fb30b-39eb-4924-920b-e65e8d262ec1 dynamic_neigh_routers:false lb_force_snat_ip:router_ip mac_binding_age_threshold:300 snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.563104 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:21.563104 3314 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:21.563115 3314 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.563105 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:15972633-1530-45e2-978e-2229b2971f07}]} external_ids:{GoMap:map[physical_ip:10.0.2.164 physical_ips:10.0.2.164]} load_balancer_group:{GoSet:[{GoUUID:4bd7f4ac-8477-4edd-a1bc-7e07d3743841} {GoUUID:36981a1a-fa5c-4144-874c-44b6a45a6813}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:023fb30b-39eb-4924-920b-e65e8d262ec1 dynamic_neigh_routers:false lb_force_snat_ip:router_ip mac_binding_age_threshold:300 snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.562891 3314 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:21.563153 3314 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.242"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.563165 3314 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.563183 3314 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.563141 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:21.563227 3314 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 507.893µs I0703 21:56:21.562724 3314 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:21.563242 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:21.563253 3314 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:21.563261 3314 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:21.563268 3314 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:21.563275 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:21.563282 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:21.563135 3314 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:21.563291 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:21.563291 3314 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 515.297µs I0703 21:56:21.563297 3314 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:21.563199 3314 services_controller.go:451] Built service openshift-dns-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.218.242", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.563308 3314 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:21.563313 3314 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.563316 3314 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.57µs I0703 21:56:21.563323 3314 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:21.563326 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:21.563336 3314 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.563413 3314 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:21.563461 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 727.799µs I0703 21:56:21.563481 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:21.563489 3314 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.739µs I0703 21:56:21.563499 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:21.563335 3314 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 58dc3dda-4fae-4fca-b0f2-44c80945434c 3294 0 2026-07-03 21:47:20 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ratrgbqcahncfuennn35j5p9hsprn7f,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-34fc199e27,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc007387027 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31881,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30537,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.239.216,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32637,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a58dc3dda4fae4fcab0f244c80945434-b279b2dee3c9bd2c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:21.563508 3314 services_controller.go:434] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{csi-snapshot-controller-operator-metrics openshift-cluster-storage-operator 633edb85-41be-458e-a1f4-f415afea9fe1 866 0 2026-07-03 21:46:59 +0000 UTC map[app:csi-snapshot-controller-operator] map[capability.openshift.io/name:CSISnapshot include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073866a7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.180.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.180.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.563595 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:21.563602 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:21.563615 3314 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:21.563614 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.180.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.563632 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.563630 3314 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.563642 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.563665 3314 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31881, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}, services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:30537, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:56:21.563684 3314 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.563674 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.180.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.563706 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.563718 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:21.563729 3314 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.563723 3314 services_controller.go:451] Built service openshift-ingress/router-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.563753 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:21.563760 3314 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 260.555µs I0703 21:56:21.563773 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:21.563752 3314 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:21.563782 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-metrics openshift-deployment-validation-operator 4ddd70c9-9fcc-4d78-b5de-75f55813ea6c 5287 0 2026-07-03 21:49:41 +0000 UTC map[name:deployment-validation-operator] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http-metrics,Protocol:TCP,Port:8383,TargetPort:{0 8383 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: deployment-validation-operator,},ClusterIP:172.30.153.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.153.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.563835 3314 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:21.563847 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:21.563432 3314 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:21.563833 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} options:{GoMap:map[router-port:rtoj-GR_ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {055eafa6-307c-4753-b9c8-b73fd27d9b0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.563861 3314 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default dbd95bed-c677-4dc8-af58-a573d711c038 276 0 2026-07-03 21:46:14 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.563905 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:055eafa6-307c-4753-b9c8-b73fd27d9b0c}]}}] Timeout: Where:[where column _uuid == {8d0f7d39-edff-4331-ade8-e03296e9f9b5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.563925 3314 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:21.563940 3314 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:21.563933 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} options:{GoMap:map[router-port:rtoj-GR_ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {055eafa6-307c-4753-b9c8-b73fd27d9b0c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:055eafa6-307c-4753-b9c8-b73fd27d9b0c}]}}] Timeout: Where:[where column _uuid == {8d0f7d39-edff-4331-ade8-e03296e9f9b5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.563966 3314 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.563848 3314 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:21.563987 3314 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.564024 3314 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:21.564039 3314 services_controller.go:452] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:21.563859 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.153.179"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.564094 3314 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:21.564006 3314 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"e5d27b60-f77f-45d6-9553-23f8cef1c0eb", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}}, built lbs: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:21.564108 3314 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:21.563442 3314 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:21.564129 3314 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:21.563253 3314 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress e1c5c5b2-9231-44c4-938c-2c6d16df9f57 2356 0 2026-07-03 21:47:20 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc00738710e }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:0,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:1936,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.127.238,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.238],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.564136 3314 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 705.159µs I0703 21:56:21.564151 3314 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:21.564169 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:21.564158 3314 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8d665087-56be-4f67-8aef-a340d13da463 1876 0 2026-07-03 21:47:15 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.128.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.564130 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:21.564209 3314 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:21.564195 3314 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.564213 3314 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:21.564217 3314 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:21.564221 3314 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.564224 3314 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:21.564223 3314 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.128.46"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.564232 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:21.564233 3314 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.564233 3314 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.564239 3314 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:21.564242 3314 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.564247 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:21.564253 3314 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:21.564259 3314 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:21.564224 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} selection_fields:{GoSet:[]} vips:{GoMap:map[172.30.239.216:443: 172.30.239.216:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e5d27b60-f77f-45d6-9553-23f8cef1c0eb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.564265 3314 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:21.564253 3314 services_controller.go:451] Built service openshift-image-registry/image-registry cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-image-registry/image-registry_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.128.46", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.564272 3314 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:21.564259 3314 services_controller.go:451] Built service openshift-ingress/router-internal-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-internal-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.564279 3314 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:21.564291 3314 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:21.564301 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.2.164:30537: 10.0.2.164:31881: 172.20.0.1:30537: 172.20.0.1:31881:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315536}] I0703 21:56:21.564407 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.2.164:30537: 10.0.2.164:31881: 169.254.0.3:30537: 169.254.0.3:31881: 172.20.0.1:30537: 172.20.0.1:31881:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315537}] I0703 21:56:21.564107 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.564475 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 networks:{GoSet:[100.64.0.2/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4a0cdafc-135e-48d7-83ba-deb62324c3bc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.564503 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.564339 3314 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.564521 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315537}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.564523 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.153.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.564529 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:4a0cdafc-135e-48d7-83ba-deb62324c3bc}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.564550 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.564559 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:21.564565 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.564570 3314 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:21.564549 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 networks:{GoSet:[100.64.0.2/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4a0cdafc-135e-48d7-83ba-deb62324c3bc}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:4a0cdafc-135e-48d7-83ba-deb62324c3bc}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.564581 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:21.564569 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315536}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.564587 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 814.689µs I0703 21:56:21.564600 3314 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:21.564609 3314 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator acaaffdc-9362-4247-8e67-c810cf615ca5 1756 0 2026-07-03 21:47:13 +0000 UTC map[name:ingress-operator] map[capability.openshift.io/name:Ingress include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386f07 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: ingress-operator,},ClusterIP:172.30.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.564594 3314 transact.go:42] Configuring OVN: [{Op:update Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} selection_fields:{GoSet:[]} vips:{GoMap:map[172.30.239.216:443: 172.30.239.216:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e5d27b60-f77f-45d6-9553-23f8cef1c0eb}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.2.164:30537: 10.0.2.164:31881: 172.20.0.1:30537: 172.20.0.1:31881:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315536} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.2.164:30537: 10.0.2.164:31881: 169.254.0.3:30537: 169.254.0.3:31881: 172.20.0.1:30537: 172.20.0.1:31881:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315537} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315537}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3000315536}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.564742 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:21.564774 3314 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.564279 3314 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:21.564814 3314 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.564862 3314 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.564893 3314 services_controller.go:451] Built service openshift-ingress-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.251.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.564580 3314 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 428.679µs I0703 21:56:21.564921 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {f4f4a4d9-ef88-41e5-a5f1-4269293ab792}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.564935 3314 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.564944 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:21.564950 3314 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:21.564962 3314 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.564967 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:f4f4a4d9-ef88-41e5-a5f1-4269293ab792}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.564987 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:21.564997 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 394.408µs I0703 21:56:21.564988 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {f4f4a4d9-ef88-41e5-a5f1-4269293ab792}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:f4f4a4d9-ef88-41e5-a5f1-4269293ab792}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.565014 3314 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:21.564956 3314 services_controller.go:434] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service retrieved from lister for network=default: &Service{ObjectMeta:{performance-addon-operator-service openshift-cluster-node-tuning-operator 5b86cfa7-1229-41ac-aa5d-f69476161019 1785 0 2026-07-03 21:47:13 +0000 UTC map[name:performance-addon-operator-service] map[capability.openshift.io/name:NodeTuning include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:performance-addon-operator-webhook-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073863cf }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:443,Protocol:TCP,Port:443,TargetPort:{0 4343 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-node-tuning-operator,},ClusterIP:172.30.96.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.565060 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:21.565079 3314 services_controller.go:443] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.96.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.565101 3314 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.565111 3314 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.565024 3314 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 298ab0f9-baec-464c-873a-66b7b2ce614e 482 0 2026-07-03 21:46:47 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.18.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.18.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.565133 3314 services_controller.go:451] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.96.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.565159 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:21.565163 3314 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:56:21.565171 3314 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:56:21.565180 3314 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.565175 3314 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.18.61"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.565193 3314 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.565197 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:21.565203 3314 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 261.653µs I0703 21:56:21.565206 3314 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.565214 3314 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:21.565225 3314 services_controller.go:451] Built service openshift-cluster-version/cluster-version-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-version/cluster-version-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.18.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.565257 3314 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:21.565224 3314 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 8b115f33-e165-43a6-bb1c-27d364bd8e87 1894 0 2026-07-03 21:47:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073867ef }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-config-operator,},ClusterIP:172.30.245.205,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.205],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.565295 3314 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:21.565310 3314 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.245.205"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.565331 3314 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.565343 3314 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.564839 3314 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:21.565364 3314 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:21.565372 3314 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:21.565363 3314 services_controller.go:451] Built service openshift-config-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-config-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.245.205", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.565391 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:21.565393 3314 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.565398 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:21.565405 3314 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:21.565407 3314 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:21.565412 3314 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:21.565418 3314 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:21.565420 3314 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.565424 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:21.565431 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:21.565437 3314 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:21.565443 3314 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:21.565446 3314 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:21.565449 3314 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:21.565453 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 238.677µs I0703 21:56:21.565272 3314 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:21.565469 3314 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:21.565470 3314 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.565497 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:21.565511 3314 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 497.669µs I0703 21:56:21.565525 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:21.565480 3314 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3b73bd47-fb0f-44cc-aac7-3035b9e88481 3477 0 2026-07-03 21:47:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 3c073b82-fca5-42ad-8c83-430f87bcaddd 0xc007386e20 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:8443-tcp,Protocol:TCP,Port:8443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},ServicePort{Name:8888-tcp,Protocol:TCP,Port:8888,TargetPort:{0 8888 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller,},ClusterIP:172.30.247.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.247.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.565554 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:21.565534 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator d2a884c1-ebaf-40fe-89fc-2feeddf9bd88 758 0 2026-07-03 21:46:56 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387b1b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-operator,},ClusterIP:172.30.162.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.565681 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:21.565698 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.128"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.565716 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.565727 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.565744 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.162.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.565776 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:21.565787 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:21.565798 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.565821 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:21.565830 3314 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 305.587µs I0703 21:56:21.565843 3314 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:21.565851 3314 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.099µs I0703 21:56:21.565860 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:21.565868 3314 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics 1107bce0-6bcb-4753-88a3-1734c2f8b343 3941 0 2026-07-03 21:47:41 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387dc7 0xc007387dc8}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 8080 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: network-check-target,},ClusterIP:172.30.108.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.565935 3314 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:21.565949 3314 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.108.58"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.565948 3314 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0703 21:56:21.565964 3314 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.565965 3314 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 2.638443ms I0703 21:56:21.565975 3314 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.565982 3314 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:21.565991 3314 services_controller.go:451] Built service openshift-network-diagnostics/network-check-target cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-diagnostics/network-check-target_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.108.58", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.566020 3314 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:21.566031 3314 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:21.566042 3314 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.565993 3314 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 89c64e9f-c1a4-4e4b-a085-528c583e76b7 886 0 2026-07-03 21:47:00 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387fb7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: service-ca-operator,},ClusterIP:172.30.94.176,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.176],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.566065 3314 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:21.566071 3314 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 211.539µs I0703 21:56:21.565592 3314 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.566083 3314 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:21.566084 3314 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.566095 3314 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.566112 3314 services_controller.go:451] Built service openshift-ingress-canary/ingress-canary cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-canary/ingress-canary_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.565456 3314 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:21.566145 3314 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:21.566153 3314 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:21.566155 3314 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:21.566160 3314 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:21.566071 3314 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:21.563344 3314 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:21.566177 3314 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.94.176"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.566191 3314 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.566200 3314 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.566176 3314 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator fb852550-350e-47f7-a6e3-e50c2db85036 812 0 2026-07-03 21:46:58 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738730f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-controller-manager-operator,},ClusterIP:172.30.210.189,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.189],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.566216 3314 services_controller.go:451] Built service openshift-service-ca-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-service-ca-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.94.176", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.566242 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:21.566256 3314 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.189"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.566269 3314 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.566278 3314 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.566294 3314 services_controller.go:451] Built service openshift-kube-controller-manager-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.210.189", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.566325 3314 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.566335 3314 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:21.566344 3314 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.566092 3314 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 66c5c03f-9e0a-488e-bc46-a11425b5dfe8 1384 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.201.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.566411 3314 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.128.238] []}] I0703 21:56:21.564291 3314 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:21.566243 3314 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.566745 3314 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:21.566761 3314 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.566786 3314 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:21.566794 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 811.017µs I0703 21:56:21.566165 3314 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.566810 3314 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:21.566835 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:21.566846 3314 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.378058ms I0703 21:56:21.566860 3314 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:21.566823 3314 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 592e486a-2b45-4b2f-bc2c-21cc19531874 1407 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.131.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.566897 3314 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.100.161] []}] I0703 21:56:21.566915 3314 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:21.566925 3314 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.161"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.566869 3314 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 089de690-5467-4566-b14f-2337f9d182a8 974 0 2026-07-03 21:47:03 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377e7f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-apiserver-operator,},ClusterIP:172.30.161.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.566942 3314 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.566954 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:21.566966 3314 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:21.566971 3314 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.566989 3314 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.566977 3314 services_controller.go:452] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.131.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.161", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:21.566999 3314 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567011 3314 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:21.567024 3314 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:21.567017 3314 services_controller.go:451] Built service openshift-apiserver-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.161.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.567044 3314 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.567050 3314 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:21.567055 3314 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:21.567057 3314 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 247.188µs I0703 21:56:21.567066 3314 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.567074 3314 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:21.567088 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:21.567093 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 233.636µs I0703 21:56:21.567105 3314 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:21.567084 3314 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48204ab9-9a33-409d-8ddf-2f8da190dd7c 641 0 2026-07-03 21:46:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386007 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.9.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.567152 3314 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:21.567114 3314 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 94edfcd8-f3d0-4929-9096-397fe2f9e4ac 3464 0 2026-07-03 21:47:29 +0000 UTC map[app:insights-operator] map[capability.openshift.io/name:Insights exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-insights-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738720b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: insights-operator,},ClusterIP:172.30.79.76,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.76],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.567164 3314 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.183"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.567186 3314 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567190 3314 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:21.567194 3314 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567202 3314 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.76"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.567216 3314 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567225 3314 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567211 3314 services_controller.go:451] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.9.183", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.567237 3314 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.567247 3314 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:21.567240 3314 services_controller.go:451] Built service openshift-insights/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-insights/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.79.76", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.567257 3314 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.567264 3314 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.567275 3314 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:21.567277 3314 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:21.566365 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:21.567282 3314 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.566580 3314 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567291 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 3.945287ms I0703 21:56:21.567299 3314 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:21.567295 3314 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.128.238"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.567303 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 198.987µs I0703 21:56:21.567307 3314 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:21.567309 3314 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567313 3314 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:21.567329 3314 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:21.567338 3314 services_controller.go:452] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.201.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.128.238", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:21.566688 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0e:56:4a:40:76:dd networks:{GoSet:[10.0.2.164/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {eeb3a602-77fe-403f-a151-6edb73463530}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.567319 3314 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver ee3bbe34-f8a0-4b91-9272-4d4c64625c6c 1547 0 2026-07-03 21:47:10 +0000 UTC map[prometheus:openshift-apiserver-check-endpoints] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377f47 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:check-endpoints,Protocol:TCP,Port:17698,TargetPort:{0 17698 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{apiserver: true,},ClusterIP:172.30.42.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.567365 3314 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:21.567375 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:21.567283 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 213.193µs I0703 21:56:21.567384 3314 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.42.11"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.567391 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:21.567393 3314 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567399 3314 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567394 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:eeb3a602-77fe-403f-a151-6edb73463530}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.567409 3314 services_controller.go:451] Built service openshift-apiserver/check-endpoints cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver/check-endpoints_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.42.11", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.567411 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0e:56:4a:40:76:dd networks:{GoSet:[10.0.2.164/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {eeb3a602-77fe-403f-a151-6edb73463530}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:eeb3a602-77fe-403f-a151-6edb73463530}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.567432 3314 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:21.567439 3314 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:21.567399 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-catalog openshift-deployment-validation-operator 98e3c021-33ca-4e34-b72b-19bedb1bdc41 5260 0 2026-07-03 21:49:40 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog a322fab6-3a4c-478c-a029-f571af9f3bdd 0xc007386a2d 0xc007386a2e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.46.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.46.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.567446 3314 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.567461 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:21.567464 3314 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 151.315µs I0703 21:56:21.567376 3314 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:21.567472 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:21.566597 3314 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:21.567492 3314 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:21.567503 3314 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.567478 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator c9cf6a9c-cddd-437e-acc0-f66b7c5adcaa 881 0 2026-07-03 21:47:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387a87 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},ServicePort{Name:health,Protocol:TCP,Port:8798,TargetPort:{0 8798 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-daemon,},ClusterIP:172.30.152.84,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.152.84],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.567531 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:21.567537 3314 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 4.296006ms I0703 21:56:21.567541 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:21.567315 3314 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 255a9e39-3be1-4696-8bd8-d96738c8537d 3518 0 2026-07-03 21:47:30 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387937 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-storage-version-migrator-operator,},ClusterIP:172.30.40.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.567554 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.567571 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567580 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567578 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:21.567502 3314 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 1.41797ms I0703 21:56:21.567591 3314 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.40.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.567603 3314 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567465 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:21.567596 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-daemon cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.567622 3314 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567623 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:21.567634 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:21.567622 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.46.20"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.567644 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.567668 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567644 3314 services_controller.go:451] Built service openshift-kube-storage-version-migrator-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.40.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.567688 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:21.567692 3314 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.567695 3314 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 222.113µs I0703 21:56:21.567704 3314 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:21.567710 3314 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:21.567716 3314 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.567739 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:21.567746 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 438.903µs I0703 21:56:21.567718 3314 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 62346486-f3be-42c8-8c00-73e945369757 1011 0 2026-07-03 21:47:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738609b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.112.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.567760 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:21.567772 3314 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:21.567780 3314 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.112.156"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.567789 3314 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567795 3314 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.567806 3314 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.112.156", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.567770 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator 3d95194f-d202-464e-9ad4-1d111b923354 829 0 2026-07-03 21:46:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073879bb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-controller,},ClusterIP:172.30.224.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.567831 3314 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.567838 3314 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:21.567604 3314 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:21.567844 3314 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.567850 3314 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 247.574µs I0703 21:56:21.567852 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:21.567859 3314 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:21.567863 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:21.567864 3314 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 155.707µs I0703 21:56:21.567871 3314 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.658µs I0703 21:56:21.567867 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.224.89"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.567874 3314 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:21.567883 3314 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:21.567552 3314 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:21.567891 3314 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.625µs I0703 21:56:21.567895 3314 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 343.901µs I0703 21:56:21.567901 3314 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:21.567882 3314 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default d2d9db75-adef-4df7-a67a-573e5b9ce2b2 1541 0 2026-07-03 21:47:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.75,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.75],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.567908 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 6.732µs I0703 21:56:21.567917 3314 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:21.567923 3314 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.33.129] []}] I0703 21:56:21.567910 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} options:{GoMap:map[network_name:physnet]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {75da41f2-7644-43e5-9338-b4cbd855c216}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.567925 3314 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console f021c54b-b655-47fc-993e-dd066ef78ffd 4192 0 2026-07-03 21:48:08 +0000 UTC map[app.kubernetes.io/component:networking-console-plugin app.kubernetes.io/managed-by:cluster-network-operator app.kubernetes.io/name:networking-console-plugin app.kubernetes.io/part-of:cluster-network-operator] map[openshift.io/description:Expose the networking console plugin service on port 9443. This port is for internal use, and no other usage is guaranteed. service.beta.openshift.io/serving-cert-secret-name:networking-console-plugin-cert] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387cce 0xc007387ccf}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:9443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app.kubernetes.io/component: networking-console-plugin,app.kubernetes.io/managed-by: cluster-network-operator,app.kubernetes.io/name: networking-console-plugin,app.kubernetes.io/part-of: cluster-network-operator,},ClusterIP:172.30.84.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.84.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.568011 3314 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:21.567882 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.568022 3314 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.84.199"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.568027 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.568032 3314 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.568046 3314 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.568046 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-controller cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.224.89", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.568077 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:21.568063 3314 services_controller.go:451] Built service openshift-network-console/networking-console-plugin cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-console/networking-console-plugin_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.84.199", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.568088 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:21.568090 3314 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:21.568098 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.568103 3314 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:21.568114 3314 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.568119 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:21.568127 3314 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 367.843µs I0703 21:56:21.567938 3314 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:21.568137 3314 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:21.568141 3314 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:21.567680 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.568144 3314 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 226.398µs I0703 21:56:21.568120 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:56:4a:40:76:dd]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {37499f98-5096-49c4-9f81-1d6bfdc0ec24}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.568150 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.258µs I0703 21:56:21.568149 3314 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.207.75"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.33.129"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.568166 3314 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.568197 3314 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:21.568251 3314 services_controller.go:452] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.207.75", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.33.129", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:21.568287 3314 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:21.568300 3314 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:21.568325 3314 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:21.568333 3314 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 458.219µs I0703 21:56:21.567906 3314 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:21.568352 3314 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 38ac628e-face-480c-85fd-d7d6c10a12ce 1974 0 2026-07-03 21:47:18 +0000 UTC map[name:console-operator] map[capability.openshift.io/name:Console include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: console-operator,},ClusterIP:172.30.65.250,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.250],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:21.568443 3314 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:21.568455 3314 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.65.250"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:21.568469 3314 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:21.568480 3314 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:21.568498 3314 services_controller.go:451] Built service openshift-console-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-console-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.65.250", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.568527 3314 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:21.568538 3314 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:21.568550 3314 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.568573 3314 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:21.568581 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 675.256µs I0703 21:56:21.568186 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:75da41f2-7644-43e5-9338-b4cbd855c216} {GoUUID:37499f98-5096-49c4-9f81-1d6bfdc0ec24}]}}] Timeout: Where:[where column _uuid == {bc72ae25-11c2-4f4c-9b68-41f7fd537cf2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.568597 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} options:{GoMap:map[network_name:physnet]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {75da41f2-7644-43e5-9338-b4cbd855c216}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:56:4a:40:76:dd]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {37499f98-5096-49c4-9f81-1d6bfdc0ec24}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:75da41f2-7644-43e5-9338-b4cbd855c216} {GoUUID:37499f98-5096-49c4-9f81-1d6bfdc0ec24}]}}] Timeout: Where:[where column _uuid == {bc72ae25-11c2-4f4c-9b68-41f7fd537cf2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.568166 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.46.20", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:21.568858 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:56:21.568892 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:21.568921 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:21.568946 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:21.568953 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 1.561973ms I0703 21:56:21.569060 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-2-164.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {dd9f93f3-66b6-4407-8ad9-c5c7e9169154}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.569093 3314 transact.go:42] Configuring OVN: [{Op:update Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-2-164.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {dd9f93f3-66b6-4407-8ad9-c5c7e9169154}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.569391 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:169.254.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {10d4dce8-4867-4b07-8a27-8d9789fa7fb3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.569443 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:10d4dce8-4867-4b07-8a27-8d9789fa7fb3}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.569469 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:169.254.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {10d4dce8-4867-4b07-8a27-8d9789fa7fb3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:10d4dce8-4867-4b07-8a27-8d9789fa7fb3}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.569773 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.2.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f439d07-8759-4ca3-bdf9-70100177fbc6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.569814 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:3f439d07-8759-4ca3-bdf9-70100177fbc6}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.569829 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.2.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f439d07-8759-4ca3-bdf9-70100177fbc6}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:3f439d07-8759-4ca3-bdf9-70100177fbc6}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.570058 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {21ae96b9-cf2e-486d-ad4f-9c605a52f55a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.570139 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:21ae96b9-cf2e-486d-ad4f-9c605a52f55a}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.570166 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {21ae96b9-cf2e-486d-ad4f-9c605a52f55a}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:21ae96b9-cf2e-486d-ad4f-9c605a52f55a}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.570511 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {40442209-b6be-4cc5-b47d-90f86fe538d5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.570600 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:40442209-b6be-4cc5-b47d-90f86fe538d5}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.570626 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {40442209-b6be-4cc5-b47d-90f86fe538d5}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:40442209-b6be-4cc5-b47d-90f86fe538d5}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.571034 3314 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b48011eb-4b43-4868-8eb0-55b0ecbdd064}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.571081 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:b48011eb-4b43-4868-8eb0-55b0ecbdd064}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.571109 3314 transact.go:42] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b48011eb-4b43-4868-8eb0-55b0ecbdd064}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:b48011eb-4b43-4868-8eb0-55b0ecbdd064}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.576692 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-2-164.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-164.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315538}] I0703 21:56:21.576746 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315538}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.576775 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-2-164.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-164.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc00a1c01d0 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-2-164.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-164.ec2.internal */ where column external_ids includes {map[]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-2-164.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-164.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315538} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315538}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.579910 3314 ovs.go:159] Exec(57): /usr/sbin/ip route replace table 7 172.30.0.0/16 via 10.128.0.1 dev ovn-k8s-mp0 I0703 21:56:21.583430 3314 base_network_controller.go:532] When adding node ip-10-0-2-164.ec2.internal for network default, found 12 pods to add to retryPods I0703 21:56:21.583449 3314 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-c99h8 to retryPods for network default I0703 21:56:21.583461 3314 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal to retryPods for network default I0703 21:56:21.583489 3314 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 to retryPods for network default I0703 21:56:21.583498 3314 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-w2kx5 to retryPods for network default I0703 21:56:21.583505 3314 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-fhtzh to retryPods for network default I0703 21:56:21.583512 3314 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-2h2rk to retryPods for network default I0703 21:56:21.583520 3314 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal to retryPods for network default I0703 21:56:21.583527 3314 base_network_controller.go:538] Adding pod openshift-multus/multus-4hcjj to retryPods for network default I0703 21:56:21.583533 3314 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-dnznf to retryPods for network default I0703 21:56:21.583542 3314 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-qwd5g to retryPods for network default I0703 21:56:21.583549 3314 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-6qpbd to retryPods for network default I0703 21:56:21.583557 3314 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-m78cq to retryPods for network default I0703 21:56:21.583568 3314 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0703 21:56:21.583587 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:21.583603 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-164.ec2.internal I0703 21:56:21.583641 3314 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0703 21:56:21.583691 3314 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-2-164.ec2.internal. Updating no re-route policies I0703 21:56:21.583691 3314 obj_retry.go:409] Going to retry *v1.Pod resource setup for 16 objects: [kube-system/konnectivity-agent-c99h8 openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 openshift-cluster-node-tuning-operator/tuned-w2kx5 openshift-image-registry/node-ca-2h2rk openshift-multus/multus-additional-cni-plugins-dnznf openshift-ovn-kubernetes/ovnkube-node-m78cq kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal openshift-multus/network-metrics-daemon-m6p8c openshift-multus/multus-4hcjj openshift-multus/network-metrics-daemon-qwd5g openshift-network-diagnostics/network-check-target-6qpbd openshift-network-diagnostics/network-check-target-k6ppm openshift-multus/network-metrics-daemon-gh28j openshift-network-diagnostics/network-check-target-cb5ss openshift-dns/node-resolver-fhtzh] I0703 21:56:21.583730 3314 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 21:56:21.583745 3314 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/konnectivity-agent-c99h8 I0703 21:56:21.583760 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:21.583774 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:21.583740 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 I0703 21:56:21.583785 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 I0703 21:56:21.583786 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-4hcjj I0703 21:56:21.583788 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-m6p8c in node ip-10-0-1-32.ec2.internal I0703 21:56:21.583807 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:21.583818 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:21.583827 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-qwd5g in node ip-10-0-2-164.ec2.internal I0703 21:56:21.583835 3314 obj_retry.go:377] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-m6p8c, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-m6p8c: suppressed error logged: pod openshift-multus/network-metrics-daemon-m6p8c: no pod IPs found I0703 21:56:21.583837 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-cb5ss I0703 21:56:21.583848 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-dns/node-resolver-fhtzh I0703 21:56:21.583799 3314 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 in node ip-10-0-2-164.ec2.internal I0703 21:56:21.583858 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-dns/node-resolver-fhtzh I0703 21:56:21.583860 3314 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 after 0 failed attempt(s) I0703 21:56:21.583867 3314 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-fhtzh in node ip-10-0-2-164.ec2.internal I0703 21:56:21.583871 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:21.583875 3314 obj_retry.go:386] Retry successful for *v1.Pod openshift-dns/node-resolver-fhtzh after 0 failed attempt(s) I0703 21:56:21.583878 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-w2kx5 I0703 21:56:21.583880 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:21.583887 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-w2kx5 I0703 21:56:21.583873 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.164 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bbe97436-914d-4857-ba29-87f3267638d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.583774 3314 obj_retry.go:365] Adding new object: *v1.Pod kube-system/konnectivity-agent-c99h8 I0703 21:56:21.583894 3314 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-w2kx5 in node ip-10-0-2-164.ec2.internal I0703 21:56:21.583900 3314 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-c99h8 in node ip-10-0-2-164.ec2.internal I0703 21:56:21.583772 3314 obj_retry.go:285] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-k6ppm before timer (time: 2026-07-03 21:56:21.649364011 +0000 UTC m=+3.772338314): skip I0703 21:56:21.583824 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-gh28j I0703 21:56:21.583907 3314 obj_retry.go:386] Retry successful for *v1.Pod kube-system/konnectivity-agent-c99h8 after 0 failed attempt(s) I0703 21:56:21.583851 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-cb5ss I0703 21:56:21.583914 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-c99h8 I0703 21:56:21.583890 3314 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-6qpbd in node ip-10-0-2-164.ec2.internal I0703 21:56:21.583882 3314 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-fhtzh I0703 21:56:21.583921 3314 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-cb5ss in node ip-10-0-0-161.ec2.internal I0703 21:56:21.583923 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:21.583932 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:21.583934 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal I0703 21:56:21.583937 3314 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-m78cq in node ip-10-0-2-164.ec2.internal I0703 21:56:21.583939 3314 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-6qpbd] creating logical port openshift-network-diagnostics_network-check-target-6qpbd for pod on switch ip-10-0-2-164.ec2.internal I0703 21:56:21.583942 3314 obj_retry.go:386] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m78cq after 0 failed attempt(s) I0703 21:56:21.583942 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal I0703 21:56:21.583946 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:21.583950 3314 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal in node ip-10-0-2-164.ec2.internal I0703 21:56:21.583868 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pcrk8 I0703 21:56:21.583901 3314 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-w2kx5 after 0 failed attempt(s) I0703 21:56:21.583956 3314 obj_retry.go:386] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal after 0 failed attempt(s) I0703 21:56:21.583960 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-w2kx5 I0703 21:56:21.583892 3314 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal I0703 21:56:21.583962 3314 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-164.ec2.internal I0703 21:56:21.583861 3314 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-qwd5g] creating logical port openshift-multus_network-metrics-daemon-qwd5g for pod on switch ip-10-0-2-164.ec2.internal I0703 21:56:21.583970 3314 obj_retry.go:365] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal I0703 21:56:21.583979 3314 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal in node ip-10-0-2-164.ec2.internal I0703 21:56:21.583986 3314 obj_retry.go:386] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal after 0 failed attempt(s) I0703 21:56:21.583992 3314 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-164.ec2.internal I0703 21:56:21.583914 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-gh28j I0703 21:56:21.584074 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-gh28j in node ip-10-0-0-161.ec2.internal I0703 21:56:21.584119 3314 obj_retry.go:377] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-gh28j, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-gh28j: suppressed error logged: pod openshift-multus/network-metrics-daemon-gh28j: no pod IPs found I0703 21:56:21.583901 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-image-registry/node-ca-2h2rk I0703 21:56:21.584135 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-image-registry/node-ca-2h2rk I0703 21:56:21.583959 3314 obj_retry.go:377] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-cb5ss, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-cb5ss: suppressed error logged: pod openshift-network-diagnostics/network-check-target-cb5ss: no pod IPs found I0703 21:56:21.583911 3314 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:21.584154 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:21.584162 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-dnznf in node ip-10-0-2-164.ec2.internal I0703 21:56:21.584169 3314 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-dnznf after 0 failed attempt(s) I0703 21:56:21.584175 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:21.583797 3314 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-4hcjj I0703 21:56:21.584158 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]} options:{GoMap:map[iface-id-ver:99c00e0b-45fd-4c98-a0da-a2b492365a92 requested-chassis:ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {83faa3a9-ff1b-4232-889a-0e40b531535c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584224 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:83faa3a9-ff1b-4232-889a-0e40b531535c}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584186 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-4hcjj in node ip-10-0-2-164.ec2.internal I0703 21:56:21.584308 3314 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-4hcjj after 0 failed attempt(s) I0703 21:56:21.584316 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-4hcjj I0703 21:56:21.583897 3314 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.164 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bbe97436-914d-4857-ba29-87f3267638d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584315 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:83faa3a9-ff1b-4232-889a-0e40b531535c}]}}] Timeout: Where:[where column _uuid == {94849607-3cf0-4859-b941-9db34bca0f39}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584143 3314 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-2h2rk in node ip-10-0-2-164.ec2.internal I0703 21:56:21.584376 3314 obj_retry.go:386] Retry successful for *v1.Pod openshift-image-registry/node-ca-2h2rk after 0 failed attempt(s) I0703 21:56:21.584382 3314 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-2h2rk I0703 21:56:21.584487 3314 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6a7e11f6-1194-4851-9ede-ed339504f68f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584547 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:6a7e11f6-1194-4851-9ede-ed339504f68f}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584571 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]} options:{GoMap:map[iface-id-ver:99c00e0b-45fd-4c98-a0da-a2b492365a92 requested-chassis:ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {83faa3a9-ff1b-4232-889a-0e40b531535c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:83faa3a9-ff1b-4232-889a-0e40b531535c}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:83faa3a9-ff1b-4232-889a-0e40b531535c}]}}] Timeout: Where:[where column _uuid == {94849607-3cf0-4859-b941-9db34bca0f39}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6a7e11f6-1194-4851-9ede-ed339504f68f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:6a7e11f6-1194-4851-9ede-ed339504f68f}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584628 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]} options:{GoMap:map[iface-id-ver:0ff05777-0812-4d97-b4fa-75858b3df0a7 requested-chassis:ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bdfddd1d-dba3-4a67-8b0a-8ba8ef83cb5c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584713 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:bdfddd1d-dba3-4a67-8b0a-8ba8ef83cb5c}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584779 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:bdfddd1d-dba3-4a67-8b0a-8ba8ef83cb5c}]}}] Timeout: Where:[where column _uuid == {42285e7a-fc91-460c-bbda-54723402d0c6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584901 3314 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {947cb917-0c8e-4377-97ef-8f6fbe1927c4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584946 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:947cb917-0c8e-4377-97ef-8f6fbe1927c4}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.584969 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]} options:{GoMap:map[iface-id-ver:0ff05777-0812-4d97-b4fa-75858b3df0a7 requested-chassis:ip-10-0-2-164.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bdfddd1d-dba3-4a67-8b0a-8ba8ef83cb5c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:bdfddd1d-dba3-4a67-8b0a-8ba8ef83cb5c}]}}] Timeout: Where:[where column _uuid == {d13523f5-1717-4c04-b016-e4575ff33d10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:bdfddd1d-dba3-4a67-8b0a-8ba8ef83cb5c}]}}] Timeout: Where:[where column _uuid == {42285e7a-fc91-460c-bbda-54723402d0c6}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.2.164 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {947cb917-0c8e-4377-97ef-8f6fbe1927c4}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:947cb917-0c8e-4377-97ef-8f6fbe1927c4}]}}] Timeout: Where:[where column _uuid == {b4b35cc2-6438-4857-813c-99b88244555a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.585034 3314 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-6qpbd): added port &{name:openshift-network-diagnostics_network-check-target-6qpbd uuid:83faa3a9-ff1b-4232-889a-0e40b531535c logicalSwitch:ip-10-0-2-164.ec2.internal ips:[0xc009d46030] mac:[10 88 10 128 0 3] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.3/23] and MAC: 0a:58:0a:80:00:03 I0703 21:56:21.585028 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow external_ids:{GoMap:map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Node:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Node k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]} match:(ip4.src == $a8519615025667110816 || ip4.src == $a13607449821398607916) && ip4.dst == $a712973235162149816 options:{GoMap:map[pkt_mark:1008]} priority:102] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315539}] I0703 21:56:21.585068 3314 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "99c00e0b-45fd-4c98-a0da-a2b492365a92" I0703 21:56:21.585078 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315539}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.585049 3314 pods.go:252] [openshift-network-diagnostics/network-check-target-6qpbd] addLogicalPort took 1.117338ms, libovsdb time 452.349µs I0703 21:56:21.585145 3314 obj_retry.go:386] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-6qpbd after 0 failed attempt(s) I0703 21:56:21.585094 3314 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:(ip4.src == $a8519615025667110816 || ip4.src == $a13607449821398607916) && ip4.dst == $a712973235162149816 priority:102]] Columns:[priority match] Mutations:[] Timeout:0xc009ec6dc0 Where:[where column priority == 102 where column match == (ip4.src == $a8519615025667110816 || ip4.src == $a13607449821398607916) && ip4.dst == $a712973235162149816 where column external_ids includes {map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Node:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Node k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:allow external_ids:{GoMap:map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Node:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Node k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]} match:(ip4.src == $a8519615025667110816 || ip4.src == $a13607449821398607916) && ip4.dst == $a712973235162149816 options:{GoMap:map[pkt_mark:1008]} priority:102] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315539} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3000315539}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.585152 3314 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-6qpbd I0703 21:56:21.585383 3314 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-qwd5g): added port &{name:openshift-multus_network-metrics-daemon-qwd5g uuid:bdfddd1d-dba3-4a67-8b0a-8ba8ef83cb5c logicalSwitch:ip-10-0-2-164.ec2.internal ips:[0xc009f49740] mac:[10 88 10 128 0 4] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.4/23] and MAC: 0a:58:0a:80:00:04 I0703 21:56:21.585402 3314 pods.go:252] [openshift-multus/network-metrics-daemon-qwd5g] addLogicalPort took 1.553659ms, libovsdb time 405.401µs I0703 21:56:21.585409 3314 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-qwd5g after 0 failed attempt(s) I0703 21:56:21.585414 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-qwd5g I0703 21:56:21.585426 3314 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 1.735132ms) I0703 21:56:21.585448 3314 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "0ff05777-0812-4d97-b4fa-75858b3df0a7" I0703 21:56:21.585771 3314 egressip.go:1976] Egress node: ip-10-0-2-164.ec2.internal about to be initialized I0703 21:56:21.585848 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {981a73a5-cebf-4b04-a69f-d1da0d943b49}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.585894 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:981a73a5-cebf-4b04-a69f-d1da0d943b49}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.585920 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {981a73a5-cebf-4b04-a69f-d1da0d943b49}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:981a73a5-cebf-4b04-a69f-d1da0d943b49}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.586167 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:21.586188 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-164.ec2.internal E0703 21:56:21.586210 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:56:21.586225 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:56:21.586231 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:56:21.586324 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:21.586337 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-164.ec2.internal I0703 21:56:21.586373 3314 egressip.go:1976] Egress node: ip-10-0-2-164.ec2.internal about to be initialized I0703 21:56:21.586433 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {981a73a5-cebf-4b04-a69f-d1da0d943b49}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.586493 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:981a73a5-cebf-4b04-a69f-d1da0d943b49}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.586516 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {981a73a5-cebf-4b04-a69f-d1da0d943b49}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:981a73a5-cebf-4b04-a69f-d1da0d943b49}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:21.587377 3314 default_network_controller.go:732] Recording add event on pod openshift-ingress/router-default-5c55675787-tpx78 I0703 21:56:21.587411 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-ingress/router-default-5c55675787-tpx78 I0703 21:56:21.587426 3314 obj_retry.go:551] Creating *v1.Pod openshift-ingress/router-default-5c55675787-tpx78 took: 793ns I0703 21:56:21.587435 3314 default_network_controller.go:776] Recording success event on pod openshift-ingress/router-default-5c55675787-tpx78 I0703 21:56:21.587445 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ingress/router-default-5c55675787-tpx78 I0703 21:56:21.587478 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-ingress/router-default-5c55675787-tpx78 took: 23.162µs I0703 21:56:21.587574 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ingress/router-default-5c55675787-tpx78 I0703 21:56:21.587600 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ingress/router-default-5c55675787-tpx78 in Admin Network Policy controller I0703 21:56:21.587610 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ingress/router-default-5c55675787-tpx78 Admin Network Policy controller: took 12.018µs I0703 21:56:21.590565 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 172.30.0.0/16 Src: Gw: 10.128.0.1 Flags: [] Table: 7 Realm: 0}" I0703 21:56:21.591398 3314 ovs.go:162] Exec(57): stdout: "" I0703 21:56:21.591413 3314 ovs.go:163] Exec(57): stderr: "" I0703 21:56:21.591424 3314 gateway_shared_intf.go:2164] Successfully added route into custom routing table: 7 I0703 21:56:21.591434 3314 ovs.go:159] Exec(58): /usr/sbin/ip -4 rule I0703 21:56:21.592762 3314 ovs.go:162] Exec(58): stdout: "0:\tfrom all lookup local\n32766:\tfrom all lookup main\n32767:\tfrom all lookup default\n" I0703 21:56:21.592775 3314 ovs.go:163] Exec(58): stderr: "" I0703 21:56:21.592783 3314 ovs.go:159] Exec(59): /usr/sbin/ip -4 rule add fwmark 0x1745ec lookup 7 prio 30 I0703 21:56:21.594061 3314 ovs.go:162] Exec(59): stdout: "" I0703 21:56:21.594076 3314 ovs.go:163] Exec(59): stderr: "" I0703 21:56:21.594087 3314 ovs.go:159] Exec(60): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.rp_filter=2 I0703 21:56:21.594834 3314 ovs.go:162] Exec(60): stdout: "net.ipv4.conf.ovn-k8s-mp0.rp_filter = 2\n" I0703 21:56:21.594846 3314 ovs.go:163] Exec(60): stderr: "" I0703 21:56:21.594854 3314 gateway_shared_intf.go:2357] Creating Gateway Node Port Watcher I0703 21:56:21.594863 3314 ovs.go:159] Exec(61): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0703 21:56:21.600316 3314 ovs.go:162] Exec(61): stdout: "1\n" I0703 21:56:21.600329 3314 ovs.go:163] Exec(61): stderr: "" I0703 21:56:21.605845 3314 iptables.go:107] Creating table: mangle chain: OUTPUT I0703 21:56:21.607061 3314 iptables.go:109] Chain: "OUTPUT" in table: "mangle" already exists, skipping creation: running [/usr/sbin/iptables -t mangle -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0703 21:56:21.608192 3314 iptables.go:120] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0703 21:56:21.608586 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:21.608668 3314 default_network_controller.go:747] Recording update event on pod openshift-ingress/router-default-5c55675787-tpx78 I0703 21:56:21.608727 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-ingress/router-default-5c55675787-tpx78 I0703 21:56:21.608759 3314 default_network_controller.go:776] Recording success event on pod openshift-ingress/router-default-5c55675787-tpx78 I0703 21:56:21.608790 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:21.608834 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ingress/router-default-5c55675787-tpx78 I0703 21:56:21.608772 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ingress/router-default-5c55675787-k5l7z I0703 21:56:21.608863 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ingress/router-default-5c55675787-k5l7z in Admin Network Policy controller I0703 21:56:21.608872 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ingress/router-default-5c55675787-k5l7z Admin Network Policy controller: took 10.082µs I0703 21:56:21.608609 3314 default_network_controller.go:732] Recording add event on pod openshift-ingress/router-default-5c55675787-k5l7z I0703 21:56:21.608889 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-ingress/router-default-5c55675787-k5l7z I0703 21:56:21.608898 3314 obj_retry.go:551] Creating *v1.Pod openshift-ingress/router-default-5c55675787-k5l7z took: 680ns I0703 21:56:21.608905 3314 default_network_controller.go:776] Recording success event on pod openshift-ingress/router-default-5c55675787-k5l7z I0703 21:56:21.608912 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ingress/router-default-5c55675787-k5l7z I0703 21:56:21.608926 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-ingress/router-default-5c55675787-k5l7z took: 7.456µs I0703 21:56:21.609498 3314 iptables.go:107] Creating table: nat chain: OUTPUT I0703 21:56:21.610521 3314 iptables.go:109] Chain: "OUTPUT" in table: "nat" already exists, skipping creation: running [/usr/sbin/iptables -t nat -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0703 21:56:21.611773 3314 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0703 21:56:21.612876 3314 iptables.go:107] Creating table: nat chain: PREROUTING I0703 21:56:21.613917 3314 iptables.go:109] Chain: "PREROUTING" in table: "nat" already exists, skipping creation: running [/usr/sbin/iptables -t nat -N PREROUTING --wait]: exit status 1: iptables: Chain already exists. I0703 21:56:21.615005 3314 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0703 21:56:21.617107 3314 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0703 21:56:21.619094 3314 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0703 21:56:21.621240 3314 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0703 21:56:21.623499 3314 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0703 21:56:21.626431 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:21.626446 3314 default_network_controller.go:747] Recording update event on pod openshift-ingress/router-default-5c55675787-k5l7z I0703 21:56:21.626457 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-ingress/router-default-5c55675787-k5l7z I0703 21:56:21.626463 3314 default_network_controller.go:776] Recording success event on pod openshift-ingress/router-default-5c55675787-k5l7z I0703 21:56:21.626469 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:21.626476 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ingress/router-default-5c55675787-k5l7z I0703 21:56:21.650786 3314 iptables.go:107] Creating table: filter chain: FORWARD I0703 21:56:21.652053 3314 iptables.go:109] Chain: "FORWARD" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N FORWARD --wait]: exit status 1: iptables: Chain already exists. I0703 21:56:21.653515 3314 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0703 21:56:21.656241 3314 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0703 21:56:21.658831 3314 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0703 21:56:21.661575 3314 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0703 21:56:21.664117 3314 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0703 21:56:21.666686 3314 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0703 21:56:21.667930 3314 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.1 W0703 21:56:21.668008 3314 gateway_shared_intf.go:2680] Failed to remove IP neighbor entry for ip 169.254.0.1, on iface br-ex: failed to delete neighbour entry 169.254.0.1 : no such file or directory I0703 21:56:21.668041 3314 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.4 W0703 21:56:21.668090 3314 gateway_shared_intf.go:2680] Failed to remove IP neighbor entry for ip 169.254.0.4, on iface br-ex: failed to delete neighbour entry 169.254.0.4 : no such file or directory I0703 21:56:21.668134 3314 gateway_init.go:423] Gateway and management port readiness took 2.162317497s I0703 21:56:21.668163 3314 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0703 21:56:21.668190 3314 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0703 21:56:21.668198 3314 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0703 21:56:21.668207 3314 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0703 21:56:21.668357 3314 network_controller.go:244] [node-nad-controller network controller]: syncing all networks I0703 21:56:21.668366 3314 network_controller.go:255] [node-nad-controller network controller]: finished syncing all networks. Time taken: 8.256µs I0703 21:56:21.668372 3314 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0703 21:56:21.668379 3314 nad_controller.go:161] [node-nad-controller NAD controller]: started I0703 21:56:21.668384 3314 default_node_network_controller.go:988] Starting the default node network controller I0703 21:56:21.673612 3314 gateway_init.go:433] Initializing Gateway Functionality for gateway Start I0703 21:56:21.673762 3314 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.2.164:{10.0.2.0 ffffff00} 10.128.0.2:{10.128.0.0 fffffe00} 127.0.0.1:{127.0.0.0 ff000000} 169.254.0.2:{169.254.0.0 ffff8000} 172.20.0.1:{172.20.0.1 ffffffff} ::1:{::1 ffffffffffffffffffffffffffffffff} fe80::3b52:e60c:2ee:5ec6:{fe80:: ffffffffffffffff0000000000000000} fe80::858:aff:fe80:2:{fe80:: ffffffffffffffff0000000000000000}] I0703 21:56:21.673860 3314 default_node_network_controller.go:1514] MTU (9001) of network interface br-ex is big enough to deal with Geneve header overhead (sum 8959). I0703 21:56:21.673874 3314 default_node_network_controller.go:1078] Upgrade Hack: Interconnect is enabled I0703 21:56:21.677192 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:21.677259 3314 ovs.go:159] Exec(62): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:21.687538 3314 ovs.go:162] Exec(62): stdout: "" I0703 21:56:21.687554 3314 ovs.go:163] Exec(62): stderr: "" I0703 21:56:21.687563 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:22.126506 3314 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal I0703 21:56:22.126546 3314 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal I0703 21:56:22.126640 3314 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal I0703 21:56:22.126709 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:22.126729 3314 default_network_controller.go:747] Recording update event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal I0703 21:56:22.126748 3314 obj_retry.go:620] Update event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal I0703 21:56:22.126759 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal in node ip-10-0-1-32.ec2.internal I0703 21:56:22.126766 3314 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal I0703 21:56:22.126774 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:22.126785 3314 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal I0703 21:56:22.126605 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal in Admin Network Policy controller I0703 21:56:22.126811 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal Admin Network Policy controller: took 206.614µs I0703 21:56:22.126719 3314 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal in node ip-10-0-1-32.ec2.internal I0703 21:56:22.126834 3314 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal took: 135.019µs I0703 21:56:22.126842 3314 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal I0703 21:56:22.126853 3314 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal I0703 21:56:22.126870 3314 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal took: 9.08µs I0703 21:56:22.126662 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal: podLabels k8s-app=kube-apiserver-proxy, podIPs: [10.0.1.32], PodStatus: true, PodCompleted?: false I0703 21:56:22.126890 3314 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal in Admin Network Policy controller I0703 21:56:22.126895 3314 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal Admin Network Policy controller: took 5.951µs I0703 21:56:22.126677 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-32.ec2.internal I0703 21:56:22.177863 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:22.177886 3314 ovs.go:159] Exec(63): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:22.188155 3314 ovs.go:162] Exec(63): stdout: "" I0703 21:56:22.188170 3314 ovs.go:163] Exec(63): stderr: "" I0703 21:56:22.188178 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:22.347681 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-99d9b0d831a8e581018f246996b51f65f0bb864b06742b04d2319ad10689bc69.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d99d9b0d831a8e581018f246996b51f65f0bb864b06742b04d2319ad10689bc69_2emount"}, Sequence:0x39} I0703 21:56:22.347832 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay-99d9b0d831a8e581018f246996b51f65f0bb864b06742b04d2319ad10689bc69.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d99d9b0d831a8e581018f246996b51f65f0bb864b06742b04d2319ad10689bc69_2emount"}, Sequence:0x3a} I0703 21:56:22.347875 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x3b} I0703 21:56:22.347890 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x3c} I0703 21:56:22.347956 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x3d} I0703 21:56:22.348092 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x3e} I0703 21:56:22.348123 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x3f} I0703 21:56:22.348226 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x40} I0703 21:56:22.348347 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x41} I0703 21:56:22.348364 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x42} I0703 21:56:22.348482 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x43} I0703 21:56:22.348523 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x44} I0703 21:56:22.348669 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x45} I0703 21:56:22.348776 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0e0e0e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6add8d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0de154}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ab0d2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0de124}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ab0a5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0dfa48}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ac9c7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7f, 0x25, 0xf7, 0xcc, 0xb3, 0x89, 0x4f, 0xcd, 0x84, 0xbc, 0x98, 0x8d, 0xcf, 0x5f, 0x63, 0x89}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0e0e0e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6add8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x46} I0703 21:56:22.348822 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/system_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x47} I0703 21:56:22.348886 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Socket", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecStartPre", "ExecStartPost", "ExecStopPre", "ExecStopPost"}}, Sequence:0x48} I0703 21:56:22.348982 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52f34}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21feb3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52ee2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21fe61}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52ee1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21fe60}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52f34}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21feb3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd7, 0xce, 0x60, 0xd8, 0xd3, 0x5f, 0x42, 0x98, 0xb6, 0x6c, 0xe9, 0x9a, 0xfd, 0x60, 0xa1, 0x8}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc00857e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5d54fd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x49} I0703 21:56:22.349028 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-99d9b0d831a8e581018f246996b51f65f0bb864b06742b04d2319ad10689bc69-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d99d9b0d831a8e581018f246996b51f65f0bb864b06742b04d2319ad10689bc69_2dmerged_2emount"}, Sequence:0x4a} I0703 21:56:22.349193 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/umount_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbf92a03}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x55f982}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4b} I0703 21:56:22.349244 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2dpre_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5d7ed}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a76c}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc1d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aab9c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc1c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aab9b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5d7ed}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a76c}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x13, 0x4e, 0x19, 0xbe, 0x89, 0x75, 0x49, 0x98, 0xb1, 0xa6, 0xbd, 0x6c, 0x38, 0x62, 0xb3, 0x5b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4c} I0703 21:56:22.349297 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5c81f}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42979e}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a05d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fdc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a05a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fda}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5c81f}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42979e}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0xae, 0x5b, 0x79, 0xf7, 0xf3, 0x40, 0x9a, 0xb3, 0xe6, 0xc8, 0x88, 0x45, 0xa6, 0xe7, 0x60}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4d} I0703 21:56:22.402876 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-conmon-c2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope"}, Sequence:0x4e} I0703 21:56:22.402897 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3c5, "/org/freedesktop/systemd1/job/965", "crio-conmon-c2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5.scope"}, Sequence:0x4f} I0703 21:56:22.403036 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod5ab065d3_5fbaea_5f4cae_5fbcaf_5f35cd25a0de88_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbaf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbad}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xab, 0x27, 0xd6, 0xbf, 0x31, 0x6, 0x47, 0xee, 0xa2, 0x3a, 0xce, 0xe5, 0xc8, 0x3d, 0x4b, 0xd4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x50} I0703 21:56:22.403466 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ed7e}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bcfd}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x51} I0703 21:56:22.403502 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba17}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba15}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ee68}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bde6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8f, 0x53, 0x32, 0x91, 0x4, 0xd8, 0x45, 0xb2, 0x96, 0x5f, 0x99, 0x1, 0xc1, 0xb4, 0xc4, 0xda}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x52} I0703 21:56:22.414919 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x53} I0703 21:56:22.414958 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdb3b1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32a8330}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdb3ae}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32a832d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xcf, 0xb4, 0xdd, 0x9f, 0x9e, 0xad, 0x41, 0x79, 0x87, 0x45, 0x93, 0x25, 0x12, 0xb7, 0x19, 0x87}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3c5, "/org/freedesktop/systemd1/job/965"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x54} I0703 21:56:22.415147 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x55} I0703 21:56:22.415289 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecde1cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ab14c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdb3b1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32a8330}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdb3ae}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32a832d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecde1cd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ab14c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xcf, 0xb4, 0xdd, 0x9f, 0x9e, 0xad, 0x41, 0x79, 0x87, 0x45, 0x93, 0x25, 0x12, 0xb7, 0x19, 0x87}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3c5, "/org/freedesktop/systemd1/job/965"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecde1cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ab14c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x56} I0703 21:56:22.415344 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3c5, "/org/freedesktop/systemd1/job/965", "crio-conmon-c2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5.scope", "done"}, Sequence:0x57} I0703 21:56:22.415354 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x58} I0703 21:56:22.415404 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecde1cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ab14c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdb3b1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32a8330}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdb3ae}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32a832d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecde1cd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ab14c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xcf, 0xb4, 0xdd, 0x9f, 0x9e, 0xad, 0x41, 0x79, 0x87, 0x45, 0x93, 0x25, 0x12, 0xb7, 0x19, 0x87}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecde1cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ab14c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x59} I0703 21:56:22.419483 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-c2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5.scope", "/org/freedesktop/systemd1/unit/crio_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope"}, Sequence:0x5a} I0703 21:56:22.419509 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971", "crio-c2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5.scope"}, Sequence:0x5b} I0703 21:56:22.419636 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/shutdown_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbf908f0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x55d86f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5c} I0703 21:56:22.419722 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ed7e}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bcfd}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x5d} I0703 21:56:22.419837 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba17}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba15}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ee68}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bde6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8f, 0x53, 0x32, 0x91, 0x4, 0xd8, 0x45, 0xb2, 0x96, 0x5f, 0x99, 0x1, 0xc1, 0xb4, 0xc4, 0xda}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5e} I0703 21:56:22.419949 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod5ab065d3_5fbaea_5f4cae_5fbcaf_5f35cd25a0de88_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbaf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbad}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xab, 0x27, 0xd6, 0xbf, 0x31, 0x6, 0x47, 0xee, 0xa2, 0x3a, 0xce, 0xe5, 0xc8, 0x3d, 0x4b, 0xd4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5f} I0703 21:56:22.420952 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x60} I0703 21:56:22.421027 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf479}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac3f8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf477}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac3f6}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5e, 0x35, 0x14, 0x9e, 0x57, 0x57, 0x45, 0x7, 0xa9, 0x57, 0x4f, 0xae, 0xe1, 0xb, 0x23, 0xfe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x61} I0703 21:56:22.421102 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x62} I0703 21:56:22.421295 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf960}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac8df}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf479}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac3f8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf477}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac3f6}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf960}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac8df}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5e, 0x35, 0x14, 0x9e, 0x57, 0x57, 0x45, 0x7, 0xa9, 0x57, 0x4f, 0xae, 0xe1, 0xb, 0x23, 0xfe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf960}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac8df}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x63} I0703 21:56:22.421343 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971", "crio-c2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5.scope", "done"}, Sequence:0x64} I0703 21:56:22.421351 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x65} I0703 21:56:22.421432 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf960}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac8df}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf479}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac3f8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf477}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac3f6}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf960}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac8df}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5e, 0x35, 0x14, 0x9e, 0x57, 0x57, 0x45, 0x7, 0xa9, 0x57, 0x4f, 0xae, 0xe1, 0xb, 0x23, 0xfe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf960}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac8df}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0703 21:56:22.450828 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x67} I0703 21:56:22.450865 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf960}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac8df}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfece6cb3}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b3c32}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf479}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac3f8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf477}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac3f6}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfece6cb3}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b3c32}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdf960}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ac8df}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5e, 0x35, 0x14, 0x9e, 0x57, 0x57, 0x45, 0x7, 0xa9, 0x57, 0x4f, 0xae, 0xe1, 0xb, 0x23, 0xfe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfece6cb3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b3c32}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x68} I0703 21:56:22.450905 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-c2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5.scope", "/org/freedesktop/systemd1/unit/crio_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope"}, Sequence:0x69} I0703 21:56:22.453384 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x6a} I0703 21:56:22.453427 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecde1cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ab14c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfece76cb}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b464a}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdb3b1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32a8330}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecdb3ae}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32a832d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfece76cb}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b464a}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfecde1cd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32ab14c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xcf, 0xb4, 0xdd, 0x9f, 0x9e, 0xad, 0x41, 0x79, 0x87, 0x45, 0x93, 0x25, 0x12, 0xb7, 0x19, 0x87}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfece76cb}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b464a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x6b} I0703 21:56:22.453499 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-conmon-c2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dc2e256693e5f0c51e1cdb02ab4b36218ce4ddf9c6b5d0a4db991789ec20dd8f5_2escope"}, Sequence:0x6c} I0703 21:56:22.677483 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:22.677512 3314 ovs.go:159] Exec(64): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:22.686732 3314 ovs.go:162] Exec(64): stdout: "" I0703 21:56:22.686751 3314 ovs.go:163] Exec(64): stderr: "" I0703 21:56:22.686760 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:22.740371 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:22.740410 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:22.740429 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:22.740443 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-dnznf in node ip-10-0-2-164.ec2.internal I0703 21:56:22.740452 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:22.740461 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:22.740473 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:23.128089 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal: podLabels , podIPs: [10.0.1.32], PodStatus: true, PodCompleted?: false I0703 21:56:23.128103 3314 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal I0703 21:56:23.128120 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:23.128214 3314 default_network_controller.go:747] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal I0703 21:56:23.128229 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal I0703 21:56:23.128249 3314 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal in node ip-10-0-1-32.ec2.internal I0703 21:56:23.128262 3314 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal I0703 21:56:23.128183 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal in Admin Network Policy controller I0703 21:56:23.128273 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:23.128284 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal I0703 21:56:23.128282 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-32.ec2.internal Admin Network Policy controller: took 98.519µs I0703 21:56:23.178429 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:23.178459 3314 ovs.go:159] Exec(65): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:23.190454 3314 ovs.go:162] Exec(65): stdout: "" I0703 21:56:23.190469 3314 ovs.go:163] Exec(65): stderr: "" I0703 21:56:23.190478 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:23.677326 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:23.677359 3314 ovs.go:159] Exec(66): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:23.688085 3314 ovs.go:162] Exec(66): stdout: "" I0703 21:56:23.688105 3314 ovs.go:163] Exec(66): stderr: "" I0703 21:56:23.688115 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:23.990347 3314 ovs.go:159] Exec(67): /usr/bin/ovn-appctl -t /var/run/ovn/ovn-controller.2911.ctl connection-status I0703 21:56:23.994161 3314 ovs.go:162] Exec(67): stdout: "connected\n" I0703 21:56:23.994181 3314 ovs.go:163] Exec(67): stderr: "" I0703 21:56:24.152239 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:24.152265 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-164.ec2.internal E0703 21:56:24.152306 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:56:24.152319 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:56:24.152330 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:56:24.152476 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:24.152493 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-164.ec2.internal I0703 21:56:24.152539 3314 egressip.go:1976] Egress node: ip-10-0-2-164.ec2.internal about to be initialized I0703 21:56:24.152612 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {981a73a5-cebf-4b04-a69f-d1da0d943b49}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.152685 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:981a73a5-cebf-4b04-a69f-d1da0d943b49}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.152704 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {981a73a5-cebf-4b04-a69f-d1da0d943b49}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:981a73a5-cebf-4b04-a69f-d1da0d943b49}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.182460 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:24.182486 3314 ovs.go:159] Exec(68): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:24.193975 3314 ovs.go:162] Exec(68): stdout: "" I0703 21:56:24.193991 3314 ovs.go:163] Exec(68): stderr: "" I0703 21:56:24.194001 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:24.678049 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:24.678082 3314 ovs.go:159] Exec(69): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:24.689787 3314 ovs.go:162] Exec(69): stdout: "" I0703 21:56:24.689806 3314 ovs.go:163] Exec(69): stderr: "" I0703 21:56:24.689819 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:24.997741 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:24.997765 3314 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:24.997782 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:24.997800 3314 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-m78cq in node ip-10-0-2-164.ec2.internal I0703 21:56:24.997811 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:24.997819 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:24.997830 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:25.178296 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:25.178330 3314 ovs.go:159] Exec(70): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:25.190194 3314 ovs.go:162] Exec(70): stdout: "" I0703 21:56:25.190219 3314 ovs.go:163] Exec(70): stderr: "" I0703 21:56:25.190229 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:25.405333 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:25.405445 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-161.ec2.internal I0703 21:56:25.405525 3314 default_network_controller.go:1028] Node ip-10-0-0-161.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:25.405557 3314 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-161.ec2.internal, new=ip-10-0-0-161.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-161.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-161.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-161.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-161.ec2.internal I0703 21:56:25.405572 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:25.405589 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-161.ec2.internal I0703 21:56:25.678500 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:25.678534 3314 ovs.go:159] Exec(71): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:25.689515 3314 ovs.go:162] Exec(71): stdout: "" I0703 21:56:25.689535 3314 ovs.go:163] Exec(71): stderr: "" I0703 21:56:25.689546 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:26.060679 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-dd4596fbda319008b6377b418c15c3033bb77ad6fc8789a7ff2c510a3019b5f1.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2ddd4596fbda319008b6377b418c15c3033bb77ad6fc8789a7ff2c510a3019b5f1_2emount"}, Sequence:0x6d} I0703 21:56:26.060787 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay-dd4596fbda319008b6377b418c15c3033bb77ad6fc8789a7ff2c510a3019b5f1.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2ddd4596fbda319008b6377b418c15c3033bb77ad6fc8789a7ff2c510a3019b5f1_2emount"}, Sequence:0x6e} I0703 21:56:26.060812 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x6f} I0703 21:56:26.060826 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x70} I0703 21:56:26.060976 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x71} I0703 21:56:26.061050 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x72} I0703 21:56:26.061070 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x73} I0703 21:56:26.061082 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x74} I0703 21:56:26.061197 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x75} I0703 21:56:26.061222 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x76} I0703 21:56:26.061343 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x77} I0703 21:56:26.061391 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x78} I0703 21:56:26.061452 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x79} I0703 21:56:26.061598 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0e0e0e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6add8d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0de154}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ab0d2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0de124}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ab0a5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0dfa48}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ac9c7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7f, 0x25, 0xf7, 0xcc, 0xb3, 0x89, 0x4f, 0xcd, 0x84, 0xbc, 0x98, 0x8d, 0xcf, 0x5f, 0x63, 0x89}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0e0e0e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6add8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7a} I0703 21:56:26.061666 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/system_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7b} I0703 21:56:26.061717 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Socket", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecStartPre", "ExecStartPost", "ExecStopPre", "ExecStopPost"}}, Sequence:0x7c} I0703 21:56:26.061845 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52f34}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21feb3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52ee2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21fe61}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52ee1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21fe60}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52f34}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21feb3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd7, 0xce, 0x60, 0xd8, 0xd3, 0x5f, 0x42, 0x98, 0xb6, 0x6c, 0xe9, 0x9a, 0xfd, 0x60, 0xa1, 0x8}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc00857e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5d54fd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7d} I0703 21:56:26.061894 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-dd4596fbda319008b6377b418c15c3033bb77ad6fc8789a7ff2c510a3019b5f1-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2ddd4596fbda319008b6377b418c15c3033bb77ad6fc8789a7ff2c510a3019b5f1_2dmerged_2emount"}, Sequence:0x7e} I0703 21:56:26.061904 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/umount_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbf92a03}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x55f982}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7f} I0703 21:56:26.062040 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2dpre_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5d7ed}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a76c}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc1d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aab9c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc1c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aab9b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5d7ed}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a76c}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x13, 0x4e, 0x19, 0xbe, 0x89, 0x75, 0x49, 0x98, 0xb1, 0xa6, 0xbd, 0x6c, 0x38, 0x62, 0xb3, 0x5b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x80} I0703 21:56:26.062079 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5c81f}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42979e}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a05d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fdc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a05a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fda}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5c81f}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42979e}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0xae, 0x5b, 0x79, 0xf7, 0xf3, 0x40, 0x9a, 0xb3, 0xe6, 0xc8, 0x88, 0x45, 0xa6, 0xe7, 0x60}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x81} I0703 21:56:26.115186 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-conmon-fe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope"}, Sequence:0x82} I0703 21:56:26.115218 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977", "crio-conmon-fe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b.scope"}, Sequence:0x83} I0703 21:56:26.115320 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod5ab065d3_5fbaea_5f4cae_5fbcaf_5f35cd25a0de88_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbaf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbad}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xab, 0x27, 0xd6, 0xbf, 0x31, 0x6, 0x47, 0xee, 0xa2, 0x3a, 0xce, 0xe5, 0xc8, 0x3d, 0x4b, 0xd4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x84} I0703 21:56:26.115371 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ed7e}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bcfd}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x85} I0703 21:56:26.115431 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba17}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba15}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ee68}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bde6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8f, 0x53, 0x32, 0x91, 0x4, 0xd8, 0x45, 0xb2, 0x96, 0x5f, 0x99, 0x1, 0xc1, 0xb4, 0xc4, 0xda}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x86} I0703 21:56:26.121948 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x87} I0703 21:56:26.122024 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0658d4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3632852}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0658d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3632850}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x43, 0x7e, 0xeb, 0x8e, 0x30, 0xbd, 0x48, 0x6f, 0xad, 0x25, 0xc, 0x5b, 0x7d, 0x6c, 0x73, 0xa9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x88} I0703 21:56:26.122114 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x89} I0703 21:56:26.122315 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff06726b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36341ea}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0658d4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3632852}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0658d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3632850}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff06726b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36341ea}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x43, 0x7e, 0xeb, 0x8e, 0x30, 0xbd, 0x48, 0x6f, 0xad, 0x25, 0xc, 0x5b, 0x7d, 0x6c, 0x73, 0xa9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff06726b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36341ea}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8a} I0703 21:56:26.122370 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977", "crio-conmon-fe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b.scope", "done"}, Sequence:0x8b} I0703 21:56:26.122383 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x8c} I0703 21:56:26.122425 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff06726b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36341ea}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0658d4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3632852}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0658d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3632850}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff06726b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36341ea}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x43, 0x7e, 0xeb, 0x8e, 0x30, 0xbd, 0x48, 0x6f, 0xad, 0x25, 0xc, 0x5b, 0x7d, 0x6c, 0x73, 0xa9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff06726b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36341ea}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8d} I0703 21:56:26.126446 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-fe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b.scope", "/org/freedesktop/systemd1/unit/crio_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope"}, Sequence:0x8e} I0703 21:56:26.126474 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983", "crio-fe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b.scope"}, Sequence:0x8f} I0703 21:56:26.126497 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/shutdown_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbf908f0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x55d86f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x90} I0703 21:56:26.126669 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ed7e}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bcfd}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x91} I0703 21:56:26.126731 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba17}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba15}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ee68}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bde6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8f, 0x53, 0x32, 0x91, 0x4, 0xd8, 0x45, 0xb2, 0x96, 0x5f, 0x99, 0x1, 0xc1, 0xb4, 0xc4, 0xda}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x92} I0703 21:56:26.126792 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod5ab065d3_5fbaea_5f4cae_5fbcaf_5f35cd25a0de88_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbaf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbad}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xab, 0x27, 0xd6, 0xbf, 0x31, 0x6, 0x47, 0xee, 0xa2, 0x3a, 0xce, 0xe5, 0xc8, 0x3d, 0x4b, 0xd4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x93} I0703 21:56:26.127928 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x94} I0703 21:56:26.128002 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff068506}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3635485}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff068504}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3635483}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x39, 0xb7, 0xe9, 0x5, 0x9c, 0x3, 0x4c, 0x59, 0x85, 0x6, 0x19, 0x7b, 0x29, 0x3b, 0x88, 0x73}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x95} I0703 21:56:26.128169 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x96} I0703 21:56:26.128212 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0689a1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x363591f}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff068506}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3635485}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff068504}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3635483}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0689a1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x363591f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x39, 0xb7, 0xe9, 0x5, 0x9c, 0x3, 0x4c, 0x59, 0x85, 0x6, 0x19, 0x7b, 0x29, 0x3b, 0x88, 0x73}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0689a1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x363591f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x97} I0703 21:56:26.128253 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983", "crio-fe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b.scope", "done"}, Sequence:0x98} I0703 21:56:26.128318 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x99} I0703 21:56:26.128409 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0689a1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x363591f}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff068506}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3635485}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff068504}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3635483}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0689a1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x363591f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x39, 0xb7, 0xe9, 0x5, 0x9c, 0x3, 0x4c, 0x59, 0x85, 0x6, 0x19, 0x7b, 0x29, 0x3b, 0x88, 0x73}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0689a1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x363591f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9a} I0703 21:56:26.177627 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:26.177675 3314 ovs.go:159] Exec(72): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:26.186688 3314 ovs.go:162] Exec(72): stdout: "" I0703 21:56:26.186709 3314 ovs.go:163] Exec(72): stderr: "" I0703 21:56:26.186721 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:26.234444 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x9b} I0703 21:56:26.234484 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0689a1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x363591f}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff082818}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x364f796}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff068506}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3635485}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff068504}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3635483}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff082818}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x364f796}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0689a1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x363591f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x39, 0xb7, 0xe9, 0x5, 0x9c, 0x3, 0x4c, 0x59, 0x85, 0x6, 0x19, 0x7b, 0x29, 0x3b, 0x88, 0x73}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff082818}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x364f796}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9c} I0703 21:56:26.234535 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-fe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b.scope", "/org/freedesktop/systemd1/unit/crio_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope"}, Sequence:0x9d} I0703 21:56:26.262378 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x9e} I0703 21:56:26.262417 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff06726b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36341ea}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0895ad}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x365652c}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0658d4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3632852}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0658d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3632850}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0895ad}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x365652c}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff06726b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36341ea}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x43, 0x7e, 0xeb, 0x8e, 0x30, 0xbd, 0x48, 0x6f, 0xad, 0x25, 0xc, 0x5b, 0x7d, 0x6c, 0x73, 0xa9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff0895ad}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x365652c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9f} I0703 21:56:26.262460 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-conmon-fe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dfe30cd03da1d0dd9ebd6f795164e5d77b4b1b5f2b7d053abe423fa190422c23b_2escope"}, Sequence:0xa0} I0703 21:56:26.677917 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:26.677944 3314 ovs.go:159] Exec(73): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:26.687001 3314 ovs.go:162] Exec(73): stdout: "" I0703 21:56:26.687016 3314 ovs.go:163] Exec(73): stderr: "" I0703 21:56:26.687025 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:26.741956 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-2127fe8150b404a9dfbd5d3c9b92a7422a462565695a0b43caaebb78df006688.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d2127fe8150b404a9dfbd5d3c9b92a7422a462565695a0b43caaebb78df006688_2emount"}, Sequence:0xa1} I0703 21:56:26.741992 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay-2127fe8150b404a9dfbd5d3c9b92a7422a462565695a0b43caaebb78df006688.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d2127fe8150b404a9dfbd5d3c9b92a7422a462565695a0b43caaebb78df006688_2emount"}, Sequence:0xa2} I0703 21:56:26.742035 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0xa3} I0703 21:56:26.742191 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0xa4} I0703 21:56:26.742233 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0xa5} I0703 21:56:26.742340 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0xa6} I0703 21:56:26.742358 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0xa7} I0703 21:56:26.742504 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0xa8} I0703 21:56:26.742523 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0xa9} I0703 21:56:26.742667 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0xaa} I0703 21:56:26.742717 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0xab} I0703 21:56:26.742924 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xac} I0703 21:56:26.742974 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0xad} I0703 21:56:26.743157 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0e0e0e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6add8d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0de154}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ab0d2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0de124}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ab0a5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0dfa48}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ac9c7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7f, 0x25, 0xf7, 0xcc, 0xb3, 0x89, 0x4f, 0xcd, 0x84, 0xbc, 0x98, 0x8d, 0xcf, 0x5f, 0x63, 0x89}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0e0e0e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6add8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xae} I0703 21:56:26.743807 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/system_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xaf} I0703 21:56:26.743859 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Socket", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecStartPre", "ExecStartPost", "ExecStopPre", "ExecStopPost"}}, Sequence:0xb0} I0703 21:56:26.744050 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52f34}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21feb3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52ee2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21fe61}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52ee1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21fe60}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52f34}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21feb3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd7, 0xce, 0x60, 0xd8, 0xd3, 0x5f, 0x42, 0x98, 0xb6, 0x6c, 0xe9, 0x9a, 0xfd, 0x60, 0xa1, 0x8}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc00857e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5d54fd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb1} I0703 21:56:26.744092 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-2127fe8150b404a9dfbd5d3c9b92a7422a462565695a0b43caaebb78df006688-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d2127fe8150b404a9dfbd5d3c9b92a7422a462565695a0b43caaebb78df006688_2dmerged_2emount"}, Sequence:0xb2} I0703 21:56:26.744248 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/umount_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbf92a03}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x55f982}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb3} I0703 21:56:26.744377 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2dpre_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5d7ed}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a76c}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc1d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aab9c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc1c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aab9b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5d7ed}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a76c}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x13, 0x4e, 0x19, 0xbe, 0x89, 0x75, 0x49, 0x98, 0xb1, 0xa6, 0xbd, 0x6c, 0x38, 0x62, 0xb3, 0x5b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb4} I0703 21:56:26.744451 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5c81f}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42979e}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a05d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fdc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a05a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fda}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5c81f}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42979e}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0xae, 0x5b, 0x79, 0xf7, 0xf3, 0x40, 0x9a, 0xb3, 0xe6, 0xc8, 0x88, 0x45, 0xa6, 0xe7, 0x60}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb5} I0703 21:56:26.752846 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:26.752865 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:26.752882 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:26.752898 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-dnznf in node ip-10-0-2-164.ec2.internal I0703 21:56:26.752906 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:26.752915 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:26.752924 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:26.798032 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-conmon-e45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope"}, Sequence:0xb6} I0703 21:56:26.798056 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989", "crio-conmon-e45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4.scope"}, Sequence:0xb7} I0703 21:56:26.798244 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod5ab065d3_5fbaea_5f4cae_5fbcaf_5f35cd25a0de88_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbaf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbad}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xab, 0x27, 0xd6, 0xbf, 0x31, 0x6, 0x47, 0xee, 0xa2, 0x3a, 0xce, 0xe5, 0xc8, 0x3d, 0x4b, 0xd4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb8} I0703 21:56:26.798308 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ed7e}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bcfd}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0xb9} I0703 21:56:26.798431 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba17}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba15}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ee68}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bde6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8f, 0x53, 0x32, 0x91, 0x4, 0xd8, 0x45, 0xb2, 0x96, 0x5f, 0x99, 0x1, 0xc1, 0xb4, 0xc4, 0xda}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xba} I0703 21:56:26.811911 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xbb} I0703 21:56:26.811948 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10c457}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36d93d5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10c454}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36d93d3}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x98, 0x7, 0x11, 0xaf, 0x4e, 0xa9, 0x45, 0xe1, 0xb7, 0xc9, 0xdb, 0xbf, 0x63, 0xaf, 0x77, 0x3a}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xbc} I0703 21:56:26.812098 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xbd} I0703 21:56:26.812245 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10f98d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36dc90c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10c457}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36d93d5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10c454}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36d93d3}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10f98d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36dc90c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x98, 0x7, 0x11, 0xaf, 0x4e, 0xa9, 0x45, 0xe1, 0xb7, 0xc9, 0xdb, 0xbf, 0x63, 0xaf, 0x77, 0x3a}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10f98d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36dc90c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xbe} I0703 21:56:26.812326 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989", "crio-conmon-e45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4.scope", "done"}, Sequence:0xbf} I0703 21:56:26.812341 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xc0} I0703 21:56:26.812390 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10f98d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36dc90c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10c457}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36d93d5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10c454}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36d93d3}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10f98d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36dc90c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x98, 0x7, 0x11, 0xaf, 0x4e, 0xa9, 0x45, 0xe1, 0xb7, 0xc9, 0xdb, 0xbf, 0x63, 0xaf, 0x77, 0x3a}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10f98d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36dc90c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc1} I0703 21:56:26.816488 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-e45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4.scope", "/org/freedesktop/systemd1/unit/crio_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope"}, Sequence:0xc2} I0703 21:56:26.816511 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995", "crio-e45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4.scope"}, Sequence:0xc3} I0703 21:56:26.816605 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/shutdown_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbf908f0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x55d86f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc4} I0703 21:56:26.816777 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ed7e}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bcfd}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0xc5} I0703 21:56:26.816815 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba17}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba15}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ee68}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bde6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8f, 0x53, 0x32, 0x91, 0x4, 0xd8, 0x45, 0xb2, 0x96, 0x5f, 0x99, 0x1, 0xc1, 0xb4, 0xc4, 0xda}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc6} I0703 21:56:26.816899 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod5ab065d3_5fbaea_5f4cae_5fbcaf_5f35cd25a0de88_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbaf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbad}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xab, 0x27, 0xd6, 0xbf, 0x31, 0x6, 0x47, 0xee, 0xa2, 0x3a, 0xce, 0xe5, 0xc8, 0x3d, 0x4b, 0xd4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc7} I0703 21:56:26.817850 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xc8} I0703 21:56:26.817919 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff110c4d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ddbcc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff110c4c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ddbca}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x73, 0x45, 0x5b, 0x92, 0x23, 0x40, 0x42, 0x76, 0x8d, 0xe3, 0xd4, 0xae, 0xeb, 0x41, 0x4b, 0xff}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc9} I0703 21:56:26.817993 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xca} I0703 21:56:26.818173 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1110bf}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36de03e}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff110c4d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ddbcc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff110c4c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ddbca}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1110bf}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36de03e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x73, 0x45, 0x5b, 0x92, 0x23, 0x40, 0x42, 0x76, 0x8d, 0xe3, 0xd4, 0xae, 0xeb, 0x41, 0x4b, 0xff}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1110bf}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36de03e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xcb} I0703 21:56:26.818257 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995", "crio-e45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4.scope", "done"}, Sequence:0xcc} I0703 21:56:26.818272 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xcd} I0703 21:56:26.818299 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1110bf}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36de03e}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff110c4d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ddbcc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff110c4c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ddbca}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1110bf}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36de03e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x73, 0x45, 0x5b, 0x92, 0x23, 0x40, 0x42, 0x76, 0x8d, 0xe3, 0xd4, 0xae, 0xeb, 0x41, 0x4b, 0xff}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1110bf}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36de03e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xce} I0703 21:56:26.881939 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xcf} I0703 21:56:26.881976 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1110bf}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36de03e}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1209a8}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ed926}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff110c4d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ddbcc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff110c4c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ddbca}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1209a8}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ed926}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1110bf}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36de03e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x73, 0x45, 0x5b, 0x92, 0x23, 0x40, 0x42, 0x76, 0x8d, 0xe3, 0xd4, 0xae, 0xeb, 0x41, 0x4b, 0xff}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff1209a8}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36ed926}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xd0} I0703 21:56:26.882027 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-e45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4.scope", "/org/freedesktop/systemd1/unit/crio_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope"}, Sequence:0xd1} I0703 21:56:26.903923 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xd2} I0703 21:56:26.903958 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10f98d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36dc90c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff125fc4}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36f2f43}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10c457}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36d93d5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10c454}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36d93d3}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff125fc4}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36f2f43}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff10f98d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36dc90c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x98, 0x7, 0x11, 0xaf, 0x4e, 0xa9, 0x45, 0xe1, 0xb7, 0xc9, 0xdb, 0xbf, 0x63, 0xaf, 0x77, 0x3a}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff125fc4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36f2f43}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xd3} I0703 21:56:26.904032 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-conmon-e45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2de45ef81c3f60e8ba2a9434133b1ffcbce006868acf1a5a2da7d3e2e17b7432b4_2escope"}, Sequence:0xd4} I0703 21:56:27.178204 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:27.178231 3314 ovs.go:159] Exec(74): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:27.187741 3314 ovs.go:162] Exec(74): stdout: "" I0703 21:56:27.187754 3314 ovs.go:163] Exec(74): stderr: "" I0703 21:56:27.187763 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:27.678196 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:27.678224 3314 ovs.go:159] Exec(75): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:27.687433 3314 ovs.go:162] Exec(75): stdout: "" I0703 21:56:27.687450 3314 ovs.go:163] Exec(75): stderr: "" I0703 21:56:27.687459 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:27.747156 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-87115e341209331c770ca6c3b6a29f7fc27582580bca72cf780212ee34c2ba7d.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d87115e341209331c770ca6c3b6a29f7fc27582580bca72cf780212ee34c2ba7d_2emount"}, Sequence:0xd5} I0703 21:56:27.747205 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay-87115e341209331c770ca6c3b6a29f7fc27582580bca72cf780212ee34c2ba7d.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d87115e341209331c770ca6c3b6a29f7fc27582580bca72cf780212ee34c2ba7d_2emount"}, Sequence:0xd6} I0703 21:56:27.747311 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0xd7} I0703 21:56:27.747439 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0xd8} I0703 21:56:27.747472 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0xd9} I0703 21:56:27.747512 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0xda} I0703 21:56:27.747572 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0xdb} I0703 21:56:27.747668 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0xdc} I0703 21:56:27.747710 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0xdd} I0703 21:56:27.747781 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0xde} I0703 21:56:27.747938 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0xdf} I0703 21:56:27.747974 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe0} I0703 21:56:27.748138 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0xe1} I0703 21:56:27.748198 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0e0e0e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6add8d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0de154}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ab0d2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0de124}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ab0a5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0dfa48}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ac9c7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7f, 0x25, 0xf7, 0xcc, 0xb3, 0x89, 0x4f, 0xcd, 0x84, 0xbc, 0x98, 0x8d, 0xcf, 0x5f, 0x63, 0x89}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0e0e0e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6add8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe2} I0703 21:56:27.748294 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/system_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc34a73}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2019f1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe3} I0703 21:56:27.748339 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Socket", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecStartPre", "ExecStartPost", "ExecStopPre", "ExecStopPost"}}, Sequence:0xe4} I0703 21:56:27.748483 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52f34}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21feb3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52ee2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21fe61}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52ee1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21fe60}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc52f34}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21feb3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd7, 0xce, 0x60, 0xd8, 0xd3, 0x5f, 0x42, 0x98, 0xb6, 0x6c, 0xe9, 0x9a, 0xfd, 0x60, 0xa1, 0x8}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc00857e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5d54fd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe5} I0703 21:56:27.748538 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-87115e341209331c770ca6c3b6a29f7fc27582580bca72cf780212ee34c2ba7d-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d87115e341209331c770ca6c3b6a29f7fc27582580bca72cf780212ee34c2ba7d_2dmerged_2emount"}, Sequence:0xe6} I0703 21:56:27.748553 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/umount_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbf92a03}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x55f982}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe7} I0703 21:56:27.748687 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2dpre_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5d7ed}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a76c}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc1d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aab9c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc1c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aab9b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5d7ed}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a76c}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x13, 0x4e, 0x19, 0xbe, 0x89, 0x75, 0x49, 0x98, 0xb1, 0xa6, 0xbd, 0x6c, 0x38, 0x62, 0xb3, 0x5b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc0ddc22}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6aaba1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe8} I0703 21:56:27.748799 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5c81f}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42979e}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a05d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fdc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a05a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fda}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbe5c81f}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42979e}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0xae, 0x5b, 0x79, 0xf7, 0xf3, 0x40, 0x9a, 0xb3, 0xe6, 0xc8, 0x88, 0x45, 0xa6, 0xe7, 0x60}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc10a064}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d6fe3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe9} I0703 21:56:27.756106 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:27.756127 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:27.756144 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:27.756159 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-dnznf in node ip-10-0-2-164.ec2.internal I0703 21:56:27.756169 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:27.756177 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:27.756188 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:27.805721 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-conmon-e50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope"}, Sequence:0xea} I0703 21:56:27.805748 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001", "crio-conmon-e50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731.scope"}, Sequence:0xeb} I0703 21:56:27.805886 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod5ab065d3_5fbaea_5f4cae_5fbcaf_5f35cd25a0de88_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbaf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbad}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xab, 0x27, 0xd6, 0xbf, 0x31, 0x6, 0x47, 0xee, 0xa2, 0x3a, 0xce, 0xe5, 0xc8, 0x3d, 0x4b, 0xd4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xec} I0703 21:56:27.805954 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ed7e}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bcfd}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0xed} I0703 21:56:27.806012 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba17}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba15}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ee68}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bde6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8f, 0x53, 0x32, 0x91, 0x4, 0xd8, 0x45, 0xb2, 0x96, 0x5f, 0x99, 0x1, 0xc1, 0xb4, 0xc4, 0xda}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xee} I0703 21:56:27.825925 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xef} I0703 21:56:27.825956 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2024c5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37cf444}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2024c3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37cf442}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xca, 0xa0, 0x98, 0x3f, 0x41, 0xa3, 0x41, 0xa0, 0xb2, 0xd1, 0x22, 0xe0, 0x8e, 0xb8, 0x3b, 0xe1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf0} I0703 21:56:27.826064 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xf1} I0703 21:56:27.826227 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff207287}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d4206}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2024c5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37cf444}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2024c3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37cf442}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff207287}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d4206}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xca, 0xa0, 0x98, 0x3f, 0x41, 0xa3, 0x41, 0xa0, 0xb2, 0xd1, 0x22, 0xe0, 0x8e, 0xb8, 0x3b, 0xe1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff207287}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d4206}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf2} I0703 21:56:27.826305 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001", "crio-conmon-e50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731.scope", "done"}, Sequence:0xf3} I0703 21:56:27.826321 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xf4} I0703 21:56:27.826395 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff207287}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d4206}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2024c5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37cf444}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2024c3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37cf442}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff207287}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d4206}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xca, 0xa0, 0x98, 0x3f, 0x41, 0xa3, 0x41, 0xa0, 0xb2, 0xd1, 0x22, 0xe0, 0x8e, 0xb8, 0x3b, 0xe1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff207287}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d4206}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf5} I0703 21:56:27.830924 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-e50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731.scope", "/org/freedesktop/systemd1/unit/crio_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope"}, Sequence:0xf6} I0703 21:56:27.830943 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3ef, "/org/freedesktop/systemd1/job/1007", "crio-e50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731.scope"}, Sequence:0xf7} I0703 21:56:27.831108 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/shutdown_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbf908f0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x55d86f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf8} I0703 21:56:27.831156 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ed7e}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bcfd}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9b8}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0xf9} I0703 21:56:27.831265 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba17}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ba15}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1618995}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd04ee68}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x161bde6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8f, 0x53, 0x32, 0x91, 0x4, 0xd8, 0x45, 0xb2, 0x96, 0x5f, 0x99, 0x1, 0xc1, 0xb4, 0xc4, 0xda}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd0d0a05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x169d984}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xfa} I0703 21:56:27.831312 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod5ab065d3_5fbaea_5f4cae_5fbcaf_5f35cd25a0de88_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbaf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33bbad}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908b2b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xab, 0x27, 0xd6, 0xbf, 0x31, 0x6, 0x47, 0xee, 0xa2, 0x3a, 0xce, 0xe5, 0xc8, 0x3d, 0x4b, 0xd4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfd33beb2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1908e31}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xfb} I0703 21:56:27.831993 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xfc} I0703 21:56:27.832205 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2086d8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d5657}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2086d6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d5655}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1c, 0x25, 0x61, 0x4d, 0x5e, 0xc8, 0x45, 0x8d, 0x94, 0xcb, 0x4d, 0x1f, 0x1a, 0x98, 0xea, 0x88}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ef, "/org/freedesktop/systemd1/job/1007"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xfd} I0703 21:56:27.832330 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0xfe} I0703 21:56:27.832380 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff208a78}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d59f7}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2086d8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d5657}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2086d6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d5655}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff208a78}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d59f7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1c, 0x25, 0x61, 0x4d, 0x5e, 0xc8, 0x45, 0x8d, 0x94, 0xcb, 0x4d, 0x1f, 0x1a, 0x98, 0xea, 0x88}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ef, "/org/freedesktop/systemd1/job/1007"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff208a78}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d59f7}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xff} I0703 21:56:27.832433 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3ef, "/org/freedesktop/systemd1/job/1007", "crio-e50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731.scope", "done"}, Sequence:0x100} I0703 21:56:27.832631 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x101} I0703 21:56:27.832675 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de50fb2222fe4514a44aed0f02554e871937627a17362d96622a694ab0305d731_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff208a78}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d59f7}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2086d8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d5657}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff2086d6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d5655}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff208a78}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d59f7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1c, 0x25, 0x61, 0x4d, 0x5e, 0xc8, 0x45, 0x8d, 0x94, 0xcb, 0x4d, 0x1f, 0x1a, 0x98, 0xea, 0x88}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbff208a78}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37d59f7}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x102} I0703 21:56:28.178413 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:28.178453 3314 ovs.go:159] Exec(76): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:28.187684 3314 ovs.go:162] Exec(76): stdout: "" I0703 21:56:28.187696 3314 ovs.go:163] Exec(76): stderr: "" I0703 21:56:28.187705 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:28.344944 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:28.344970 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-32.ec2.internal I0703 21:56:28.345003 3314 default_network_controller.go:1028] Node ip-10-0-1-32.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:28.345027 3314 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-1-32.ec2.internal, new=ip-10-0-1-32.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-32.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-32.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-32.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-32.ec2.internal I0703 21:56:28.345039 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:28.345048 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-32.ec2.internal I0703 21:56:28.678132 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:28.678156 3314 ovs.go:159] Exec(77): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:28.687008 3314 ovs.go:162] Exec(77): stdout: "" I0703 21:56:28.687022 3314 ovs.go:163] Exec(77): stderr: "" I0703 21:56:28.687031 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:28.759393 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-dnznf: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=69c587986,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.164], PodStatus: true, PodCompleted?: false I0703 21:56:28.759430 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:28.759435 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-dnznf in Admin Network Policy controller I0703 21:56:28.759445 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:28.759451 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-dnznf Admin Network Policy controller: took 18µs I0703 21:56:28.759459 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:28.759471 3314 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-dnznf in node ip-10-0-2-164.ec2.internal I0703 21:56:28.759477 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:28.759484 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:28.759491 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-dnznf I0703 21:56:29.177794 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:29.177814 3314 ovs.go:159] Exec(78): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:29.186398 3314 ovs.go:162] Exec(78): stdout: "" I0703 21:56:29.186410 3314 ovs.go:163] Exec(78): stderr: "" I0703 21:56:29.186418 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:29.678324 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:29.678350 3314 ovs.go:159] Exec(79): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:29.687473 3314 ovs.go:162] Exec(79): stdout: "" I0703 21:56:29.687489 3314 ovs.go:163] Exec(79): stderr: "" I0703 21:56:29.687497 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:29.774049 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:29.774070 3314 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:29.774087 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:29.774103 3314 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-m78cq in node ip-10-0-2-164.ec2.internal I0703 21:56:29.774114 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:29.774123 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:29.774131 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-m78cq I0703 21:56:30.178773 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:30.178804 3314 ovs.go:159] Exec(80): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:30.187994 3314 ovs.go:162] Exec(80): stdout: "" I0703 21:56:30.188009 3314 ovs.go:163] Exec(80): stderr: "" I0703 21:56:30.188019 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:30.678022 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:30.678049 3314 ovs.go:159] Exec(81): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:30.686943 3314 ovs.go:162] Exec(81): stdout: "" I0703 21:56:30.686956 3314 ovs.go:163] Exec(81): stderr: "" I0703 21:56:30.686965 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:31.177954 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:31.177983 3314 ovs.go:159] Exec(82): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:31.187006 3314 ovs.go:162] Exec(82): stdout: "" I0703 21:56:31.187019 3314 ovs.go:163] Exec(82): stderr: "" I0703 21:56:31.187028 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:31.677638 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:31.677680 3314 ovs.go:159] Exec(83): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:31.686429 3314 ovs.go:162] Exec(83): stdout: "" I0703 21:56:31.686446 3314 ovs.go:163] Exec(83): stderr: "" I0703 21:56:31.686456 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:32.178537 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:32.178567 3314 ovs.go:159] Exec(84): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:32.188021 3314 ovs.go:162] Exec(84): stdout: "" I0703 21:56:32.188037 3314 ovs.go:163] Exec(84): stderr: "" I0703 21:56:32.188047 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:32.678567 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:32.678592 3314 ovs.go:159] Exec(85): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:32.687582 3314 ovs.go:162] Exec(85): stdout: "" I0703 21:56:32.687594 3314 ovs.go:163] Exec(85): stderr: "" I0703 21:56:32.687602 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:33.177716 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:33.177741 3314 ovs.go:159] Exec(86): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:33.186398 3314 ovs.go:162] Exec(86): stdout: "" I0703 21:56:33.186412 3314 ovs.go:163] Exec(86): stderr: "" I0703 21:56:33.186424 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:33.678364 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:33.678387 3314 ovs.go:159] Exec(87): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:33.687051 3314 ovs.go:162] Exec(87): stdout: "" I0703 21:56:33.687067 3314 ovs.go:163] Exec(87): stderr: "" I0703 21:56:33.687078 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:34.178021 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:34.178045 3314 ovs.go:159] Exec(88): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:34.182705 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:34.182773 3314 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:34.182776 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-qgpv6: podLabels app=konnectivity-agent,controller-revision-hash=68497867f4,pod-template-generation=1, podIPs: [10.0.0.161], PodStatus: true, PodCompleted?: false I0703 21:56:34.182805 3314 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:34.182808 3314 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-qgpv6 in Admin Network Policy controller I0703 21:56:34.182822 3314 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-qgpv6 Admin Network Policy controller: took 14.623µs I0703 21:56:34.182846 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-qgpv6 in node ip-10-0-0-161.ec2.internal I0703 21:56:34.182858 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:34.182867 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:34.182881 3314 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-qgpv6 I0703 21:56:34.186634 3314 ovs.go:162] Exec(88): stdout: "" I0703 21:56:34.186645 3314 ovs.go:163] Exec(88): stderr: "" I0703 21:56:34.186663 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:34.203089 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-cfcmz: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.0.161], PodStatus: true, PodCompleted?: false I0703 21:56:34.203111 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-cfcmz in Admin Network Policy controller I0703 21:56:34.203123 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-cfcmz Admin Network Policy controller: took 12.43µs I0703 21:56:34.203161 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:34.203186 3314 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-cfcmz I0703 21:56:34.203197 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-cfcmz I0703 21:56:34.203206 3314 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-cfcmz in node ip-10-0-0-161.ec2.internal I0703 21:56:34.203212 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-cfcmz I0703 21:56:34.203217 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:34.203224 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-cfcmz I0703 21:56:34.222082 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:34.222096 3314 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-56b7l I0703 21:56:34.222110 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-56b7l I0703 21:56:34.222121 3314 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-56b7l in node ip-10-0-0-161.ec2.internal I0703 21:56:34.222129 3314 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-56b7l I0703 21:56:34.222137 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:34.222147 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-56b7l I0703 21:56:34.222159 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-56b7l: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.0.161], PodStatus: true, PodCompleted?: false I0703 21:56:34.222185 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-56b7l in Admin Network Policy controller I0703 21:56:34.222194 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-56b7l Admin Network Policy controller: took 10.014µs I0703 21:56:34.250582 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:34.250623 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:34.250641 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:34.250677 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jn27j in node ip-10-0-0-161.ec2.internal I0703 21:56:34.250685 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:34.250694 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:34.250706 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:34.272992 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:34.273009 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-z874b I0703 21:56:34.273023 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-z874b I0703 21:56:34.273033 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-z874b in node ip-10-0-0-161.ec2.internal I0703 21:56:34.273041 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-z874b I0703 21:56:34.273049 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:34.273059 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-z874b I0703 21:56:34.273053 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-z874b: podLabels app=multus,component=network,controller-revision-hash=f69c75998,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.161], PodStatus: true, PodCompleted?: false I0703 21:56:34.273076 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-z874b in Admin Network Policy controller I0703 21:56:34.273086 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-z874b Admin Network Policy controller: took 10.657µs I0703 21:56:34.292314 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:34.292338 3314 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-q7822 I0703 21:56:34.292351 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-q7822 I0703 21:56:34.292403 3314 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-q7822 in node ip-10-0-0-161.ec2.internal I0703 21:56:34.292411 3314 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-q7822 I0703 21:56:34.292417 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:34.292364 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-q7822: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.0.161], PodStatus: true, PodCompleted?: false I0703 21:56:34.292438 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-q7822 in Admin Network Policy controller I0703 21:56:34.292423 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-q7822 I0703 21:56:34.292451 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-q7822 Admin Network Policy controller: took 13.61µs I0703 21:56:34.401062 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:34.401083 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-164.ec2.internal E0703 21:56:34.401122 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:56:34.401136 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:56:34.401142 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:56:34.401270 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:34.401282 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-164.ec2.internal I0703 21:56:34.401316 3314 egressip.go:1976] Egress node: ip-10-0-2-164.ec2.internal about to be initialized I0703 21:56:34.401387 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {981a73a5-cebf-4b04-a69f-d1da0d943b49}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:34.401430 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:981a73a5-cebf-4b04-a69f-d1da0d943b49}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:34.401449 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {981a73a5-cebf-4b04-a69f-d1da0d943b49}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:981a73a5-cebf-4b04-a69f-d1da0d943b49}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:34.678957 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:34.678981 3314 ovs.go:159] Exec(89): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:34.688147 3314 ovs.go:162] Exec(89): stdout: "" I0703 21:56:34.688161 3314 ovs.go:163] Exec(89): stderr: "" I0703 21:56:34.688170 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:35.178225 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:35.178251 3314 ovs.go:159] Exec(90): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:35.186941 3314 ovs.go:162] Exec(90): stdout: "" I0703 21:56:35.186957 3314 ovs.go:163] Exec(90): stderr: "" I0703 21:56:35.186965 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:35.677984 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:35.678008 3314 ovs.go:159] Exec(91): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:35.686874 3314 ovs.go:162] Exec(91): stdout: "" I0703 21:56:35.686891 3314 ovs.go:163] Exec(91): stderr: "" I0703 21:56:35.686899 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:35.715384 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:35.715409 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-161.ec2.internal I0703 21:56:35.715468 3314 default_network_controller.go:1028] Node ip-10-0-0-161.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:35.715493 3314 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-161.ec2.internal, new=ip-10-0-0-161.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-161.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-161.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-161.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-161.ec2.internal I0703 21:56:35.715504 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:35.715514 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-161.ec2.internal I0703 21:56:36.070401 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:36.070478 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-161.ec2.internal I0703 21:56:36.070545 3314 default_network_controller.go:1028] Node ip-10-0-0-161.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:36.070414 3314 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-161.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1c,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-34fc199e27-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-161.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,topology.ebs.csi.aws.com/zone=us-east-1c,topology.k8s.aws/zone-id=use1-az2,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1c, isHostCIDRsAltered?: false I0703 21:56:36.070580 3314 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-161.ec2.internal, new=ip-10-0-0-161.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-161.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-161.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-161.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-161.ec2.internal I0703 21:56:36.070449 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-161.ec2.internal I0703 21:56:36.070588 3314 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-161.ec2.internal in Admin Network Policy controller I0703 21:56:36.070595 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:36.070599 3314 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-161.ec2.internal Admin Network Policy controller: took 13.307µs I0703 21:56:36.070606 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-161.ec2.internal: 154.698µs I0703 21:56:36.070610 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-161.ec2.internal I0703 21:56:36.178861 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:36.178884 3314 ovs.go:159] Exec(92): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:36.188238 3314 ovs.go:162] Exec(92): stdout: "" I0703 21:56:36.188252 3314 ovs.go:163] Exec(92): stderr: "" I0703 21:56:36.188261 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:36.678436 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:36.678462 3314 ovs.go:159] Exec(93): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:36.687911 3314 ovs.go:162] Exec(93): stdout: "" I0703 21:56:36.687927 3314 ovs.go:163] Exec(93): stderr: "" I0703 21:56:36.687939 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:37.153224 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-nhlzz: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.1.32], PodStatus: true, PodCompleted?: false I0703 21:56:37.153264 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-nhlzz in Admin Network Policy controller I0703 21:56:37.153268 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:37.153279 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-nhlzz Admin Network Policy controller: took 16.74µs I0703 21:56:37.153284 3314 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-nhlzz I0703 21:56:37.153300 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-nhlzz I0703 21:56:37.153314 3314 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-nhlzz in node ip-10-0-1-32.ec2.internal I0703 21:56:37.153321 3314 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-nhlzz I0703 21:56:37.153342 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:37.153353 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-nhlzz I0703 21:56:37.153383 3314 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-dns/node-resolver-nhlzz. OVN-Kubernetes controller took 4.593e-05 seconds. No OVN measurement. I0703 21:56:37.177983 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:37.178004 3314 ovs.go:159] Exec(94): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:37.180392 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:37.180447 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:37.180469 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:37.180484 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcrgl in node ip-10-0-1-32.ec2.internal I0703 21:56:37.180495 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:37.180505 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:37.180518 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:37.186760 3314 ovs.go:162] Exec(94): stdout: "" I0703 21:56:37.186772 3314 ovs.go:163] Exec(94): stderr: "" I0703 21:56:37.186780 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:37.206809 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-mkn5h: podLabels app=multus,component=network,controller-revision-hash=f69c75998,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.1.32], PodStatus: true, PodCompleted?: false I0703 21:56:37.206857 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-mkn5h in Admin Network Policy controller I0703 21:56:37.206874 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-mkn5h Admin Network Policy controller: took 18.509µs I0703 21:56:37.206832 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:37.206894 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-mkn5h I0703 21:56:37.206910 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-mkn5h I0703 21:56:37.206923 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-mkn5h in node ip-10-0-1-32.ec2.internal I0703 21:56:37.206932 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-mkn5h I0703 21:56:37.206942 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:37.206952 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-mkn5h I0703 21:56:37.210448 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:37.210509 3314 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b I0703 21:56:37.210530 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b I0703 21:56:37.210543 3314 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b in node ip-10-0-0-161.ec2.internal I0703 21:56:37.210552 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b I0703 21:56:37.210561 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:37.210573 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b I0703 21:56:37.210448 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.0.161], PodStatus: true, PodCompleted?: false I0703 21:56:37.210595 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b in Admin Network Policy controller I0703 21:56:37.210607 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ksk2b Admin Network Policy controller: took 14.899µs I0703 21:56:37.224980 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-v9p9f: podLabels app=konnectivity-agent,controller-revision-hash=68497867f4,pod-template-generation=1, podIPs: [10.0.1.32], PodStatus: true, PodCompleted?: false I0703 21:56:37.225006 3314 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-v9p9f in Admin Network Policy controller I0703 21:56:37.225017 3314 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-v9p9f Admin Network Policy controller: took 11.735µs I0703 21:56:37.225020 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:37.225032 3314 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-v9p9f I0703 21:56:37.225042 3314 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-v9p9f I0703 21:56:37.225050 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-v9p9f in node ip-10-0-1-32.ec2.internal I0703 21:56:37.225055 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-v9p9f I0703 21:56:37.225061 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:37.225067 3314 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-v9p9f I0703 21:56:37.246055 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-x4t45: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.1.32], PodStatus: true, PodCompleted?: false I0703 21:56:37.246075 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-x4t45 in Admin Network Policy controller I0703 21:56:37.246083 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:37.246096 3314 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:37.246108 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:37.246118 3314 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-x4t45 in node ip-10-0-1-32.ec2.internal I0703 21:56:37.246124 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:37.246086 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-x4t45 Admin Network Policy controller: took 10.131µs I0703 21:56:37.246134 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:37.246143 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-x4t45 I0703 21:56:37.264703 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:37.264717 3314 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-67x4f I0703 21:56:37.264730 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-67x4f I0703 21:56:37.264740 3314 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-67x4f in node ip-10-0-1-32.ec2.internal I0703 21:56:37.264748 3314 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-67x4f I0703 21:56:37.264755 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:37.264755 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-67x4f: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.1.32], PodStatus: true, PodCompleted?: false I0703 21:56:37.264768 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-67x4f I0703 21:56:37.264784 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-67x4f in Admin Network Policy controller I0703 21:56:37.264792 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-67x4f Admin Network Policy controller: took 8.593µs I0703 21:56:37.678474 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:37.678499 3314 ovs.go:159] Exec(95): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:37.687484 3314 ovs.go:162] Exec(95): stdout: "" I0703 21:56:37.687496 3314 ovs.go:163] Exec(95): stderr: "" I0703 21:56:37.687505 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:38.170547 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:38.170618 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:38.170639 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:38.170673 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcrgl in node ip-10-0-1-32.ec2.internal I0703 21:56:38.170683 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:38.170694 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:38.170708 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:38.177787 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:38.177813 3314 ovs.go:159] Exec(96): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:38.186802 3314 ovs.go:162] Exec(96): stdout: "" I0703 21:56:38.186815 3314 ovs.go:163] Exec(96): stderr: "" I0703 21:56:38.186825 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:38.677846 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:38.677870 3314 ovs.go:159] Exec(97): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:38.686640 3314 ovs.go:162] Exec(97): stdout: "" I0703 21:56:38.686663 3314 ovs.go:163] Exec(97): stderr: "" I0703 21:56:38.686671 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:39.028884 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-32.ec2.internal I0703 21:56:39.028905 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-32.ec2.internal: 25.513µs I0703 21:56:39.028904 3314 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-1-32.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1d,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-34fc199e27-workers-1,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-32.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,topology.ebs.csi.aws.com/zone=us-east-1d,topology.k8s.aws/zone-id=use1-az4,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1d, isHostCIDRsAltered?: false I0703 21:56:39.028959 3314 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-32.ec2.internal in Admin Network Policy controller I0703 21:56:39.028978 3314 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-32.ec2.internal Admin Network Policy controller: took 18.711µs I0703 21:56:39.029004 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:39.029021 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-32.ec2.internal I0703 21:56:39.029070 3314 default_network_controller.go:1028] Node ip-10-0-1-32.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:39.029095 3314 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-1-32.ec2.internal, new=ip-10-0-1-32.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-32.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-32.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-32.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-32.ec2.internal I0703 21:56:39.029105 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:39.029114 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-32.ec2.internal I0703 21:56:39.112184 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:39.112202 3314 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:39.112215 3314 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:39.112225 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-qgpv6 in node ip-10-0-0-161.ec2.internal I0703 21:56:39.112231 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:39.112237 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:39.112246 3314 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-qgpv6 I0703 21:56:39.178486 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:39.178514 3314 ovs.go:159] Exec(98): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:39.187260 3314 ovs.go:162] Exec(98): stdout: "" I0703 21:56:39.187273 3314 ovs.go:163] Exec(98): stderr: "" I0703 21:56:39.187282 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:39.218354 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:39.218372 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:39.218388 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:39.218401 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jn27j in node ip-10-0-0-161.ec2.internal I0703 21:56:39.218411 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:39.218441 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:39.218457 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:39.237742 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:39.237773 3314 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:39.237790 3314 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:39.237804 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-qgpv6 in node ip-10-0-0-161.ec2.internal I0703 21:56:39.237812 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-qgpv6 I0703 21:56:39.237822 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:39.237834 3314 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-qgpv6 I0703 21:56:39.275035 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:39.275092 3314 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:39.275110 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:39.275119 3314 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h in node ip-10-0-0-161.ec2.internal I0703 21:56:39.275124 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:39.275130 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:39.275137 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:39.275069 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-5jl9h: podLabels app=ovnkube-node,component=network,controller-revision-hash=78b6747c99,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.161], PodStatus: true, PodCompleted?: false I0703 21:56:39.275158 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h in Admin Network Policy controller I0703 21:56:39.275176 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h Admin Network Policy controller: took 18.204µs I0703 21:56:39.677803 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:39.677827 3314 ovs.go:159] Exec(99): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:39.687083 3314 ovs.go:162] Exec(99): stdout: "" I0703 21:56:39.687098 3314 ovs.go:163] Exec(99): stderr: "" I0703 21:56:39.687106 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 21:56:39.866126 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:39.866148 3314 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-v9p9f I0703 21:56:39.866165 3314 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-v9p9f I0703 21:56:39.866179 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-v9p9f in node ip-10-0-1-32.ec2.internal I0703 21:56:39.866189 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-v9p9f I0703 21:56:39.866199 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:39.866210 3314 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-v9p9f I0703 21:56:40.060851 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-161.ec2.internal I0703 21:56:40.060938 3314 node_tracker.go:238] Node ip-10-0-0-161.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-161.ec2.internal" I0703 21:56:40.060957 3314 node_tracker.go:172] Node ip-10-0-0-161.ec2.internal switch + router changed, syncing services I0703 21:56:40.060980 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:40.060873 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:40.061038 3314 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:40.061037 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-161.ec2.internal I0703 21:56:40.061057 3314 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:40.061066 3314 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:40.061074 3314 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:40.061082 3314 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:40.061090 3314 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:40.061091 3314 default_network_controller.go:1028] Node ip-10-0-0-161.ec2.internal in remote zone ip-10-0-0-161.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:40.061097 3314 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:40.061105 3314 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:40.061112 3314 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:40.061119 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:40.061119 3314 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-161.ec2.internal, new=ip-10-0-0-161.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-161.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-161.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-161.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-161.ec2.internal I0703 21:56:40.061127 3314 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:40.061131 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:40.061134 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:40.061136 3314 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:40.061141 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-161.ec2.internal I0703 21:56:40.061152 3314 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:40.061159 3314 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:40.061165 3314 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:40.061167 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.167µs I0703 21:56:40.061179 3314 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:40.061185 3314 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 5.423µs I0703 21:56:40.061191 3314 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:40.061152 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 19.232µs I0703 21:56:40.061241 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:40.061176 3314 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default d2d9db75-adef-4df7-a67a-573e5b9ce2b2 1541 0 2026-07-03 21:47:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.75,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.75],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061170 3314 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 38ac628e-face-480c-85fd-d7d6c10a12ce 1974 0 2026-07-03 21:47:18 +0000 UTC map[name:console-operator] map[capability.openshift.io/name:Console include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: console-operator,},ClusterIP:172.30.65.250,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.250],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061196 3314 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8ee5a6f6-a412-4f57-8af4-182f5a090aa8 1480 0 2026-07-03 21:47:09 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default affc9e2d-14e5-408f-b42b-53195a80bc78 0xc007386c97 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061282 3314 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:40.061283 3314 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:40.061290 3314 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.33.129] []}] I0703 21:56:40.061142 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:40.061300 3314 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061307 3314 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061299 3314 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.65.250"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.061314 3314 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:40.061319 3314 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061322 3314 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:40.061317 3314 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.207.75"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.33.129"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.061253 3314 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress e1c5c5b2-9231-44c4-938c-2c6d16df9f57 2356 0 2026-07-03 21:47:20 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc00738710e }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:0,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:1936,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.127.238,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.238],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061329 3314 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061329 3314 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:40.061334 3314 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061340 3314 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:40.061347 3314 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:40.061352 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:40.061357 3314 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:40.061360 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:40.061358 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:40.061361 3314 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:40.061350 3314 services_controller.go:451] Built service openshift-console-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-console-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.65.250", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.061381 3314 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.061393 3314 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.061365 3314 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:40.061380 3314 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.061404 3314 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.061406 3314 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:40.061408 3314 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061415 3314 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:40.061420 3314 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061423 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:40.061427 3314 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:40.061152 3314 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:40.061434 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 286.55µs I0703 21:56:40.061447 3314 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:40.061455 3314 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 8.371µs I0703 21:56:40.061461 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:40.061442 3314 services_controller.go:451] Built service openshift-ingress/router-internal-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-internal-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.061481 3314 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:40.061441 3314 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console f021c54b-b655-47fc-993e-dd066ef78ffd 4192 0 2026-07-03 21:48:08 +0000 UTC map[app.kubernetes.io/component:networking-console-plugin app.kubernetes.io/managed-by:cluster-network-operator app.kubernetes.io/name:networking-console-plugin app.kubernetes.io/part-of:cluster-network-operator] map[openshift.io/description:Expose the networking console plugin service on port 9443. This port is for internal use, and no other usage is guaranteed. service.beta.openshift.io/serving-cert-secret-name:networking-console-plugin-cert] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387cce 0xc007387ccf}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:9443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app.kubernetes.io/component: networking-console-plugin,app.kubernetes.io/managed-by: cluster-network-operator,app.kubernetes.io/name: networking-console-plugin,app.kubernetes.io/part-of: cluster-network-operator,},ClusterIP:172.30.84.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.84.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061494 3314 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:40.061375 3314 services_controller.go:452] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.207.75", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.33.129", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:40.061431 3314 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:40.061466 3314 services_controller.go:434] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cluster-storage-operator-metrics openshift-cluster-storage-operator ef552acf-5526-40c1-87c0-19d16cb0de06 945 0 2026-07-03 21:47:02 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386507 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-storage-operator,},ClusterIP:172.30.132.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061506 3314 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:40.061507 3314 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.061520 3314 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:40.061529 3314 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:40.061524 3314 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.84.199"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.061528 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:40.061536 3314 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:40.061543 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:40.061510 3314 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:40.061552 3314 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:40.061555 3314 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:40.061559 3314 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:40.061565 3314 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:40.061566 3314 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061571 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:40.061575 3314 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:40.061578 3314 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:40.061578 3314 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061583 3314 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 419.482µs I0703 21:56:40.061543 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:40.061594 3314 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 353.419µs I0703 21:56:40.061599 3314 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:40.061609 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:40.061598 3314 services_controller.go:451] Built service openshift-network-console/networking-console-plugin cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-console/networking-console-plugin_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.84.199", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.061628 3314 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:40.061641 3314 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:40.061585 3314 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:40.061540 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.132.77"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.061668 3314 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.061677 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061610 3314 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator bdede544-26d7-4457-b399-d31b73b91adc 1021 0 2026-07-03 21:47:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386b8f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: dns-operator,},ClusterIP:172.30.218.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061618 3314 services_controller.go:434] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{csi-snapshot-controller-operator-metrics openshift-cluster-storage-operator 633edb85-41be-458e-a1f4-f415afea9fe1 866 0 2026-07-03 21:46:59 +0000 UTC map[app:csi-snapshot-controller-operator] map[capability.openshift.io/name:CSISnapshot include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073866a7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.180.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.180.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061693 3314 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:40.061700 3314 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 549.573µs I0703 21:56:40.061707 3314 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:40.061712 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:40.061713 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:40.061722 3314 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.242"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.061726 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.180.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.061738 3314 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061741 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061750 3314 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061689 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061722 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-metrics openshift-deployment-validation-operator 4ddd70c9-9fcc-4d78-b5de-75f55813ea6c 5287 0 2026-07-03 21:49:41 +0000 UTC map[name:deployment-validation-operator] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http-metrics,Protocol:TCP,Port:8383,TargetPort:{0 8383 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: deployment-validation-operator,},ClusterIP:172.30.153.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.153.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061784 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:40.061775 3314 services_controller.go:451] Built service openshift-dns-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.218.242", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.061796 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.153.179"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.061802 3314 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.061805 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061813 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061815 3314 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.061827 3314 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.061830 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.153.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.061849 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.061852 3314 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:40.061856 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:40.061771 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.132.77", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.061859 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 260.93µs I0703 21:56:40.061864 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.061869 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.061873 3314 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:40.061877 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:40.061880 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:40.061886 3314 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.061887 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 175.589µs I0703 21:56:40.061898 3314 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:40.061902 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:40.061909 3314 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 447.591µs I0703 21:56:40.061919 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:40.061669 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:40.061883 3314 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8d665087-56be-4f67-8aef-a340d13da463 1876 0 2026-07-03 21:47:15 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.128.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061934 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:40.061904 3314 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator acaaffdc-9362-4247-8e67-c810cf615ca5 1756 0 2026-07-03 21:47:13 +0000 UTC map[name:ingress-operator] map[capability.openshift.io/name:Ingress include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386f07 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: ingress-operator,},ClusterIP:172.30.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.061943 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:40.061949 3314 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:40.061954 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:40.061953 3314 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:40.061963 3314 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.061972 3314 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061970 3314 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.128.46"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.061979 3314 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061928 3314 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 58dc3dda-4fae-4fca-b0f2-44c80945434c 3294 0 2026-07-03 21:47:20 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ratrgbqcahncfuennn35j5p9hsprn7f,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-34fc199e27,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc007387027 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31881,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30537,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.239.216,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32637,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a58dc3dda4fae4fcab0f244c80945434-b279b2dee3c9bd2c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:40.061986 3314 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.061989 3314 services_controller.go:451] Built service openshift-ingress-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.251.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.061999 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:40.061317 3314 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062006 3314 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:40.062008 3314 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.061997 3314 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062018 3314 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.062009 3314 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062025 3314 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.062019 3314 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062040 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:40.062044 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 145.95µs I0703 21:56:40.062036 3314 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31881, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}, services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:30537, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:56:40.062029 3314 services_controller.go:451] Built service openshift-image-registry/image-registry cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-image-registry/image-registry_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.128.46", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062052 3314 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:40.062055 3314 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:40.062055 3314 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062060 3314 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:40.061956 3314 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:40.062073 3314 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:40.062058 3314 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator fb852550-350e-47f7-a6e3-e50c2db85036 812 0 2026-07-03 21:46:58 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738730f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-controller-manager-operator,},ClusterIP:172.30.210.189,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.189],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062066 3314 services_controller.go:452] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:40.062095 3314 services_controller.go:451] Built service openshift-ingress/router-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062114 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:40.062115 3314 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:40.062123 3314 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.189"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062128 3314 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:40.062132 3314 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062138 3314 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062160 3314 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:40.062171 3314 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 979.183µs I0703 21:56:40.062124 3314 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:40.062184 3314 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:40.062192 3314 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:40.062208 3314 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:40.062194 3314 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default dbd95bed-c677-4dc8-af58-a573d711c038 276 0 2026-07-03 21:46:14 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062251 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:40.062260 3314 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 341.232µs I0703 21:56:40.062096 3314 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.062262 3314 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:40.062272 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:40.062279 3314 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.839µs I0703 21:56:40.062278 3314 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062287 3314 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:40.062291 3314 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062307 3314 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062332 3314 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:40.062297 3314 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 8b115f33-e165-43a6-bb1c-27d364bd8e87 1894 0 2026-07-03 21:47:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073867ef }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-config-operator,},ClusterIP:172.30.245.205,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.205],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062149 3314 services_controller.go:451] Built service openshift-kube-controller-manager-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.210.189", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062360 3314 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:40.062363 3314 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.062345 3314 services_controller.go:452] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:40.062371 3314 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.062372 3314 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.245.205"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062377 3314 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:40.062387 3314 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062391 3314 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:40.062397 3314 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062414 3314 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:40.062423 3314 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 239.339µs I0703 21:56:40.062413 3314 services_controller.go:451] Built service openshift-config-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-config-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.245.205", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062435 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:40.062441 3314 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.062288 3314 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:40.062453 3314 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.062454 3314 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 581.935µs I0703 21:56:40.062465 3314 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.062444 3314 services_controller.go:434] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service retrieved from lister for network=default: &Service{ObjectMeta:{performance-addon-operator-service openshift-cluster-node-tuning-operator 5b86cfa7-1229-41ac-aa5d-f69476161019 1785 0 2026-07-03 21:47:13 +0000 UTC map[name:performance-addon-operator-service] map[capability.openshift.io/name:NodeTuning include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:performance-addon-operator-webhook-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073863cf }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:443,Protocol:TCP,Port:443,TargetPort:{0 4343 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-node-tuning-operator,},ClusterIP:172.30.96.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062510 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:40.062379 3314 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.062522 3314 services_controller.go:443] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.96.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062534 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:40.062535 3314 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062540 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 487.562µs I0703 21:56:40.062543 3314 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062549 3314 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:40.062554 3314 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 5.532µs I0703 21:56:40.062560 3314 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:40.062553 3314 services_controller.go:451] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.96.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062571 3314 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:56:40.062578 3314 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:56:40.062588 3314 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.062490 3314 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:40.062565 3314 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3b73bd47-fb0f-44cc-aac7-3035b9e88481 3477 0 2026-07-03 21:47:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 3c073b82-fca5-42ad-8c83-430f87bcaddd 0xc007386e20 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:8443-tcp,Protocol:TCP,Port:8443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},ServicePort{Name:8888-tcp,Protocol:TCP,Port:8888,TargetPort:{0 8888 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller,},ClusterIP:172.30.247.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.247.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062601 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 312.819µs I0703 21:56:40.062611 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:40.062614 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:40.062614 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:40.062622 3314 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 188.347µs I0703 21:56:40.062620 3314 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062631 3314 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062633 3314 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:40.062638 3314 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062467 3314 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:40.062623 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator d2a884c1-ebaf-40fe-89fc-2feeddf9bd88 758 0 2026-07-03 21:46:56 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387b1b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-operator,},ClusterIP:172.30.162.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062667 3314 services_controller.go:451] Built service openshift-ingress-canary/ingress-canary cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-canary/ingress-canary_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062693 3314 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:40.062642 3314 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 089de690-5467-4566-b14f-2337f9d182a8 974 0 2026-07-03 21:47:03 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377e7f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-apiserver-operator,},ClusterIP:172.30.161.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062700 3314 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:40.062704 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:40.062709 3314 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.062718 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:40.062724 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:40.062733 3314 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 171.332µs I0703 21:56:40.062733 3314 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062679 3314 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 298ab0f9-baec-464c-873a-66b7b2ce614e 482 0 2026-07-03 21:46:47 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.18.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.18.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062743 3314 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062747 3314 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:40.062750 3314 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062764 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:40.062760 3314 services_controller.go:451] Built service openshift-apiserver-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.161.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062780 3314 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.062781 3314 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.18.61"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062796 3314 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062756 3314 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48204ab9-9a33-409d-8ddf-2f8da190dd7c 641 0 2026-07-03 21:46:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386007 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.9.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062716 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.128"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062809 3314 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062815 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062821 3314 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:40.062827 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062834 3314 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.183"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062787 3314 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.062840 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.162.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062851 3314 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062855 3314 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.062858 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:40.062862 3314 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062865 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:40.062872 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.062878 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:40.062885 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 251.422µs I0703 21:56:40.062887 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:40.062894 3314 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 279.515µs I0703 21:56:40.062897 3314 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:40.062906 3314 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:40.061751 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062881 3314 services_controller.go:451] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.9.183", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062930 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.180.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062944 3314 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.062947 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.062916 3314 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 255a9e39-3be1-4696-8bd8-d96738c8537d 3518 0 2026-07-03 21:47:30 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387937 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-storage-version-migrator-operator,},ClusterIP:172.30.40.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062955 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:40.062956 3314 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.062905 3314 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 94edfcd8-f3d0-4929-9096-397fe2f9e4ac 3464 0 2026-07-03 21:47:29 +0000 UTC map[app:insights-operator] map[capability.openshift.io/name:Insights exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-insights-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738720b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: insights-operator,},ClusterIP:172.30.79.76,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.76],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.062963 3314 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.062967 3314 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.062971 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:40.062977 3314 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:40.062982 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:40.062826 3314 services_controller.go:451] Built service openshift-cluster-version/cluster-version-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-version/cluster-version-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.18.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.062984 3314 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.40.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062989 3314 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.380959ms I0703 21:56:40.062991 3314 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:40.062990 3314 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.76"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.062994 3314 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.062998 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 251.103µs I0703 21:56:40.063001 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:40.063003 3314 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063003 3314 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063011 3314 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:40.063020 3314 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063014 3314 services_controller.go:451] Built service openshift-kube-storage-version-migrator-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.40.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.063029 3314 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.063036 3314 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.063043 3314 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.063010 3314 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics 1107bce0-6bcb-4753-88a3-1734c2f8b343 3941 0 2026-07-03 21:47:41 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387dc7 0xc007387dc8}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 8080 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: network-check-target,},ClusterIP:172.30.108.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.063036 3314 services_controller.go:451] Built service openshift-insights/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-insights/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.79.76", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.063062 3314 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.063064 3314 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:40.063063 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:40.063072 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 165.972µs I0703 21:56:40.062997 3314 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:40.063074 3314 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.108.58"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.063081 3314 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:40.063082 3314 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:40.063087 3314 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063091 3314 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.063095 3314 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063106 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:40.063087 3314 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 66c5c03f-9e0a-488e-bc46-a11425b5dfe8 1384 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.201.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.063113 3314 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 646.281µs I0703 21:56:40.063105 3314 services_controller.go:451] Built service openshift-network-diagnostics/network-check-target cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-diagnostics/network-check-target_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.108.58", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.063123 3314 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:40.063122 3314 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:40.063132 3314 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:40.063130 3314 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.128.238] []}] I0703 21:56:40.063140 3314 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.063144 3314 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063020 3314 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 89c64e9f-c1a4-4e4b-a085-528c583e76b7 886 0 2026-07-03 21:47:00 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387fb7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: service-ca-operator,},ClusterIP:172.30.94.176,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.176],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.063150 3314 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.128.238"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.063132 3314 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 592e486a-2b45-4b2f-bc2c-21cc19531874 1407 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.131.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.063171 3314 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:40.063177 3314 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:40.063178 3314 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 177.35µs I0703 21:56:40.063186 3314 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.100.161] []}] I0703 21:56:40.063190 3314 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.94.176"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.063204 3314 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063205 3314 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063214 3314 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063073 3314 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:40.063223 3314 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.063226 3314 services_controller.go:451] Built service openshift-service-ca-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-service-ca-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.94.176", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.063240 3314 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:40.063244 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 348.356µs I0703 21:56:40.063211 3314 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.161"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.063251 3314 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063255 3314 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:40.063159 3314 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063262 3314 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.359µs I0703 21:56:40.063193 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:40.063271 3314 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:40.063272 3314 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:40.063282 3314 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:40.063282 3314 services_controller.go:452] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.131.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.161", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:40.063315 3314 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:40.063297 3314 services_controller.go:452] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.201.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.128.238", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:40.063282 3314 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver ee3bbe34-f8a0-4b91-9272-4d4c64625c6c 1547 0 2026-07-03 21:47:10 +0000 UTC map[prometheus:openshift-apiserver-check-endpoints] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377f47 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:check-endpoints,Protocol:TCP,Port:17698,TargetPort:{0 17698 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{apiserver: true,},ClusterIP:172.30.42.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.063326 3314 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:40.063329 3314 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:40.063276 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator c9cf6a9c-cddd-437e-acc0-f66b7c5adcaa 881 0 2026-07-03 21:47:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387a87 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},ServicePort{Name:health,Protocol:TCP,Port:8798,TargetPort:{0 8798 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-daemon,},ClusterIP:172.30.152.84,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.152.84],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.063341 3314 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:40.063345 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:40.063349 3314 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:40.063356 3314 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 231.788µs I0703 21:56:40.063244 3314 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.063358 3314 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.42.11"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.063364 3314 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:40.063369 3314 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.063371 3314 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 288.675µs I0703 21:56:40.063372 3314 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063381 3314 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.063382 3314 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063383 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:40.063396 3314 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:40.063355 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:40.063400 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 390.705µs I0703 21:56:40.063408 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:40.063413 3314 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 4.901µs I0703 21:56:40.063408 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.063400 3314 services_controller.go:451] Built service openshift-apiserver/check-endpoints cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver/check-endpoints_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.42.11", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.063418 3314 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:40.063420 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063426 3314 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.282µs I0703 21:56:40.063427 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063428 3314 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:40.063435 3314 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:40.063394 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator 3d95194f-d202-464e-9ad4-1d111b923354 829 0 2026-07-03 21:46:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073879bb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-controller,},ClusterIP:172.30.224.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.063440 3314 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:40.063451 3314 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.063444 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-daemon cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.063459 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:40.063465 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:40.063369 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:40.063473 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:40.063474 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.224.89"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.063483 3314 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 211.858µs I0703 21:56:40.063488 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063443 3314 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 62346486-f3be-42c8-8c00-73e945369757 1011 0 2026-07-03 21:47:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738609b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.112.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.063499 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063510 3314 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:40.063526 3314 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.112.156"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.063472 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:40.063543 3314 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063489 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-catalog openshift-deployment-validation-operator 98e3c021-33ca-4e34-b72b-19bedb1bdc41 5260 0 2026-07-03 21:49:40 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog a322fab6-3a4c-478c-a029-f571af9f3bdd 0xc007386a2d 0xc007386a2e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.46.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.46.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.063547 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.063570 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:40.063571 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:40.063578 3314 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 386.276µs I0703 21:56:40.063514 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-controller cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.224.89", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.063590 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:40.063596 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:40.063589 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.46.20"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.063551 3314 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063603 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.063609 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063618 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:40.063621 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.063625 3314 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 243.047µs I0703 21:56:40.063615 3314 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.112.156", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.063636 3314 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.063643 3314 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:40.063667 3314 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.063642 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.46.20", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.063682 3314 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:40.063687 3314 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 252.629µs I0703 21:56:40.063688 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:56:40.063701 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:40.063713 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.063736 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:40.063747 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 377.145µs I0703 21:56:40.167446 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-161.ec2.internal I0703 21:56:40.167509 3314 node_tracker.go:172] Node ip-10-0-0-161.ec2.internal switch + router changed, syncing services I0703 21:56:40.167566 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:40.167576 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:40.167586 3314 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:40.167594 3314 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:40.167597 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-161.ec2.internal I0703 21:56:40.167605 3314 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:40.167638 3314 default_network_controller.go:1028] Node ip-10-0-0-161.ec2.internal in remote zone ip-10-0-0-161.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:40.167681 3314 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:40.167614 3314 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48204ab9-9a33-409d-8ddf-2f8da190dd7c 641 0 2026-07-03 21:46:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386007 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.9.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.167715 3314 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:40.167726 3314 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.183"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.167739 3314 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.167599 3314 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:40.167747 3314 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.167694 3314 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 94edfcd8-f3d0-4929-9096-397fe2f9e4ac 3464 0 2026-07-03 21:47:29 +0000 UTC map[app:insights-operator] map[capability.openshift.io/name:Insights exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-insights-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738720b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: insights-operator,},ClusterIP:172.30.79.76,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.76],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.167743 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:24b79467-cb7c-431c-af28-79d0a4ac2020 ip:10.0.0.161 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315540}] I0703 21:56:40.167770 3314 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:40.167764 3314 services_controller.go:451] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.9.183", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.167776 3314 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:40.167784 3314 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.167792 3314 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.167792 3314 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.76"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.167798 3314 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.167808 3314 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.167797 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u3000315540}]} hostname:ip-10-0-0-161.ec2.internal name:24b79467-cb7c-431c-af28-79d0a4ac2020 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315541}] I0703 21:56:40.167819 3314 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.167822 3314 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:40.167779 3314 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 255a9e39-3be1-4696-8bd8-d96738c8537d 3518 0 2026-07-03 21:47:30 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387937 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-storage-version-migrator-operator,},ClusterIP:172.30.40.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.167828 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 222.682µs I0703 21:56:40.167845 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:40.167837 3314 services_controller.go:451] Built service openshift-insights/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-insights/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.79.76", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.167859 3314 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.40.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.167868 3314 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.167874 3314 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.167822 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:24b79467-cb7c-431c-af28-79d0a4ac2020 ip:10.0.0.161 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315540} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u3000315540}]} hostname:ip-10-0-0-161.ec2.internal name:24b79467-cb7c-431c-af28-79d0a4ac2020 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315541}] I0703 21:56:40.167882 3314 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.167894 3314 services_controller.go:451] Built service openshift-kube-storage-version-migrator-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.40.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.167915 3314 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.167923 3314 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.167930 3314 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.167949 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:40.167959 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 189.642µs I0703 21:56:40.167762 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:40.167974 3314 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:40.167876 3314 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:40.167983 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:40.167986 3314 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.167988 3314 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics 1107bce0-6bcb-4753-88a3-1734c2f8b343 3941 0 2026-07-03 21:47:41 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387dc7 0xc007387dc8}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 8080 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: network-check-target,},ClusterIP:172.30.108.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.168037 3314 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:40.168044 3314 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:40.168048 3314 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.108.58"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.168063 3314 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168070 3314 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168081 3314 services_controller.go:451] Built service openshift-network-diagnostics/network-check-target cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-diagnostics/network-check-target_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.108.58", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.167978 3314 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:40.168120 3314 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:40.168057 3314 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 89c64e9f-c1a4-4e4b-a085-528c583e76b7 886 0 2026-07-03 21:47:00 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387fb7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: service-ca-operator,},ClusterIP:172.30.94.176,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.176],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.168132 3314 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:40.168139 3314 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:40.168145 3314 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:40.168151 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:40.168152 3314 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:40.168164 3314 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:40.168102 3314 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:40.168168 3314 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.94.176"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.168180 3314 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:40.168186 3314 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168192 3314 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.168191 3314 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:40.168199 3314 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168214 3314 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:40.168220 3314 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 237.503µs I0703 21:56:40.168176 3314 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 66c5c03f-9e0a-488e-bc46-a11425b5dfe8 1384 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.201.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.168229 3314 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:40.168219 3314 services_controller.go:451] Built service openshift-service-ca-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-service-ca-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.94.176", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.168250 3314 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.168253 3314 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.128.238] []}] I0703 21:56:40.168210 3314 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 592e486a-2b45-4b2f-bc2c-21cc19531874 1407 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.131.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.168269 3314 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.168157 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:40.168235 3314 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 089de690-5467-4566-b14f-2337f9d182a8 974 0 2026-07-03 21:47:03 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377e7f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-apiserver-operator,},ClusterIP:172.30.161.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.168281 3314 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.168288 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:40.168295 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:40.168305 3314 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:40.168305 3314 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.100.161] []}] I0703 21:56:40.168308 3314 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.168315 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 271.327µs I0703 21:56:40.168321 3314 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168326 3314 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168334 3314 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:40.168344 3314 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 10.656µs I0703 21:56:40.168296 3314 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:40.168339 3314 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.161"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.168363 3314 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:40.168366 3314 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168373 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:40.168381 3314 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:40.168388 3314 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:40.168394 3314 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:40.168407 3314 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:40.168406 3314 services_controller.go:452] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.131.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.161", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:40.168447 3314 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:40.168458 3314 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:40.168424 3314 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver ee3bbe34-f8a0-4b91-9272-4d4c64625c6c 1547 0 2026-07-03 21:47:10 +0000 UTC map[prometheus:openshift-apiserver-check-endpoints] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377f47 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:check-endpoints,Protocol:TCP,Port:17698,TargetPort:{0 17698 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{apiserver: true,},ClusterIP:172.30.42.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.168487 3314 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:40.168495 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 849.608µs I0703 21:56:40.168500 3314 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-0-161.ec2.internal for the network default I0703 21:56:40.168504 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:40.168507 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:40.168519 3314 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.42.11"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.168538 3314 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168549 3314 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168515 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-catalog openshift-deployment-validation-operator 98e3c021-33ca-4e34-b72b-19bedb1bdc41 5260 0 2026-07-03 21:49:40 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog a322fab6-3a4c-478c-a029-f571af9f3bdd 0xc007386a2d 0xc007386a2e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.46.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.46.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.168327 3314 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168564 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:03 100.88.0.3/16]} external_ids:{GoMap:map[node:ip-10-0-0-161.ec2.internal]} name:tstor-ip-10-0-0-161.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-161.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315542}] I0703 21:56:40.168576 3314 services_controller.go:451] Built service openshift-apiserver-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.161.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.168603 3314 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.168612 3314 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.168619 3314 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.168619 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315542}]}}] Timeout: Where:[where column _uuid == {7c2fff8b-30bb-4330-9be4-98cbbe7a75bd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.168633 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:40.168637 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 408.227µs I0703 21:56:40.168396 3314 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:40.168661 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:40.168672 3314 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:40.168680 3314 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:40.168580 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:40.168688 3314 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:40.168694 3314 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:40.168693 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.46.20"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.168700 3314 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:40.168703 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168707 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:40.168712 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168718 3314 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:40.168725 3314 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:40.168731 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:40.168737 3314 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:40.168743 3314 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:40.168729 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.46.20", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.168749 3314 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:40.168754 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:56:40.168636 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:03 100.88.0.3/16]} external_ids:{GoMap:map[node:ip-10-0-0-161.ec2.internal]} name:tstor-ip-10-0-0-161.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-161.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315542} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315542}]}}] Timeout: Where:[where column _uuid == {7c2fff8b-30bb-4330-9be4-98cbbe7a75bd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.168763 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:40.168771 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.168786 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:40.168791 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 283.977µs I0703 21:56:40.168805 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:40.168810 3314 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.628µs I0703 21:56:40.168817 3314 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:40.168821 3314 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 5.248µs I0703 21:56:40.168827 3314 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:40.168480 3314 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:40.168835 3314 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 649.623µs I0703 21:56:40.168845 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:40.168852 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator 3d95194f-d202-464e-9ad4-1d111b923354 829 0 2026-07-03 21:46:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073879bb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-controller,},ClusterIP:172.30.224.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.168908 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:40.168570 3314 services_controller.go:451] Built service openshift-apiserver/check-endpoints cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver/check-endpoints_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.42.11", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.168923 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.224.89"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.168941 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168952 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.168964 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-controller cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.224.89", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.168755 3314 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:40.168988 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:40.168998 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:40.169001 3314 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:40.169007 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.169031 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:40.169039 3314 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 191.724µs I0703 21:56:40.169052 3314 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:40.168834 3314 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 62346486-f3be-42c8-8c00-73e945369757 1011 0 2026-07-03 21:47:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738609b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.112.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169087 3314 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:40.169101 3314 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.112.156"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.169064 3314 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 38ac628e-face-480c-85fd-d7d6c10a12ce 1974 0 2026-07-03 21:47:18 +0000 UTC map[name:console-operator] map[capability.openshift.io/name:Console include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: console-operator,},ClusterIP:172.30.65.250,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.250],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169115 3314 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169128 3314 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169134 3314 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:40.169009 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:40.169148 3314 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.65.250"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.169146 3314 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.112.156", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.169165 3314 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169167 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:40.169174 3314 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.169177 3314 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169177 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:40.169185 3314 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:40.169187 3314 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:40.169194 3314 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:40.169197 3314 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.169200 3314 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:40.169206 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:40.169212 3314 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:40.168927 3314 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:40.169195 3314 services_controller.go:451] Built service openshift-console-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-console-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.65.250", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.169220 3314 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:40.169227 3314 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:40.169227 3314 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 398.921µs I0703 21:56:40.168273 3314 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169240 3314 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.169243 3314 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:40.169240 3314 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.128.238"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.169256 3314 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169265 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:40.169272 3314 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 865.674µs I0703 21:56:40.169280 3314 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:40.169285 3314 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:40.169293 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.216µs I0703 21:56:40.169303 3314 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:40.169291 3314 services_controller.go:452] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.201.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.128.238", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:40.169255 3314 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console f021c54b-b655-47fc-993e-dd066ef78ffd 4192 0 2026-07-03 21:48:08 +0000 UTC map[app.kubernetes.io/component:networking-console-plugin app.kubernetes.io/managed-by:cluster-network-operator app.kubernetes.io/name:networking-console-plugin app.kubernetes.io/part-of:cluster-network-operator] map[openshift.io/description:Expose the networking console plugin service on port 9443. This port is for internal use, and no other usage is guaranteed. service.beta.openshift.io/serving-cert-secret-name:networking-console-plugin-cert] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387cce 0xc007387ccf}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:9443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app.kubernetes.io/component: networking-console-plugin,app.kubernetes.io/managed-by: cluster-network-operator,app.kubernetes.io/name: networking-console-plugin,app.kubernetes.io/part-of: cluster-network-operator,},ClusterIP:172.30.84.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.84.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169322 3314 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:40.169334 3314 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:40.169338 3314 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:40.169312 3314 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default d2d9db75-adef-4df7-a67a-573e5b9ce2b2 1541 0 2026-07-03 21:47:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.75,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.75],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169352 3314 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.84.199"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.169358 3314 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:40.169365 3314 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 1.20143ms I0703 21:56:40.169366 3314 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169362 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-161.ec2.internal]} ip_prefix:10.129.0.0/23 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315543}] I0703 21:56:40.169376 3314 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169378 3314 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:40.169379 3314 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.33.129] []}] I0703 21:56:40.169386 3314 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.248µs I0703 21:56:40.169395 3314 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:40.169228 3314 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.169404 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.321µs I0703 21:56:40.169410 3314 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.169393 3314 services_controller.go:451] Built service openshift-network-console/networking-console-plugin cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-console/networking-console-plugin_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.84.199", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.169396 3314 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169423 3314 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.169423 3314 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:40.169424 3314 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.207.75"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.33.129"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.169438 3314 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:40.169439 3314 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169448 3314 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:40.169449 3314 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.169454 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 401.952µs I0703 21:56:40.169462 3314 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:40.169467 3314 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:40.169471 3314 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:40.169474 3314 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 8.003µs I0703 21:56:40.169478 3314 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 236.001µs I0703 21:56:40.169486 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:40.169412 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:40.168673 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator c9cf6a9c-cddd-437e-acc0-f66b7c5adcaa 881 0 2026-07-03 21:47:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387a87 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},ServicePort{Name:health,Protocol:TCP,Port:8798,TargetPort:{0 8798 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-daemon,},ClusterIP:172.30.152.84,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.152.84],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169514 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:40.169527 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.169539 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169546 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169501 3314 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress e1c5c5b2-9231-44c4-938c-2c6d16df9f57 2356 0 2026-07-03 21:47:20 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc00738710e }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:0,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:1936,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.127.238,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.238],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169505 3314 services_controller.go:434] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cluster-storage-operator-metrics openshift-cluster-storage-operator ef552acf-5526-40c1-87c0-19d16cb0de06 945 0 2026-07-03 21:47:02 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386507 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-storage-operator,},ClusterIP:172.30.132.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169473 3314 services_controller.go:452] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.207.75", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.33.129", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:40.169405 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315543}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.169575 3314 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:40.169575 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:40.169578 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:40.169565 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-daemon cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.169587 3314 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:40.169590 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.132.77"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.169596 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:40.169606 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169579 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-161.ec2.internal]} ip_prefix:10.129.0.0/23 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315543} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315543}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.169597 3314 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.169617 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169620 3314 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169631 3314 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169610 3314 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:40.169636 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.132.77", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.169680 3314 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 375.848µs I0703 21:56:40.169682 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.169667 3314 services_controller.go:451] Built service openshift-ingress/router-internal-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-internal-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.169696 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:40.169701 3314 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:40.169708 3314 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.169712 3314 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:40.169722 3314 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.169733 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:40.169742 3314 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 258.407µs I0703 21:56:40.169745 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:40.169751 3314 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 338.96µs I0703 21:56:40.169756 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:40.169762 3314 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:40.169690 3314 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:40.169771 3314 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8d665087-56be-4f67-8aef-a340d13da463 1876 0 2026-07-03 21:47:15 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.128.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169766 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-metrics openshift-deployment-validation-operator 4ddd70c9-9fcc-4d78-b5de-75f55813ea6c 5287 0 2026-07-03 21:49:41 +0000 UTC map[name:deployment-validation-operator] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http-metrics,Protocol:TCP,Port:8383,TargetPort:{0 8383 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: deployment-validation-operator,},ClusterIP:172.30.153.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.153.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169845 3314 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:40.169788 3314 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8ee5a6f6-a412-4f57-8af4-182f5a090aa8 1480 0 2026-07-03 21:47:09 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default affc9e2d-14e5-408f-b42b-53195a80bc78 0xc007386c97 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169610 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:40.169859 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:40.169859 3314 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.128.46"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.169871 3314 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:40.169492 3314 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:40.169874 3314 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169873 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.153.179"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.169886 3314 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169872 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.169889 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169901 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.169912 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:40.169905 3314 services_controller.go:451] Built service openshift-image-registry/image-registry cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-image-registry/image-registry_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.128.46", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.169926 3314 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.278456ms I0703 21:56:40.169936 3314 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:40.169939 3314 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:40.169920 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.153.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.169949 3314 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:40.169885 3314 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator bdede544-26d7-4457-b399-d31b73b91adc 1021 0 2026-07-03 21:47:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386b8f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: dns-operator,},ClusterIP:172.30.218.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169953 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.169961 3314 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.169968 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:40.169977 3314 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:40.169980 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.169983 3314 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:40.169990 3314 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 227.088µs I0703 21:56:40.169949 3314 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator acaaffdc-9362-4247-8e67-c810cf615ca5 1756 0 2026-07-03 21:47:13 +0000 UTC map[name:ingress-operator] map[capability.openshift.io/name:Ingress include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386f07 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: ingress-operator,},ClusterIP:172.30.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.169994 3314 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.242"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.170004 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:40.170009 3314 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170012 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 255.336µs I0703 21:56:40.170015 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:40.170020 3314 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170026 3314 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:40.170028 3314 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.170041 3314 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170051 3314 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170039 3314 services_controller.go:451] Built service openshift-dns-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.218.242", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.170068 3314 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.170078 3314 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.170067 3314 services_controller.go:451] Built service openshift-ingress-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.251.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.170085 3314 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.170036 3314 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator fb852550-350e-47f7-a6e3-e50c2db85036 812 0 2026-07-03 21:46:58 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738730f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-controller-manager-operator,},ClusterIP:172.30.210.189,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.189],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.170094 3314 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.170102 3314 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:40.170106 3314 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.170106 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:40.170119 3314 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.170121 3314 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.189"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.170140 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:40.170140 3314 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170146 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 207.006µs I0703 21:56:40.170153 3314 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170159 3314 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:40.169887 3314 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170170 3314 services_controller.go:451] Built service openshift-kube-controller-manager-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.210.189", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.170199 3314 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.170168 3314 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default dbd95bed-c677-4dc8-af58-a573d711c038 276 0 2026-07-03 21:46:14 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.170213 3314 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.170225 3314 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.170231 3314 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:40.170247 3314 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170252 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:40.170260 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 234.505µs I0703 21:56:40.170256 3314 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.170106 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 616.585µs I0703 21:56:40.170273 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:40.170282 3314 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.187µs I0703 21:56:40.170285 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:40.170187 3314 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.170293 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:40.170300 3314 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170301 3314 services_controller.go:434] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service retrieved from lister for network=default: &Service{ObjectMeta:{performance-addon-operator-service openshift-cluster-node-tuning-operator 5b86cfa7-1229-41ac-aa5d-f69476161019 1785 0 2026-07-03 21:47:13 +0000 UTC map[name:performance-addon-operator-service] map[capability.openshift.io/name:NodeTuning include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:performance-addon-operator-webhook-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073863cf }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:443,Protocol:TCP,Port:443,TargetPort:{0 4343 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-node-tuning-operator,},ClusterIP:172.30.96.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.170295 3314 services_controller.go:434] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{csi-snapshot-controller-operator-metrics openshift-cluster-storage-operator 633edb85-41be-458e-a1f4-f415afea9fe1 866 0 2026-07-03 21:46:59 +0000 UTC map[app:csi-snapshot-controller-operator] map[capability.openshift.io/name:CSISnapshot include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073866a7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.180.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.180.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.170356 3314 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:40.170359 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:40.170374 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:40.170373 3314 services_controller.go:443] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.96.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.170388 3314 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170387 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.180.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.170246 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-161.ec2.internal]} ip_prefix:100.64.0.3/32 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315544}] I0703 21:56:40.170400 3314 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170402 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170367 3314 services_controller.go:452] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:40.170413 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170426 3314 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:40.170418 3314 services_controller.go:451] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.96.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.170441 3314 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:40.170272 3314 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170446 3314 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:56:40.170430 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.180.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.170459 3314 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:56:40.170461 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.170469 3314 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:40.170470 3314 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.170473 3314 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:40.170474 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:40.170480 3314 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 788.424µs I0703 21:56:40.170486 3314 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.170478 3314 services_controller.go:452] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:40.170494 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:40.170501 3314 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:40.170502 3314 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 209.327µs I0703 21:56:40.170507 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:40.170431 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315544}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.170513 3314 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 230.789µs I0703 21:56:40.170518 3314 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:40.170523 3314 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:40.170516 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-161.ec2.internal]} ip_prefix:100.64.0.3/32 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315544} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315544}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.170527 3314 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 8b115f33-e165-43a6-bb1c-27d364bd8e87 1894 0 2026-07-03 21:47:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073867ef }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-config-operator,},ClusterIP:172.30.245.205,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.205],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.170494 3314 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:40.170529 3314 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3b73bd47-fb0f-44cc-aac7-3035b9e88481 3477 0 2026-07-03 21:47:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 3c073b82-fca5-42ad-8c83-430f87bcaddd 0xc007386e20 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:8443-tcp,Protocol:TCP,Port:8443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},ServicePort{Name:8888-tcp,Protocol:TCP,Port:8888,TargetPort:{0 8888 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller,},ClusterIP:172.30.247.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.247.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.170622 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:40.170640 3314 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.170733 3314 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170746 3314 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170764 3314 services_controller.go:451] Built service openshift-ingress-canary/ingress-canary cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-canary/ingress-canary_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.170797 3314 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:40.170808 3314 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:40.170001 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:40.170821 3314 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.170845 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:40.170855 3314 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 331.087µs I0703 21:56:40.170870 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:40.170840 3314 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 58dc3dda-4fae-4fca-b0f2-44c80945434c 3294 0 2026-07-03 21:47:20 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ratrgbqcahncfuennn35j5p9hsprn7f,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-34fc199e27,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc007387027 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31881,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30537,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.239.216,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32637,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a58dc3dda4fae4fcab0f244c80945434-b279b2dee3c9bd2c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:40.170509 3314 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:40.170915 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:40.170954 3314 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:40.170976 3314 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.170997 3314 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31881, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}, services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:30537, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:56:40.170921 3314 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:40.171016 3314 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.171024 3314 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 864.996µs I0703 21:56:40.171034 3314 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:40.171039 3314 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 5.775µs I0703 21:56:40.171056 3314 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-0-161.ec2.internal took: 2.557249ms I0703 21:56:40.171073 3314 master.go:657] Creating Interconnect resources for node ip-10-0-0-161.ec2.internal took: 3.39315ms I0703 21:56:40.171060 3314 services_controller.go:451] Built service openshift-ingress/router-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.171088 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:40.171103 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-161.ec2.internal I0703 21:56:40.170609 3314 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 298ab0f9-baec-464c-873a-66b7b2ce614e 482 0 2026-07-03 21:46:47 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.18.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.18.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.171131 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:40.171143 3314 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.18.61"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.171090 3314 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:40.171153 3314 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.171171 3314 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.170591 3314 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:40.171188 3314 services_controller.go:451] Built service openshift-cluster-version/cluster-version-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-version/cluster-version-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.18.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.171204 3314 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.245.205"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.171219 3314 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:40.171233 3314 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:40.171240 3314 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.171260 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:40.171268 3314 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 774.354µs I0703 21:56:40.171220 3314 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.171278 3314 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.171289 3314 services_controller.go:451] Built service openshift-config-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-config-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.245.205", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.171311 3314 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:40.171172 3314 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:40.171321 3314 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:40.171330 3314 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:40.171332 3314 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.171353 3314 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:40.171362 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 846.355µs I0703 21:56:40.171373 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:40.171379 3314 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.379973ms I0703 21:56:40.170880 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator d2a884c1-ebaf-40fe-89fc-2feeddf9bd88 758 0 2026-07-03 21:46:56 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387b1b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-operator,},ClusterIP:172.30.162.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:40.171402 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:40.171412 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.128"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:40.171422 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:40.171432 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:40.171444 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.162.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:40.171463 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:40.171470 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:40.171477 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:40.171490 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:40.171494 3314 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 626.429µs I0703 21:56:40.178037 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:40.178057 3314 ovs.go:159] Exec(100): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:40.181171 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:40.181227 3314 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:40.181269 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:40.181283 3314 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 in node ip-10-0-1-32.ec2.internal I0703 21:56:40.181289 3314 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:40.181296 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:40.181303 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 I0703 21:56:40.181225 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.1.32], PodStatus: true, PodCompleted?: false I0703 21:56:40.181329 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 in Admin Network Policy controller I0703 21:56:40.181336 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pgrh9 Admin Network Policy controller: took 8.891µs I0703 21:56:40.188054 3314 ovs.go:162] Exec(100): stdout: "929012c7-fa4a-4d3b-9e05-e8b136cab8b8\n" I0703 21:56:40.188067 3314 ovs.go:163] Exec(100): stderr: "" I0703 21:56:40.188085 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - 929012c7-fa4a-4d3b-9e05-e8b136cab8b8 : stderr - : err I0703 21:56:40.188109 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-32.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:40.188123 3314 ovs.go:159] Exec(101): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 21:56:40.196533 3314 ovs.go:162] Exec(101): stdout: "" I0703 21:56:40.196548 3314 ovs.go:163] Exec(101): stderr: "" I0703 21:56:40.196557 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 21:56:40.209084 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:40.209145 3314 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-v9p9f I0703 21:56:40.209164 3314 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-v9p9f I0703 21:56:40.209175 3314 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-v9p9f in node ip-10-0-1-32.ec2.internal I0703 21:56:40.209181 3314 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-v9p9f I0703 21:56:40.209187 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:40.209195 3314 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-v9p9f I0703 21:56:40.232952 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:56:40.232973 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:56:40.234273 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:40.234331 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:40.234352 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:40.234366 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jn27j in node ip-10-0-0-161.ec2.internal I0703 21:56:40.234374 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:40.234382 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:40.234396 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:40.242501 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"sys-devices-virtual-net-genev_sys_6081.device", "/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dnet_2dgenev_5fsys_5f6081_2edevice"}, Sequence:0x103} I0703 21:56:40.242523 3314 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"sys-subsystem-net-devices-genev_sys_6081.device", "/org/freedesktop/systemd1/unit/sys_2dsubsystem_2dnet_2ddevices_2dgenev_5fsys_5f6081_2edevice"}, Sequence:0x104} I0703 21:56:40.274713 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:40.274742 3314 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:40.274760 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:40.274784 3314 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-5jl9h in node ip-10-0-0-161.ec2.internal I0703 21:56:40.274795 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:40.274805 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:40.274818 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5jl9h I0703 21:56:40.624219 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-gh28j: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=8d675bf88,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.129.0.3], PodStatus: false, PodCompleted?: false I0703 21:56:40.624255 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:40.624303 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-gh28j in Admin Network Policy controller I0703 21:56:40.624307 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-gh28j I0703 21:56:40.624321 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-gh28j Admin Network Policy controller: took 20.849µs I0703 21:56:40.624327 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-gh28j I0703 21:56:40.624343 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-gh28j in node ip-10-0-0-161.ec2.internal I0703 21:56:40.624441 3314 address_set.go:575] (u3000315399/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.3]) to address set I0703 21:56:40.624477 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.129.0.3]}}] Timeout: Where:[where column _uuid == {1c18fd34-b08f-455d-866b-8d86d70d0dda}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.624500 3314 transact.go:42] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.129.0.3]}}] Timeout: Where:[where column _uuid == {1c18fd34-b08f-455d-866b-8d86d70d0dda}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.624961 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-cb5ss: podLabels app=network-check-target,controller-revision-hash=5f8ccf7c87,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.129.0.4], PodStatus: false, PodCompleted?: false I0703 21:56:40.624984 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-gh28j I0703 21:56:40.624985 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:40.624999 3314 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-cb5ss I0703 21:56:40.625013 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-cb5ss I0703 21:56:40.625014 3314 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-multus/network-metrics-daemon-gh28j. OVN-Kubernetes controller took 20.931569243 seconds. No OVN measurement. I0703 21:56:40.624990 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-cb5ss in Admin Network Policy controller I0703 21:56:40.625043 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-cb5ss Admin Network Policy controller: took 51.655µs I0703 21:56:40.624998 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:40.625067 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-gh28j I0703 21:56:40.625026 3314 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-cb5ss in node ip-10-0-0-161.ec2.internal I0703 21:56:40.625171 3314 address_set.go:575] (u3000315439/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.4]) to address set I0703 21:56:40.625201 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.129.0.4]}}] Timeout: Where:[where column _uuid == {d6acaf64-e2dc-48a7-b58e-46a83de7e844}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.625226 3314 transact.go:42] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.129.0.4]}}] Timeout: Where:[where column _uuid == {d6acaf64-e2dc-48a7-b58e-46a83de7e844}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.625581 3314 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-cb5ss I0703 21:56:40.625597 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:40.625610 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-cb5ss I0703 21:56:40.678583 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:40.678605 3314 ovs.go:159] Exec(102): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:40.688360 3314 ovs.go:162] Exec(102): stdout: "929012c7-fa4a-4d3b-9e05-e8b136cab8b8\n" I0703 21:56:40.688374 3314 ovs.go:163] Exec(102): stderr: "" I0703 21:56:40.688383 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - 929012c7-fa4a-4d3b-9e05-e8b136cab8b8 : stderr - : err I0703 21:56:40.688403 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-32.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:40.688413 3314 ovs.go:159] Exec(103): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 21:56:40.697080 3314 ovs.go:162] Exec(103): stdout: "" I0703 21:56:40.697090 3314 ovs.go:163] Exec(103): stderr: "" I0703 21:56:40.697097 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 21:56:41.178091 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:41.178116 3314 ovs.go:159] Exec(104): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:41.187066 3314 ovs.go:162] Exec(104): stdout: "929012c7-fa4a-4d3b-9e05-e8b136cab8b8\n" I0703 21:56:41.187083 3314 ovs.go:163] Exec(104): stderr: "" I0703 21:56:41.187094 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - 929012c7-fa4a-4d3b-9e05-e8b136cab8b8 : stderr - : err I0703 21:56:41.187122 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-32.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:41.187138 3314 ovs.go:159] Exec(105): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 21:56:41.195231 3314 ovs.go:162] Exec(105): stdout: "" I0703 21:56:41.195244 3314 ovs.go:163] Exec(105): stderr: "" I0703 21:56:41.195251 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 21:56:41.536769 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::1c2e:39ff:fe31:1f5b/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:56:41.678964 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:41.678983 3314 ovs.go:159] Exec(106): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:41.687434 3314 ovs.go:162] Exec(106): stdout: "929012c7-fa4a-4d3b-9e05-e8b136cab8b8\n" I0703 21:56:41.687447 3314 ovs.go:163] Exec(106): stderr: "" I0703 21:56:41.687455 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - 929012c7-fa4a-4d3b-9e05-e8b136cab8b8 : stderr - : err I0703 21:56:41.687478 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-32.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:41.687491 3314 ovs.go:159] Exec(107): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 21:56:41.695414 3314 ovs.go:162] Exec(107): stdout: "" I0703 21:56:41.695426 3314 ovs.go:163] Exec(107): stderr: "" I0703 21:56:41.695432 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 21:56:42.178769 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:42.178793 3314 ovs.go:159] Exec(108): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:42.187930 3314 ovs.go:162] Exec(108): stdout: "929012c7-fa4a-4d3b-9e05-e8b136cab8b8\n" I0703 21:56:42.187942 3314 ovs.go:163] Exec(108): stderr: "" I0703 21:56:42.187950 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - 929012c7-fa4a-4d3b-9e05-e8b136cab8b8 : stderr - : err I0703 21:56:42.187970 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-32.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:42.187978 3314 ovs.go:159] Exec(109): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 21:56:42.196163 3314 ovs.go:162] Exec(109): stdout: "" I0703 21:56:42.196178 3314 ovs.go:163] Exec(109): stderr: "" I0703 21:56:42.196186 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 21:56:42.202843 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-st9g8: podLabels app=ovnkube-node,component=network,controller-revision-hash=78b6747c99,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.1.32], PodStatus: true, PodCompleted?: false I0703 21:56:42.202863 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:42.202963 3314 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:42.202983 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:42.203001 3314 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 in node ip-10-0-1-32.ec2.internal I0703 21:56:42.203014 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:42.202929 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 in Admin Network Policy controller I0703 21:56:42.203026 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:42.203036 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 Admin Network Policy controller: took 108.542µs I0703 21:56:42.203041 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:42.227818 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:42.227835 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:42.227849 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:42.227861 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcrgl in node ip-10-0-1-32.ec2.internal I0703 21:56:42.227868 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:42.227876 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:42.227885 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:42.678632 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:42.678676 3314 ovs.go:159] Exec(110): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:42.687992 3314 ovs.go:162] Exec(110): stdout: "929012c7-fa4a-4d3b-9e05-e8b136cab8b8\n" I0703 21:56:42.688008 3314 ovs.go:163] Exec(110): stderr: "" I0703 21:56:42.688017 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - 929012c7-fa4a-4d3b-9e05-e8b136cab8b8 : stderr - : err I0703 21:56:42.688043 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-32.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:42.688056 3314 ovs.go:159] Exec(111): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 21:56:42.696306 3314 ovs.go:162] Exec(111): stdout: "" I0703 21:56:42.696319 3314 ovs.go:163] Exec(111): stderr: "" I0703 21:56:42.696326 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 21:56:42.719456 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:42.719480 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-161.ec2.internal I0703 21:56:42.719485 3314 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-161.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1c,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-34fc199e27-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-161.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,topology.ebs.csi.aws.com/zone=us-east-1c,topology.k8s.aws/zone-id=use1-az2,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1c, isHostCIDRsAltered?: true I0703 21:56:42.719514 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-161.ec2.internal I0703 21:56:42.719521 3314 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-161.ec2.internal in Admin Network Policy controller I0703 21:56:42.719524 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-161.ec2.internal I0703 21:56:42.719530 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-161.ec2.internal: 18.886µs I0703 21:56:42.719534 3314 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-161.ec2.internal Admin Network Policy controller: took 14.966µs I0703 21:56:42.719545 3314 master.go:657] Creating Interconnect resources for node ip-10-0-0-161.ec2.internal took: 1.503µs I0703 21:56:42.719558 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:42.719576 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-161.ec2.internal I0703 21:56:42.719594 3314 node_tracker.go:172] Node ip-10-0-0-161.ec2.internal switch + router changed, syncing services I0703 21:56:42.719601 3314 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-0-161.ec2.internal. Updating no re-route policies I0703 21:56:42.719607 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:42.719623 3314 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:42.719632 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:42.719638 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:42.719643 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:42.719663 3314 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:42.719668 3314 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:42.719676 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:42.719685 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:42.719688 3314 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:42.719695 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:42.719698 3314 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:42.719701 3314 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:42.719707 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:42.719711 3314 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:42.719715 3314 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:42.719720 3314 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:42.719725 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:42.719729 3314 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:42.719735 3314 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:42.719741 3314 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:42.719747 3314 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:42.719753 3314 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:42.719686 3314 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.417µs I0703 21:56:42.719761 3314 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:42.719767 3314 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:42.719708 3314 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8d665087-56be-4f67-8aef-a340d13da463 1876 0 2026-07-03 21:47:15 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.128.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.719706 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-metrics openshift-deployment-validation-operator 4ddd70c9-9fcc-4d78-b5de-75f55813ea6c 5287 0 2026-07-03 21:49:41 +0000 UTC map[name:deployment-validation-operator] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http-metrics,Protocol:TCP,Port:8383,TargetPort:{0 8383 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: deployment-validation-operator,},ClusterIP:172.30.153.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.153.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.719772 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:42.719676 3314 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:42.719780 3314 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:42.719784 3314 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:42.719788 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:42.719792 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:42.719796 3314 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:42.719800 3314 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:42.719804 3314 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:42.719804 3314 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:42.719774 3314 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:42.719786 3314 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default dbd95bed-c677-4dc8-af58-a573d711c038 276 0 2026-07-03 21:46:14 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.719819 3314 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.128.46"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.719698 3314 services_controller.go:434] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{csi-snapshot-controller-operator-metrics openshift-cluster-storage-operator 633edb85-41be-458e-a1f4-f415afea9fe1 866 0 2026-07-03 21:46:59 +0000 UTC map[app:csi-snapshot-controller-operator] map[capability.openshift.io/name:CSISnapshot include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073866a7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.180.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.180.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.719862 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:42.719880 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.180.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.719893 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.719901 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.719808 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:42.719917 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:42.719904 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.2.164 10.0.0.161]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bbe97436-914d-4857-ba29-87f3267638d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:42.719915 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.180.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.719817 3314 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator acaaffdc-9362-4247-8e67-c810cf615ca5 1756 0 2026-07-03 21:47:13 +0000 UTC map[name:ingress-operator] map[capability.openshift.io/name:Ingress include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386f07 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: ingress-operator,},ClusterIP:172.30.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.719933 3314 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:42.719940 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.719949 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:42.719936 3314 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.2.164 10.0.0.161]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bbe97436-914d-4857-ba29-87f3267638d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:42.719957 3314 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.719950 3314 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:42.719969 3314 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:42.719974 3314 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:42.719974 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:42.719979 3314 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:42.719981 3314 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 299.069µs I0703 21:56:42.719987 3314 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:42.719991 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:42.719993 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:42.719998 3314 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:42.720003 3314 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:42.720006 3314 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:42.720011 3314 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:42.719860 3314 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:42.720021 3314 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:42.719949 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:42.720027 3314 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.719997 3314 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 58dc3dda-4fae-4fca-b0f2-44c80945434c 3294 0 2026-07-03 21:47:20 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ratrgbqcahncfuennn35j5p9hsprn7f,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-34fc199e27,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc007387027 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31881,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30537,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.239.216,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32637,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a58dc3dda4fae4fcab0f244c80945434-b279b2dee3c9bd2c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:42.720043 3314 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720048 3314 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.720055 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:42.720066 3314 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:42.720067 3314 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.719833 3314 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720080 3314 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720083 3314 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720081 3314 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.720100 3314 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31881, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}, services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:30537, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:56:42.720103 3314 services_controller.go:451] Built service openshift-image-registry/image-registry cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-image-registry/image-registry_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.128.46", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.720102 3314 services_controller.go:451] Built service openshift-ingress-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.251.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.720131 3314 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:42.720136 3314 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.719804 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:42.720150 3314 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:42.720155 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.153.179"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.720163 3314 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.720176 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720185 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720193 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:42.720066 3314 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:42.720201 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 427.069µs I0703 21:56:42.720196 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.153.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.720219 3314 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:42.720224 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.720232 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:42.720211 3314 services_controller.go:452] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:42.720240 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.720245 3314 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:42.720257 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:42.720258 3314 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:42.720262 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 568.409µs I0703 21:56:42.720122 3314 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720274 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:42.720280 3314 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:42.720286 3314 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 612.455µs I0703 21:56:42.720229 3314 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator fb852550-350e-47f7-a6e3-e50c2db85036 812 0 2026-07-03 21:46:58 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738730f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-controller-manager-operator,},ClusterIP:172.30.210.189,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.189],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.720302 3314 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:42.720321 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:42.720283 3314 services_controller.go:434] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service retrieved from lister for network=default: &Service{ObjectMeta:{performance-addon-operator-service openshift-cluster-node-tuning-operator 5b86cfa7-1229-41ac-aa5d-f69476161019 1785 0 2026-07-03 21:47:13 +0000 UTC map[name:performance-addon-operator-service] map[capability.openshift.io/name:NodeTuning include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:performance-addon-operator-webhook-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073863cf }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:443,Protocol:TCP,Port:443,TargetPort:{0 4343 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-node-tuning-operator,},ClusterIP:172.30.96.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.720309 3314 services_controller.go:451] Built service openshift-ingress/router-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.720335 3314 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.189"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.720351 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:42.720351 3314 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720364 3314 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720362 3314 services_controller.go:443] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.96.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.720376 3314 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720385 3314 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720339 3314 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:42.720400 3314 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:42.720383 3314 services_controller.go:451] Built service openshift-kube-controller-manager-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.210.189", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.720412 3314 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:42.720415 3314 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.720311 3314 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 298ab0f9-baec-464c-873a-66b7b2ce614e 482 0 2026-07-03 21:46:47 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.18.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.18.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.720428 3314 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:42.720438 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:42.720442 3314 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.720452 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:42.720460 3314 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 467.511µs I0703 21:56:42.720467 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:42.720473 3314 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:42.720475 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 257.173µs I0703 21:56:42.720490 3314 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:42.720449 3314 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.18.61"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.720581 3314 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720594 3314 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720610 3314 services_controller.go:451] Built service openshift-cluster-version/cluster-version-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-version/cluster-version-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.18.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.720630 3314 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:42.720638 3314 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:42.720402 3314 services_controller.go:451] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.96.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.720667 3314 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.720632 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Policy Row:map[action:allow external_ids:{GoMap:map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Node:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Node k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]} match:(ip4.src == $a8519615025667110816 || ip4.src == $a13607449821398607916) && ip4.dst == $a712973235162149816 options:{GoMap:map[pkt_mark:1008]} priority:102] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {11f4d470-2794-4562-b9d0-4cdfd4f6b929}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:42.720692 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:42.720699 3314 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 400.508µs I0703 21:56:42.720711 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:42.720736 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:11f4d470-2794-4562-b9d0-4cdfd4f6b929}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:42.720718 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator d2a884c1-ebaf-40fe-89fc-2feeddf9bd88 758 0 2026-07-03 21:46:56 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387b1b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-operator,},ClusterIP:172.30.162.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.720758 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Policy Row:map[action:allow external_ids:{GoMap:map[ip-family:ip4 k8s.ovn.org/id:default-network-controller:EgressIP:102:EIP-No-Reroute-Pod-To-Node:ip4:default k8s.ovn.org/name:EIP-No-Reroute-Pod-To-Node k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:EgressIP network:default priority:102]} match:(ip4.src == $a8519615025667110816 || ip4.src == $a13607449821398607916) && ip4.dst == $a712973235162149816 options:{GoMap:map[pkt_mark:1008]} priority:102] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {11f4d470-2794-4562-b9d0-4cdfd4f6b929}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:11f4d470-2794-4562-b9d0-4cdfd4f6b929}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:42.720683 3314 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:56:42.720819 3314 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:56:42.720834 3314 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.720854 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:42.720862 3314 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 588.85µs I0703 21:56:42.720875 3314 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:42.720482 3314 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 8b115f33-e165-43a6-bb1c-27d364bd8e87 1894 0 2026-07-03 21:47:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073867ef }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-config-operator,},ClusterIP:172.30.245.205,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.205],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.720883 3314 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.433µs I0703 21:56:42.720894 3314 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:42.720907 3314 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:42.720926 3314 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.245.205"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.720945 3314 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720502 3314 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3b73bd47-fb0f-44cc-aac7-3035b9e88481 3477 0 2026-07-03 21:47:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 3c073b82-fca5-42ad-8c83-430f87bcaddd 0xc007386e20 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:8443-tcp,Protocol:TCP,Port:8443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},ServicePort{Name:8888-tcp,Protocol:TCP,Port:8888,TargetPort:{0 8888 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller,},ClusterIP:172.30.247.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.247.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.720903 3314 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 66c5c03f-9e0a-488e-bc46-a11425b5dfe8 1384 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.201.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.720954 3314 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.720976 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:42.720981 3314 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.128.238] []}] I0703 21:56:42.720973 3314 services_controller.go:451] Built service openshift-config-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-config-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.245.205", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.720998 3314 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721002 3314 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.720996 3314 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721007 3314 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.128.238"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.720795 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:42.721015 3314 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721022 3314 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721026 3314 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721026 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.128"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721040 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721045 3314 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:42.721049 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721043 3314 services_controller.go:451] Built service openshift-ingress-canary/ingress-canary cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-canary/ingress-canary_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.720141 3314 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:42.721073 3314 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:42.721013 3314 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:42.721066 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.162.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721081 3314 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721086 3314 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:42.721089 3314 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721092 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:42.721097 3314 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721103 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:42.721114 3314 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:42.721115 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721120 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 646.721µs I0703 21:56:42.721122 3314 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:42.721131 3314 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:42.721055 3314 services_controller.go:452] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.201.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.128.238", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:42.721136 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:42.721145 3314 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 433.269µs I0703 21:56:42.721147 3314 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:42.721157 3314 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:42.721161 3314 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:42.721142 3314 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 592e486a-2b45-4b2f-bc2c-21cc19531874 1407 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.131.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721185 3314 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:42.721191 3314 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 296.665µs I0703 21:56:42.721131 3314 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.433294ms I0703 21:56:42.721207 3314 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:42.721206 3314 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.100.161] []}] I0703 21:56:42.721168 3314 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 089de690-5467-4566-b14f-2337f9d182a8 974 0 2026-07-03 21:47:03 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377e7f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-apiserver-operator,},ClusterIP:172.30.161.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721222 3314 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721228 3314 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:42.721233 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:42.721123 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:42.721247 3314 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 756.175µs I0703 21:56:42.721245 3314 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721259 3314 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721260 3314 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:42.721266 3314 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721218 3314 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48204ab9-9a33-409d-8ddf-2f8da190dd7c 641 0 2026-07-03 21:46:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386007 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.9.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721276 3314 services_controller.go:451] Built service openshift-apiserver-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.161.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721292 3314 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.721300 3314 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:42.721239 3314 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 94edfcd8-f3d0-4929-9096-397fe2f9e4ac 3464 0 2026-07-03 21:47:29 +0000 UTC map[app:insights-operator] map[capability.openshift.io/name:Insights exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-insights-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738720b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: insights-operator,},ClusterIP:172.30.79.76,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.76],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721231 3314 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.161"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721307 3314 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:42.721310 3314 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721319 3314 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721270 3314 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 255a9e39-3be1-4696-8bd8-d96738c8537d 3518 0 2026-07-03 21:47:30 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387937 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-storage-version-migrator-operator,},ClusterIP:172.30.40.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721328 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:42.721323 3314 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.183"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721327 3314 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:42.721333 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 176.906µs I0703 21:56:42.721340 3314 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721343 3314 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:42.721345 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:42.721345 3314 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.76"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721352 3314 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721357 3314 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.40.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721362 3314 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721373 3314 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721372 3314 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721351 3314 services_controller.go:452] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.131.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.161", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:42.721384 3314 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721388 3314 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:42.721371 3314 services_controller.go:451] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.9.183", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721395 3314 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:42.721402 3314 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.721414 3314 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:42.721415 3314 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:42.721401 3314 services_controller.go:451] Built service openshift-kube-storage-version-migrator-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.40.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721343 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:42.721421 3314 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 289.395µs I0703 21:56:42.721428 3314 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721428 3314 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.721438 3314 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:42.721442 3314 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:42.721445 3314 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721453 3314 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:42.721459 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 252.527µs I0703 21:56:42.721461 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:42.721467 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 208.189µs I0703 21:56:42.721473 3314 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:42.721477 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:42.721434 3314 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics 1107bce0-6bcb-4753-88a3-1734c2f8b343 3941 0 2026-07-03 21:47:41 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387dc7 0xc007387dc8}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 8080 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: network-check-target,},ClusterIP:172.30.108.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721401 3314 services_controller.go:451] Built service openshift-insights/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-insights/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.79.76", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721508 3314 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.721511 3314 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:42.721519 3314 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:42.721483 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-catalog openshift-deployment-validation-operator 98e3c021-33ca-4e34-b72b-19bedb1bdc41 5260 0 2026-07-03 21:49:40 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog a322fab6-3a4c-478c-a029-f571af9f3bdd 0xc007386a2d 0xc007386a2e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.46.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.46.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721522 3314 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.108.58"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721530 3314 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721532 3314 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721483 3314 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver ee3bbe34-f8a0-4b91-9272-4d4c64625c6c 1547 0 2026-07-03 21:47:10 +0000 UTC map[prometheus:openshift-apiserver-check-endpoints] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377f47 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:check-endpoints,Protocol:TCP,Port:17698,TargetPort:{0 17698 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{apiserver: true,},ClusterIP:172.30.42.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721536 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:42.721539 3314 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721546 3314 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:42.721547 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.46.20"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721451 3314 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 89c64e9f-c1a4-4e4b-a085-528c583e76b7 886 0 2026-07-03 21:47:00 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387fb7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: service-ca-operator,},ClusterIP:172.30.94.176,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.176],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721556 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721556 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:42.721550 3314 services_controller.go:451] Built service openshift-network-diagnostics/network-check-target cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-diagnostics/network-check-target_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.108.58", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721566 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721568 3314 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:42.721575 3314 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:42.721571 3314 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.42.11"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721577 3314 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.94.176"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721585 3314 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:42.721588 3314 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721592 3314 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721580 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.46.20", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721599 3314 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721603 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:56:42.721607 3314 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:42.721612 3314 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 268.747µs I0703 21:56:42.721615 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:42.721621 3314 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721627 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:42.721629 3314 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721621 3314 services_controller.go:451] Built service openshift-apiserver/check-endpoints cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver/check-endpoints_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.42.11", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721550 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 332.256µs I0703 21:56:42.721670 3314 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:42.721641 3314 services_controller.go:451] Built service openshift-service-ca-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-service-ca-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.94.176", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721680 3314 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:42.721683 3314 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:42.721684 3314 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.721688 3314 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.016µs I0703 21:56:42.721693 3314 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:42.721695 3314 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721636 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator c9cf6a9c-cddd-437e-acc0-f66b7c5adcaa 881 0 2026-07-03 21:47:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387a87 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},ServicePort{Name:health,Protocol:TCP,Port:8798,TargetPort:{0 8798 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-daemon,},ClusterIP:172.30.152.84,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.152.84],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721702 3314 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721720 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:42.721722 3314 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:42.721730 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 288.244µs I0703 21:56:42.721742 3314 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:42.721735 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721757 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721768 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721781 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-daemon cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721803 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:42.721755 3314 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 62346486-f3be-42c8-8c00-73e945369757 1011 0 2026-07-03 21:47:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738609b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.112.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721811 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:42.721819 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721825 3314 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:42.721837 3314 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.112.156"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721626 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721842 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:42.721851 3314 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721853 3314 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 226.29µs I0703 21:56:42.721859 3314 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721866 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:42.721867 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:42.721876 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 398.875µs I0703 21:56:42.721888 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:42.721875 3314 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.112.156", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.721895 3314 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.491µs I0703 21:56:42.721900 3314 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.721910 3314 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:42.721914 3314 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:42.721919 3314 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721875 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator 3d95194f-d202-464e-9ad4-1d111b923354 829 0 2026-07-03 21:46:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073879bb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-controller,},ClusterIP:172.30.224.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721721 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:42.721937 3314 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 462.801µs I0703 21:56:42.721940 3314 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:42.721945 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:42.721947 3314 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 204.884µs I0703 21:56:42.721952 3314 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:42.721959 3314 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.012µs I0703 21:56:42.721922 3314 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default d2d9db75-adef-4df7-a67a-573e5b9ce2b2 1541 0 2026-07-03 21:47:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.75,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.75],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.721961 3314 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:42.721957 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.224.89"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.721967 3314 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:42.721968 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.611µs I0703 21:56:42.721974 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721978 3314 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:42.721984 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.721985 3314 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.33.129] []}] I0703 21:56:42.721697 3314 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:42.722025 3314 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 326.221µs I0703 21:56:42.722002 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-controller cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.224.89", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.722039 3314 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:42.722038 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:42.722048 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.956µs I0703 21:56:42.722051 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:42.721987 3314 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console f021c54b-b655-47fc-993e-dd066ef78ffd 4192 0 2026-07-03 21:48:08 +0000 UTC map[app.kubernetes.io/component:networking-console-plugin app.kubernetes.io/managed-by:cluster-network-operator app.kubernetes.io/name:networking-console-plugin app.kubernetes.io/part-of:cluster-network-operator] map[openshift.io/description:Expose the networking console plugin service on port 9443. This port is for internal use, and no other usage is guaranteed. service.beta.openshift.io/serving-cert-secret-name:networking-console-plugin-cert] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387cce 0xc007387ccf}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:9443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app.kubernetes.io/component: networking-console-plugin,app.kubernetes.io/managed-by: cluster-network-operator,app.kubernetes.io/name: networking-console-plugin,app.kubernetes.io/part-of: cluster-network-operator,},ClusterIP:172.30.84.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.84.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.722063 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.721975 3314 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 38ac628e-face-480c-85fd-d7d6c10a12ce 1974 0 2026-07-03 21:47:18 +0000 UTC map[name:console-operator] map[capability.openshift.io/name:Console include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: console-operator,},ClusterIP:172.30.65.250,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.250],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.722069 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:42.722080 3314 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:42.722085 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:42.722002 3314 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722088 3314 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:42.722092 3314 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 226.74µs I0703 21:56:42.722092 3314 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.84.199"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.722106 3314 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:42.722105 3314 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722103 3314 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.207.75"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.33.129"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.722103 3314 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.65.250"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.722117 3314 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722119 3314 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722122 3314 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722079 3314 services_controller.go:434] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cluster-storage-operator-metrics openshift-cluster-storage-operator ef552acf-5526-40c1-87c0-19d16cb0de06 945 0 2026-07-03 21:47:02 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386507 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-storage-operator,},ClusterIP:172.30.132.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.722131 3314 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722133 3314 services_controller.go:451] Built service openshift-network-console/networking-console-plugin cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-console/networking-console-plugin_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.84.199", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.722151 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:42.722116 3314 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator bdede544-26d7-4457-b399-d31b73b91adc 1021 0 2026-07-03 21:47:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386b8f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: dns-operator,},ClusterIP:172.30.218.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.722148 3314 services_controller.go:451] Built service openshift-console-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-console-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.65.250", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.722163 3314 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:42.722168 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.132.77"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.722177 3314 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.722178 3314 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:42.722179 3314 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:42.722183 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722189 3314 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:42.722190 3314 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.722193 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722190 3314 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.242"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.722200 3314 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.722201 3314 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722210 3314 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722212 3314 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:42.722219 3314 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 241.049µs I0703 21:56:42.722224 3314 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:42.722210 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.132.77", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.722153 3314 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:42.722230 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 262.718µs I0703 21:56:42.722223 3314 services_controller.go:451] Built service openshift-dns-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.218.242", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.722238 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.722245 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:42.722249 3314 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:42.722252 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:42.722261 3314 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:42.722243 3314 services_controller.go:452] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.207.75", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.33.129", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:42.722263 3314 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.722271 3314 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.722275 3314 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:42.722288 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:42.722288 3314 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:42.722294 3314 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:42.722295 3314 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 237.706µs I0703 21:56:42.722300 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 194.293µs I0703 21:56:42.722254 3314 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress e1c5c5b2-9231-44c4-938c-2c6d16df9f57 2356 0 2026-07-03 21:47:20 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc00738710e }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:0,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:1936,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.127.238,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.238],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.722232 3314 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:42.722313 3314 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:42.722319 3314 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 404.986µs I0703 21:56:42.722325 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:42.722337 3314 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.722355 3314 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722362 3314 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722307 3314 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:42.722320 3314 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8ee5a6f6-a412-4f57-8af4-182f5a090aa8 1480 0 2026-07-03 21:47:09 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default affc9e2d-14e5-408f-b42b-53195a80bc78 0xc007386c97 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:42.722385 3314 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 78.059µs I0703 21:56:42.722378 3314 services_controller.go:451] Built service openshift-ingress/router-internal-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-internal-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:42.722406 3314 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:42.722410 3314 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:42.722417 3314 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:42.722422 3314 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722424 3314 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:42.722441 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:42.722432 3314 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:42.722447 3314 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 203.855µs I0703 21:56:42.722454 3314 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:42.722483 3314 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:42.722497 3314 services_controller.go:452] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:42.722546 3314 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:42.722554 3314 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:42.722577 3314 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:42.722589 3314 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 354.381µs I0703 21:56:42.735265 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:42.735303 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-161.ec2.internal I0703 21:56:42.735365 3314 master.go:657] Creating Interconnect resources for node ip-10-0-0-161.ec2.internal took: 558ns I0703 21:56:42.735380 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:42.735391 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-161.ec2.internal I0703 21:56:43.177808 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:43.177836 3314 ovs.go:159] Exec(112): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:43.187038 3314 ovs.go:162] Exec(112): stdout: "929012c7-fa4a-4d3b-9e05-e8b136cab8b8\n" I0703 21:56:43.187051 3314 ovs.go:163] Exec(112): stderr: "" I0703 21:56:43.187060 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - 929012c7-fa4a-4d3b-9e05-e8b136cab8b8 : stderr - : err I0703 21:56:43.187082 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-32.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:43.187093 3314 ovs.go:159] Exec(113): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 21:56:43.195232 3314 ovs.go:162] Exec(113): stdout: "" I0703 21:56:43.195245 3314 ovs.go:163] Exec(113): stderr: "" I0703 21:56:43.195253 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 21:56:43.208473 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:43.208490 3314 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:43.208502 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:43.208513 3314 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-st9g8 in node ip-10-0-1-32.ec2.internal I0703 21:56:43.208518 3314 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:43.208524 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:43.208536 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-st9g8 I0703 21:56:43.235755 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:43.235799 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:43.235818 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:43.235833 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcrgl in node ip-10-0-1-32.ec2.internal I0703 21:56:43.235843 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:43.235853 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:43.235866 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcrgl I0703 21:56:43.246467 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:43.246525 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:43.246543 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:43.246553 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jn27j in node ip-10-0-0-161.ec2.internal I0703 21:56:43.246559 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:43.246565 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:43.246576 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jn27j I0703 21:56:43.286953 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-32.ec2.internal I0703 21:56:43.286983 3314 node_tracker.go:238] Node ip-10-0-1-32.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-1-32.ec2.internal" I0703 21:56:43.286996 3314 node_tracker.go:172] Node ip-10-0-1-32.ec2.internal switch + router changed, syncing services I0703 21:56:43.287014 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:43.287041 3314 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:43.287051 3314 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:43.287059 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:43.287053 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:43.287070 3314 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:43.287077 3314 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:43.287082 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-32.ec2.internal I0703 21:56:43.287089 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:43.287138 3314 default_network_controller.go:1028] Node ip-10-0-1-32.ec2.internal in remote zone ip-10-0-1-32.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:43.287086 3314 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 8b115f33-e165-43a6-bb1c-27d364bd8e87 1894 0 2026-07-03 21:47:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073867ef }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-config-operator,},ClusterIP:172.30.245.205,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.205],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287086 3314 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 298ab0f9-baec-464c-873a-66b7b2ce614e 482 0 2026-07-03 21:46:47 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.18.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.18.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287107 3314 services_controller.go:434] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service retrieved from lister for network=default: &Service{ObjectMeta:{performance-addon-operator-service openshift-cluster-node-tuning-operator 5b86cfa7-1229-41ac-aa5d-f69476161019 1785 0 2026-07-03 21:47:13 +0000 UTC map[name:performance-addon-operator-service] map[capability.openshift.io/name:NodeTuning include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:performance-addon-operator-webhook-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073863cf }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:443,Protocol:TCP,Port:443,TargetPort:{0 4343 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-node-tuning-operator,},ClusterIP:172.30.96.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287178 3314 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-1-32.ec2.internal, new=ip-10-0-1-32.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-32.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-32.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-32.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-32.ec2.internal I0703 21:56:43.287190 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:43.287194 3314 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:43.287195 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:43.287205 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-32.ec2.internal I0703 21:56:43.287209 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:43.287206 3314 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.245.205"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287210 3314 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.18.61"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287222 3314 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287229 3314 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287228 3314 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287227 3314 services_controller.go:443] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.96.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287238 3314 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287069 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:43.287248 3314 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287242 3314 services_controller.go:451] Built service openshift-config-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-config-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.245.205", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287260 3314 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287262 3314 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:43.287264 3314 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.287253 3314 services_controller.go:451] Built service openshift-cluster-version/cluster-version-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-version/cluster-version-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.18.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287272 3314 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:43.287272 3314 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.287277 3314 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:43.287277 3314 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:43.287280 3314 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.287285 3314 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:43.287289 3314 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:43.287292 3314 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:43.287297 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:43.287280 3314 services_controller.go:451] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.96.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287300 3314 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.287303 3314 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:43.287306 3314 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:43.287311 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 234.429µs I0703 21:56:43.287314 3314 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:56:43.287315 3314 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 9.552µs I0703 21:56:43.287323 3314 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:43.287324 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:43.287328 3314 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:56:43.287329 3314 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:43.287332 3314 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 268.99µs I0703 21:56:43.287341 3314 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.287348 3314 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:43.287330 3314 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3b73bd47-fb0f-44cc-aac7-3035b9e88481 3477 0 2026-07-03 21:47:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 3c073b82-fca5-42ad-8c83-430f87bcaddd 0xc007386e20 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:8443-tcp,Protocol:TCP,Port:8443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},ServicePort{Name:8888-tcp,Protocol:TCP,Port:8888,TargetPort:{0 8888 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller,},ClusterIP:172.30.247.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.247.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287368 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:43.287380 3314 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 296.689µs I0703 21:56:43.287337 3314 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 592e486a-2b45-4b2f-bc2c-21cc19531874 1407 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.131.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287386 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:43.287356 3314 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 089de690-5467-4566-b14f-2337f9d182a8 974 0 2026-07-03 21:47:03 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377e7f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-apiserver-operator,},ClusterIP:172.30.161.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287397 3314 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:43.287395 3314 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287407 3314 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287411 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:43.287411 3314 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.100.161] []}] I0703 21:56:43.287414 3314 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287423 3314 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287420 3314 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287430 3314 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.161"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287433 3314 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287307 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator d2a884c1-ebaf-40fe-89fc-2feeddf9bd88 758 0 2026-07-03 21:46:56 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387b1b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-operator,},ClusterIP:172.30.162.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287442 3314 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287432 3314 services_controller.go:451] Built service openshift-ingress-canary/ingress-canary cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-canary/ingress-canary_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287445 3314 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287453 3314 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:43.287460 3314 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:43.287463 3314 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.287463 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:43.287408 3314 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48204ab9-9a33-409d-8ddf-2f8da190dd7c 641 0 2026-07-03 21:46:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386007 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.9.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287468 3314 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.287464 3314 services_controller.go:451] Built service openshift-apiserver-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.161.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287477 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.128"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287470 3314 services_controller.go:452] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.131.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.161", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.287492 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287492 3314 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.287493 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:43.287493 3314 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:43.287499 3314 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:43.287502 3314 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 178.634µs I0703 21:56:43.287299 3314 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:43.287505 3314 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.287503 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287508 3314 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.287511 3314 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.183"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287516 3314 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.287524 3314 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:43.287527 3314 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287519 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.162.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287530 3314 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:43.287538 3314 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 209.961µs I0703 21:56:43.287539 3314 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287517 3314 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:43.287541 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:43.287553 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:43.287554 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:43.287561 3314 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:43.287562 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.287568 3314 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:43.287575 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:43.287577 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:43.287559 3314 services_controller.go:451] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.9.183", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287534 3314 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 94edfcd8-f3d0-4929-9096-397fe2f9e4ac 3464 0 2026-07-03 21:47:29 +0000 UTC map[app:insights-operator] map[capability.openshift.io/name:Insights exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-insights-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738720b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: insights-operator,},ClusterIP:172.30.79.76,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.76],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287581 3314 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 286.702µs I0703 21:56:43.287589 3314 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:43.287582 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:43.287599 3314 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:43.287612 3314 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.76"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287627 3314 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287637 3314 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287600 3314 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 255a9e39-3be1-4696-8bd8-d96738c8537d 3518 0 2026-07-03 21:47:30 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387937 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-storage-version-migrator-operator,},ClusterIP:172.30.40.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287591 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:43.287681 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:43.287673 3314 services_controller.go:451] Built service openshift-insights/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-insights/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.79.76", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287694 3314 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.40.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287702 3314 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.287708 3314 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287677 3314 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics 1107bce0-6bcb-4753-88a3-1734c2f8b343 3941 0 2026-07-03 21:47:41 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387dc7 0xc007387dc8}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 8080 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: network-check-target,},ClusterIP:172.30.108.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287714 3314 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:43.287718 3314 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287540 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:43.287725 3314 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.287727 3314 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:43.287731 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 385.454µs I0703 21:56:43.287601 3314 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:43.287737 3314 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.108.58"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287746 3314 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:43.287754 3314 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:43.287755 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 228.199µs I0703 21:56:43.287764 3314 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:43.287770 3314 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:43.287776 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:43.287784 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:43.287767 3314 services_controller.go:451] Built service openshift-kube-storage-version-migrator-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.40.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287791 3314 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:43.287797 3314 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.287799 3314 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:43.287809 3314 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.287779 3314 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 66c5c03f-9e0a-488e-bc46-a11425b5dfe8 1384 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.201.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287815 3314 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:43.287820 3314 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.287826 3314 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:43.287832 3314 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:43.287839 3314 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:43.287843 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:43.287845 3314 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:43.287589 3314 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.287852 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 263.622µs I0703 21:56:43.287855 3314 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:43.287860 3314 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.287864 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:43.287866 3314 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:43.287872 3314 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.287874 3314 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:43.287883 3314 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:43.287890 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:43.287894 3314 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:43.287897 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:43.287900 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 503.121µs I0703 21:56:43.287904 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:43.287911 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:43.287912 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:43.287873 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-catalog openshift-deployment-validation-operator 98e3c021-33ca-4e34-b72b-19bedb1bdc41 5260 0 2026-07-03 21:49:40 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog a322fab6-3a4c-478c-a029-f571af9f3bdd 0xc007386a2d 0xc007386a2e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.46.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.46.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287754 3314 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287920 3314 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:43.287929 3314 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287936 3314 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:43.287938 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:43.287944 3314 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:43.287951 3314 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:43.287951 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.46.20"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.287945 3314 services_controller.go:451] Built service openshift-network-diagnostics/network-check-target cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-diagnostics/network-check-target_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.108.58", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287918 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator c9cf6a9c-cddd-437e-acc0-f66b7c5adcaa 881 0 2026-07-03 21:47:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387a87 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},ServicePort{Name:health,Protocol:TCP,Port:8798,TargetPort:{0 8798 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-daemon,},ClusterIP:172.30.152.84,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.152.84],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.287964 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287975 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287984 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:43.287999 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288018 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.287842 3314 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.128.238] []}] I0703 21:56:43.288027 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288041 3314 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288038 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-daemon cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.288057 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:43.288052 3314 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.128.238"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288065 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:43.288070 3314 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288098 3314 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.287991 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.46.20", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.288118 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:56:43.288129 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:43.288112 3314 services_controller.go:452] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.201.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.128.238", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.288139 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.288146 3314 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:43.288153 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:43.288158 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 295.545µs I0703 21:56:43.288159 3314 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.288167 3314 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:43.288172 3314 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 5.658µs I0703 21:56:43.287743 3314 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:43.288178 3314 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:43.288186 3314 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:43.288193 3314 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 422.547µs I0703 21:56:43.288208 3314 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:43.288183 3314 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 89c64e9f-c1a4-4e4b-a085-528c583e76b7 886 0 2026-07-03 21:47:00 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387fb7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: service-ca-operator,},ClusterIP:172.30.94.176,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.176],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.288183 3314 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver ee3bbe34-f8a0-4b91-9272-4d4c64625c6c 1547 0 2026-07-03 21:47:10 +0000 UTC map[prometheus:openshift-apiserver-check-endpoints] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377f47 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:check-endpoints,Protocol:TCP,Port:17698,TargetPort:{0 17698 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{apiserver: true,},ClusterIP:172.30.42.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.288231 3314 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:43.288240 3314 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.94.176"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288072 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.288246 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:43.288248 3314 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288256 3314 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288255 3314 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.42.11"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288264 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:43.288264 3314 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288269 3314 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 359.639µs I0703 21:56:43.288273 3314 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288218 3314 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 62346486-f3be-42c8-8c00-73e945369757 1011 0 2026-07-03 21:47:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738609b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.112.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.288267 3314 services_controller.go:451] Built service openshift-service-ca-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-service-ca-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.94.176", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.287966 3314 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:43.288286 3314 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.288295 3314 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.288287 3314 services_controller.go:451] Built service openshift-apiserver/check-endpoints cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver/check-endpoints_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.42.11", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.288300 3314 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:43.288307 3314 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:43.288314 3314 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:43.288321 3314 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.287957 3314 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:43.288279 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:43.288335 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:43.288339 3314 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 161.466µs I0703 21:56:43.288347 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:43.288351 3314 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 4.605µs I0703 21:56:43.288358 3314 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:43.288365 3314 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 6.001µs I0703 21:56:43.288373 3314 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:43.288377 3314 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 5.085µs I0703 21:56:43.288382 3314 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:43.288386 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 3.557µs I0703 21:56:43.288339 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator 3d95194f-d202-464e-9ad4-1d111b923354 829 0 2026-07-03 21:46:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073879bb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-controller,},ClusterIP:172.30.224.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.288391 3314 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:43.288302 3314 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.288410 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:43.288425 3314 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:43.288424 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.224.89"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288431 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 688.663µs I0703 21:56:43.288439 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288452 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288288 3314 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:43.288503 3314 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.288521 3314 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:43.288530 3314 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 938.547µs I0703 21:56:43.288538 3314 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:43.288544 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 5.566µs I0703 21:56:43.288550 3314 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:43.288316 3314 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.112.156"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288574 3314 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288555 3314 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default d2d9db75-adef-4df7-a67a-573e5b9ce2b2 1541 0 2026-07-03 21:47:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.75,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.75],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.288581 3314 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288592 3314 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.112.156", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.288601 3314 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.33.129] []}] I0703 21:56:43.288611 3314 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.288614 3314 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288618 3314 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:43.288621 3314 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.207.75"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.33.129"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288625 3314 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.288631 3314 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288639 3314 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:43.288441 3314 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:43.288662 3314 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 438.643µs I0703 21:56:43.288669 3314 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.288675 3314 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:43.288676 3314 services_controller.go:452] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.207.75", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.33.129", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.288695 3314 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:43.288703 3314 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.288681 3314 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator bdede544-26d7-4457-b399-d31b73b91adc 1021 0 2026-07-03 21:47:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386b8f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: dns-operator,},ClusterIP:172.30.218.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.288717 3314 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:43.288725 3314 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 174.976µs I0703 21:56:43.288668 3314 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console f021c54b-b655-47fc-993e-dd066ef78ffd 4192 0 2026-07-03 21:48:08 +0000 UTC map[app.kubernetes.io/component:networking-console-plugin app.kubernetes.io/managed-by:cluster-network-operator app.kubernetes.io/name:networking-console-plugin app.kubernetes.io/part-of:cluster-network-operator] map[openshift.io/description:Expose the networking console plugin service on port 9443. This port is for internal use, and no other usage is guaranteed. service.beta.openshift.io/serving-cert-secret-name:networking-console-plugin-cert] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387cce 0xc007387ccf}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:9443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app.kubernetes.io/component: networking-console-plugin,app.kubernetes.io/managed-by: cluster-network-operator,app.kubernetes.io/name: networking-console-plugin,app.kubernetes.io/part-of: cluster-network-operator,},ClusterIP:172.30.84.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.84.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.288396 3314 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 38ac628e-face-480c-85fd-d7d6c10a12ce 1974 0 2026-07-03 21:47:18 +0000 UTC map[name:console-operator] map[capability.openshift.io/name:Console include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: console-operator,},ClusterIP:172.30.65.250,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.250],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.288735 3314 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:43.288738 3314 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:43.288749 3314 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:43.288751 3314 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:43.288751 3314 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.242"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288766 3314 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288766 3314 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.65.250"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288764 3314 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.84.199"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288780 3314 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288780 3314 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288783 3314 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288791 3314 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288795 3314 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288475 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-controller cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.224.89", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.288808 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:43.288796 3314 services_controller.go:451] Built service openshift-dns-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.218.242", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.288816 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:43.288822 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.288822 3314 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.288814 3314 services_controller.go:451] Built service openshift-network-console/networking-console-plugin cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-console/networking-console-plugin_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.84.199", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.288836 3314 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.288838 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:43.288843 3314 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.288843 3314 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 564.333µs I0703 21:56:43.288846 3314 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:43.288855 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:43.288857 3314 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:43.288859 3314 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:43.288862 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 187.308µs I0703 21:56:43.288871 3314 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:43.288872 3314 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.288861 3314 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress e1c5c5b2-9231-44c4-938c-2c6d16df9f57 2356 0 2026-07-03 21:47:20 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc00738710e }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:0,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:1936,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.127.238,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.238],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.288916 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:43.288930 3314 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.288875 3314 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 5.179µs I0703 21:56:43.288945 3314 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288951 3314 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.288953 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:43.288964 3314 services_controller.go:451] Built service openshift-ingress/router-internal-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-internal-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.288986 3314 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:43.288993 3314 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:43.288961 3314 services_controller.go:434] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cluster-storage-operator-metrics openshift-cluster-storage-operator ef552acf-5526-40c1-87c0-19d16cb0de06 945 0 2026-07-03 21:47:02 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386507 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-storage-operator,},ClusterIP:172.30.132.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.289000 3314 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.289011 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:43.289016 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:43.288898 3314 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:43.289023 3314 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 167.233µs I0703 21:56:43.289028 3314 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 584.557µs I0703 21:56:43.289031 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:43.289027 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.132.77"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.289036 3314 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 5.615µs I0703 21:56:43.289041 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:43.289043 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:43.289042 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289054 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289050 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-metrics openshift-deployment-validation-operator 4ddd70c9-9fcc-4d78-b5de-75f55813ea6c 5287 0 2026-07-03 21:49:41 +0000 UTC map[name:deployment-validation-operator] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http-metrics,Protocol:TCP,Port:8383,TargetPort:{0 8383 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: deployment-validation-operator,},ClusterIP:172.30.153.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.153.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.289090 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:43.288808 3314 services_controller.go:451] Built service openshift-console-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-console-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.65.250", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.289050 3314 services_controller.go:434] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{csi-snapshot-controller-operator-metrics openshift-cluster-storage-operator 633edb85-41be-458e-a1f4-f415afea9fe1 866 0 2026-07-03 21:46:59 +0000 UTC map[app:csi-snapshot-controller-operator] map[capability.openshift.io/name:CSISnapshot include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073866a7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.180.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.180.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.289103 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.153.179"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.289108 3314 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.289114 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289114 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:43.289120 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289122 3314 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.289124 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.180.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.289132 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289134 3314 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.289130 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.153.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.289140 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289147 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.289155 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:43.289157 3314 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:43.289071 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.132.77", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.288744 3314 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8ee5a6f6-a412-4f57-8af4-182f5a090aa8 1480 0 2026-07-03 21:47:09 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default affc9e2d-14e5-408f-b42b-53195a80bc78 0xc007386c97 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.289166 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.289165 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 772.106µs I0703 21:56:43.289153 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.180.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.289172 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.289179 3314 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:43.289182 3314 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:43.289182 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.289184 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:43.289190 3314 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289195 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:43.289196 3314 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.289182 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:43.289206 3314 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.289210 3314 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289212 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 167.409µs I0703 21:56:43.289227 3314 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:43.289229 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:43.289236 3314 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 195.456µs I0703 21:56:43.289203 3314 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.289194 3314 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8d665087-56be-4f67-8aef-a340d13da463 1876 0 2026-07-03 21:47:15 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.128.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.289248 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:43.289254 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:43.289259 3314 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 307.908µs I0703 21:56:43.289268 3314 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:43.289267 3314 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:43.289236 3314 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator acaaffdc-9362-4247-8e67-c810cf615ca5 1756 0 2026-07-03 21:47:13 +0000 UTC map[name:ingress-operator] map[capability.openshift.io/name:Ingress include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386f07 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: ingress-operator,},ClusterIP:172.30.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.289282 3314 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.128.46"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.289301 3314 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289273 3314 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator fb852550-350e-47f7-a6e3-e50c2db85036 812 0 2026-07-03 21:46:58 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738730f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-controller-manager-operator,},ClusterIP:172.30.210.189,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.189],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.289308 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:43.289313 3314 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289257 3314 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 58dc3dda-4fae-4fca-b0f2-44c80945434c 3294 0 2026-07-03 21:47:20 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ratrgbqcahncfuennn35j5p9hsprn7f,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-34fc199e27,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc007387027 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31881,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30537,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.239.216,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32637,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a58dc3dda4fae4fcab0f244c80945434-b279b2dee3c9bd2c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:43.289237 3314 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.289322 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:43.289322 3314 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.289336 3314 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289334 3314 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.189"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.289337 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:43.289345 3314 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289345 3314 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289332 3314 services_controller.go:451] Built service openshift-image-registry/image-registry cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-image-registry/image-registry_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.128.46", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.289349 3314 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:43.289331 3314 services_controller.go:452] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.289362 3314 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:43.289360 3314 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:43.289369 3314 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:43.289365 3314 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.289375 3314 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:43.289363 3314 services_controller.go:451] Built service openshift-ingress-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.251.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.289383 3314 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31881, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}, services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:30537, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:56:43.289391 3314 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.289390 3314 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.289403 3314 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289406 3314 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.289413 3314 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:43.289417 3314 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 683.228µs I0703 21:56:43.289417 3314 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.289420 3314 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:43.289428 3314 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:43.289351 3314 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289441 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:43.289447 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 220.744µs I0703 21:56:43.289440 3314 services_controller.go:451] Built service openshift-ingress/router-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.289437 3314 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default dbd95bed-c677-4dc8-af58-a573d711c038 276 0 2026-07-03 21:46:14 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.289449 3314 services_controller.go:451] Built service openshift-kube-controller-manager-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.210.189", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.289480 3314 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.289485 3314 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:43.289493 3314 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.289428 3314 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 245.719µs I0703 21:56:43.289499 3314 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289468 3314 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:43.289506 3314 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.289508 3314 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.289514 3314 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:43.289521 3314 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.289526 3314 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:43.289527 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:43.289535 3314 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.289535 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 266.044µs I0703 21:56:43.289552 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:43.289543 3314 services_controller.go:452] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.289556 3314 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 309.96µs I0703 21:56:43.289561 3314 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:43.289568 3314 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.289582 3314 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:43.289589 3314 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 162.236µs I0703 21:56:43.404914 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:43.404930 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-32.ec2.internal I0703 21:56:43.404991 3314 node_tracker.go:172] Node ip-10-0-1-32.ec2.internal switch + router changed, syncing services I0703 21:56:43.405008 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:43.404935 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-32.ec2.internal I0703 21:56:43.405026 3314 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:43.405039 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:43.405049 3314 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:43.405056 3314 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:43.405064 3314 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:43.405071 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:43.405076 3314 default_network_controller.go:1028] Node ip-10-0-1-32.ec2.internal in remote zone ip-10-0-1-32.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:43.405089 3314 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:43.405096 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:43.405110 3314 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:43.405123 3314 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:43.405135 3314 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 17.231µs I0703 21:56:43.405144 3314 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:43.405101 3314 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 8b115f33-e165-43a6-bb1c-27d364bd8e87 1894 0 2026-07-03 21:47:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073867ef }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-config-operator,},ClusterIP:172.30.245.205,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.205],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405110 3314 services_controller.go:434] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service retrieved from lister for network=default: &Service{ObjectMeta:{performance-addon-operator-service openshift-cluster-node-tuning-operator 5b86cfa7-1229-41ac-aa5d-f69476161019 1785 0 2026-07-03 21:47:13 +0000 UTC map[name:performance-addon-operator-service] map[capability.openshift.io/name:NodeTuning include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:performance-addon-operator-webhook-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073863cf }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:443,Protocol:TCP,Port:443,TargetPort:{0 4343 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-node-tuning-operator,},ClusterIP:172.30.96.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405121 3314 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 298ab0f9-baec-464c-873a-66b7b2ce614e 482 0 2026-07-03 21:46:47 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.18.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.18.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405165 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:1f8cc3ae-ad1a-4698-9fdd-713aec9cccf8 ip:10.0.1.32 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315545}] I0703 21:56:43.405193 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:43.405194 3314 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:43.405198 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:43.405198 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:43.405150 3314 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3b73bd47-fb0f-44cc-aac7-3035b9e88481 3477 0 2026-07-03 21:47:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 3c073b82-fca5-42ad-8c83-430f87bcaddd 0xc007386e20 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:8443-tcp,Protocol:TCP,Port:8443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},ServicePort{Name:8888-tcp,Protocol:TCP,Port:8888,TargetPort:{0 8888 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller,},ClusterIP:172.30.247.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.247.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405210 3314 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.245.205"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.405214 3314 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.18.61"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.405213 3314 services_controller.go:443] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.96.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.405078 3314 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:43.405209 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u3000315545}]} hostname:ip-10-0-1-32.ec2.internal name:1f8cc3ae-ad1a-4698-9fdd-713aec9cccf8 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315546}] I0703 21:56:43.405228 3314 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405230 3314 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405232 3314 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405232 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:43.405240 3314 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405242 3314 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405244 3314 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405203 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator d2a884c1-ebaf-40fe-89fc-2feeddf9bd88 758 0 2026-07-03 21:46:56 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387b1b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-operator,},ClusterIP:172.30.162.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405249 3314 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.405235 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:1f8cc3ae-ad1a-4698-9fdd-713aec9cccf8 ip:10.0.1.32 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315545} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u3000315545}]} hostname:ip-10-0-1-32.ec2.internal name:1f8cc3ae-ad1a-4698-9fdd-713aec9cccf8 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315546}] I0703 21:56:43.405268 3314 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405275 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:43.405260 3314 services_controller.go:451] Built service openshift-cluster-version/cluster-version-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-version/cluster-version-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.18.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.405259 3314 services_controller.go:451] Built service openshift-config-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-config-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.245.205", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.405261 3314 services_controller.go:451] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.96.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.405289 3314 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:43.405287 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.128"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.405293 3314 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.405296 3314 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:56:43.405241 3314 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:43.405300 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405301 3314 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:43.405306 3314 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.405309 3314 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:43.405314 3314 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.405317 3314 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:43.405319 3314 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.405325 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:43.405331 3314 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:43.405335 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:43.405337 3314 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:43.405308 3314 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:56:43.405340 3314 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 232.849µs I0703 21:56:43.405343 3314 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:43.405348 3314 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:43.405353 3314 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:43.405357 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 268.083µs I0703 21:56:43.405372 3314 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:43.405349 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:43.405394 3314 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:43.405362 3314 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 089de690-5467-4566-b14f-2337f9d182a8 974 0 2026-07-03 21:47:03 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377e7f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-apiserver-operator,},ClusterIP:172.30.161.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405399 3314 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:43.405405 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:43.405409 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:43.405351 3314 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.405422 3314 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.405381 3314 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48204ab9-9a33-409d-8ddf-2f8da190dd7c 641 0 2026-07-03 21:46:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386007 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.9.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405436 3314 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405445 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:43.405447 3314 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405453 3314 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 361.404µs I0703 21:56:43.405456 3314 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:43.405412 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:43.405468 3314 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:43.405471 3314 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.183"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.405464 3314 services_controller.go:451] Built service openshift-apiserver-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.161.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.405489 3314 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405493 3314 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.405500 3314 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405505 3314 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.405470 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:43.405516 3314 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.405523 3314 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:43.405533 3314 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:43.405479 3314 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 94edfcd8-f3d0-4929-9096-397fe2f9e4ac 3464 0 2026-07-03 21:47:29 +0000 UTC map[app:insights-operator] map[capability.openshift.io/name:Insights exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-insights-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738720b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: insights-operator,},ClusterIP:172.30.79.76,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.76],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405519 3314 services_controller.go:451] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.9.183", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.405539 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:43.405279 3314 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405546 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 193.511µs I0703 21:56:43.405548 3314 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.405554 3314 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:43.405308 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405562 3314 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.405569 3314 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.76"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.405576 3314 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.405584 3314 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405563 3314 services_controller.go:451] Built service openshift-ingress-canary/ingress-canary cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-canary/ingress-canary_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.405576 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.162.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.405558 3314 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:43.405600 3314 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:43.405606 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:43.405599 3314 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:43.405595 3314 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405619 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:43.405622 3314 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:43.405630 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.405634 3314 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.405605 3314 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 255a9e39-3be1-4696-8bd8-d96738c8537d 3518 0 2026-07-03 21:47:30 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387937 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-storage-version-migrator-operator,},ClusterIP:172.30.40.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405669 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:43.405636 3314 services_controller.go:451] Built service openshift-insights/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-insights/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.79.76", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.405676 3314 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 485.623µs I0703 21:56:43.405681 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:43.405684 3314 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.405688 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:43.405696 3314 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:43.405694 3314 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.40.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.405700 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:43.405709 3314 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 563.381µs I0703 21:56:43.405709 3314 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405709 3314 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.405722 3314 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405724 3314 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:43.405735 3314 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:43.405763 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 295.378µs I0703 21:56:43.405777 3314 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:43.405735 3314 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 89c64e9f-c1a4-4e4b-a085-528c583e76b7 886 0 2026-07-03 21:47:00 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387fb7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: service-ca-operator,},ClusterIP:172.30.94.176,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.176],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405539 3314 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:43.405823 3314 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-1-32.ec2.internal for the network default I0703 21:56:43.405831 3314 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:43.405840 3314 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:43.405846 3314 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:43.405853 3314 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:43.405786 3314 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 66c5c03f-9e0a-488e-bc46-a11425b5dfe8 1384 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.201.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405859 3314 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:43.405866 3314 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:43.405872 3314 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:43.405877 3314 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:43.405882 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:43.405887 3314 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:43.405885 3314 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.128.238] []}] I0703 21:56:43.405892 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:43.405899 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:43.405901 3314 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405903 3314 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:43.405909 3314 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:43.405890 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:04 100.88.0.4/16]} external_ids:{GoMap:map[node:ip-10-0-1-32.ec2.internal]} name:tstor-ip-10-0-1-32.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-1-32.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315547}] I0703 21:56:43.405914 3314 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:43.405911 3314 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.128.238"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.405922 3314 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:43.405925 3314 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.405698 3314 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics 1107bce0-6bcb-4753-88a3-1734c2f8b343 3941 0 2026-07-03 21:47:41 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387dc7 0xc007387dc8}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 8080 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: network-check-target,},ClusterIP:172.30.108.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.405947 3314 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.405962 3314 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:43.405608 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 236.588µs I0703 21:56:43.405982 3314 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:43.405980 3314 services_controller.go:452] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.201.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.128.238", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.406010 3314 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:43.406018 3314 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.406000 3314 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 592e486a-2b45-4b2f-bc2c-21cc19531874 1407 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.131.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406039 3314 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:43.405976 3314 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.108.58"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406046 3314 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 268.465µs I0703 21:56:43.406057 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:43.406055 3314 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.100.161] []}] I0703 21:56:43.405952 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315547}]}}] Timeout: Where:[where column _uuid == {7c2fff8b-30bb-4330-9be4-98cbbe7a75bd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.406068 3314 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406077 3314 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.161"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406091 3314 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406055 3314 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406063 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator c9cf6a9c-cddd-437e-acc0-f66b7c5adcaa 881 0 2026-07-03 21:47:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387a87 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},ServicePort{Name:health,Protocol:TCP,Port:8798,TargetPort:{0 8798 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-daemon,},ClusterIP:172.30.152.84,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.152.84],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406107 3314 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.406111 3314 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406071 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:04 100.88.0.4/16]} external_ids:{GoMap:map[node:ip-10-0-1-32.ec2.internal]} name:tstor-ip-10-0-1-32.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-1-32.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315547} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3000315547}]}}] Timeout: Where:[where column _uuid == {7c2fff8b-30bb-4330-9be4-98cbbe7a75bd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.406115 3314 services_controller.go:452] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.131.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.161", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.406128 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:43.406134 3314 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:43.406142 3314 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.406129 3314 services_controller.go:451] Built service openshift-network-diagnostics/network-check-target cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-diagnostics/network-check-target_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.108.58", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.406144 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406157 3314 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:43.406158 3314 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:43.406162 3314 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 181.589µs I0703 21:56:43.406162 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406170 3314 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:43.405930 3314 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:43.406172 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406177 3314 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 6µs I0703 21:56:43.406183 3314 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:43.406183 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:43.405810 3314 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:43.406188 3314 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver ee3bbe34-f8a0-4b91-9272-4d4c64625c6c 1547 0 2026-07-03 21:47:10 +0000 UTC map[prometheus:openshift-apiserver-check-endpoints] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377f47 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:check-endpoints,Protocol:TCP,Port:17698,TargetPort:{0 17698 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{apiserver: true,},ClusterIP:172.30.42.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406224 3314 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.94.176"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406236 3314 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406241 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:43.406251 3314 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406170 3314 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:43.406255 3314 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.42.11"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406270 3314 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406280 3314 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406268 3314 services_controller.go:451] Built service openshift-service-ca-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-service-ca-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.94.176", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.406191 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-daemon cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.406296 3314 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.406304 3314 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.406303 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:43.406311 3314 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.406315 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:43.406299 3314 services_controller.go:451] Built service openshift-apiserver/check-endpoints cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver/check-endpoints_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.42.11", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.406326 3314 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:43.406328 3314 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:43.406332 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 608.215µs I0703 21:56:43.406325 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.406342 3314 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:43.406345 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:43.406355 3314 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.406359 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:43.406366 3314 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 308.416µs I0703 21:56:43.406380 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:43.405739 3314 services_controller.go:451] Built service openshift-kube-storage-version-migrator-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.40.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.406390 3314 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 202.441µs I0703 21:56:43.406392 3314 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.406355 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-catalog openshift-deployment-validation-operator 98e3c021-33ca-4e34-b72b-19bedb1bdc41 5260 0 2026-07-03 21:49:40 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog a322fab6-3a4c-478c-a029-f571af9f3bdd 0xc007386a2d 0xc007386a2e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.46.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.46.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406403 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:43.406404 3314 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.406284 3314 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.406418 3314 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.406418 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:43.406431 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.46.20"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406451 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406461 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406472 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.46.20", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.406492 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:56:43.406500 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:43.406508 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.406381 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:43.406529 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:43.406536 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 191.32µs I0703 21:56:43.406549 3314 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:43.406556 3314 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.167µs I0703 21:56:43.406564 3314 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:43.406526 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator 3d95194f-d202-464e-9ad4-1d111b923354 829 0 2026-07-03 21:46:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073879bb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-controller,},ClusterIP:172.30.224.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406435 3314 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:43.406635 3314 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 944.655µs I0703 21:56:43.406639 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:43.406411 3314 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.715µs I0703 21:56:43.406667 3314 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:43.406572 3314 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 62346486-f3be-42c8-8c00-73e945369757 1011 0 2026-07-03 21:47:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738609b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.112.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406667 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.224.89"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406675 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.902µs I0703 21:56:43.406680 3314 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:43.406684 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406687 3314 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:43.406695 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406693 3314 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:43.406707 3314 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.112.156"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406723 3314 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406711 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-controller cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.224.89", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.406734 3314 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406739 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:43.406689 3314 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 38ac628e-face-480c-85fd-d7d6c10a12ce 1974 0 2026-07-03 21:47:18 +0000 UTC map[name:console-operator] map[capability.openshift.io/name:Console include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: console-operator,},ClusterIP:172.30.65.250,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.250],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406695 3314 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console f021c54b-b655-47fc-993e-dd066ef78ffd 4192 0 2026-07-03 21:48:08 +0000 UTC map[app.kubernetes.io/component:networking-console-plugin app.kubernetes.io/managed-by:cluster-network-operator app.kubernetes.io/name:networking-console-plugin app.kubernetes.io/part-of:cluster-network-operator] map[openshift.io/description:Expose the networking console plugin service on port 9443. This port is for internal use, and no other usage is guaranteed. service.beta.openshift.io/serving-cert-secret-name:networking-console-plugin-cert] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387cce 0xc007387ccf}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:9443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app.kubernetes.io/component: networking-console-plugin,app.kubernetes.io/managed-by: cluster-network-operator,app.kubernetes.io/name: networking-console-plugin,app.kubernetes.io/part-of: cluster-network-operator,},ClusterIP:172.30.84.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.84.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406752 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:43.406763 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.406751 3314 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.112.156", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.406769 3314 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:43.406439 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:43.406778 3314 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.406784 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:43.406785 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.227156ms I0703 21:56:43.406784 3314 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.84.199"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406792 3314 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:43.406792 3314 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 410.486µs I0703 21:56:43.406798 3314 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:43.406800 3314 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406803 3314 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.406805 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.389µs I0703 21:56:43.406806 3314 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:43.406810 3314 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406816 3314 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:43.406822 3314 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 6.584µs I0703 21:56:43.406824 3314 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:43.406831 3314 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:43.406832 3314 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 266.887µs I0703 21:56:43.406820 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-32.ec2.internal]} ip_prefix:10.130.0.0/23 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315548}] I0703 21:56:43.406845 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:43.406828 3314 services_controller.go:451] Built service openshift-network-console/networking-console-plugin cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-console/networking-console-plugin_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.84.199", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.406817 3314 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default d2d9db75-adef-4df7-a67a-573e5b9ce2b2 1541 0 2026-07-03 21:47:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.75,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.75],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406859 3314 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:43.406873 3314 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:43.406876 3314 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.33.129] []}] I0703 21:56:43.406884 3314 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.406840 3314 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8ee5a6f6-a412-4f57-8af4-182f5a090aa8 1480 0 2026-07-03 21:47:09 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default affc9e2d-14e5-408f-b42b-53195a80bc78 0xc007386c97 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406891 3314 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406881 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315548}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.406854 3314 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress e1c5c5b2-9231-44c4-938c-2c6d16df9f57 2356 0 2026-07-03 21:47:20 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc00738710e }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:0,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:1936,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.127.238,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.238],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.406900 3314 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.207.75"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.33.129"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406910 3314 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:43.406917 3314 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406926 3314 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406925 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:43.406906 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-32.ec2.internal]} ip_prefix:10.130.0.0/23 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315548} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315548}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.406938 3314 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.406935 3314 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406953 3314 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406944 3314 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406966 3314 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406771 3314 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:43.406976 3314 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406978 3314 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.406980 3314 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.65.250"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.406906 3314 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:43.406994 3314 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406994 3314 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 306.475µs I0703 21:56:43.407004 3314 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407009 3314 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:43.407015 3314 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.526µs I0703 21:56:43.407025 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:43.406989 3314 services_controller.go:452] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.407038 3314 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:43.407020 3314 services_controller.go:451] Built service openshift-console-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-console-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.65.250", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.407058 3314 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:43.407060 3314 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.407068 3314 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.407075 3314 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.407085 3314 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:43.406949 3314 services_controller.go:452] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.207.75", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.33.129", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.407043 3314 services_controller.go:434] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cluster-storage-operator-metrics openshift-cluster-storage-operator ef552acf-5526-40c1-87c0-19d16cb0de06 945 0 2026-07-03 21:47:02 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386507 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-storage-operator,},ClusterIP:172.30.132.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.407097 3314 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:43.407104 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 426.573µs I0703 21:56:43.407105 3314 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:43.407116 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:43.407118 3314 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.407125 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.132.77"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.407134 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407141 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.406994 3314 services_controller.go:451] Built service openshift-ingress/router-internal-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-internal-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.407150 3314 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:43.407157 3314 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:43.407172 3314 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.407154 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.132.77", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.407185 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.407190 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:43.407192 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:43.407117 3314 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:43.407199 3314 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.407213 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:43.407218 3314 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 193.964µs I0703 21:56:43.407230 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:43.407207 3314 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator bdede544-26d7-4457-b399-d31b73b91adc 1021 0 2026-07-03 21:47:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386b8f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: dns-operator,},ClusterIP:172.30.218.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.407196 3314 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 351.152µs I0703 21:56:43.407269 3314 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:43.407276 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:43.407141 3314 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:43.407285 3314 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 479.287µs I0703 21:56:43.407281 3314 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.242"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.407297 3314 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:43.407297 3314 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407308 3314 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407091 3314 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 260.107µs I0703 21:56:43.407325 3314 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:43.407371 3314 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator acaaffdc-9362-4247-8e67-c810cf615ca5 1756 0 2026-07-03 21:47:13 +0000 UTC map[name:ingress-operator] map[capability.openshift.io/name:Ingress include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386f07 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: ingress-operator,},ClusterIP:172.30.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.407423 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:43.407432 3314 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.407442 3314 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407449 3314 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407239 3314 services_controller.go:434] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{csi-snapshot-controller-operator-metrics openshift-cluster-storage-operator 633edb85-41be-458e-a1f4-f415afea9fe1 866 0 2026-07-03 21:46:59 +0000 UTC map[app:csi-snapshot-controller-operator] map[capability.openshift.io/name:CSISnapshot include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073866a7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.180.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.180.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.407496 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:43.407512 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.180.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.407531 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407542 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407562 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.180.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.407590 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.407288 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-metrics openshift-deployment-validation-operator 4ddd70c9-9fcc-4d78-b5de-75f55813ea6c 5287 0 2026-07-03 21:49:41 +0000 UTC map[name:deployment-validation-operator] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http-metrics,Protocol:TCP,Port:8383,TargetPort:{0 8383 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: deployment-validation-operator,},ClusterIP:172.30.153.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.153.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.407604 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:43.407611 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:43.407617 3314 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.407619 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.153.179"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.407628 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407634 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407643 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:43.407568 3314 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-32.ec2.internal]} ip_prefix:100.64.0.4/32 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315549}] I0703 21:56:43.407644 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.153.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.407326 3314 services_controller.go:451] Built service openshift-dns-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.218.242", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.407681 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.407693 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:43.407694 3314 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.407700 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.407709 3314 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.407718 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:43.407721 3314 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.407706 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315549}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.407745 3314 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:43.407732 3314 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-32.ec2.internal]} ip_prefix:100.64.0.4/32 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3000315549} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3000315549}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.407723 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 448.628µs I0703 21:56:43.407801 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:43.407460 3314 services_controller.go:451] Built service openshift-ingress-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.251.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.407819 3314 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.407833 3314 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.407843 3314 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.407812 3314 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 58dc3dda-4fae-4fca-b0f2-44c80945434c 3294 0 2026-07-03 21:47:20 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ratrgbqcahncfuennn35j5p9hsprn7f,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-34fc199e27,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc007387027 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31881,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30537,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.239.216,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32637,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a58dc3dda4fae4fcab0f244c80945434-b279b2dee3c9bd2c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:43.407869 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:43.407875 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 551.54µs I0703 21:56:43.407667 3314 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 437.432µs I0703 21:56:43.407879 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:43.407755 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 638.342µs I0703 21:56:43.407889 3314 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:43.407892 3314 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:43.407899 3314 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:43.407903 3314 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.407920 3314 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31881, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}, services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:30537, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:56:43.407941 3314 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407908 3314 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default dbd95bed-c677-4dc8-af58-a573d711c038 276 0 2026-07-03 21:46:14 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.407901 3314 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator fb852550-350e-47f7-a6e3-e50c2db85036 812 0 2026-07-03 21:46:58 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738730f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-controller-manager-operator,},ClusterIP:172.30.210.189,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.189],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.407958 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:43.407971 3314 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 14.551µs I0703 21:56:43.407970 3314 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:43.407977 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:43.407986 3314 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.407978 3314 services_controller.go:451] Built service openshift-ingress/router-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.408034 3314 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:43.408089 3314 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:43.407308 3314 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8d665087-56be-4f67-8aef-a340d13da463 1876 0 2026-07-03 21:47:15 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.128.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.408103 3314 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:43.408114 3314 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:43.408124 3314 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.128.46"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.408134 3314 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.408140 3314 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.408147 3314 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-1-32.ec2.internal took: 2.325197ms I0703 21:56:43.407991 3314 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.189"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.408153 3314 services_controller.go:451] Built service openshift-image-registry/image-registry cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-image-registry/image-registry_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.128.46", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.408175 3314 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.408180 3314 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:43.408187 3314 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.408194 3314 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:43.408205 3314 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.408206 3314 services_controller.go:451] Built service openshift-kube-controller-manager-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.210.189", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.408152 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:43.408232 3314 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:43.408236 3314 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.408238 3314 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 435.791µs I0703 21:56:43.408239 3314 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 940.998µs I0703 21:56:43.407996 3314 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.408247 3314 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.408255 3314 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.408259 3314 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.408271 3314 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.408274 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:43.408278 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 388.048µs I0703 21:56:43.408164 3314 master.go:657] Creating Interconnect resources for node ip-10-0-1-32.ec2.internal took: 3.078281ms I0703 21:56:43.408294 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:43.408278 3314 services_controller.go:452] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.408309 3314 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:43.408310 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-32.ec2.internal I0703 21:56:43.408316 3314 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.408333 3314 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:43.408340 3314 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 443.097µs I0703 21:56:43.608749 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:43.608769 3314 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:43.608784 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:43.608782 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-k6ppm: podLabels app=network-check-target,controller-revision-hash=5f8ccf7c87,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.130.0.4], PodStatus: false, PodCompleted?: false I0703 21:56:43.608797 3314 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-k6ppm in node ip-10-0-1-32.ec2.internal I0703 21:56:43.608810 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-k6ppm in Admin Network Policy controller I0703 21:56:43.608822 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-k6ppm Admin Network Policy controller: took 13.538µs I0703 21:56:43.608892 3314 address_set.go:575] (u3000315439/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.130.0.4]) to address set I0703 21:56:43.608922 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.4]}}] Timeout: Where:[where column _uuid == {d6acaf64-e2dc-48a7-b58e-46a83de7e844}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.608944 3314 transact.go:42] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.4]}}] Timeout: Where:[where column _uuid == {d6acaf64-e2dc-48a7-b58e-46a83de7e844}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.609208 3314 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:43.609220 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:43.609230 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-k6ppm I0703 21:56:43.609757 3314 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:43.609819 3314 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:43.609842 3314 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:43.609854 3314 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-m6p8c in node ip-10-0-1-32.ec2.internal I0703 21:56:43.609789 3314 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-m6p8c: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=8d675bf88,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.130.0.3], PodStatus: false, PodCompleted?: false I0703 21:56:43.609905 3314 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-m6p8c in Admin Network Policy controller I0703 21:56:43.609918 3314 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-m6p8c Admin Network Policy controller: took 15.079µs I0703 21:56:43.609943 3314 address_set.go:575] (u3000315399/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.130.0.3]) to address set I0703 21:56:43.609974 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.3]}}] Timeout: Where:[where column _uuid == {1c18fd34-b08f-455d-866b-8d86d70d0dda}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.609995 3314 transact.go:42] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.3]}}] Timeout: Where:[where column _uuid == {1c18fd34-b08f-455d-866b-8d86d70d0dda}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.610247 3314 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:43.610264 3314 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:43.610273 3314 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-m6p8c I0703 21:56:43.677913 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-161.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:43.677935 3314 ovs.go:159] Exec(114): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 21:56:43.687196 3314 ovs.go:162] Exec(114): stdout: "929012c7-fa4a-4d3b-9e05-e8b136cab8b8\n" I0703 21:56:43.687208 3314 ovs.go:163] Exec(114): stderr: "" I0703 21:56:43.687216 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - 929012c7-fa4a-4d3b-9e05-e8b136cab8b8 : stderr - : err I0703 21:56:43.687235 3314 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-32.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:43.687243 3314 ovs.go:159] Exec(115): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 21:56:43.695491 3314 ovs.go:162] Exec(115): stdout: "4f6ae214-d89c-4684-9545-511d9d3de4fa\n" I0703 21:56:43.695502 3314 ovs.go:163] Exec(115): stderr: "" I0703 21:56:43.695508 3314 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - 4f6ae214-d89c-4684-9545-511d9d3de4fa : stderr - : err I0703 21:56:43.695516 3314 default_node_network_controller.go:1110] Upgrade Hack: Syncing nodes took 22.021635978s I0703 21:56:43.695529 3314 ovs.go:159] Exec(116): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0703 21:56:43.699675 3314 ovs.go:162] Exec(116): stdout: "Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n\nService_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n" I0703 21:56:43.699736 3314 ovs.go:163] Exec(116): stderr: "" I0703 21:56:43.699743 3314 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-dns-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_cluster Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_openshift-apiserver-operator/metrics_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-insights/metrics_TCP_cluster Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster : stderr - : err I0703 21:56:43.699751 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cloud-credential-operator/cco-metrics/Service_openshift-cloud-credential-operator/cco-metrics : match - true I0703 21:56:43.699757 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-controller/Service_openshift-machine-config-operator/machine-config-controller : match - true I0703 21:56:43.699760 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0703 21:56:43.699764 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-console-operator/metrics/Service_openshift-console-operator/metrics : match - true I0703 21:56:43.699768 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-network-console/networking-console-plugin/Service_openshift-network-console/networking-console-plugin : match - true I0703 21:56:43.699771 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-storage-operator/cluster-storage-operator-metrics/Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics : match - true I0703 21:56:43.699774 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns-operator/metrics/Service_openshift-dns-operator/metrics : match - true I0703 21:56:43.699778 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns/dns-default/Service_openshift-dns/dns-default : match - true I0703 21:56:43.699780 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-internal-default/Service_openshift-ingress/router-internal-default : match - true I0703 21:56:43.699783 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-operator/metrics/Service_openshift-ingress-operator/metrics : match - true I0703 21:56:43.699786 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-default/Service_openshift-ingress/router-default : match - true I0703 21:56:43.699789 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-kube-controller-manager-operator/metrics/Service_openshift-kube-controller-manager-operator/metrics : match - true I0703 21:56:43.699792 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0703 21:56:43.699795 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics/Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics : match - true I0703 21:56:43.699798 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-deployment-validation-operator/deployment-validation-operator-metrics/Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics : match - true I0703 21:56:43.699802 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-image-registry/image-registry/Service_openshift-image-registry/image-registry : match - true I0703 21:56:43.699806 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-node-tuning-operator/performance-addon-operator-service/Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service : match - true I0703 21:56:43.699809 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-version/cluster-version-operator/Service_openshift-cluster-version/cluster-version-operator : match - true I0703 21:56:43.699812 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-config-operator/metrics/Service_openshift-config-operator/metrics : match - true I0703 21:56:43.699815 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-canary/ingress-canary/Service_openshift-ingress-canary/ingress-canary : match - true I0703 21:56:43.699818 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-operator/Service_openshift-machine-config-operator/machine-config-operator : match - true I0703 21:56:43.699822 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-kube-storage-version-migrator-operator/metrics/Service_openshift-kube-storage-version-migrator-operator/metrics : match - true I0703 21:56:43.699825 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-network-diagnostics/network-check-target/Service_openshift-network-diagnostics/network-check-target : match - true I0703 21:56:43.699828 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-service-ca-operator/metrics/Service_openshift-service-ca-operator/metrics : match - true I0703 21:56:43.699831 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0703 21:56:43.699834 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-oauth-apiserver/Service_default/openshift-oauth-apiserver : match - true I0703 21:56:43.699837 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver-operator/metrics/Service_openshift-apiserver-operator/metrics : match - true I0703 21:56:43.699840 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-authentication-operator/metrics/Service_openshift-authentication-operator/metrics : match - true I0703 21:56:43.699843 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0703 21:56:43.699847 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver/check-endpoints/Service_openshift-apiserver/check-endpoints : match - true I0703 21:56:43.699850 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-deployment-validation-operator/deployment-validation-operator-catalog/Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog : match - true I0703 21:56:43.699853 3314 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-daemon/Service_openshift-machine-config-operator/machine-config-daemon : match - true I0703 21:56:43.699859 3314 default_node_network_controller.go:1130] Upgrade Hack: Syncing services took 22.025979135s I0703 21:56:43.699875 3314 ovs.go:159] Exec(117): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-qwd5g I0703 21:56:43.703807 3314 ovs.go:162] Exec(117): stdout: "de4ab71c-98f8-4703-92a7-bba7b90634ec\n" I0703 21:56:43.703821 3314 ovs.go:163] Exec(117): stderr: "" I0703 21:56:43.703830 3314 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-qwd5g : stdout - de4ab71c-98f8-4703-92a7-bba7b90634ec : stderr - I0703 21:56:43.703845 3314 ovs.go:159] Exec(118): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-6qpbd I0703 21:56:43.707841 3314 ovs.go:162] Exec(118): stdout: "d4846326-e710-4aa3-8d72-06f199a36d38\n" I0703 21:56:43.707854 3314 ovs.go:163] Exec(118): stderr: "" I0703 21:56:43.707863 3314 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-6qpbd : stdout - d4846326-e710-4aa3-8d72-06f199a36d38 : stderr - I0703 21:56:43.707872 3314 default_node_network_controller.go:1151] Upgrade Hack: Syncing pods took 22.033989775s I0703 21:56:43.707889 3314 kube.go:130] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-2-164.ec2.internal] on node ip-10-0-2-164.ec2.internal I0703 21:56:43.724134 3314 default_node_network_controller.go:1165] ovnkube-node ip-10-0-2-164.ec2.internal finished annotating node with remote-zone-migrated; took: 22.050249933s I0703 21:56:43.724175 3314 config.go:1669] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0703 21:56:43.724340 3314 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:43.724376 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-164.ec2.internal I0703 21:56:43.724476 3314 node_tracker.go:172] Node ip-10-0-2-164.ec2.internal switch + router changed, syncing services I0703 21:56:43.724498 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:43.724383 3314 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-164.ec2.internal I0703 21:56:43.724519 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:43.724539 3314 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default E0703 21:56:43.724537 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:56:43.724549 3314 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:43.724556 3314 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:43.724558 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:56:43.724564 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:43.724566 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:56:43.724572 3314 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:43.724580 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:43.724587 3314 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:43.724594 3314 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:43.724600 3314 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:43.724608 3314 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:43.724608 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:43.724616 3314 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:43.724616 3314 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:43.724625 3314 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:43.724630 3314 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:43.724637 3314 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:43.724644 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:43.724665 3314 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3b73bd47-fb0f-44cc-aac7-3035b9e88481 3477 0 2026-07-03 21:47:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 3c073b82-fca5-42ad-8c83-430f87bcaddd 0xc007386e20 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:8443-tcp,Protocol:TCP,Port:8443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},ServicePort{Name:8888-tcp,Protocol:TCP,Port:8888,TargetPort:{0 8888 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller,},ClusterIP:172.30.247.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.247.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.724674 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator d2a884c1-ebaf-40fe-89fc-2feeddf9bd88 758 0 2026-07-03 21:46:56 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387b1b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-operator,},ClusterIP:172.30.162.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.724750 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:43.724763 3314 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.247.5"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.724774 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:43.724781 3314 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.724781 3314 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:43.724642 3314 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 8b115f33-e165-43a6-bb1c-27d364bd8e87 1894 0 2026-07-03 21:47:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073867ef }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-config-operator,},ClusterIP:172.30.245.205,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.205],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.724790 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.128"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.724799 3314 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-164.ec2.internal I0703 21:56:43.724800 3314 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.724809 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.724811 3314 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:43.724822 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.724822 3314 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.245.205"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.724819 3314 services_controller.go:451] Built service openshift-ingress-canary/ingress-canary cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-canary/ingress-canary_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.247.5", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.724836 3314 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.724842 3314 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:43.724621 3314 services_controller.go:434] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service retrieved from lister for network=default: &Service{ObjectMeta:{performance-addon-operator-service openshift-cluster-node-tuning-operator 5b86cfa7-1229-41ac-aa5d-f69476161019 1785 0 2026-07-03 21:47:13 +0000 UTC map[name:performance-addon-operator-service] map[capability.openshift.io/name:NodeTuning include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:performance-addon-operator-webhook-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073863cf }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:443,Protocol:TCP,Port:443,TargetPort:{0 4343 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-node-tuning-operator,},ClusterIP:172.30.96.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.724631 3314 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 298ab0f9-baec-464c-873a-66b7b2ce614e 482 0 2026-07-03 21:46:47 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.18.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.18.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.724851 3314 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:43.724852 3314 egressip.go:1976] Egress node: ip-10-0-2-164.ec2.internal about to be initialized I0703 21:56:43.724863 3314 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.724843 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.162.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.724867 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:43.724881 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:43.724880 3314 services_controller.go:443] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.96.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.724632 3314 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:43.724865 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:43.724890 3314 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.724897 3314 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.724898 3314 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:43.724908 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:43.724916 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:43.724879 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:43.724923 3314 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:43.724910 3314 services_controller.go:451] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.96.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.724928 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:43.724930 3314 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:43.724896 3314 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.18.61"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.724936 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.724936 3314 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:56:43.724938 3314 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:43.724943 3314 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.724948 3314 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:43.724949 3314 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:56:43.724951 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:43.724846 3314 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.724956 3314 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:43.724958 3314 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 316.839µs I0703 21:56:43.724961 3314 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.724963 3314 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:43.724886 3314 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 251.151µs I0703 21:56:43.724975 3314 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:43.724981 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:43.724961 3314 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {981a73a5-cebf-4b04-a69f-d1da0d943b49}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.724983 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:43.724994 3314 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:43.724953 3314 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725005 3314 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:43.725012 3314 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:43.724995 3314 services_controller.go:451] Built service openshift-config-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-config-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.245.205", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.725018 3314 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:43.725025 3314 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:43.725025 3314 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.725031 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:43.724990 3314 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics 1107bce0-6bcb-4753-88a3-1734c2f8b343 3941 0 2026-07-03 21:47:41 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387dc7 0xc007387dc8}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 8080 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: network-check-target,},ClusterIP:172.30.108.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.724983 3314 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.865µs I0703 21:56:43.725037 3314 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.725021 3314 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:981a73a5-cebf-4b04-a69f-d1da0d943b49}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.725049 3314 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:43.725054 3314 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:43.725065 3314 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.108.58"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.725075 3314 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.724994 3314 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 388.086µs I0703 21:56:43.725060 3314 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 89c64e9f-c1a4-4e4b-a085-528c583e76b7 886 0 2026-07-03 21:47:00 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387fb7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: service-ca-operator,},ClusterIP:172.30.94.176,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.176],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.725016 3314 services_controller.go:451] Built service openshift-cluster-version/cluster-version-operator cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-version/cluster-version-operator_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.18.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.725120 3314 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:43.725130 3314 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:43.725139 3314 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:43.725134 3314 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.94.176"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.725146 3314 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.725149 3314 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725158 3314 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725172 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:43.725050 3314 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {981a73a5-cebf-4b04-a69f-d1da0d943b49}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:981a73a5-cebf-4b04-a69f-d1da0d943b49}]}}] Timeout: Where:[where column _uuid == {d848e61c-27d5-4414-9171-7fe9f9954234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:43.725183 3314 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 569.733µs I0703 21:56:43.725193 3314 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:43.725199 3314 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 592e486a-2b45-4b2f-bc2c-21cc19531874 1407 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.131.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.725098 3314 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:43.725258 3314 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.100.161] []}] I0703 21:56:43.725270 3314 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725276 3314 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.161"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.725252 3314 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 66c5c03f-9e0a-488e-bc46-a11425b5dfe8 1384 0 2026-07-03 21:47:08 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.201.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.725285 3314 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725305 3314 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.725049 3314 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.725168 3314 services_controller.go:451] Built service openshift-service-ca-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-service-ca-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.94.176", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.725316 3314 services_controller.go:452] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.131.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.161", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.725334 3314 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:43.725336 3314 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.725082 3314 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725039 3314 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:43.725348 3314 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.725355 3314 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:43.725340 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 712.614µs I0703 21:56:43.725360 3314 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.725363 3314 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:43.725353 3314 services_controller.go:451] Built service openshift-network-diagnostics/network-check-target cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-diagnostics/network-check-target_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.108.58", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.725371 3314 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:43.725372 3314 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:43.725378 3314 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:43.725380 3314 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:43.725382 3314 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:43.725388 3314 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:43.725389 3314 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:43.725394 3314 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:43.725401 3314 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.725403 3314 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:43.725411 3314 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:43.725336 3314 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:43.725416 3314 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:43.725424 3314 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:43.725424 3314 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:43.725429 3314 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:43.725380 3314 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 089de690-5467-4566-b14f-2337f9d182a8 974 0 2026-07-03 21:47:03 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377e7f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: openshift-apiserver-operator,},ClusterIP:172.30.161.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.725430 3314 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.725451 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:43.725463 3314 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.725472 3314 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:43.725472 3314 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725481 3314 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725303 3314 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.128.238] []}] I0703 21:56:43.725509 3314 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725523 3314 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.128.238"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.725542 3314 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725480 3314 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 285.033µs I0703 21:56:43.725566 3314 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.725569 3314 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:43.725576 3314 services_controller.go:452] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.201.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.128.238", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.725613 3314 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:43.725576 3314 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48204ab9-9a33-409d-8ddf-2f8da190dd7c 641 0 2026-07-03 21:46:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386007 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.9.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.725627 3314 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.725389 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 339.678µs I0703 21:56:43.725668 3314 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:43.725676 3314 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 578.444µs I0703 21:56:43.725687 3314 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:43.725431 3314 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 450.409µs I0703 21:56:43.725700 3314 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:43.725690 3314 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:43.725710 3314 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver ee3bbe34-f8a0-4b91-9272-4d4c64625c6c 1547 0 2026-07-03 21:47:10 +0000 UTC map[prometheus:openshift-apiserver-check-endpoints] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007377f47 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:check-endpoints,Protocol:TCP,Port:17698,TargetPort:{0 17698 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{apiserver: true,},ClusterIP:172.30.42.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.725795 3314 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:43.725814 3314 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.42.11"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.725832 3314 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725842 3314 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.725701 3314 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 94edfcd8-f3d0-4929-9096-397fe2f9e4ac 3464 0 2026-07-03 21:47:29 +0000 UTC map[app:insights-operator] map[capability.openshift.io/name:Insights exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-insights-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738720b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: insights-operator,},ClusterIP:172.30.79.76,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.76],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.726666 3314 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:43.726722 3314 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.76"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.726822 3314 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.726855 3314 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.726891 3314 services_controller.go:451] Built service openshift-insights/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-insights/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.79.76", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.726949 3314 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.726977 3314 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:43.727015 3314 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.727056 3314 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:43.727079 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 1.394845ms I0703 21:56:43.727118 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:43.727144 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-catalog openshift-deployment-validation-operator 98e3c021-33ca-4e34-b72b-19bedb1bdc41 5260 0 2026-07-03 21:49:40 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog a322fab6-3a4c-478c-a029-f571af9f3bdd 0xc007386a2d 0xc007386a2e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.46.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.46.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.727312 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:43.727343 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.46.20"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.727379 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.727405 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.727443 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.46.20", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.727501 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:56:43.727595 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:43.727625 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.727673 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:43.727681 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 562.697µs I0703 21:56:43.727697 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:43.727736 3314 services_controller.go:451] Built service openshift-apiserver/check-endpoints cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver/check-endpoints_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.42.11", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.727815 3314 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:43.727849 3314 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:43.727878 3314 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.727928 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:43.727954 3314 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 2.252106ms I0703 21:56:43.727990 3314 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:43.728019 3314 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 29.734µs I0703 21:56:43.728055 3314 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:43.728081 3314 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 26.226µs I0703 21:56:43.728108 3314 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:43.728136 3314 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 62346486-f3be-42c8-8c00-73e945369757 1011 0 2026-07-03 21:47:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738609b }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.112.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.728260 3314 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:43.728293 3314 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.112.156"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.728338 3314 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.728389 3314 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.728425 3314 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.112.156", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.728485 3314 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.728515 3314 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:43.728543 3314 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.728596 3314 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:43.728622 3314 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 512.954µs I0703 21:56:43.728681 3314 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:43.728716 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator 3d95194f-d202-464e-9ad4-1d111b923354 829 0 2026-07-03 21:46:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073879bb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-controller,},ClusterIP:172.30.224.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.728839 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:43.728872 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.224.89"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.728932 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.728960 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.728996 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-controller cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.224.89", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.729050 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:43.729084 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:43.729112 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.729153 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:43.729178 3314 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 497.441µs I0703 21:56:43.729216 3314 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:43.729242 3314 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 26.641µs I0703 21:56:43.729274 3314 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:43.729301 3314 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default d2d9db75-adef-4df7-a67a-573e5b9ce2b2 1541 0 2026-07-03 21:47:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.75,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.75],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.729410 3314 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.33.129] []}] I0703 21:56:43.729446 3314 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.729473 3314 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.207.75"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.33.129"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.729513 3314 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.729554 3314 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.729583 3314 services_controller.go:452] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.207.75", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.33.129", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.729643 3314 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:43.729698 3314 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.729744 3314 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:43.729769 3314 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 494.861µs I0703 21:56:43.729810 3314 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:43.729836 3314 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 28.613µs I0703 21:56:43.729865 3314 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:43.729890 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 25.779µs I0703 21:56:43.729924 3314 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:43.729951 3314 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 38ac628e-face-480c-85fd-d7d6c10a12ce 1974 0 2026-07-03 21:47:18 +0000 UTC map[name:console-operator] map[capability.openshift.io/name:Console include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: console-operator,},ClusterIP:172.30.65.250,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.250],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.730068 3314 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:43.730100 3314 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.65.250"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.730139 3314 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.730168 3314 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.730207 3314 services_controller.go:451] Built service openshift-console-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-console-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.65.250", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.730266 3314 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.730296 3314 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.730325 3314 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.730366 3314 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:43.730391 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 466.139µs I0703 21:56:43.730428 3314 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:43.730455 3314 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console f021c54b-b655-47fc-993e-dd066ef78ffd 4192 0 2026-07-03 21:48:08 +0000 UTC map[app.kubernetes.io/component:networking-console-plugin app.kubernetes.io/managed-by:cluster-network-operator app.kubernetes.io/name:networking-console-plugin app.kubernetes.io/part-of:cluster-network-operator] map[openshift.io/description:Expose the networking console plugin service on port 9443. This port is for internal use, and no other usage is guaranteed. service.beta.openshift.io/serving-cert-secret-name:networking-console-plugin-cert] [{operator.openshift.io/v1 Network cluster 535179b0-bdc0-45c4-ac06-594b094882df 0xc007387cce 0xc007387ccf}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:9443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app.kubernetes.io/component: networking-console-plugin,app.kubernetes.io/managed-by: cluster-network-operator,app.kubernetes.io/name: networking-console-plugin,app.kubernetes.io/part-of: cluster-network-operator,},ClusterIP:172.30.84.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.84.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.727551 3314 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 255a9e39-3be1-4696-8bd8-d96738c8537d 3518 0 2026-07-03 21:47:30 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387937 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-storage-version-migrator-operator,},ClusterIP:172.30.40.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.730597 3314 default_node_network_controller.go:1171] Upgrade hack: ovnkube-node ip-10-0-2-164.ec2.internal finished setting DB Auth; took: 22.056710367s I0703 21:56:43.730642 3314 default_node_network_controller.go:1176] Waiting for gateway and management port readiness... I0703 21:56:43.730713 3314 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc0005ab480 0xc000271030 0xc0002710a0 0xc000271110 0xc000271180 0xc0002711f0 0xc000271260 0xc00039fa40 0xc000271340 0xc0002713b0 0xc0004f62d0 0xc0002540e0 map[0x2933060:0xc0015528a0 0x29335a0:0xc0040ca480 0x2933840:0xc0043fb380 0x2933ae0:0xc004b81920 0x2933d80:0xc00517ca80 0x2934020:0xc005ac4b40 0x2934560:0xc005575b60 0x2934aa0:0xc005e39920 0x2934d40:0xc0063fe960 0x295eda0:0xc001eee5a0 0x295f140:0xc002da7ec0 0x295fc20:0xc000658120 0x2961580:0xc0016243c0 0x2961cc0:0xc002b13500 0x29627a0:0xc0019773e0] 0xc0005c2a20 0} I0703 21:56:43.730831 3314 gateway.go:147] Starting gateway service sync I0703 21:56:43.731463 3314 openflow_manager.go:108] Gateway OpenFlow sync requested I0703 21:56:43.731474 3314 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0703 21:56:43.731487 3314 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31881 -j DNAT --to-destination 172.30.239.216:80" for protocol: 0 I0703 21:56:43.731497 3314 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 30537 -j DNAT --to-destination 172.30.239.216:443" for protocol: 0 I0703 21:56:43.727457 3314 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:43.745036 3314 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.183"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.745086 3314 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.745117 3314 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.745165 3314 services_controller.go:451] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.9.183", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.745223 3314 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.745257 3314 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.745286 3314 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.745345 3314 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:43.745370 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 19.800292ms I0703 21:56:43.745406 3314 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:43.745422 3314 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0703 21:56:43.730599 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:43.746718 3314 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.40.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.746767 3314 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.746796 3314 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.746838 3314 services_controller.go:451] Built service openshift-kube-storage-version-migrator-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.40.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.746928 3314 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.746962 3314 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.747001 3314 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.747064 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:43.747099 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 21.40905ms I0703 21:56:43.747170 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:43.747200 3314 services_controller.go:434] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cluster-storage-operator-metrics openshift-cluster-storage-operator ef552acf-5526-40c1-87c0-19d16cb0de06 945 0 2026-07-03 21:47:02 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386507 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: cluster-storage-operator,},ClusterIP:172.30.132.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.747357 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:43.747411 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.132.77"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.747459 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.747488 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.747539 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.132.77", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.747607 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.747638 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:43.747704 3314 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.747755 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:43.747804 3314 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 645.869µs I0703 21:56:43.747838 3314 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:43.747875 3314 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator bdede544-26d7-4457-b399-d31b73b91adc 1021 0 2026-07-03 21:47:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386b8f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: dns-operator,},ClusterIP:172.30.218.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.748014 3314 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:43.748055 3314 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.242"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.748113 3314 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.748144 3314 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.748196 3314 services_controller.go:451] Built service openshift-dns-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.218.242", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.745434 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 28.025µs I0703 21:56:43.727791 3314 services_controller.go:451] Built service openshift-apiserver-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-apiserver-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.161.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.727706 3314 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator c9cf6a9c-cddd-437e-acc0-f66b7c5adcaa 881 0 2026-07-03 21:47:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007387a87 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9001,TargetPort:{0 9001 },NodePort:0,AppProtocol:nil,},ServicePort{Name:health,Protocol:TCP,Port:8798,TargetPort:{0 8798 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: machine-config-daemon,},ClusterIP:172.30.152.84,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.152.84],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.730604 3314 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:43.748299 3314 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.748418 3314 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.748322 3314 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:43.748437 3314 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.748468 3314 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:43.748480 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 640.241µs I0703 21:56:43.748497 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:43.748442 3314 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8ee5a6f6-a412-4f57-8af4-182f5a090aa8 1480 0 2026-07-03 21:47:09 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default affc9e2d-14e5-408f-b42b-53195a80bc78 0xc007386c97 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.748320 3314 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.748415 3314 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.84.199"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.748359 3314 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:43.749121 3314 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.748527 3314 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress e1c5c5b2-9231-44c4-938c-2c6d16df9f57 2356 0 2026-07-03 21:47:20 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc00738710e }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:0,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:1936,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.127.238,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.238],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.749136 3314 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749142 3314 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.748548 3314 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:43.749154 3314 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749159 3314 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749163 3314 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:43.749165 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:43.749169 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 23.79868ms I0703 21:56:43.749182 3314 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:43.749169 3314 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.749191 3314 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.176µs I0703 21:56:43.749184 3314 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.127.238"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.749196 3314 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749201 3314 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:43.749206 3314 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749217 3314 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749239 3314 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.749236 3314 services_controller.go:451] Built service openshift-ingress/router-internal-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-internal-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.127.238", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.749267 3314 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:43.749131 3314 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.152.84"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.749278 3314 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:43.749211 3314 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 58dc3dda-4fae-4fca-b0f2-44c80945434c 3294 0 2026-07-03 21:47:20 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ratrgbqcahncfuennn35j5p9hsprn7f,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-34fc199e27,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default a1720506-605c-4a2e-9e5e-45bdca74ef88 0xc007387027 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31881,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30537,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.239.216,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32637,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a58dc3dda4fae4fcab0f244c80945434-b279b2dee3c9bd2c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:43.749285 3314 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749288 3314 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.749295 3314 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749251 3314 services_controller.go:452] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.749302 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:43.749310 3314 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:43.749309 3314 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:43.749317 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:43.749324 3314 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 827.086µs I0703 21:56:43.749324 3314 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:43.749321 3314 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.239.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.749338 3314 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:43.749340 3314 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31881, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}, services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:30537, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:56:43.749357 3314 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749360 3314 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:43.749368 3314 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.046868ms I0703 21:56:43.749385 3314 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:43.749178 3314 services_controller.go:451] Built service openshift-network-console/networking-console-plugin cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-network-console/networking-console-plugin_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.84.199", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.749347 3314 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator fb852550-350e-47f7-a6e3-e50c2db85036 812 0 2026-07-03 21:46:58 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc00738730f }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: kube-controller-manager-operator,},ClusterIP:172.30.210.189,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.189],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.749385 3314 services_controller.go:451] Built service openshift-ingress/router-default cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.239.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.749412 3314 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:43.749419 3314 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:43.749427 3314 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:43.749431 3314 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.189"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.749439 3314 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.749446 3314 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749398 3314 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default dbd95bed-c677-4dc8-af58-a573d711c038 276 0 2026-07-03 21:46:14 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.749455 3314 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749464 3314 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:43.749415 3314 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31881, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.164", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30537, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:43.749472 3314 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 19.044198ms I0703 21:56:43.749484 3314 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:43.749471 3314 services_controller.go:451] Built service openshift-kube-controller-manager-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.210.189", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.749484 3314 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:43.749495 3314 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:56:43.749496 3314 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.749502 3314 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749508 3314 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.749518 3314 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.749527 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:43.749532 3314 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 331.779µs I0703 21:56:43.749540 3314 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:43.749513 3314 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.749551 3314 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749572 3314 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:43.749539 3314 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:43.749547 3314 services_controller.go:434] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{csi-snapshot-controller-operator-metrics openshift-cluster-storage-operator 633edb85-41be-458e-a1f4-f415afea9fe1 866 0 2026-07-03 21:46:59 +0000 UTC map[app:csi-snapshot-controller-operator] map[capability.openshift.io/name:CSISnapshot include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc0073866a7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.180.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.180.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.749601 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 259.6µs I0703 21:56:43.749617 3314 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:43.749626 3314 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:43.749631 3314 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.180.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.749586 3314 services_controller.go:452] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-164.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-164.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-164.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:43.749667 3314 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749678 3314 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749678 3314 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:43.749690 3314 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:56:43.749636 3314 services_controller.go:434] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics retrieved from lister for network=default: &Service{ObjectMeta:{deployment-validation-operator-metrics openshift-deployment-validation-operator 4ddd70c9-9fcc-4d78-b5de-75f55813ea6c 5287 0 2026-07-03 21:49:41 +0000 UTC map[name:deployment-validation-operator] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http-metrics,Protocol:TCP,Port:8383,TargetPort:{0 8383 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: deployment-validation-operator,},ClusterIP:172.30.153.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.153.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.749711 3314 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:43.749696 3314 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.180.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.749718 3314 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 333.783µs I0703 21:56:43.749719 3314 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:43.749725 3314 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.749731 3314 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:43.749488 3314 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:43.749738 3314 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:43.749734 3314 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.153.179"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.749746 3314 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 256.956µs I0703 21:56:43.749750 3314 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.749750 3314 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749763 3314 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749773 3314 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:43.749780 3314 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 239.301µs I0703 21:56:43.749740 3314 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8d665087-56be-4f67-8aef-a340d13da463 1876 0 2026-07-03 21:47:15 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.128.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.749786 3314 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.153.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.749803 3314 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:43.749814 3314 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.749822 3314 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:43.749819 3314 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.128.46"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.749829 3314 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.749832 3314 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749842 3314 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749845 3314 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:43.749764 3314 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:43.749852 3314 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 227.733µs I0703 21:56:43.749857 3314 services_controller.go:451] Built service openshift-image-registry/image-registry cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-image-registry/image-registry_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.128.46", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.749885 3314 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:43.749894 3314 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:43.749904 3314 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.749863 3314 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator acaaffdc-9362-4247-8e67-c810cf615ca5 1756 0 2026-07-03 21:47:13 +0000 UTC map[name:ingress-operator] map[capability.openshift.io/name:Ingress include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version 51a5bc99-5b37-4970-a94f-fba6534b4db5 0xc007386f07 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9393,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{name: ingress-operator,},ClusterIP:172.30.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:43.749924 3314 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:43.749928 3314 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:43.749933 3314 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 202.297µs I0703 21:56:43.749940 3314 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:43.749953 3314 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749968 3314 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:43.749311 3314 services_controller.go:451] Built service openshift-machine-config-operator/machine-config-daemon cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.152.84", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.750010 3314 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:43.750021 3314 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:43.750027 3314 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.750046 3314 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:43.750052 3314 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 22.355587ms I0703 21:56:43.749983 3314 services_controller.go:451] Built service openshift-ingress-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.251.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:43.750066 3314 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:43.750073 3314 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:43.750080 3314 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:56:43.750094 3314 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:43.750100 3314 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 337.677µs I0703 21:56:43.764508 3314 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0703 21:56:43.764527 3314 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31881 -j DNAT --to-destination 172.30.239.216:80" for protocol: 0 I0703 21:56:43.764534 3314 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 30537 -j DNAT --to-destination 172.30.239.216:443" for protocol: 0 I0703 21:56:43.765565 3314 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0703 21:56:43.765576 3314 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31881 -j DNAT --to-destination 172.30.239.216:80" for protocol: 0 I0703 21:56:43.765581 3314 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 30537 -j DNAT --to-destination 172.30.239.216:443" for protocol: 0 I0703 21:56:43.766533 3314 gateway_iptables.go:609] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0703 21:56:43.766544 3314 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31881 -j DNAT --to-destination 172.30.239.216:80" for protocol: 0 I0703 21:56:43.766549 3314 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 30537 -j DNAT --to-destination 172.30.239.216:443" for protocol: 0 I0703 21:56:43.795104 3314 gateway.go:164] Gateway service sync done. Time taken: 64.260815ms I0703 21:56:43.795203 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 21:56:43.795221 3314 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0703 21:56:43.795265 3314 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0703 21:56:43.795290 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795301 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 81.41µs I0703 21:56:43.795312 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 21:56:43.795320 3314 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0703 21:56:43.795344 3314 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0703 21:56:43.795354 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795361 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 40.225µs I0703 21:56:43.795370 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 21:56:43.795378 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 335ns I0703 21:56:43.795385 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0703 21:56:43.795392 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0703 21:56:43.795412 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0703 21:56:43.795421 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795428 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 35.285µs I0703 21:56:43.795437 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-insights/metrics I0703 21:56:43.795444 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0703 21:56:43.795463 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0703 21:56:43.795472 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795479 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-insights/metrics took: 34.462µs I0703 21:56:43.795489 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 21:56:43.795496 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:56:43.795516 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:56:43.795525 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795532 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 35.276µs I0703 21:56:43.795540 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 21:56:43.795548 3314 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0703 21:56:43.795567 3314 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0703 21:56:43.795576 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795582 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 34.254µs I0703 21:56:43.795590 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 21:56:43.795597 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0703 21:56:43.795614 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0703 21:56:43.795623 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795630 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 32.099µs I0703 21:56:43.795638 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-apiserver I0703 21:56:43.795645 3314 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0703 21:56:43.795680 3314 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0703 21:56:43.795688 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795696 3314 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-apiserver took: 49.367µs I0703 21:56:43.795705 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0703 21:56:43.795711 3314 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0703 21:56:43.795731 3314 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0703 21:56:43.795741 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795748 3314 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 35.799µs I0703 21:56:43.795756 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 21:56:43.795763 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0703 21:56:43.795781 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0703 21:56:43.795790 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795797 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 33.675µs I0703 21:56:43.795805 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0703 21:56:43.795813 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 285ns I0703 21:56:43.795821 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 21:56:43.795827 3314 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0703 21:56:43.795845 3314 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0703 21:56:43.795854 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795860 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 33.082µs I0703 21:56:43.795869 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 21:56:43.795876 3314 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:56:43.795897 3314 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:56:43.795907 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795914 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 36.643µs I0703 21:56:43.795921 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 21:56:43.795929 3314 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0703 21:56:43.795948 3314 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0703 21:56:43.795958 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.795963 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 34.984µs I0703 21:56:43.795971 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 21:56:43.795980 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 530ns I0703 21:56:43.795987 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift I0703 21:56:43.795994 3314 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift took: 280ns I0703 21:56:43.796001 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 21:56:43.796008 3314 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0703 21:56:43.796026 3314 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0703 21:56:43.796035 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796040 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 32.815µs I0703 21:56:43.796048 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 21:56:43.796055 3314 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0703 21:56:43.796072 3314 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0703 21:56:43.796081 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796088 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 32.39µs I0703 21:56:43.796096 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0703 21:56:43.796104 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0703 21:56:43.796121 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0703 21:56:43.796131 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796138 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 33.718µs I0703 21:56:43.796145 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 21:56:43.796153 3314 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0703 21:56:43.796172 3314 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0703 21:56:43.796182 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796189 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 35.231µs I0703 21:56:43.796197 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0703 21:56:43.796203 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 294ns I0703 21:56:43.796210 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway default/packageserver I0703 21:56:43.796217 3314 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0703 21:56:43.796236 3314 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0703 21:56:43.796245 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796252 3314 obj_retry.go:551] Creating *factory.serviceForGateway default/packageserver took: 33.725µs I0703 21:56:43.796259 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 21:56:43.796267 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 267ns I0703 21:56:43.796275 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 21:56:43.796281 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 232ns I0703 21:56:43.796288 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0703 21:56:43.796295 3314 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0703 21:56:43.796314 3314 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0703 21:56:43.796325 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796331 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 36.011µs I0703 21:56:43.796339 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 21:56:43.796346 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 322ns I0703 21:56:43.796352 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 21:56:43.796359 3314 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:43.796377 3314 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:43.796386 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796393 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 32.571µs I0703 21:56:43.796400 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0703 21:56:43.796407 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0703 21:56:43.796426 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0703 21:56:43.796435 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796443 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 34.616µs I0703 21:56:43.796451 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0703 21:56:43.796458 3314 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0703 21:56:43.796477 3314 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0703 21:56:43.796493 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796500 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns/dns-default took: 41.275µs I0703 21:56:43.796509 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 21:56:43.796516 3314 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:56:43.796536 3314 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:56:43.796546 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796553 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 35.916µs I0703 21:56:43.796561 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0703 21:56:43.796568 3314 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0703 21:56:43.796586 3314 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0703 21:56:43.796595 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796602 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 33.495µs I0703 21:56:43.796610 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0703 21:56:43.796616 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0703 21:56:43.796635 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0703 21:56:43.796644 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.796667 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 49.494µs I0703 21:56:43.796676 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0703 21:56:43.796686 3314 port_claim.go:197] Handle NodePort service router-default port 31881 I0703 21:56:43.796696 3314 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31881 and protocol TCP I0703 21:56:43.796705 3314 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:31881/tcp) I0703 21:56:43.796856 3314 port_claim.go:197] Handle NodePort service router-default port 30537 I0703 21:56:43.796867 3314 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30537 and protocol TCP I0703 21:56:43.796873 3314 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:30537/tcp) I0703 21:56:43.796917 3314 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 32637 I0703 21:56:43.796967 3314 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 21:56:43.796977 3314 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0703 21:56:43.796999 3314 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0703 21:56:43.797024 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.797034 3314 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 32637 I0703 21:56:43.797035 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-default took: 350.38µs I0703 21:56:43.797049 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 21:56:43.797058 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0703 21:56:43.797077 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0703 21:56:43.797086 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.797093 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 35.062µs I0703 21:56:43.797101 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway default/kubernetes I0703 21:56:43.797108 3314 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0703 21:56:43.797128 3314 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0703 21:56:43.797142 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.797150 3314 obj_retry.go:551] Creating *factory.serviceForGateway default/kubernetes took: 39.963µs I0703 21:56:43.797159 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 21:56:43.797168 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 331ns I0703 21:56:43.797175 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 21:56:43.797183 3314 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:43.797203 3314 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:43.797213 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.797218 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 36.441µs I0703 21:56:43.797227 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 21:56:43.797233 3314 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:56:43.797261 3314 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:56:43.797270 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.797277 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 43.041µs I0703 21:56:43.797284 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 21:56:43.797290 3314 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0703 21:56:43.797309 3314 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0703 21:56:43.797320 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.797327 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 35.19µs I0703 21:56:43.797337 3314 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0703 21:56:43.797344 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0703 21:56:43.797362 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0703 21:56:43.797371 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.797378 3314 obj_retry.go:551] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 32.834µs I0703 21:56:43.797396 3314 factory.go:1336] Added *v1.Service event handler 13 I0703 21:56:43.797409 3314 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc0005ab480 0xc000271030 0xc0002710a0 0xc000271110 0xc000271180 0xc0002711f0 0xc000271260 0xc00039fa40 0xc000271340 0xc0002713b0 0xc0004f62d0 0xc0002540e0 map[0x2933060:0xc0015528a0 0x29335a0:0xc0040ca480 0x2933840:0xc0043fb380 0x2933ae0:0xc004b81920 0x2933d80:0xc00517ca80 0x2934020:0xc005ac4b40 0x2934560:0xc005575b60 0x2934aa0:0xc005e39920 0x2934d40:0xc0063fe960 0x295eda0:0xc001eee5a0 0x295f140:0xc002da7ec0 0x295fc20:0xc000658120 0x2961580:0xc0016243c0 0x2961cc0:0xc002b13500 0x29627a0:0xc0019773e0] 0xc0005c2a20 0} I0703 21:56:43.797504 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-cl4t7 I0703 21:56:43.797521 3314 gateway_shared_intf.go:1116] Adding endpointslice metrics-cl4t7 in namespace openshift-apiserver-operator I0703 21:56:43.797550 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-cl4t7 took: 33.484µs I0703 21:56:43.797557 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-ppx22 I0703 21:56:43.797565 3314 gateway_shared_intf.go:1116] Adding endpointslice dns-default-ppx22 in namespace openshift-dns I0703 21:56:43.797581 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-ppx22 took: 16.895µs I0703 21:56:43.797589 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-x8crp I0703 21:56:43.797600 3314 gateway_shared_intf.go:1116] Adding endpointslice machine-config-operator-x8crp in namespace openshift-machine-config-operator I0703 21:56:43.797619 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-x8crp took: 22.639µs I0703 21:56:43.797630 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-fh5bb I0703 21:56:43.797641 3314 gateway_shared_intf.go:1116] Adding endpointslice networking-console-plugin-fh5bb in namespace openshift-network-console I0703 21:56:43.797674 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-fh5bb took: 35.307µs I0703 21:56:43.797682 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-jzq8c I0703 21:56:43.797691 3314 gateway_shared_intf.go:1116] Adding endpointslice metrics-jzq8c in namespace openshift-authentication-operator I0703 21:56:43.797709 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-jzq8c took: 18.863µs I0703 21:56:43.797718 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-4fr26 I0703 21:56:43.797727 3314 gateway_shared_intf.go:1116] Adding endpointslice csi-snapshot-controller-operator-metrics-4fr26 in namespace openshift-cluster-storage-operator I0703 21:56:43.797744 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-4fr26 took: 19.751µs I0703 21:56:43.797753 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-td4rm I0703 21:56:43.797763 3314 gateway_shared_intf.go:1116] Adding endpointslice metrics-td4rm in namespace openshift-ingress-operator I0703 21:56:43.797779 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-td4rm took: 19.43µs I0703 21:56:43.797788 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-4pdws I0703 21:56:43.797797 3314 gateway_shared_intf.go:1116] Adding endpointslice network-check-target-4pdws in namespace openshift-network-diagnostics I0703 21:56:43.797815 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-4pdws took: 18.45µs I0703 21:56:43.797825 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-85hv9 I0703 21:56:43.797834 3314 gateway_shared_intf.go:1116] Adding endpointslice openshift-apiserver-85hv9 in namespace default I0703 21:56:43.797856 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-apiserver-85hv9 took: 25.842µs I0703 21:56:43.797866 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-57kt9 I0703 21:56:43.797874 3314 gateway_shared_intf.go:1116] Adding endpointslice metrics-57kt9 in namespace openshift-config-operator I0703 21:56:43.797891 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-57kt9 took: 18.037µs I0703 21:56:43.797900 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-d9j4f I0703 21:56:43.797908 3314 gateway_shared_intf.go:1116] Adding endpointslice image-registry-d9j4f in namespace openshift-image-registry I0703 21:56:43.797924 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-d9j4f took: 18.241µs I0703 21:56:43.797934 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-zmctr I0703 21:56:43.797942 3314 gateway_shared_intf.go:1116] Adding endpointslice router-internal-default-zmctr in namespace openshift-ingress I0703 21:56:43.797958 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-zmctr took: 18.008µs I0703 21:56:43.797967 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-wqbj6 I0703 21:56:43.797977 3314 gateway_shared_intf.go:1116] Adding endpointslice performance-addon-operator-service-wqbj6 in namespace openshift-cluster-node-tuning-operator I0703 21:56:43.797995 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-wqbj6 took: 20.803µs I0703 21:56:43.798005 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-bbwcz I0703 21:56:43.798014 3314 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-metrics-bbwcz in namespace openshift-deployment-validation-operator I0703 21:56:43.798031 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-bbwcz took: 20.223µs I0703 21:56:43.798040 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-pmggc I0703 21:56:43.798048 3314 gateway_shared_intf.go:1116] Adding endpointslice metrics-pmggc in namespace openshift-kube-controller-manager-operator I0703 21:56:43.798065 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-pmggc took: 16.844µs I0703 21:56:43.798075 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-hsz22 I0703 21:56:43.798083 3314 gateway_shared_intf.go:1116] Adding endpointslice machine-config-daemon-hsz22 in namespace openshift-machine-config-operator I0703 21:56:43.798100 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-hsz22 took: 18.828µs I0703 21:56:43.798109 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/kubernetes I0703 21:56:43.798118 3314 gateway_shared_intf.go:1116] Adding endpointslice kubernetes in namespace default I0703 21:56:43.798134 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/kubernetes took: 17.847µs I0703 21:56:43.798144 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-k9fj9 I0703 21:56:43.798152 3314 gateway_shared_intf.go:1116] Adding endpointslice openshift-oauth-apiserver-k9fj9 in namespace default I0703 21:56:43.798169 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-k9fj9 took: 18.572µs I0703 21:56:43.798178 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-qlq4p I0703 21:56:43.798186 3314 gateway_shared_intf.go:1116] Adding endpointslice cco-metrics-qlq4p in namespace openshift-cloud-credential-operator I0703 21:56:43.798203 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-qlq4p took: 17.581µs I0703 21:56:43.798212 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-cm5cx I0703 21:56:43.798221 3314 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-catalog-cm5cx in namespace openshift-deployment-validation-operator I0703 21:56:43.798237 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-cm5cx took: 18.663µs I0703 21:56:43.798246 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-brxzt I0703 21:56:43.798255 3314 gateway_shared_intf.go:1116] Adding endpointslice cluster-storage-operator-metrics-brxzt in namespace openshift-cluster-storage-operator I0703 21:56:43.798273 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-brxzt took: 19.001µs I0703 21:56:43.798282 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-gk49g I0703 21:56:43.798291 3314 gateway_shared_intf.go:1116] Adding endpointslice metrics-gk49g in namespace openshift-dns-operator I0703 21:56:43.798306 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-gk49g took: 17.566µs I0703 21:56:43.798315 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/packageserver-4hgw8 I0703 21:56:43.798324 3314 gateway_shared_intf.go:1116] Adding endpointslice packageserver-4hgw8 in namespace default I0703 21:56:43.798340 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/packageserver-4hgw8 took: 18.411µs I0703 21:56:43.798349 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-s2l2j I0703 21:56:43.798358 3314 gateway_shared_intf.go:1116] Adding endpointslice cluster-version-operator-s2l2j in namespace openshift-cluster-version I0703 21:56:43.798374 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-s2l2j took: 17.604µs I0703 21:56:43.798383 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-gjfbr I0703 21:56:43.798391 3314 gateway_shared_intf.go:1116] Adding endpointslice metrics-gjfbr in namespace openshift-console-operator I0703 21:56:43.798406 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-gjfbr took: 17.437µs I0703 21:56:43.798417 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-ks5m8 I0703 21:56:43.798425 3314 gateway_shared_intf.go:1116] Adding endpointslice ingress-canary-ks5m8 in namespace openshift-ingress-canary I0703 21:56:43.798440 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-ks5m8 took: 16.992µs I0703 21:56:43.798449 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-x72jm I0703 21:56:43.798466 3314 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 21:56:43.798476 3314 gateway_shared_intf.go:1116] Adding endpointslice router-default-x72jm in namespace openshift-ingress I0703 21:56:43.798492 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-x72jm took: 35.843µs I0703 21:56:43.798501 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-ct7x4 I0703 21:56:43.798510 3314 gateway_shared_intf.go:1116] Adding endpointslice machine-config-controller-ct7x4 in namespace openshift-machine-config-operator I0703 21:56:43.798528 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-ct7x4 took: 18.069µs I0703 21:56:43.798537 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-qrvjm I0703 21:56:43.798547 3314 gateway_shared_intf.go:1116] Adding endpointslice check-endpoints-qrvjm in namespace openshift-apiserver I0703 21:56:43.798563 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-qrvjm took: 18.467µs I0703 21:56:43.798572 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-qn5cn I0703 21:56:43.798580 3314 gateway_shared_intf.go:1116] Adding endpointslice metrics-qn5cn in namespace openshift-insights I0703 21:56:43.798596 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-insights/metrics-qn5cn took: 17.05µs I0703 21:56:43.798606 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-qgj5c I0703 21:56:43.798614 3314 gateway_shared_intf.go:1116] Adding endpointslice metrics-qgj5c in namespace openshift-kube-storage-version-migrator-operator I0703 21:56:43.798630 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-qgj5c took: 18.347µs I0703 21:56:43.798639 3314 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-qkhvz I0703 21:56:43.798669 3314 gateway_shared_intf.go:1116] Adding endpointslice metrics-qkhvz in namespace openshift-service-ca-operator I0703 21:56:43.798688 3314 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-qkhvz took: 39.968µs I0703 21:56:43.798706 3314 factory.go:1336] Added *v1.EndpointSlice event handler 14 I0703 21:56:43.798720 3314 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc0005ab480 0xc000271030 0xc0002710a0 0xc000271110 0xc000271180 0xc0002711f0 0xc000271260 0xc00039fa40 0xc000271340 0xc0002713b0 0xc0004f62d0 0xc0002540e0 map[0x2933060:0xc0015528a0 0x29335a0:0xc0040ca480 0x2933840:0xc0043fb380 0x2933ae0:0xc004b81920 0x2933d80:0xc00517ca80 0x2934020:0xc005ac4b40 0x2934560:0xc005575b60 0x2934aa0:0xc005e39920 0x2934d40:0xc0063fe960 0x295eda0:0xc001eee5a0 0x295f140:0xc002da7ec0 0x295fc20:0xc000658120 0x2961580:0xc0016243c0 0x2961cc0:0xc002b13500 0x29627a0:0xc0019773e0] 0xc0005c2a20 0} I0703 21:56:43.798764 3314 gateway.go:479] Reconciling gateway with updates I0703 21:56:43.798839 3314 iptables.go:143] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.128.0.0/23 -j MASQUERADE" for protocol: 0 I0703 21:56:43.812206 3314 gateway.go:513] Adding service openshift-dns/dns-default to retryServices I0703 21:56:43.812221 3314 gateway.go:513] Adding service openshift-ingress/router-internal-default to retryServices I0703 21:56:43.812227 3314 gateway.go:513] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0703 21:56:43.812232 3314 gateway.go:513] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0703 21:56:43.812238 3314 gateway.go:513] Adding service openshift-dns-operator/metrics to retryServices I0703 21:56:43.812243 3314 gateway.go:513] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0703 21:56:43.812248 3314 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0703 21:56:43.812254 3314 gateway.go:513] Adding service openshift-image-registry/image-registry to retryServices I0703 21:56:43.812259 3314 gateway.go:513] Adding service openshift-ingress-operator/metrics to retryServices I0703 21:56:43.812268 3314 gateway.go:513] Adding service openshift-ingress/router-default to retryServices I0703 21:56:43.812274 3314 gateway.go:513] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0703 21:56:43.812280 3314 gateway.go:513] Adding service default/kubernetes to retryServices I0703 21:56:43.812286 3314 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0703 21:56:43.812291 3314 gateway.go:513] Adding service openshift-config-operator/metrics to retryServices I0703 21:56:43.812298 3314 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0703 21:56:43.812304 3314 gateway.go:513] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0703 21:56:43.812310 3314 gateway.go:513] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0703 21:56:43.812315 3314 gateway.go:513] Adding service openshift-ingress-canary/ingress-canary to retryServices I0703 21:56:43.812321 3314 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0703 21:56:43.812326 3314 gateway.go:513] Adding service openshift-apiserver-operator/metrics to retryServices I0703 21:56:43.812332 3314 gateway.go:513] Adding service openshift-authentication-operator/metrics to retryServices I0703 21:56:43.812337 3314 gateway.go:513] Adding service openshift-insights/metrics to retryServices I0703 21:56:43.812343 3314 gateway.go:513] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0703 21:56:43.812349 3314 gateway.go:513] Adding service openshift-network-diagnostics/network-check-target to retryServices I0703 21:56:43.812355 3314 gateway.go:513] Adding service openshift-service-ca-operator/metrics to retryServices I0703 21:56:43.812360 3314 gateway.go:513] Adding service default/openshift-apiserver to retryServices I0703 21:56:43.812366 3314 gateway.go:513] Adding service default/openshift-oauth-apiserver to retryServices I0703 21:56:43.812374 3314 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0703 21:56:43.812379 3314 gateway.go:513] Adding service openshift-multus/network-metrics-service to retryServices I0703 21:56:43.812386 3314 gateway.go:513] Adding service openshift-apiserver/check-endpoints to retryServices I0703 21:56:43.812391 3314 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0703 21:56:43.812397 3314 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0703 21:56:43.812402 3314 gateway.go:513] Adding service openshift-network-diagnostics/network-check-source to retryServices I0703 21:56:43.812408 3314 gateway.go:513] Adding service default/openshift to retryServices I0703 21:56:43.812413 3314 gateway.go:513] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0703 21:56:43.812419 3314 gateway.go:513] Adding service openshift-cluster-samples-operator/metrics to retryServices I0703 21:56:43.812424 3314 gateway.go:513] Adding service openshift-console-operator/metrics to retryServices I0703 21:56:43.812430 3314 gateway.go:513] Adding service openshift-network-console/networking-console-plugin to retryServices I0703 21:56:43.812435 3314 gateway.go:513] Adding service openshift-network-operator/metrics to retryServices I0703 21:56:43.812441 3314 gateway.go:513] Adding service default/packageserver to retryServices I0703 21:56:43.812448 3314 gateway.go:513] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0703 21:56:43.812462 3314 obj_retry.go:240] Iterate retry objects requested (resource *factory.serviceForGateway) I0703 21:56:43.812473 3314 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:43.812495 3314 factory.go:1336] Added *v1.EgressIP event handler 15 I0703 21:56:43.812525 3314 gateway.go:330] Spawning Conntrack Rule Check Thread I0703 21:56:43.812540 3314 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0703 21:56:43.812556 3314 obj_retry.go:409] Going to retry *factory.serviceForGateway resource setup for 41 objects: [openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics openshift-image-registry/image-registry openshift-apiserver-operator/metrics default/openshift-apiserver default/openshift-oauth-apiserver openshift-deployment-validation-operator/deployment-validation-operator-catalog openshift-console-operator/metrics default/packageserver openshift-insights/metrics openshift-machine-config-operator/machine-config-controller openshift-network-diagnostics/network-check-source openshift-ingress-canary/ingress-canary openshift-network-diagnostics/network-check-target openshift-machine-config-operator/machine-config-daemon openshift-multus/network-metrics-service default/openshift openshift-cloud-credential-operator/cco-metrics default/kubernetes openshift-kube-storage-version-migrator-operator/metrics openshift-cluster-machine-approver/machine-approver openshift-dns/dns-default openshift-dns-operator/metrics openshift-config-operator/metrics openshift-apiserver/check-endpoints openshift-network-operator/metrics openshift-ingress/router-internal-default openshift-monitoring/cluster-monitoring-operator openshift-cluster-storage-operator/cluster-storage-operator-metrics openshift-deployment-validation-operator/deployment-validation-operator-metrics openshift-ingress/router-default openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-cluster-version/cluster-version-operator openshift-authentication-operator/metrics openshift-network-console/networking-console-plugin openshift-ingress-operator/metrics openshift-service-ca-operator/metrics openshift-cluster-samples-operator/metrics openshift-kube-controller-manager-operator/metrics openshift-cluster-node-tuning-operator/node-tuning-operator openshift-ovn-kubernetes/ovn-kubernetes-node openshift-machine-config-operator/machine-config-operator] I0703 21:56:43.812572 3314 ovs.go:159] Exec(119): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0703 21:56:43.812602 3314 obj_retry.go:418] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0703 21:56:43.812623 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0703 21:56:43.812634 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0703 21:56:43.812542 3314 default_node_network_controller.go:1182] Gateway and management port readiness took 81.84469ms I0703 21:56:43.812643 3314 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0703 21:56:43.812660 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 21:56:43.812621 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 21:56:43.812666 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 21:56:43.812676 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 21:56:43.812679 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0703 21:56:43.812684 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 21:56:43.812688 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0703 21:56:43.812694 3314 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0703 21:56:43.812684 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0703 21:56:43.812709 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 21:56:43.812714 3314 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0703 21:56:43.812715 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0703 21:56:43.812726 3314 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0703 21:56:43.812729 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 21:56:43.812731 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0703 21:56:43.812740 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0703 21:56:43.812747 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 21:56:43.812752 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 21:56:43.812759 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 21:56:43.812764 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0703 21:56:43.812771 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 21:56:43.812772 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0703 21:56:43.812776 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 21:56:43.812632 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 21:56:43.812765 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0703 21:56:43.812717 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 21:56:43.812779 3314 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:56:43.812789 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 21:56:43.812792 3314 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0703 21:56:43.812793 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 21:56:43.812797 3314 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0703 21:56:43.812801 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 21:56:43.812811 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 21:56:43.812811 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0703 21:56:43.812818 3314 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0703 21:56:43.812819 3314 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:56:43.812822 3314 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0703 21:56:43.812762 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 21:56:43.812830 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/packageserver I0703 21:56:43.812834 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:56:43.812838 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/packageserver I0703 21:56:43.812839 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0703 21:56:43.812844 3314 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0703 21:56:43.812714 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 21:56:43.812856 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 21:56:43.812857 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 21:56:43.812862 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:56:43.812695 3314 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:56:43.812867 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 21:56:43.812873 3314 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0703 21:56:43.812690 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 21:56:43.812877 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0703 21:56:43.812774 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0703 21:56:43.812883 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 21:56:43.812887 3314 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0703 21:56:43.812889 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0703 21:56:43.812895 3314 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:56:43.812752 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 21:56:43.812899 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 21:56:43.812907 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 21:56:43.812910 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 21:56:43.812915 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0703 21:56:43.812916 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0703 21:56:43.812919 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 21:56:43.812916 3314 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0703 21:56:43.812887 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0703 21:56:43.812928 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift I0703 21:56:43.812933 3314 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0703 21:56:43.812937 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift I0703 21:56:43.812944 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 21:56:43.812843 3314 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0703 21:56:43.812947 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/kubernetes I0703 21:56:43.812951 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 21:56:43.812959 3314 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0703 21:56:43.812959 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/kubernetes I0703 21:56:43.812968 3314 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0703 21:56:43.812969 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 21:56:43.812978 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 21:56:43.812984 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0703 21:56:43.812998 3314 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0703 21:56:43.812820 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0703 21:56:43.813008 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0703 21:56:43.813036 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0703 21:56:43.812938 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 21:56:43.813053 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 21:56:43.813060 3314 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0703 21:56:43.813076 3314 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0703 21:56:43.813083 3314 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0703 21:56:43.812959 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0703 21:56:43.813111 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0703 21:56:43.812929 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 21:56:43.813124 3314 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:43.813150 3314 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:43.812802 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 21:56:43.813163 3314 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:56:43.813181 3314 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0703 21:56:43.813190 3314 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:56:43.813192 3314 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0703 21:56:43.812873 3314 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0703 21:56:43.813211 3314 node_ip_handler_linux.go:172] Node IP manager is running I0703 21:56:43.813219 3314 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0703 21:56:43.812916 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0703 21:56:43.813230 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0703 21:56:43.813235 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0703 21:56:43.812670 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 21:56:43.813243 3314 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:43.813258 3314 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:43.812887 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 21:56:43.813269 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 21:56:43.813275 3314 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0703 21:56:43.813295 3314 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0703 21:56:43.812623 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0703 21:56:43.813306 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0703 21:56:43.813310 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0703 21:56:43.813326 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0703 21:56:43.812856 3314 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0703 21:56:43.812740 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 21:56:43.813339 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0703 21:56:43.812729 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 21:56:43.813350 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 21:56:43.813355 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0703 21:56:43.812730 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0703 21:56:43.813361 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0703 21:56:43.813365 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0703 21:56:43.813380 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0703 21:56:43.812755 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 21:56:43.813388 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0703 21:56:43.813406 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0703 21:56:43.812781 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0703 21:56:43.813414 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0703 21:56:43.813429 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0703 21:56:43.812782 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0703 21:56:43.812783 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0703 21:56:43.813440 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0703 21:56:43.813444 3314 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0703 21:56:43.813459 3314 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0703 21:56:43.812786 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 21:56:43.813468 3314 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0703 21:56:43.813482 3314 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0703 21:56:43.812790 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0703 21:56:43.813490 3314 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0703 21:56:43.813505 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0703 21:56:43.812847 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0703 21:56:43.813514 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0703 21:56:43.812863 3314 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0703 21:56:43.813532 3314 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0703 21:56:43.812875 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0703 21:56:43.813541 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0703 21:56:43.813546 3314 port_claim.go:197] Handle NodePort service router-default port 31881 I0703 21:56:43.813552 3314 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31881 and protocol TCP I0703 21:56:43.813570 3314 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:31881/tcp) I0703 21:56:43.813579 3314 port_claim.go:71] Svc openshift-ingress/router-default: port 31881 is already open, no action needed I0703 21:56:43.813583 3314 port_claim.go:197] Handle NodePort service router-default port 30537 I0703 21:56:43.813587 3314 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30537 and protocol TCP I0703 21:56:43.813591 3314 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:30537/tcp) I0703 21:56:43.813597 3314 port_claim.go:71] Svc openshift-ingress/router-default: port 30537 is already open, no action needed I0703 21:56:43.813603 3314 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 32637 I0703 21:56:43.813613 3314 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 21:56:43.813620 3314 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0703 21:56:43.813630 3314 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0703 21:56:43.812899 3314 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 21:56:43.813638 3314 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 21:56:43.813642 3314 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0703 21:56:43.812924 3314 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0703 21:56:43.812946 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0703 21:56:43.813676 3314 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0703 21:56:43.831410 3314 ovs.go:162] Exec(119): stdout: "" I0703 21:56:43.831423 3314 ovs.go:163] Exec(119): stderr: "" I0703 21:56:43.831516 3314 openflow_manager.go:108] Gateway OpenFlow sync requested I0703 21:56:43.831530 3314 openflow_manager.go:108] Gateway OpenFlow sync requested I0703 21:56:43.831539 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0703 21:56:43.831540 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 0 Realm: 0} I0703 21:56:43.831528 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0703 21:56:43.831555 3314 ovs.go:159] Exec(120): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0703 21:56:43.831703 3314 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 254 Realm: 0} I0703 21:56:43.831717 3314 ovs.go:159] Exec(121): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0703 21:56:43.831746 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 254 Realm: 0}" I0703 21:56:43.836823 3314 ovs.go:162] Exec(121): stdout: "" I0703 21:56:43.836835 3314 ovs.go:163] Exec(121): stderr: "" I0703 21:56:43.836844 3314 ovs.go:159] Exec(122): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0703 21:56:43.841793 3314 ovs.go:162] Exec(122): stdout: "" I0703 21:56:43.841806 3314 ovs.go:163] Exec(122): stderr: "" I0703 21:56:43.841963 3314 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" W0703 21:56:43.842002 3314 egressip_healthcheck.go:74] Health checking using insecure connection I0703 21:56:43.842059 3314 egressip_healthcheck.go:107] Starting Egress IP Health Server on 10.128.0.2:9107 I0703 21:56:43.842299 3314 egressservice_node.go:93] Setting up event handlers for Egress Services I0703 21:56:43.842402 3314 egressservice_node.go:183] Starting Egress Services Controller I0703 21:56:43.842412 3314 shared_informer.go:313] Waiting for caches to sync for egressservices I0703 21:56:43.842417 3314 shared_informer.go:320] Caches are synced for egressservices I0703 21:56:43.842421 3314 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0703 21:56:43.842425 3314 shared_informer.go:320] Caches are synced for egressservices_services I0703 21:56:43.842428 3314 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0703 21:56:43.842431 3314 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0703 21:56:43.842436 3314 egressservice_node.go:197] Repairing Egress Services I0703 21:56:43.850348 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) I0703 21:56:43.850362 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0703 21:56:43.850369 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0703 21:56:43.850367 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0703 21:56:43.850376 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0703 21:56:43.850383 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0703 21:56:43.850386 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0703 21:56:43.850388 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0703 21:56:43.850391 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0703 21:56:43.850397 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0703 21:56:43.851329 3314 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0703 21:56:43.851343 3314 external_controller.go:276] Starting Admin Policy Based Route Controller I0703 21:56:43.851603 3314 default_node_network_controller.go:1316] Egress IP for secondary host network is disabled I0703 21:56:43.851615 3314 link_network_manager.go:115] Link manager is running I0703 21:56:43.851630 3314 default_node_network_controller.go:1327] Default node network controller initialized and ready. I0703 21:56:43.851711 3314 ovspinning_linux.go:39] OVS CPU affinity pinning disabled I0703 21:56:43.851888 3314 vrf_manager.go:128] VRF manager is running I0703 21:56:43.886322 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0703 21:56:43.886332 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0703 21:56:43.886354 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0703 21:56:43.886370 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0703 21:56:43.886380 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0703 21:56:43.886388 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0703 21:56:43.886394 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0703 21:56:43.886400 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0703 21:56:43.886406 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) I0703 21:56:43.886411 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0703 21:56:43.886417 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0703 21:56:43.886422 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0703 21:56:43.886429 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0703 21:56:43.886436 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0703 21:56:43.886446 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0703 21:56:43.886453 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0703 21:56:43.886459 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0703 21:56:43.886464 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0703 21:56:43.900183 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-161.ec2.internal I0703 21:56:43.900272 3314 node_tracker.go:172] Node ip-10-0-0-161.ec2.internal switch + router changed, syncing services I0703 21:56:43.900294 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:43.922019 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0703 21:56:43.922037 3314 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0703 21:56:45.379622 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-161.ec2.internal I0703 21:56:45.379686 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-161.ec2.internal: 69.779µs I0703 21:56:45.581123 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-164.ec2.internal I0703 21:56:45.581143 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-164.ec2.internal: 24.304µs E0703 21:56:45.581196 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:56:45.581212 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:56:45.581219 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 21:56:45.601148 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:56:45.601180 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:56:45.601190 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:56:45.649181 3314 base_network_controller_pods.go:477] [default/openshift-ingress-canary/ingress-canary-zq9kq] creating logical port openshift-ingress-canary_ingress-canary-zq9kq for pod on switch ip-10-0-2-164.ec2.internal I0703 21:56:45.649304 3314 kube.go:317] Updating pod openshift-ingress-canary/ingress-canary-zq9kq I0703 21:56:45.649320 3314 base_network_controller_pods.go:477] [default/openshift-dns/dns-default-2z49n] creating logical port openshift-dns_dns-default-2z49n for pod on switch ip-10-0-2-164.ec2.internal I0703 21:56:45.649429 3314 kube.go:317] Updating pod openshift-dns/dns-default-2z49n I0703 21:56:45.673481 3314 pod.go:62] [openshift-ingress-canary/ingress-canary-zq9kq] pod update took 24.209886ms I0703 21:56:45.673499 3314 base_network_controller_pods.go:921] [default/openshift-ingress-canary/ingress-canary-zq9kq] addLogicalPort annotation time took 24.231993ms I0703 21:56:45.673511 3314 pod.go:62] [openshift-dns/dns-default-2z49n] pod update took 24.112994ms I0703 21:56:45.673527 3314 base_network_controller_pods.go:921] [default/openshift-dns/dns-default-2z49n] addLogicalPort annotation time took 24.130636ms I0703 21:56:45.674614 3314 pods.go:252] [openshift-ingress-canary/ingress-canary-zq9kq] addLogicalPort took 25.453216ms, libovsdb time 811.757µs I0703 21:56:45.674821 3314 pods.go:252] [openshift-dns/dns-default-2z49n] addLogicalPort took 25.515373ms, libovsdb time 1.013419ms I0703 21:56:45.953980 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-32.ec2.internal I0703 21:56:45.953991 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-32.ec2.internal I0703 21:56:45.954000 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-32.ec2.internal: 23.297µs I0703 21:56:45.954054 3314 node_tracker.go:172] Node ip-10-0-1-32.ec2.internal switch + router changed, syncing services I0703 21:56:45.954072 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:45.954123 3314 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-1-32.ec2.internal. Updating no re-route policies I0703 21:56:46.110014 3314 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-32.ec2.internal I0703 21:56:46.110071 3314 node_tracker.go:172] Node ip-10-0-1-32.ec2.internal switch + router changed, syncing services I0703 21:56:46.110089 3314 services_controller.go:549] Full service sync requested for network=default I0703 21:56:47.415991 3314 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-555b4fd489-5xjds] creating logical port openshift-image-registry_image-registry-555b4fd489-5xjds for pod on switch ip-10-0-2-164.ec2.internal I0703 21:56:47.416147 3314 kube.go:317] Updating pod openshift-image-registry/image-registry-555b4fd489-5xjds I0703 21:56:47.434484 3314 pod.go:62] [openshift-image-registry/image-registry-555b4fd489-5xjds] pod update took 18.367842ms I0703 21:56:47.434508 3314 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-555b4fd489-5xjds] addLogicalPort annotation time took 18.391998ms I0703 21:56:47.435687 3314 pods.go:252] [openshift-image-registry/image-registry-555b4fd489-5xjds] addLogicalPort took 19.723501ms, libovsdb time 901.225µs I0703 21:56:47.836160 3314 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-32.ec2.internal I0703 21:56:47.836218 3314 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-32.ec2.internal: 63.465µs I0703 21:56:48.420445 3314 base_network_controller_pods.go:477] [default/openshift-ingress/router-default-5c55675787-k5l7z] creating logical port openshift-ingress_router-default-5c55675787-k5l7z for pod on switch ip-10-0-2-164.ec2.internal I0703 21:56:48.420612 3314 kube.go:317] Updating pod openshift-ingress/router-default-5c55675787-k5l7z I0703 21:56:48.440261 3314 pod.go:62] [openshift-ingress/router-default-5c55675787-k5l7z] pod update took 19.679005ms I0703 21:56:48.440288 3314 base_network_controller_pods.go:921] [default/openshift-ingress/router-default-5c55675787-k5l7z] addLogicalPort annotation time took 19.709997ms I0703 21:56:48.441528 3314 pods.go:252] [openshift-ingress/router-default-5c55675787-k5l7z] addLogicalPort took 21.111805ms, libovsdb time 876.638µs E0703 21:56:54.827579 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:56:54.827606 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:56:54.827613 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:56:59.771911 3314 cni.go:312] [openshift-network-diagnostics/network-check-target-6qpbd 894fd13c7851ee596ba68e1687f485a54563ed205b7d3a2eaa22413ba7554051 network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-6qpbd 894fd13c7851ee596ba68e1687f485a54563ed205b7d3a2eaa22413ba7554051 network default NAD default] I0703 21:56:59.779570 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:56:59.779642 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:56:59.786124 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-6qpbd, hostIfaceName: 894fd13c7851ee5, network: default, NAD default, SandboxID: "894fd13c7851ee596ba68e1687f485a54563ed205b7d3a2eaa22413ba7554051", PCI device ID: , UID: "99c00e0b-45fd-4c98-a0da-a2b492365a92", MAC: 0a:58:0a:80:00:03, IPs: [10.128.0.3/23] I0703 21:56:59.825102 3314 cni.go:333] [openshift-network-diagnostics/network-check-target-6qpbd 894fd13c7851ee596ba68e1687f485a54563ed205b7d3a2eaa22413ba7554051 network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-6qpbd 894fd13c7851ee596ba68e1687f485a54563ed205b7d3a2eaa22413ba7554051 network default NAD default], result "{\"interfaces\":[{\"name\":\"894fd13c7851ee5\",\"mac\":\"02:af:ba:ec:07:31\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:03\",\"sandbox\":\"/var/run/netns/b993811f-da35-48d0-b81d-6f480465e241\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.3/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:01.312797 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::af:baff:feec:731/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:13.842305 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:57:13.842384 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 21:57:25.202187 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:57:25.202212 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:57:25.202219 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:57:43.858967 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:57:43.859024 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:58:13.877849 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:58:13.877906 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:58:43.893521 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:58:43.893581 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:58:44.756086 3314 base_network_controller_pods.go:477] [default/openshift-ingress/router-default-74bcf5f887-vbn5r] creating logical port openshift-ingress_router-default-74bcf5f887-vbn5r for pod on switch ip-10-0-2-164.ec2.internal I0703 21:58:44.756265 3314 kube.go:317] Updating pod openshift-ingress/router-default-74bcf5f887-vbn5r I0703 21:58:44.782339 3314 pod.go:62] [openshift-ingress/router-default-74bcf5f887-vbn5r] pod update took 26.111735ms I0703 21:58:44.782362 3314 base_network_controller_pods.go:921] [default/openshift-ingress/router-default-74bcf5f887-vbn5r] addLogicalPort annotation time took 26.141477ms I0703 21:58:44.783325 3314 pods.go:252] [openshift-ingress/router-default-74bcf5f887-vbn5r] addLogicalPort took 27.267548ms, libovsdb time 703.739µs I0703 21:58:44.844912 3314 base_network_controller_pods.go:477] [default/openshift-service-ca-operator/service-ca-operator-565f7cf679-pz2lm] creating logical port openshift-service-ca-operator_service-ca-operator-565f7cf679-pz2lm for pod on switch ip-10-0-2-164.ec2.internal I0703 21:58:44.845028 3314 kube.go:317] Updating pod openshift-service-ca-operator/service-ca-operator-565f7cf679-pz2lm I0703 21:58:44.865974 3314 pod.go:62] [openshift-service-ca-operator/service-ca-operator-565f7cf679-pz2lm] pod update took 20.967471ms I0703 21:58:44.865993 3314 base_network_controller_pods.go:921] [default/openshift-service-ca-operator/service-ca-operator-565f7cf679-pz2lm] addLogicalPort annotation time took 20.993995ms I0703 21:58:44.867010 3314 pods.go:252] [openshift-service-ca-operator/service-ca-operator-565f7cf679-pz2lm] addLogicalPort took 22.121206ms, libovsdb time 740.35µs I0703 21:58:45.190255 3314 cni.go:312] [openshift-service-ca-operator/service-ca-operator-565f7cf679-pz2lm a4739fa91df817e26a5b9125f0477e54920fb06ffdfd20d397dc1f2a3e3d12eb network default NAD default] ADD starting CNI request [openshift-service-ca-operator/service-ca-operator-565f7cf679-pz2lm a4739fa91df817e26a5b9125f0477e54920fb06ffdfd20d397dc1f2a3e3d12eb network default NAD default] I0703 21:58:45.191840 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:58:45.191884 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:58:45.198299 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-service-ca-operator, podName: service-ca-operator-565f7cf679-pz2lm, hostIfaceName: a4739fa91df817e, network: default, NAD default, SandboxID: "a4739fa91df817e26a5b9125f0477e54920fb06ffdfd20d397dc1f2a3e3d12eb", PCI device ID: , UID: "5d02fac7-ad27-49de-97ee-a0b18f1045d5", MAC: 0a:58:0a:80:00:0a, IPs: [10.128.0.10/23] I0703 21:58:45.236259 3314 cni.go:333] [openshift-service-ca-operator/service-ca-operator-565f7cf679-pz2lm a4739fa91df817e26a5b9125f0477e54920fb06ffdfd20d397dc1f2a3e3d12eb network default NAD default] ADD finished CNI request [openshift-service-ca-operator/service-ca-operator-565f7cf679-pz2lm a4739fa91df817e26a5b9125f0477e54920fb06ffdfd20d397dc1f2a3e3d12eb network default NAD default], result "{\"interfaces\":[{\"name\":\"a4739fa91df817e\",\"mac\":\"26:55:d3:f1:f9:39\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0a\",\"sandbox\":\"/var/run/netns/8ee054a5-9cc2-45f0-8f4b-3daf068e2ded\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.10/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:58:46.336827 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::2455:d3ff:fef1:f939/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 21:58:47.072540 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:58:47.072563 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:58:47.072570 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:58:48.440412 3314 namespace.go:92] [openshift-service-ca] adding namespace I0703 21:58:48.441361 3314 namespace.go:96] [openshift-service-ca] adding namespace took 926.755µs I0703 21:58:48.456964 3314 namespace.go:136] [openshift-service-ca] updating namespace I0703 21:58:50.309747 3314 namespace.go:92] [openshift-kube-storage-version-migrator] adding namespace I0703 21:58:50.310516 3314 namespace.go:96] [openshift-kube-storage-version-migrator] adding namespace took 748.148µs I0703 21:58:50.322946 3314 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace I0703 21:58:52.728499 3314 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644tmqlh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:58:52.729120 3314 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644tmqlh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:58:52.729153 3314 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644tmqlh of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 21:58:52.729164 3314 base_network_controller_policy.go:635] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0703 21:58:53.830688 3314 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644tmqlh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:53.830777 3314 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644tmqlh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:53.830796 3314 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644tmqlh of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:56.459447 3314 namespace.go:136] [openshift-deployment-validation-operator] updating namespace I0703 21:58:56.468441 3314 namespace.go:136] [openshift-deployment-validation-operator] updating namespace E0703 21:58:57.253014 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:58:57.253037 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:58:57.253043 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 21:59:07.331952 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:59:07.331976 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:59:07.331983 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:59:13.926382 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:59:13.926437 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:59:14.166181 3314 base_network_controller_pods.go:477] [default/openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-fjwp4] creating logical port openshift-deployment-validation-operator_deployment-validation-operator-59ccb886c6-fjwp4 for pod on switch ip-10-0-2-164.ec2.internal I0703 21:59:14.166323 3314 kube.go:317] Updating pod openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-fjwp4 I0703 21:59:14.197353 3314 pod.go:62] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-fjwp4] pod update took 31.060158ms I0703 21:59:14.197375 3314 base_network_controller_pods.go:921] [default/openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-fjwp4] addLogicalPort annotation time took 31.084348ms I0703 21:59:14.198466 3314 pods.go:252] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-fjwp4] addLogicalPort took 32.312288ms, libovsdb time 747.832µs I0703 21:59:14.537350 3314 cni.go:312] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-fjwp4 bdf5b18805a62287893f021e9f8c6c837b3a4ebd9a3cde9ddc10dbc28f2f5854 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-fjwp4 bdf5b18805a62287893f021e9f8c6c837b3a4ebd9a3cde9ddc10dbc28f2f5854 network default NAD default] I0703 21:59:14.538976 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:14.539007 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:59:14.545562 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: deployment-validation-operator-59ccb886c6-fjwp4, hostIfaceName: bdf5b18805a6228, network: default, NAD default, SandboxID: "bdf5b18805a62287893f021e9f8c6c837b3a4ebd9a3cde9ddc10dbc28f2f5854", PCI device ID: , UID: "6d434a1e-3da1-4cb4-8222-cd0c5d8b3189", MAC: 0a:58:0a:80:00:0b, IPs: [10.128.0.11/23] I0703 21:59:14.585128 3314 cni.go:333] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-fjwp4 bdf5b18805a62287893f021e9f8c6c837b3a4ebd9a3cde9ddc10dbc28f2f5854 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-fjwp4 bdf5b18805a62287893f021e9f8c6c837b3a4ebd9a3cde9ddc10dbc28f2f5854 network default NAD default], result "{\"interfaces\":[{\"name\":\"bdf5b18805a6228\",\"mac\":\"22:e8:60:d5:9a:3d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0b\",\"sandbox\":\"/var/run/netns/93f3f669-81f0-4760-9a29-f421193695cf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.11/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:59:15.559595 3314 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7c8cb786cd-qnbjx of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:15.560419 3314 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7c8cb786cd-qnbjx of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:15.570596 3314 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7c8cb786cd-qnbjx of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:15.570690 3314 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7c8cb786cd-qnbjx of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:15.579422 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-7c8cb786cd-qnbjx I0703 21:59:15.579507 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-7c8cb786cd-qnbjx I0703 21:59:16.033828 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::20e8:60ff:fed5:9a3d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:16.068863 3314 obj_retry.go:466] Detected object openshift-image-registry/image-registry-555b4fd489-5xjds of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:16.068903 3314 pods.go:174] Deleting pod: openshift-image-registry/image-registry-555b4fd489-5xjds I0703 21:59:16.070637 3314 pods.go:217] Attempting to release IPs for pod: openshift-image-registry/image-registry-555b4fd489-5xjds, ips: 10.128.0.7 I0703 21:59:16.070692 3314 obj_retry.go:466] Detected object openshift-image-registry/image-registry-555b4fd489-5xjds of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:16.079349 3314 obj_retry.go:460] Detected object openshift-image-registry/image-registry-555b4fd489-5xjds of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:16.079421 3314 obj_retry.go:460] Detected object openshift-image-registry/image-registry-555b4fd489-5xjds of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:16.084221 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-555b4fd489-5xjds I0703 21:59:16.084256 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-555b4fd489-5xjds I0703 21:59:16.913729 3314 cni.go:312] [openshift-ingress/router-default-74bcf5f887-vbn5r 4571dec1a470dca5e03b84b2014580fbc540d73da2e4b462b257aa2ff2a647b3 network default NAD default] ADD starting CNI request [openshift-ingress/router-default-74bcf5f887-vbn5r 4571dec1a470dca5e03b84b2014580fbc540d73da2e4b462b257aa2ff2a647b3 network default NAD default] I0703 21:59:16.916569 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:16.916596 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:59:16.922053 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-ingress, podName: router-default-74bcf5f887-vbn5r, hostIfaceName: 4571dec1a470dca, network: default, NAD default, SandboxID: "4571dec1a470dca5e03b84b2014580fbc540d73da2e4b462b257aa2ff2a647b3", PCI device ID: , UID: "4d55cbcf-ac25-463b-8309-980c19602295", MAC: 0a:58:0a:80:00:09, IPs: [10.128.0.9/23] I0703 21:59:16.963188 3314 cni.go:333] [openshift-ingress/router-default-74bcf5f887-vbn5r 4571dec1a470dca5e03b84b2014580fbc540d73da2e4b462b257aa2ff2a647b3 network default NAD default] ADD finished CNI request [openshift-ingress/router-default-74bcf5f887-vbn5r 4571dec1a470dca5e03b84b2014580fbc540d73da2e4b462b257aa2ff2a647b3 network default NAD default], result "{\"interfaces\":[{\"name\":\"4571dec1a470dca\",\"mac\":\"2e:ee:c4:70:c1:2f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:09\",\"sandbox\":\"/var/run/netns/8f4b04d5-dc28-4cc4-a456-e735e3a5c7e1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.9/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0703 21:59:17.635643 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:59:17.635682 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:59:17.635689 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:59:18.522104 3314 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-6875f565f7-dtxgb] creating logical port openshift-image-registry_image-registry-6875f565f7-dtxgb for pod on switch ip-10-0-2-164.ec2.internal I0703 21:59:18.522228 3314 kube.go:317] Updating pod openshift-image-registry/image-registry-6875f565f7-dtxgb I0703 21:59:18.538671 3314 pod.go:62] [openshift-image-registry/image-registry-6875f565f7-dtxgb] pod update took 16.468263ms I0703 21:59:18.538753 3314 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-6875f565f7-dtxgb] addLogicalPort annotation time took 16.573388ms I0703 21:59:18.542486 3314 pods.go:252] [openshift-image-registry/image-registry-6875f565f7-dtxgb] addLogicalPort took 20.409529ms, libovsdb time 3.318726ms I0703 21:59:18.720813 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::2cee:c4ff:fe70:c12f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:18.868489 3314 cni.go:312] [openshift-image-registry/image-registry-6875f565f7-dtxgb 697fb35251cc5b397e3a0cf84d96f67b8302846cf0de9f7edd1af76c9afecf2f network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-6875f565f7-dtxgb 697fb35251cc5b397e3a0cf84d96f67b8302846cf0de9f7edd1af76c9afecf2f network default NAD default] I0703 21:59:18.870986 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:18.871007 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:59:18.876447 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-6875f565f7-dtxgb, hostIfaceName: 697fb35251cc5b3, network: default, NAD default, SandboxID: "697fb35251cc5b397e3a0cf84d96f67b8302846cf0de9f7edd1af76c9afecf2f", PCI device ID: , UID: "323e7268-857c-47b3-947f-60829aade80c", MAC: 0a:58:0a:80:00:0c, IPs: [10.128.0.12/23] I0703 21:59:18.914609 3314 cni.go:333] [openshift-image-registry/image-registry-6875f565f7-dtxgb 697fb35251cc5b397e3a0cf84d96f67b8302846cf0de9f7edd1af76c9afecf2f network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-6875f565f7-dtxgb 697fb35251cc5b397e3a0cf84d96f67b8302846cf0de9f7edd1af76c9afecf2f network default NAD default], result "{\"interfaces\":[{\"name\":\"697fb35251cc5b3\",\"mac\":\"aa:94:d5:07:b3:18\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0c\",\"sandbox\":\"/var/run/netns/4f220416-8c2f-49a2-879b-4b2af6f7bf14\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.12/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:59:19.178417 3314 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 21:59:20.448831 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::a894:d5ff:fe07:b318/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:22.541411 3314 base_network_controller_pods.go:477] [default/openshift-monitoring/alertmanager-main-1] creating logical port openshift-monitoring_alertmanager-main-1 for pod on switch ip-10-0-2-164.ec2.internal I0703 21:59:22.541597 3314 kube.go:317] Updating pod openshift-monitoring/alertmanager-main-1 I0703 21:59:22.561728 3314 pod.go:62] [openshift-monitoring/alertmanager-main-1] pod update took 20.203871ms I0703 21:59:22.561805 3314 base_network_controller_pods.go:921] [default/openshift-monitoring/alertmanager-main-1] addLogicalPort annotation time took 20.284036ms I0703 21:59:22.563272 3314 pods.go:252] [openshift-monitoring/alertmanager-main-1] addLogicalPort took 21.884952ms, libovsdb time 1.030205ms I0703 21:59:23.496034 3314 cni.go:312] [openshift-monitoring/alertmanager-main-1 65cc45ea41dd5ad25ff66764c8624871441f1571f0a8d1034bf3c95439983e37 network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-1 65cc45ea41dd5ad25ff66764c8624871441f1571f0a8d1034bf3c95439983e37 network default NAD default] I0703 21:59:23.497711 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:23.497798 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:59:23.504084 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-1, hostIfaceName: 65cc45ea41dd5ad, network: default, NAD default, SandboxID: "65cc45ea41dd5ad25ff66764c8624871441f1571f0a8d1034bf3c95439983e37", PCI device ID: , UID: "fa9bb26f-52c8-4c60-892f-51c3262731b0", MAC: 0a:58:0a:80:00:0d, IPs: [10.128.0.13/23] I0703 21:59:23.541918 3314 cni.go:333] [openshift-monitoring/alertmanager-main-1 65cc45ea41dd5ad25ff66764c8624871441f1571f0a8d1034bf3c95439983e37 network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-1 65cc45ea41dd5ad25ff66764c8624871441f1571f0a8d1034bf3c95439983e37 network default NAD default], result "{\"interfaces\":[{\"name\":\"65cc45ea41dd5ad\",\"mac\":\"b2:7b:46:a5:d4:f2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0d\",\"sandbox\":\"/var/run/netns/c109db4c-7086-4c1a-9337-e6e786db9acd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.13/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:59:25.312810 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::b07b:46ff:fea5:d4f2/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:26.842730 3314 base_network_controller_pods.go:477] [default/openshift-monitoring/metrics-server-8b66c8b67-5lvwg] creating logical port openshift-monitoring_metrics-server-8b66c8b67-5lvwg for pod on switch ip-10-0-2-164.ec2.internal I0703 21:59:26.842846 3314 kube.go:317] Updating pod openshift-monitoring/metrics-server-8b66c8b67-5lvwg I0703 21:59:26.862074 3314 pod.go:62] [openshift-monitoring/metrics-server-8b66c8b67-5lvwg] pod update took 19.258028ms I0703 21:59:26.862104 3314 base_network_controller_pods.go:921] [default/openshift-monitoring/metrics-server-8b66c8b67-5lvwg] addLogicalPort annotation time took 19.291935ms I0703 21:59:26.863386 3314 pods.go:252] [openshift-monitoring/metrics-server-8b66c8b67-5lvwg] addLogicalPort took 20.680193ms, libovsdb time 887.947µs I0703 21:59:27.201553 3314 cni.go:312] [openshift-monitoring/metrics-server-8b66c8b67-5lvwg 7404e2ea778c21d78438f49c2f53dbc12252d77de9b0f656cbd6ce123c8485fc network default NAD default] ADD starting CNI request [openshift-monitoring/metrics-server-8b66c8b67-5lvwg 7404e2ea778c21d78438f49c2f53dbc12252d77de9b0f656cbd6ce123c8485fc network default NAD default] I0703 21:59:27.209823 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:27.209917 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:59:27.212022 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: metrics-server-8b66c8b67-5lvwg, hostIfaceName: 7404e2ea778c21d, network: default, NAD default, SandboxID: "7404e2ea778c21d78438f49c2f53dbc12252d77de9b0f656cbd6ce123c8485fc", PCI device ID: , UID: "6cbf01e8-a9bd-4ee5-91e1-0fd7244558bf", MAC: 0a:58:0a:80:00:0e, IPs: [10.128.0.14/23] I0703 21:59:27.256530 3314 cni.go:333] [openshift-monitoring/metrics-server-8b66c8b67-5lvwg 7404e2ea778c21d78438f49c2f53dbc12252d77de9b0f656cbd6ce123c8485fc network default NAD default] ADD finished CNI request [openshift-monitoring/metrics-server-8b66c8b67-5lvwg 7404e2ea778c21d78438f49c2f53dbc12252d77de9b0f656cbd6ce123c8485fc network default NAD default], result "{\"interfaces\":[{\"name\":\"7404e2ea778c21d\",\"mac\":\"7e:3c:f1:5b:27:b7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0e\",\"sandbox\":\"/var/run/netns/df8dcccb-a03a-4b73-b984-8b8e874a2a53\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.14/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0703 21:59:27.794563 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:59:27.794646 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:59:27.794676 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 21:59:28.896819 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::7c3c:f1ff:fe5b:27b7/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:41.522520 3314 base_network_controller_pods.go:477] [default/openshift-console/downloads-6d4c9b4b6c-x7jdg] creating logical port openshift-console_downloads-6d4c9b4b6c-x7jdg for pod on switch ip-10-0-2-164.ec2.internal I0703 21:59:41.522666 3314 kube.go:317] Updating pod openshift-console/downloads-6d4c9b4b6c-x7jdg I0703 21:59:41.547546 3314 pod.go:62] [openshift-console/downloads-6d4c9b4b6c-x7jdg] pod update took 24.949756ms I0703 21:59:41.547573 3314 base_network_controller_pods.go:921] [default/openshift-console/downloads-6d4c9b4b6c-x7jdg] addLogicalPort annotation time took 24.98548ms I0703 21:59:41.548783 3314 pods.go:252] [openshift-console/downloads-6d4c9b4b6c-x7jdg] addLogicalPort took 26.290572ms, libovsdb time 816.058µs I0703 21:59:41.870109 3314 cni.go:312] [openshift-console/downloads-6d4c9b4b6c-x7jdg aea41be2a2dc947565e3c163b00cfe060e916dd76c7e4fc9562cbdaef6cdb5a1 network default NAD default] ADD starting CNI request [openshift-console/downloads-6d4c9b4b6c-x7jdg aea41be2a2dc947565e3c163b00cfe060e916dd76c7e4fc9562cbdaef6cdb5a1 network default NAD default] I0703 21:59:41.871866 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:41.871986 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:59:41.878506 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: downloads-6d4c9b4b6c-x7jdg, hostIfaceName: aea41be2a2dc947, network: default, NAD default, SandboxID: "aea41be2a2dc947565e3c163b00cfe060e916dd76c7e4fc9562cbdaef6cdb5a1", PCI device ID: , UID: "fb28137c-c69c-4fea-9b4a-8a671fa144ec", MAC: 0a:58:0a:80:00:0f, IPs: [10.128.0.15/23] I0703 21:59:41.919221 3314 cni.go:333] [openshift-console/downloads-6d4c9b4b6c-x7jdg aea41be2a2dc947565e3c163b00cfe060e916dd76c7e4fc9562cbdaef6cdb5a1 network default NAD default] ADD finished CNI request [openshift-console/downloads-6d4c9b4b6c-x7jdg aea41be2a2dc947565e3c163b00cfe060e916dd76c7e4fc9562cbdaef6cdb5a1 network default NAD default], result "{\"interfaces\":[{\"name\":\"aea41be2a2dc947\",\"mac\":\"e2:9e:df:47:9d:ad\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0f\",\"sandbox\":\"/var/run/netns/2fc57872-5b10-42b4-a7ca-20119242e46e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.15/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:59:42.912929 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::e09e:dfff:fe47:9dad/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:43.941189 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:59:43.941260 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 21:59:47.619584 3314 base_network_controller_pods.go:477] [default/openshift-console/console-56fb8b55d5-4mlrl] creating logical port openshift-console_console-56fb8b55d5-4mlrl for pod on switch ip-10-0-2-164.ec2.internal I0703 21:59:47.619739 3314 kube.go:317] Updating pod openshift-console/console-56fb8b55d5-4mlrl I0703 21:59:47.638000 3314 pod.go:62] [openshift-console/console-56fb8b55d5-4mlrl] pod update took 18.302617ms I0703 21:59:47.638077 3314 base_network_controller_pods.go:921] [default/openshift-console/console-56fb8b55d5-4mlrl] addLogicalPort annotation time took 18.386127ms I0703 21:59:47.639630 3314 pods.go:252] [openshift-console/console-56fb8b55d5-4mlrl] addLogicalPort took 20.074181ms, libovsdb time 1.07722ms I0703 21:59:47.986039 3314 cni.go:312] [openshift-console/console-56fb8b55d5-4mlrl 463b9fb94d8570cdf03d94de84b7a95b8db97547f2fd09895251c7dc67a20a0a network default NAD default] ADD starting CNI request [openshift-console/console-56fb8b55d5-4mlrl 463b9fb94d8570cdf03d94de84b7a95b8db97547f2fd09895251c7dc67a20a0a network default NAD default] I0703 21:59:47.989009 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:47.989042 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:59:47.995902 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-56fb8b55d5-4mlrl, hostIfaceName: 463b9fb94d8570c, network: default, NAD default, SandboxID: "463b9fb94d8570cdf03d94de84b7a95b8db97547f2fd09895251c7dc67a20a0a", PCI device ID: , UID: "c62a4ae4-b2ac-40cf-994e-5177a0565a5d", MAC: 0a:58:0a:80:00:10, IPs: [10.128.0.16/23] I0703 21:59:48.042868 3314 cni.go:333] [openshift-console/console-56fb8b55d5-4mlrl 463b9fb94d8570cdf03d94de84b7a95b8db97547f2fd09895251c7dc67a20a0a network default NAD default] ADD finished CNI request [openshift-console/console-56fb8b55d5-4mlrl 463b9fb94d8570cdf03d94de84b7a95b8db97547f2fd09895251c7dc67a20a0a network default NAD default], result "{\"interfaces\":[{\"name\":\"463b9fb94d8570c\",\"mac\":\"9e:e9:73:2e:c0:6c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:10\",\"sandbox\":\"/var/run/netns/cdec79d1-329a-418f-8b06-3cf11eea4565\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.16/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:59:49.824871 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::9ce9:73ff:fe2e:c06c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 21:59:58.432526 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 21:59:58.432561 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 21:59:58.432570 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:00:00.210726 3314 base_network_controller_pods.go:477] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29718600-rnkjv for pod on switch ip-10-0-2-164.ec2.internal I0703 22:00:00.210882 3314 kube.go:317] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv I0703 22:00:00.227108 3314 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv] pod update took 16.265741ms I0703 22:00:00.227189 3314 base_network_controller_pods.go:921] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv] addLogicalPort annotation time took 16.351848ms I0703 22:00:00.229039 3314 pods.go:252] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv] addLogicalPort took 18.342584ms, libovsdb time 955.904µs I0703 22:00:05.121960 3314 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv 4f8e84599c2b8870186a607b879b8c9e909d10e142a7fc1cd4c6d0094b35ef81 network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv 4f8e84599c2b8870186a607b879b8c9e909d10e142a7fc1cd4c6d0094b35ef81 network default NAD default] I0703 22:00:05.124848 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:05.124874 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:00:05.131503 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29718600-rnkjv, hostIfaceName: 4f8e84599c2b887, network: default, NAD default, SandboxID: "4f8e84599c2b8870186a607b879b8c9e909d10e142a7fc1cd4c6d0094b35ef81", PCI device ID: , UID: "80ac2aee-3583-4669-9a82-ad6befc907f6", MAC: 0a:58:0a:80:00:11, IPs: [10.128.0.17/23] I0703 22:00:05.171885 3314 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv 4f8e84599c2b8870186a607b879b8c9e909d10e142a7fc1cd4c6d0094b35ef81 network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv 4f8e84599c2b8870186a607b879b8c9e909d10e142a7fc1cd4c6d0094b35ef81 network default NAD default], result "{\"interfaces\":[{\"name\":\"4f8e84599c2b887\",\"mac\":\"7e:a0:d1:78:00:87\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:11\",\"sandbox\":\"/var/run/netns/f000f092-cb41-422d-af9c-2749a9fb2776\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.17/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:00:05.657905 3314 cni.go:312] [openshift-multus/network-metrics-daemon-qwd5g b68df05bc19725bc27770acacd66aeb7520e80eff088af926ef2ebdc6a80a242 network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-qwd5g b68df05bc19725bc27770acacd66aeb7520e80eff088af926ef2ebdc6a80a242 network default NAD default] I0703 22:00:05.659669 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:05.659747 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:00:05.666963 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-qwd5g, hostIfaceName: b68df05bc19725b, network: default, NAD default, SandboxID: "b68df05bc19725bc27770acacd66aeb7520e80eff088af926ef2ebdc6a80a242", PCI device ID: , UID: "0ff05777-0812-4d97-b4fa-75858b3df0a7", MAC: 0a:58:0a:80:00:04, IPs: [10.128.0.4/23] I0703 22:00:05.708952 3314 cni.go:333] [openshift-multus/network-metrics-daemon-qwd5g b68df05bc19725bc27770acacd66aeb7520e80eff088af926ef2ebdc6a80a242 network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-qwd5g b68df05bc19725bc27770acacd66aeb7520e80eff088af926ef2ebdc6a80a242 network default NAD default], result "{\"interfaces\":[{\"name\":\"b68df05bc19725b\",\"mac\":\"c2:0e:83:bd:d0:a5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:04\",\"sandbox\":\"/var/run/netns/6d44a09e-cf60-4bb3-b5fc-f6c5de4fa324\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.4/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:00:06.528816 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::7ca0:d1ff:fe78:87/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:07.169793 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::c00e:83ff:febd:d0a5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:13.957437 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:00:13.957498 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:00:17.319684 3314 cni.go:312] [openshift-console/console-56fb8b55d5-4mlrl 463b9fb94d8570cdf03d94de84b7a95b8db97547f2fd09895251c7dc67a20a0a network default NAD default] DEL starting CNI request [openshift-console/console-56fb8b55d5-4mlrl 463b9fb94d8570cdf03d94de84b7a95b8db97547f2fd09895251c7dc67a20a0a network default NAD default] I0703 22:00:17.388716 3314 cni.go:333] [openshift-console/console-56fb8b55d5-4mlrl 463b9fb94d8570cdf03d94de84b7a95b8db97547f2fd09895251c7dc67a20a0a network default NAD default] DEL finished CNI request [openshift-console/console-56fb8b55d5-4mlrl 463b9fb94d8570cdf03d94de84b7a95b8db97547f2fd09895251c7dc67a20a0a network default NAD default], result "{\"dns\":{}}", err I0703 22:00:17.429162 3314 obj_retry.go:466] Detected object openshift-console/console-56fb8b55d5-4mlrl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:17.429203 3314 pods.go:174] Deleting pod: openshift-console/console-56fb8b55d5-4mlrl I0703 22:00:17.430687 3314 pods.go:217] Attempting to release IPs for pod: openshift-console/console-56fb8b55d5-4mlrl, ips: 10.128.0.16 I0703 22:00:17.430717 3314 obj_retry.go:466] Detected object openshift-console/console-56fb8b55d5-4mlrl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:17.437881 3314 base_network_controller_pods.go:477] [default/openshift-console/console-6f8b49bd9b-hdj7w] creating logical port openshift-console_console-6f8b49bd9b-hdj7w for pod on switch ip-10-0-2-164.ec2.internal I0703 22:00:17.438074 3314 kube.go:317] Updating pod openshift-console/console-6f8b49bd9b-hdj7w I0703 22:00:17.452701 3314 pod.go:62] [openshift-console/console-6f8b49bd9b-hdj7w] pod update took 14.665867ms I0703 22:00:17.452719 3314 base_network_controller_pods.go:921] [default/openshift-console/console-6f8b49bd9b-hdj7w] addLogicalPort annotation time took 14.688948ms I0703 22:00:17.453919 3314 pods.go:252] [openshift-console/console-6f8b49bd9b-hdj7w] addLogicalPort took 16.076634ms, libovsdb time 856.738µs I0703 22:00:17.785451 3314 cni.go:312] [openshift-console/console-6f8b49bd9b-hdj7w e5a24be94e07631a48a7e20cf7476b2c7339ad21ab1fc932b4a50842e5e2cfb0 network default NAD default] ADD starting CNI request [openshift-console/console-6f8b49bd9b-hdj7w e5a24be94e07631a48a7e20cf7476b2c7339ad21ab1fc932b4a50842e5e2cfb0 network default NAD default] I0703 22:00:17.787119 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:17.787183 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:00:17.793901 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-6f8b49bd9b-hdj7w, hostIfaceName: e5a24be94e07631, network: default, NAD default, SandboxID: "e5a24be94e07631a48a7e20cf7476b2c7339ad21ab1fc932b4a50842e5e2cfb0", PCI device ID: , UID: "1e124973-d0d6-473e-820b-e7daf66d9131", MAC: 0a:58:0a:80:00:12, IPs: [10.128.0.18/23] I0703 22:00:17.832521 3314 cni.go:333] [openshift-console/console-6f8b49bd9b-hdj7w e5a24be94e07631a48a7e20cf7476b2c7339ad21ab1fc932b4a50842e5e2cfb0 network default NAD default] ADD finished CNI request [openshift-console/console-6f8b49bd9b-hdj7w e5a24be94e07631a48a7e20cf7476b2c7339ad21ab1fc932b4a50842e5e2cfb0 network default NAD default], result "{\"interfaces\":[{\"name\":\"e5a24be94e07631\",\"mac\":\"c6:72:04:3d:8f:ec\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:12\",\"sandbox\":\"/var/run/netns/178c75a5-1a32-47b4-a439-b9bf0ba36dbe\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.18/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:00:18.261298 3314 obj_retry.go:460] Detected object openshift-console/console-56fb8b55d5-4mlrl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:18.261394 3314 obj_retry.go:460] Detected object openshift-console/console-56fb8b55d5-4mlrl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:18.274868 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-56fb8b55d5-4mlrl I0703 22:00:18.274936 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-56fb8b55d5-4mlrl I0703 22:00:19.072813 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::c472:4ff:fe3d:8fec/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:00:29.006800 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:00:29.006828 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:00:29.006836 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:00:39.347299 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:00:39.347408 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:00:39.347422 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:00:43.559020 3314 cni.go:312] [openshift-monitoring/alertmanager-main-1 65cc45ea41dd5ad25ff66764c8624871441f1571f0a8d1034bf3c95439983e37 network default NAD default] DEL starting CNI request [openshift-monitoring/alertmanager-main-1 65cc45ea41dd5ad25ff66764c8624871441f1571f0a8d1034bf3c95439983e37 network default NAD default] I0703 22:00:43.618794 3314 cni.go:333] [openshift-monitoring/alertmanager-main-1 65cc45ea41dd5ad25ff66764c8624871441f1571f0a8d1034bf3c95439983e37 network default NAD default] DEL finished CNI request [openshift-monitoring/alertmanager-main-1 65cc45ea41dd5ad25ff66764c8624871441f1571f0a8d1034bf3c95439983e37 network default NAD default], result "{\"dns\":{}}", err I0703 22:00:43.677222 3314 obj_retry.go:466] Detected object openshift-monitoring/alertmanager-main-1 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:43.677692 3314 pods.go:174] Deleting pod: openshift-monitoring/alertmanager-main-1 I0703 22:00:43.679244 3314 pods.go:217] Attempting to release IPs for pod: openshift-monitoring/alertmanager-main-1, ips: 10.128.0.13 I0703 22:00:43.679287 3314 obj_retry.go:466] Detected object openshift-monitoring/alertmanager-main-1 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:43.975773 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:00:43.975860 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:00:44.326553 3314 obj_retry.go:460] Detected object openshift-monitoring/alertmanager-main-1 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:44.326581 3314 obj_retry.go:460] Detected object openshift-monitoring/alertmanager-main-1 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:44.334905 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0703 22:00:44.334977 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0703 22:00:44.373136 3314 base_network_controller_pods.go:477] [default/openshift-monitoring/alertmanager-main-1] creating logical port openshift-monitoring_alertmanager-main-1 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:00:44.373360 3314 kube.go:317] Updating pod openshift-monitoring/alertmanager-main-1 I0703 22:00:44.396265 3314 pod.go:62] [openshift-monitoring/alertmanager-main-1] pod update took 22.961675ms I0703 22:00:44.396285 3314 base_network_controller_pods.go:921] [default/openshift-monitoring/alertmanager-main-1] addLogicalPort annotation time took 22.987427ms I0703 22:00:44.397390 3314 pods.go:252] [openshift-monitoring/alertmanager-main-1] addLogicalPort took 24.279382ms, libovsdb time 800.559µs I0703 22:00:44.720447 3314 cni.go:312] [openshift-monitoring/alertmanager-main-1 6b4d444a1c29bc48bb630006d58993a469239c2774c462e10444ce83a48c49e7 network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-1 6b4d444a1c29bc48bb630006d58993a469239c2774c462e10444ce83a48c49e7 network default NAD default] I0703 22:00:44.722961 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:44.722982 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:00:44.728943 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-1, hostIfaceName: 6b4d444a1c29bc4, network: default, NAD default, SandboxID: "6b4d444a1c29bc48bb630006d58993a469239c2774c462e10444ce83a48c49e7", PCI device ID: , UID: "5255e455-18d6-46c6-9604-2efd700da0fd", MAC: 0a:58:0a:80:00:13, IPs: [10.128.0.19/23] I0703 22:00:44.770101 3314 cni.go:333] [openshift-monitoring/alertmanager-main-1 6b4d444a1c29bc48bb630006d58993a469239c2774c462e10444ce83a48c49e7 network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-1 6b4d444a1c29bc48bb630006d58993a469239c2774c462e10444ce83a48c49e7 network default NAD default], result "{\"interfaces\":[{\"name\":\"6b4d444a1c29bc4\",\"mac\":\"b6:af:70:92:83:59\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:13\",\"sandbox\":\"/var/run/netns/24bf3cd0-4cc9-4507-9080-50db2a727e6a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.19/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:00:45.973409 3314 base_network_controller_pods.go:477] [default/openshift-monitoring/telemeter-client-7d9dff67c-8v8gp] creating logical port openshift-monitoring_telemeter-client-7d9dff67c-8v8gp for pod on switch ip-10-0-2-164.ec2.internal I0703 22:00:45.973639 3314 kube.go:317] Updating pod openshift-monitoring/telemeter-client-7d9dff67c-8v8gp I0703 22:00:45.992364 3314 pod.go:62] [openshift-monitoring/telemeter-client-7d9dff67c-8v8gp] pod update took 18.764095ms I0703 22:00:45.992386 3314 base_network_controller_pods.go:921] [default/openshift-monitoring/telemeter-client-7d9dff67c-8v8gp] addLogicalPort annotation time took 18.793069ms I0703 22:00:45.993619 3314 pods.go:252] [openshift-monitoring/telemeter-client-7d9dff67c-8v8gp] addLogicalPort took 20.227883ms, libovsdb time 838.463µs I0703 22:00:46.323304 3314 cni.go:312] [openshift-monitoring/telemeter-client-7d9dff67c-8v8gp 5777ffb058d8a61d7135dd878a68da399b9ecd8f971b2fcd7ac9b71a883c38b1 network default NAD default] ADD starting CNI request [openshift-monitoring/telemeter-client-7d9dff67c-8v8gp 5777ffb058d8a61d7135dd878a68da399b9ecd8f971b2fcd7ac9b71a883c38b1 network default NAD default] I0703 22:00:46.325777 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:46.325863 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:00:46.332962 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: telemeter-client-7d9dff67c-8v8gp, hostIfaceName: 5777ffb058d8a61, network: default, NAD default, SandboxID: "5777ffb058d8a61d7135dd878a68da399b9ecd8f971b2fcd7ac9b71a883c38b1", PCI device ID: , UID: "5761e0c2-bbd1-4351-8d44-348a90298682", MAC: 0a:58:0a:80:00:14, IPs: [10.128.0.20/23] I0703 22:00:46.376384 3314 cni.go:333] [openshift-monitoring/telemeter-client-7d9dff67c-8v8gp 5777ffb058d8a61d7135dd878a68da399b9ecd8f971b2fcd7ac9b71a883c38b1 network default NAD default] ADD finished CNI request [openshift-monitoring/telemeter-client-7d9dff67c-8v8gp 5777ffb058d8a61d7135dd878a68da399b9ecd8f971b2fcd7ac9b71a883c38b1 network default NAD default], result "{\"interfaces\":[{\"name\":\"5777ffb058d8a61\",\"mac\":\"02:87:b9:24:6c:9d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:14\",\"sandbox\":\"/var/run/netns/7b4c775e-8585-4b6a-9e22-58bda7b786f0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.20/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:00:46.592836 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::b4af:70ff:fe92:8359/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:47.465118 3314 obj_retry.go:466] Detected object openshift-monitoring/prometheus-k8s-1 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:47.465879 3314 obj_retry.go:466] Detected object openshift-monitoring/prometheus-k8s-1 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:47.617819 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::87:b9ff:fe24:6c9d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:47.905492 3314 obj_retry.go:460] Detected object openshift-monitoring/prometheus-k8s-1 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:47.905516 3314 obj_retry.go:460] Detected object openshift-monitoring/prometheus-k8s-1 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:47.912031 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0703 22:00:47.912068 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 E0703 22:00:49.416200 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:00:49.416224 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:00:49.416230 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:00:55.683894 3314 cni.go:312] [openshift-dns/dns-default-2z49n be1c5e4985687be86a84232b11c69d7d78b22dea7f0681ee99b01c7cfcdfb540 network default NAD default] ADD starting CNI request [openshift-dns/dns-default-2z49n be1c5e4985687be86a84232b11c69d7d78b22dea7f0681ee99b01c7cfcdfb540 network default NAD default] I0703 22:00:55.683894 3314 cni.go:312] [openshift-ingress-canary/ingress-canary-zq9kq cdf85154ea8a3f30395a4a030656e2bc2a14a6c7348e36b06861b06ab287de65 network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-zq9kq cdf85154ea8a3f30395a4a030656e2bc2a14a6c7348e36b06861b06ab287de65 network default NAD default] I0703 22:00:55.686315 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:55.686419 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:00:55.686590 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:55.686666 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:00:55.695634 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-dns, podName: dns-default-2z49n, hostIfaceName: be1c5e4985687be, network: default, NAD default, SandboxID: "be1c5e4985687be86a84232b11c69d7d78b22dea7f0681ee99b01c7cfcdfb540", PCI device ID: , UID: "960aaa9c-d941-431c-9330-a2c6ea420665", MAC: 0a:58:0a:80:00:06, IPs: [10.128.0.6/23] I0703 22:00:55.695639 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-zq9kq, hostIfaceName: cdf85154ea8a3f3, network: default, NAD default, SandboxID: "cdf85154ea8a3f30395a4a030656e2bc2a14a6c7348e36b06861b06ab287de65", PCI device ID: , UID: "7c50de93-4b12-49f4-95b4-278b46220cd6", MAC: 0a:58:0a:80:00:05, IPs: [10.128.0.5/23] I0703 22:00:55.740719 3314 cni.go:333] [openshift-dns/dns-default-2z49n be1c5e4985687be86a84232b11c69d7d78b22dea7f0681ee99b01c7cfcdfb540 network default NAD default] ADD finished CNI request [openshift-dns/dns-default-2z49n be1c5e4985687be86a84232b11c69d7d78b22dea7f0681ee99b01c7cfcdfb540 network default NAD default], result "{\"interfaces\":[{\"name\":\"be1c5e4985687be\",\"mac\":\"12:d0:66:28:13:ff\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:06\",\"sandbox\":\"/var/run/netns/c1854199-3ab1-4495-b016-76dc6ad59f17\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.6/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:00:55.757057 3314 cni.go:333] [openshift-ingress-canary/ingress-canary-zq9kq cdf85154ea8a3f30395a4a030656e2bc2a14a6c7348e36b06861b06ab287de65 network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-zq9kq cdf85154ea8a3f30395a4a030656e2bc2a14a6c7348e36b06861b06ab287de65 network default NAD default], result "{\"interfaces\":[{\"name\":\"cdf85154ea8a3f3\",\"mac\":\"f2:f1:ee:c3:70:9c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:05\",\"sandbox\":\"/var/run/netns/5a975329-ab68-42dc-9780-728c17e0cad4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.5/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:00:57.088847 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::10d0:66ff:fe28:13ff/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:00:57.728852 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::f0f1:eeff:fec3:709c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:00:59.671727 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:00:59.671754 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:00:59.671761 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:01:13.995425 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:01:13.995495 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} W0703 22:01:14.624409 3314 base_network_controller_namespace.go:458] Unable to remove remote zone pod's openshift-console/console-66d984bd96-t2mjk IP address from the namespace address-set, err: pod openshift-console/console-66d984bd96-t2mjk: no pod IPs found I0703 22:01:14.751803 3314 obj_retry.go:466] Detected object openshift-console/console-56fb8b55d5-gt6st of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:14.752430 3314 obj_retry.go:466] Detected object openshift-console/console-56fb8b55d5-gt6st of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:14.812744 3314 obj_retry.go:466] Detected object openshift-console/console-6f8b49bd9b-g6xdv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:14.813229 3314 obj_retry.go:466] Detected object openshift-console/console-6f8b49bd9b-g6xdv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:14.914228 3314 obj_retry.go:460] Detected object openshift-console/console-56fb8b55d5-gt6st of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:14.914253 3314 obj_retry.go:460] Detected object openshift-console/console-56fb8b55d5-gt6st of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:14.924672 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-56fb8b55d5-gt6st I0703 22:01:14.924727 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-56fb8b55d5-gt6st I0703 22:01:14.995896 3314 obj_retry.go:460] Detected object openshift-console/console-6f8b49bd9b-g6xdv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:14.995917 3314 obj_retry.go:460] Detected object openshift-console/console-6f8b49bd9b-g6xdv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:15.002110 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-6f8b49bd9b-g6xdv I0703 22:01:15.002133 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-6f8b49bd9b-g6xdv I0703 22:01:16.126036 3314 obj_retry.go:466] Detected object openshift-monitoring/alertmanager-main-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:16.126646 3314 obj_retry.go:466] Detected object openshift-monitoring/alertmanager-main-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:17.038590 3314 obj_retry.go:460] Detected object openshift-monitoring/alertmanager-main-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:17.038616 3314 obj_retry.go:460] Detected object openshift-monitoring/alertmanager-main-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:17.042257 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0703 22:01:17.042336 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 E0703 22:01:18.963686 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:01:19.113756 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 2 items received E0703 22:01:19.390170 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:01:30.190224 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:01:30.190290 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:01:30.190301 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:01:32.102762 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 4 items received I0703 22:01:39.001968 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 66 items received I0703 22:01:39.769733 3314 cni.go:312] [openshift-console/console-6f8b49bd9b-hdj7w e5a24be94e07631a48a7e20cf7476b2c7339ad21ab1fc932b4a50842e5e2cfb0 network default NAD default] DEL starting CNI request [openshift-console/console-6f8b49bd9b-hdj7w e5a24be94e07631a48a7e20cf7476b2c7339ad21ab1fc932b4a50842e5e2cfb0 network default NAD default] I0703 22:01:39.838926 3314 cni.go:333] [openshift-console/console-6f8b49bd9b-hdj7w e5a24be94e07631a48a7e20cf7476b2c7339ad21ab1fc932b4a50842e5e2cfb0 network default NAD default] DEL finished CNI request [openshift-console/console-6f8b49bd9b-hdj7w e5a24be94e07631a48a7e20cf7476b2c7339ad21ab1fc932b4a50842e5e2cfb0 network default NAD default], result "{\"dns\":{}}", err I0703 22:01:39.884560 3314 obj_retry.go:466] Detected object openshift-console/console-6f8b49bd9b-hdj7w of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:39.884609 3314 pods.go:174] Deleting pod: openshift-console/console-6f8b49bd9b-hdj7w I0703 22:01:39.886328 3314 pods.go:217] Attempting to release IPs for pod: openshift-console/console-6f8b49bd9b-hdj7w, ips: 10.128.0.18 I0703 22:01:39.886369 3314 obj_retry.go:466] Detected object openshift-console/console-6f8b49bd9b-hdj7w of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:39.895645 3314 base_network_controller_pods.go:477] [default/openshift-console/console-75b54d5cc8-2n2lw] creating logical port openshift-console_console-75b54d5cc8-2n2lw for pod on switch ip-10-0-2-164.ec2.internal I0703 22:01:39.895813 3314 kube.go:317] Updating pod openshift-console/console-75b54d5cc8-2n2lw I0703 22:01:39.912760 3314 pod.go:62] [openshift-console/console-75b54d5cc8-2n2lw] pod update took 16.987072ms I0703 22:01:39.912777 3314 base_network_controller_pods.go:921] [default/openshift-console/console-75b54d5cc8-2n2lw] addLogicalPort annotation time took 17.012626ms I0703 22:01:39.913941 3314 pods.go:252] [openshift-console/console-75b54d5cc8-2n2lw] addLogicalPort took 18.307373ms, libovsdb time 843.946µs I0703 22:01:40.247808 3314 cni.go:312] [openshift-console/console-75b54d5cc8-2n2lw 986cea4d4bd9fb2803abafad29c45a3052b2356e817e491c92caa045573276c9 network default NAD default] ADD starting CNI request [openshift-console/console-75b54d5cc8-2n2lw 986cea4d4bd9fb2803abafad29c45a3052b2356e817e491c92caa045573276c9 network default NAD default] I0703 22:01:40.249443 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:01:40.249517 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:01:40.255701 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-75b54d5cc8-2n2lw, hostIfaceName: 986cea4d4bd9fb2, network: default, NAD default, SandboxID: "986cea4d4bd9fb2803abafad29c45a3052b2356e817e491c92caa045573276c9", PCI device ID: , UID: "96f3df66-9b0e-4e50-b083-7304e00e56e1", MAC: 0a:58:0a:80:00:15, IPs: [10.128.0.21/23] I0703 22:01:40.297319 3314 cni.go:333] [openshift-console/console-75b54d5cc8-2n2lw 986cea4d4bd9fb2803abafad29c45a3052b2356e817e491c92caa045573276c9 network default NAD default] ADD finished CNI request [openshift-console/console-75b54d5cc8-2n2lw 986cea4d4bd9fb2803abafad29c45a3052b2356e817e491c92caa045573276c9 network default NAD default], result "{\"interfaces\":[{\"name\":\"986cea4d4bd9fb2\",\"mac\":\"4e:49:49:14:1d:b4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:15\",\"sandbox\":\"/var/run/netns/390e5060-f1c4-48b4-af49-c92ace4bea7b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.21/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:01:40.509004 3314 obj_retry.go:460] Detected object openshift-console/console-6f8b49bd9b-hdj7w of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:40.509030 3314 obj_retry.go:460] Detected object openshift-console/console-6f8b49bd9b-hdj7w of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:40.516505 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-6f8b49bd9b-hdj7w I0703 22:01:40.516562 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-6f8b49bd9b-hdj7w I0703 22:01:41.568795 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::4c49:49ff:fe14:1db4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:01:42.276100 3314 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7c8cb786cd-jj6k6 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:42.276645 3314 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7c8cb786cd-jj6k6 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:42.998251 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 0 items received I0703 22:01:43.108018 3314 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7c8cb786cd-jj6k6 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:43.108040 3314 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7c8cb786cd-jj6k6 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:43.115184 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-7c8cb786cd-jj6k6 I0703 22:01:43.115208 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-7c8cb786cd-jj6k6 I0703 22:01:44.011723 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:01:44.011787 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:01:50.464820 3314 obj_retry.go:466] Detected object openshift-monitoring/prometheus-k8s-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:50.465401 3314 obj_retry.go:466] Detected object openshift-monitoring/prometheus-k8s-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:51.023177 3314 obj_retry.go:460] Detected object openshift-monitoring/prometheus-k8s-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:51.023225 3314 obj_retry.go:460] Detected object openshift-monitoring/prometheus-k8s-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:51.032508 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0703 22:01:51.032532 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 I0703 22:01:53.209989 3314 obj_retry.go:466] Detected object openshift-console/console-66d984bd96-pcrnh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:53.210597 3314 obj_retry.go:466] Detected object openshift-console/console-66d984bd96-pcrnh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:54.035325 3314 obj_retry.go:460] Detected object openshift-console/console-66d984bd96-pcrnh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:54.035346 3314 obj_retry.go:460] Detected object openshift-console/console-66d984bd96-pcrnh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:54.042007 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-66d984bd96-pcrnh I0703 22:01:54.042032 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-66d984bd96-pcrnh I0703 22:02:03.086904 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 4 items received I0703 22:02:06.205219 3314 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace I0703 22:02:11.114211 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 4 items received I0703 22:02:14.025705 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:02:14.025773 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:02:15.002848 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 75 items received I0703 22:02:44.045791 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:02:44.045848 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:02:51.510009 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:02:51.510033 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:02:51.510040 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:02:58.690158 3314 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv 4f8e84599c2b8870186a607b879b8c9e909d10e142a7fc1cd4c6d0094b35ef81 network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv 4f8e84599c2b8870186a607b879b8c9e909d10e142a7fc1cd4c6d0094b35ef81 network default NAD default] I0703 22:02:58.755710 3314 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv 4f8e84599c2b8870186a607b879b8c9e909d10e142a7fc1cd4c6d0094b35ef81 network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv 4f8e84599c2b8870186a607b879b8c9e909d10e142a7fc1cd4c6d0094b35ef81 network default NAD default], result "{\"dns\":{}}", err I0703 22:02:58.795165 3314 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:58.795260 3314 pods.go:174] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv I0703 22:02:58.796879 3314 pods.go:217] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv, ips: 10.128.0.17 I0703 22:02:58.796909 3314 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:59.705760 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:59.705851 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0703 22:03:01.829222 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:03:01.829251 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:03:01.829259 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:03:14.060752 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:03:14.060825 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:03:27.217742 3314 obj_retry.go:466] Detected object openshift-console/console-75b54d5cc8-ncb8q of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:03:27.218265 3314 obj_retry.go:466] Detected object openshift-console/console-75b54d5cc8-ncb8q of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:03:27.434548 3314 obj_retry.go:460] Detected object openshift-console/console-75b54d5cc8-ncb8q of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:03:27.434570 3314 obj_retry.go:460] Detected object openshift-console/console-75b54d5cc8-ncb8q of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:03:27.441542 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-75b54d5cc8-ncb8q I0703 22:03:27.441615 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-75b54d5cc8-ncb8q E0703 22:03:32.106079 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:03:32.106177 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:03:32.106191 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:03:33.007917 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 639 items received I0703 22:03:33.108080 3314 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 6 items received I0703 22:03:38.451597 3314 cni.go:312] [openshift-console/console-75b54d5cc8-2n2lw 986cea4d4bd9fb2803abafad29c45a3052b2356e817e491c92caa045573276c9 network default NAD default] DEL starting CNI request [openshift-console/console-75b54d5cc8-2n2lw 986cea4d4bd9fb2803abafad29c45a3052b2356e817e491c92caa045573276c9 network default NAD default] I0703 22:03:38.517819 3314 cni.go:333] [openshift-console/console-75b54d5cc8-2n2lw 986cea4d4bd9fb2803abafad29c45a3052b2356e817e491c92caa045573276c9 network default NAD default] DEL finished CNI request [openshift-console/console-75b54d5cc8-2n2lw 986cea4d4bd9fb2803abafad29c45a3052b2356e817e491c92caa045573276c9 network default NAD default], result "{\"dns\":{}}", err I0703 22:03:38.562380 3314 obj_retry.go:466] Detected object openshift-console/console-75b54d5cc8-2n2lw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:03:38.562417 3314 pods.go:174] Deleting pod: openshift-console/console-75b54d5cc8-2n2lw I0703 22:03:38.563704 3314 pods.go:217] Attempting to release IPs for pod: openshift-console/console-75b54d5cc8-2n2lw, ips: 10.128.0.21 I0703 22:03:38.563735 3314 obj_retry.go:466] Detected object openshift-console/console-75b54d5cc8-2n2lw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:03:38.784901 3314 obj_retry.go:460] Detected object openshift-console/console-75b54d5cc8-2n2lw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:03:38.784928 3314 obj_retry.go:460] Detected object openshift-console/console-75b54d5cc8-2n2lw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:03:38.790086 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-75b54d5cc8-2n2lw I0703 22:03:38.790118 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-75b54d5cc8-2n2lw I0703 22:03:44.088392 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:03:44.088467 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:04:14.105465 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:04:14.105524 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:04:20.081414 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 6 items received E0703 22:04:23.691483 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:04:23.691510 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:04:23.691519 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:04:24.097158 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 7 items received E0703 22:04:33.721500 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:04:33.721527 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:04:33.721534 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:04:44.123135 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:04:44.123197 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:04:49.076586 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 7 items received I0703 22:05:02.004086 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 137 items received I0703 22:05:14.146299 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:05:14.146360 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:05:15.076363 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 8 items received E0703 22:05:24.625366 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:05:24.625398 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:05:24.625407 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:05:25.003570 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 16 items received I0703 22:05:28.091687 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 8 items received E0703 22:05:34.930584 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:05:34.930611 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:05:34.930619 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:05:44.167479 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:05:44.167536 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:06:11.559584 3314 namespace.go:92] [tssc] adding namespace I0703 22:06:11.560438 3314 namespace.go:96] [tssc] adding namespace took 829.478µs I0703 22:06:11.572519 3314 namespace.go:136] [tssc] updating namespace I0703 22:06:11.581014 3314 namespace.go:136] [tssc] updating namespace I0703 22:06:11.860765 3314 namespace.go:92] [null] adding namespace I0703 22:06:11.861644 3314 namespace.go:96] [null] adding namespace took 858.571µs I0703 22:06:11.880684 3314 namespace.go:136] [null] updating namespace I0703 22:06:11.890230 3314 namespace.go:136] [null] updating namespace I0703 22:06:14.193588 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:06:14.193668 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:06:18.964054 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:06:19.021368 3314 namespace.go:92] [rhtpa-operator] adding namespace I0703 22:06:19.022294 3314 namespace.go:96] [rhtpa-operator] adding namespace took 903.846µs I0703 22:06:19.023095 3314 namespace.go:92] [tssc-keycloak] adding namespace I0703 22:06:19.023920 3314 namespace.go:96] [tssc-keycloak] adding namespace took 810.49µs I0703 22:06:19.023952 3314 namespace.go:92] [rhbk-operator] adding namespace I0703 22:06:19.024535 3314 namespace.go:96] [rhbk-operator] adding namespace took 575.469µs I0703 22:06:19.026182 3314 namespace.go:92] [tssc-tpa] adding namespace I0703 22:06:19.026281 3314 namespace.go:92] [tssc-dh] adding namespace I0703 22:06:19.026357 3314 namespace.go:92] [tssc-gitops] adding namespace I0703 22:06:19.026811 3314 namespace.go:92] [tssc-tas] adding namespace I0703 22:06:19.026961 3314 namespace.go:96] [tssc-tpa] adding namespace took 739.74µs I0703 22:06:19.027567 3314 namespace.go:96] [tssc-dh] adding namespace took 1.27142ms I0703 22:06:19.028104 3314 namespace.go:96] [tssc-gitops] adding namespace took 1.69698ms I0703 22:06:19.028593 3314 namespace.go:96] [tssc-tas] adding namespace took 1.768147ms I0703 22:06:19.037353 3314 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:06:19.052886 3314 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:06:19.061798 3314 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:06:19.072410 3314 namespace.go:136] [tssc-dh] updating namespace I0703 22:06:19.081994 3314 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:06:19.082093 3314 namespace.go:136] [rhbk-operator] updating namespace I0703 22:06:19.082244 3314 namespace.go:136] [tssc-tpa] updating namespace I0703 22:06:19.085188 3314 namespace.go:136] [rhbk-operator] updating namespace I0703 22:06:19.093843 3314 namespace.go:136] [tssc-tas] updating namespace I0703 22:06:19.119166 3314 namespace.go:136] [rhbk-operator] updating namespace I0703 22:06:19.119184 3314 namespace.go:136] [tssc-gitops] updating namespace I0703 22:06:19.119336 3314 namespace.go:136] [tssc-tpa] updating namespace I0703 22:06:19.121488 3314 namespace.go:136] [tssc-tpa] updating namespace I0703 22:06:19.138192 3314 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:06:19.138208 3314 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:06:19.141867 3314 namespace.go:136] [tssc-dh] updating namespace I0703 22:06:19.141938 3314 namespace.go:136] [tssc-dh] updating namespace I0703 22:06:19.146696 3314 namespace.go:136] [tssc-gitops] updating namespace I0703 22:06:19.157830 3314 namespace.go:136] [tssc-gitops] updating namespace I0703 22:06:19.164026 3314 namespace.go:136] [tssc-tas] updating namespace I0703 22:06:19.173035 3314 namespace.go:136] [tssc-tas] updating namespace E0703 22:06:19.390462 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:06:20.117969 3314 namespace.go:136] [tssc-tpa] updating namespace I0703 22:06:20.118058 3314 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:06:20.287948 3314 base_network_controller_pods.go:477] [default/tssc/test-tssc-subscriptions] creating logical port tssc_test-tssc-subscriptions for pod on switch ip-10-0-2-164.ec2.internal I0703 22:06:20.288064 3314 kube.go:317] Updating pod tssc/test-tssc-subscriptions I0703 22:06:20.320041 3314 pod.go:62] [tssc/test-tssc-subscriptions] pod update took 32.002943ms I0703 22:06:20.320063 3314 base_network_controller_pods.go:921] [default/tssc/test-tssc-subscriptions] addLogicalPort annotation time took 32.030225ms I0703 22:06:20.321276 3314 pods.go:252] [tssc/test-tssc-subscriptions] addLogicalPort took 33.355644ms, libovsdb time 846.429µs I0703 22:06:20.652093 3314 cni.go:312] [tssc/test-tssc-subscriptions ce0dd7a3085e058b46775c084b39f6f5eb5ed7225528dfd62c81d137266a2c53 network default NAD default] ADD starting CNI request [tssc/test-tssc-subscriptions ce0dd7a3085e058b46775c084b39f6f5eb5ed7225528dfd62c81d137266a2c53 network default NAD default] I0703 22:06:20.653828 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:20.653944 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:06:20.660001 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-subscriptions, hostIfaceName: ce0dd7a3085e058, network: default, NAD default, SandboxID: "ce0dd7a3085e058b46775c084b39f6f5eb5ed7225528dfd62c81d137266a2c53", PCI device ID: , UID: "78f66168-9cb6-413d-8ff8-56eb84564f20", MAC: 0a:58:0a:80:00:16, IPs: [10.128.0.22/23] I0703 22:06:20.700741 3314 cni.go:333] [tssc/test-tssc-subscriptions ce0dd7a3085e058b46775c084b39f6f5eb5ed7225528dfd62c81d137266a2c53 network default NAD default] ADD finished CNI request [tssc/test-tssc-subscriptions ce0dd7a3085e058b46775c084b39f6f5eb5ed7225528dfd62c81d137266a2c53 network default NAD default], result "{\"interfaces\":[{\"name\":\"ce0dd7a3085e058\",\"mac\":\"46:64:25:ba:97:6e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:16\",\"sandbox\":\"/var/run/netns/623e71b3-a518-4bf6-a03f-9e10124b9086\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.22/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:06:22.592828 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::4464:25ff:feba:976e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:06:26.122374 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:06:26.122424 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:06:26.122433 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:06:26.133931 3314 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cdmdzv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:26.134893 3314 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cdmdzv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:26.161567 3314 obj_retry.go:466] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05q5hl9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:26.162492 3314 obj_retry.go:466] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05q5hl9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:27.154968 3314 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cdmdzv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:27.154998 3314 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cdmdzv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:27.183269 3314 obj_retry.go:460] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05q5hl9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:27.183304 3314 obj_retry.go:460] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05q5hl9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:30.163353 3314 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2wmm8b of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:30.163933 3314 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2wmm8b of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:30.187420 3314 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615v7lwt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:30.187954 3314 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615v7lwt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:31.134127 3314 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba8m8bh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:31.134687 3314 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba8m8bh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:31.177425 3314 obj_retry.go:466] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430cf4w69 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:31.177881 3314 obj_retry.go:466] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430cf4w69 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:31.219253 3314 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2wmm8b of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:31.219271 3314 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2wmm8b of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:31.238161 3314 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615v7lwt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:31.238182 3314 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615v7lwt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:32.157191 3314 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba8m8bh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:32.157216 3314 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba8m8bh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:32.197623 3314 obj_retry.go:460] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430cf4w69 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:32.197664 3314 obj_retry.go:460] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430cf4w69 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0703 22:06:36.501630 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:06:36.501675 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:06:36.501683 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:06:39.116745 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 0 items received I0703 22:06:42.200022 3314 namespace.go:136] [openshift-operators] updating namespace I0703 22:06:42.209413 3314 namespace.go:136] [openshift-operators] updating namespace I0703 22:06:44.210106 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:06:44.210173 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:06:56.830275 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:06:56.830305 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:06:56.830313 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:06:57.053159 3314 namespace.go:92] [trusted-artifact-signer] adding namespace I0703 22:06:57.054006 3314 namespace.go:96] [trusted-artifact-signer] adding namespace took 822.496µs I0703 22:06:57.105055 3314 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 22:06:57.119116 3314 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 22:07:04.692486 3314 namespace.go:136] [openshift-operators] updating namespace I0703 22:07:06.324385 3314 cni.go:312] [tssc/test-tssc-subscriptions ce0dd7a3085e058b46775c084b39f6f5eb5ed7225528dfd62c81d137266a2c53 network default NAD default] DEL starting CNI request [tssc/test-tssc-subscriptions ce0dd7a3085e058b46775c084b39f6f5eb5ed7225528dfd62c81d137266a2c53 network default NAD default] I0703 22:07:06.391568 3314 cni.go:333] [tssc/test-tssc-subscriptions ce0dd7a3085e058b46775c084b39f6f5eb5ed7225528dfd62c81d137266a2c53 network default NAD default] DEL finished CNI request [tssc/test-tssc-subscriptions ce0dd7a3085e058b46775c084b39f6f5eb5ed7225528dfd62c81d137266a2c53 network default NAD default], result "{\"dns\":{}}", err I0703 22:07:06.442057 3314 obj_retry.go:466] Detected object tssc/test-tssc-subscriptions of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:06.442096 3314 pods.go:174] Deleting pod: tssc/test-tssc-subscriptions I0703 22:07:06.443472 3314 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-subscriptions, ips: 10.128.0.22 I0703 22:07:06.443510 3314 obj_retry.go:466] Detected object tssc/test-tssc-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:06.464407 3314 obj_retry.go:460] Detected object tssc/test-tssc-subscriptions of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:06.464432 3314 obj_retry.go:460] Detected object tssc/test-tssc-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:06.475334 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-subscriptions I0703 22:07:06.475387 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-subscriptions I0703 22:07:06.776414 3314 base_network_controller_pods.go:477] [default/openshift-operators/openshift-pipelines-operator-6475d5c7f4-bnw2d] creating logical port openshift-operators_openshift-pipelines-operator-6475d5c7f4-bnw2d for pod on switch ip-10-0-2-164.ec2.internal I0703 22:07:06.776582 3314 kube.go:317] Updating pod openshift-operators/openshift-pipelines-operator-6475d5c7f4-bnw2d I0703 22:07:06.801508 3314 pod.go:62] [openshift-operators/openshift-pipelines-operator-6475d5c7f4-bnw2d] pod update took 24.952129ms I0703 22:07:06.801533 3314 base_network_controller_pods.go:921] [default/openshift-operators/openshift-pipelines-operator-6475d5c7f4-bnw2d] addLogicalPort annotation time took 24.981304ms I0703 22:07:06.802720 3314 pods.go:252] [openshift-operators/openshift-pipelines-operator-6475d5c7f4-bnw2d] addLogicalPort took 26.333265ms, libovsdb time 847.821µs I0703 22:07:06.833359 3314 base_network_controller_pods.go:477] [default/openshift-operators/tekton-operator-webhook-659b8f4744-qcsh2] creating logical port openshift-operators_tekton-operator-webhook-659b8f4744-qcsh2 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:07:06.833479 3314 kube.go:317] Updating pod openshift-operators/tekton-operator-webhook-659b8f4744-qcsh2 I0703 22:07:06.856378 3314 pod.go:62] [openshift-operators/tekton-operator-webhook-659b8f4744-qcsh2] pod update took 22.941735ms I0703 22:07:06.856445 3314 base_network_controller_pods.go:921] [default/openshift-operators/tekton-operator-webhook-659b8f4744-qcsh2] addLogicalPort annotation time took 23.010482ms I0703 22:07:06.857676 3314 pods.go:252] [openshift-operators/tekton-operator-webhook-659b8f4744-qcsh2] addLogicalPort took 24.327464ms, libovsdb time 751.218µs I0703 22:07:07.218828 3314 cni.go:312] [openshift-operators/tekton-operator-webhook-659b8f4744-qcsh2 dfddcfae712b7029b4a492947922de4a3737bc336fde63150fdb56a05ae81b35 network default NAD default] ADD starting CNI request [openshift-operators/tekton-operator-webhook-659b8f4744-qcsh2 dfddcfae712b7029b4a492947922de4a3737bc336fde63150fdb56a05ae81b35 network default NAD default] I0703 22:07:07.220561 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:07.220631 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:07.227452 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-operators, podName: tekton-operator-webhook-659b8f4744-qcsh2, hostIfaceName: dfddcfae712b702, network: default, NAD default, SandboxID: "dfddcfae712b7029b4a492947922de4a3737bc336fde63150fdb56a05ae81b35", PCI device ID: , UID: "59d3cfbd-7529-4498-9da8-b2ec544f2a9c", MAC: 0a:58:0a:80:00:18, IPs: [10.128.0.24/23] I0703 22:07:07.267405 3314 cni.go:333] [openshift-operators/tekton-operator-webhook-659b8f4744-qcsh2 dfddcfae712b7029b4a492947922de4a3737bc336fde63150fdb56a05ae81b35 network default NAD default] ADD finished CNI request [openshift-operators/tekton-operator-webhook-659b8f4744-qcsh2 dfddcfae712b7029b4a492947922de4a3737bc336fde63150fdb56a05ae81b35 network default NAD default], result "{\"interfaces\":[{\"name\":\"dfddcfae712b702\",\"mac\":\"ae:01:05:0d:53:88\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:18\",\"sandbox\":\"/var/run/netns/60761892-498e-4925-a5f2-34f10b5f49c2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.24/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:07.433707 3314 cni.go:312] [openshift-operators/openshift-pipelines-operator-6475d5c7f4-bnw2d ea0b918369b64e3494b95bf70831ea92795a3b0fc6dda4f5a27afcd53b30eafa network default NAD default] ADD starting CNI request [openshift-operators/openshift-pipelines-operator-6475d5c7f4-bnw2d ea0b918369b64e3494b95bf70831ea92795a3b0fc6dda4f5a27afcd53b30eafa network default NAD default] I0703 22:07:07.436377 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:07.436402 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:07.441541 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-operators, podName: openshift-pipelines-operator-6475d5c7f4-bnw2d, hostIfaceName: ea0b918369b64e3, network: default, NAD default, SandboxID: "ea0b918369b64e3494b95bf70831ea92795a3b0fc6dda4f5a27afcd53b30eafa", PCI device ID: , UID: "70b58ada-675e-4513-b57f-34507808ad38", MAC: 0a:58:0a:80:00:17, IPs: [10.128.0.23/23] I0703 22:07:07.481280 3314 cni.go:333] [openshift-operators/openshift-pipelines-operator-6475d5c7f4-bnw2d ea0b918369b64e3494b95bf70831ea92795a3b0fc6dda4f5a27afcd53b30eafa network default NAD default] ADD finished CNI request [openshift-operators/openshift-pipelines-operator-6475d5c7f4-bnw2d ea0b918369b64e3494b95bf70831ea92795a3b0fc6dda4f5a27afcd53b30eafa network default NAD default], result "{\"interfaces\":[{\"name\":\"ea0b918369b64e3\",\"mac\":\"be:59:c7:19:e9:5b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:17\",\"sandbox\":\"/var/run/netns/7c0faede-f63a-4892-8334-6175fca39162\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.23/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:08.167262 3314 namespace.go:92] [openshift-gitops] adding namespace I0703 22:07:08.168449 3314 namespace.go:96] [openshift-gitops] adding namespace took 1.153945ms I0703 22:07:08.240899 3314 namespace.go:136] [openshift-gitops] updating namespace I0703 22:07:08.302126 3314 namespace.go:136] [openshift-gitops] updating namespace I0703 22:07:08.467382 3314 namespace.go:136] [tssc-gitops] updating namespace I0703 22:07:08.738559 3314 base_network_controller_pods.go:477] [default/openshift-gitops/cluster-5877c478c5-4x7xd] creating logical port openshift-gitops_cluster-5877c478c5-4x7xd for pod on switch ip-10-0-2-164.ec2.internal I0703 22:07:08.738709 3314 kube.go:317] Updating pod openshift-gitops/cluster-5877c478c5-4x7xd I0703 22:07:08.766578 3314 pod.go:62] [openshift-gitops/cluster-5877c478c5-4x7xd] pod update took 27.932026ms I0703 22:07:08.766896 3314 base_network_controller_pods.go:921] [default/openshift-gitops/cluster-5877c478c5-4x7xd] addLogicalPort annotation time took 28.242239ms I0703 22:07:08.768621 3314 pods.go:252] [openshift-gitops/cluster-5877c478c5-4x7xd] addLogicalPort took 30.06918ms, libovsdb time 1.162561ms I0703 22:07:08.821103 3314 namespace.go:136] [tssc-gitops] updating namespace I0703 22:07:09.013471 3314 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-post-deploy-9bcd8] creating logical port tssc-gitops_tssc-gitops-post-deploy-9bcd8 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:07:09.013584 3314 kube.go:317] Updating pod tssc-gitops/tssc-gitops-post-deploy-9bcd8 I0703 22:07:09.034813 3314 pod.go:62] [tssc-gitops/tssc-gitops-post-deploy-9bcd8] pod update took 21.265562ms I0703 22:07:09.034904 3314 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-post-deploy-9bcd8] addLogicalPort annotation time took 21.359829ms I0703 22:07:09.036801 3314 pods.go:252] [tssc-gitops/tssc-gitops-post-deploy-9bcd8] addLogicalPort took 23.372519ms, libovsdb time 1.295061ms I0703 22:07:09.248807 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::ac01:5ff:fe0d:5388/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:09.248904 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::bc59:c7ff:fe19:e95b/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:09.819985 3314 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-server-5f9785c7f4-j272j] creating logical port openshift-gitops_openshift-gitops-server-5f9785c7f4-j272j for pod on switch ip-10-0-2-164.ec2.internal I0703 22:07:09.820101 3314 kube.go:317] Updating pod openshift-gitops/openshift-gitops-server-5f9785c7f4-j272j I0703 22:07:09.839936 3314 pod.go:62] [openshift-gitops/openshift-gitops-server-5f9785c7f4-j272j] pod update took 19.86641ms I0703 22:07:09.840009 3314 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-server-5f9785c7f4-j272j] addLogicalPort annotation time took 19.947103ms I0703 22:07:09.841546 3314 pods.go:252] [openshift-gitops/openshift-gitops-server-5f9785c7f4-j272j] addLogicalPort took 21.575032ms, libovsdb time 1.022482ms I0703 22:07:10.113947 3314 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-network-policy for network default I0703 22:07:10.115225 3314 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} I0703 22:07:10.116183 3314 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} I0703 22:07:10.116999 3314 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},} I0703 22:07:10.117015 3314 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-redis-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},}] I0703 22:07:10.119129 3314 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-network-policy resources completed, update namespace loglevel I0703 22:07:10.123976 3314 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-ha-network-policy for network default I0703 22:07:10.124075 3314 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-redis-ha-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},}] I0703 22:07:10.124869 3314 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0703 22:07:10.136304 3314 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-dex-server-network-policy for network default I0703 22:07:10.136386 3314 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-dex-server-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},}] I0703 22:07:10.147104 3314 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-dex-server-network-policy resources completed, update namespace loglevel I0703 22:07:10.147134 3314 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy for network default I0703 22:07:10.147149 3314 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy added to peer address sets [] I0703 22:07:10.158226 3314 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy resources completed, update namespace loglevel I0703 22:07:10.158794 3314 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-server-network-policy for network default I0703 22:07:10.158835 3314 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-server-network-policy added to peer address sets [] I0703 22:07:10.159830 3314 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-server-network-policy resources completed, update namespace loglevel I0703 22:07:10.167141 3314 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-application-controller-network-policy for network default I0703 22:07:10.167203 3314 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-application-controller-network-policy added to peer address sets [] I0703 22:07:10.177774 3314 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-application-controller-network-policy resources completed, update namespace loglevel I0703 22:07:10.179310 3314 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-repo-server-network-policy for network default I0703 22:07:10.179899 3314 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-notifications-controller,},} I0703 22:07:10.180420 3314 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} I0703 22:07:10.181381 3314 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-applicationset-controller,},} I0703 22:07:10.181405 3314 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-repo-server-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-notifications-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-applicationset-controller,},}] I0703 22:07:10.193344 3314 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-repo-server-network-policy resources completed, update namespace loglevel I0703 22:07:10.472007 3314 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-dex-server-8667fc9778-9qhw5] creating logical port openshift-gitops_openshift-gitops-dex-server-8667fc9778-9qhw5 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:07:10.472213 3314 kube.go:317] Updating pod openshift-gitops/openshift-gitops-dex-server-8667fc9778-9qhw5 I0703 22:07:10.491933 3314 pod.go:62] [openshift-gitops/openshift-gitops-dex-server-8667fc9778-9qhw5] pod update took 19.766153ms I0703 22:07:10.491955 3314 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-dex-server-8667fc9778-9qhw5] addLogicalPort annotation time took 19.794216ms I0703 22:07:10.493158 3314 pods.go:252] [openshift-gitops/openshift-gitops-dex-server-8667fc9778-9qhw5] addLogicalPort took 21.169439ms, libovsdb time 771.435µs I0703 22:07:10.623999 3314 cni.go:312] [openshift-gitops/openshift-gitops-server-5f9785c7f4-j272j 439977481dff4e2e92363ca484c2aee59988575f6e2317ec5577274ac2ba5384 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-server-5f9785c7f4-j272j 439977481dff4e2e92363ca484c2aee59988575f6e2317ec5577274ac2ba5384 network default NAD default] I0703 22:07:10.624270 3314 cni.go:312] [openshift-gitops/cluster-5877c478c5-4x7xd 5ad9b8edac39d3dfb8d5cde435fcf2d64ce9c3464794982419e188354fb323b0 network default NAD default] ADD starting CNI request [openshift-gitops/cluster-5877c478c5-4x7xd 5ad9b8edac39d3dfb8d5cde435fcf2d64ce9c3464794982419e188354fb323b0 network default NAD default] I0703 22:07:10.625532 3314 cni.go:312] [tssc-gitops/tssc-gitops-post-deploy-9bcd8 7325567224d784856782859d1ec524b7b1f94c9808bb69c57d0df7dfe3a3d9bf network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-post-deploy-9bcd8 7325567224d784856782859d1ec524b7b1f94c9808bb69c57d0df7dfe3a3d9bf network default NAD default] I0703 22:07:10.628097 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:10.628120 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:10.637004 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: cluster-5877c478c5-4x7xd, hostIfaceName: 5ad9b8edac39d3d, network: default, NAD default, SandboxID: "5ad9b8edac39d3dfb8d5cde435fcf2d64ce9c3464794982419e188354fb323b0", PCI device ID: , UID: "7f404893-e84c-4c8d-bf62-4dfb874af33f", MAC: 0a:58:0a:80:00:19, IPs: [10.128.0.25/23] I0703 22:07:10.638752 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:10.638790 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:10.638803 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:10.638813 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:10.642482 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-post-deploy-9bcd8, hostIfaceName: 7325567224d7848, network: default, NAD default, SandboxID: "7325567224d784856782859d1ec524b7b1f94c9808bb69c57d0df7dfe3a3d9bf", PCI device ID: , UID: "f03b78ad-e036-4e28-b16c-7d8053eea954", MAC: 0a:58:0a:80:00:1a, IPs: [10.128.0.26/23] I0703 22:07:10.649174 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-server-5f9785c7f4-j272j, hostIfaceName: 439977481dff4e2, network: default, NAD default, SandboxID: "439977481dff4e2e92363ca484c2aee59988575f6e2317ec5577274ac2ba5384", PCI device ID: , UID: "e779429e-be1b-4c17-baa8-d2245e69dfd7", MAC: 0a:58:0a:80:00:1b, IPs: [10.128.0.27/23] I0703 22:07:10.700139 3314 cni.go:333] [openshift-gitops/cluster-5877c478c5-4x7xd 5ad9b8edac39d3dfb8d5cde435fcf2d64ce9c3464794982419e188354fb323b0 network default NAD default] ADD finished CNI request [openshift-gitops/cluster-5877c478c5-4x7xd 5ad9b8edac39d3dfb8d5cde435fcf2d64ce9c3464794982419e188354fb323b0 network default NAD default], result "{\"interfaces\":[{\"name\":\"5ad9b8edac39d3d\",\"mac\":\"5e:ba:f5:18:82:27\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:19\",\"sandbox\":\"/var/run/netns/78d43fee-a64e-4935-9149-23dd22f346a4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.25/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:10.827153 3314 cni.go:312] [openshift-gitops/openshift-gitops-dex-server-8667fc9778-9qhw5 f05d6cdcbbbd705e450ec44893ae83b480b78672498b5fc98eba92cc581460f7 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-dex-server-8667fc9778-9qhw5 f05d6cdcbbbd705e450ec44893ae83b480b78672498b5fc98eba92cc581460f7 network default NAD default] I0703 22:07:10.833007 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:10.833034 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:10.838327 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-dex-server-8667fc9778-9qhw5, hostIfaceName: f05d6cdcbbbd705, network: default, NAD default, SandboxID: "f05d6cdcbbbd705e450ec44893ae83b480b78672498b5fc98eba92cc581460f7", PCI device ID: , UID: "4251863d-98ff-45a0-8476-68a47ae8a4c2", MAC: 0a:58:0a:80:00:1c, IPs: [10.128.0.28/23] I0703 22:07:10.884290 3314 cni.go:333] [openshift-gitops/openshift-gitops-dex-server-8667fc9778-9qhw5 f05d6cdcbbbd705e450ec44893ae83b480b78672498b5fc98eba92cc581460f7 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-dex-server-8667fc9778-9qhw5 f05d6cdcbbbd705e450ec44893ae83b480b78672498b5fc98eba92cc581460f7 network default NAD default], result "{\"interfaces\":[{\"name\":\"f05d6cdcbbbd705\",\"mac\":\"f6:00:c0:b2:18:2f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1c\",\"sandbox\":\"/var/run/netns/9d033351-f2dc-4716-a204-a09e5a2753ea\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.28/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:10.929748 3314 cni.go:333] [openshift-gitops/openshift-gitops-server-5f9785c7f4-j272j 439977481dff4e2e92363ca484c2aee59988575f6e2317ec5577274ac2ba5384 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-server-5f9785c7f4-j272j 439977481dff4e2e92363ca484c2aee59988575f6e2317ec5577274ac2ba5384 network default NAD default], result "{\"interfaces\":[{\"name\":\"439977481dff4e2\",\"mac\":\"da:2e:9a:6d:6a:cf\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1b\",\"sandbox\":\"/var/run/netns/c2ad19fe-ef30-4405-9809-9595481ec77f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.27/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:10.931617 3314 cni.go:333] [tssc-gitops/tssc-gitops-post-deploy-9bcd8 7325567224d784856782859d1ec524b7b1f94c9808bb69c57d0df7dfe3a3d9bf network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-post-deploy-9bcd8 7325567224d784856782859d1ec524b7b1f94c9808bb69c57d0df7dfe3a3d9bf network default NAD default], result "{\"interfaces\":[{\"name\":\"7325567224d7848\",\"mac\":\"4a:d3:52:8c:ce:79\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1a\",\"sandbox\":\"/var/run/netns/991e7ff0-d753-4ace-a68f-0be19b4dae89\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.26/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:11.936901 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::5cba:f5ff:fe18:8227/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:11.998766 3314 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-repo-server-86d48cc6f4-v8f95] creating logical port tssc-gitops_tssc-gitops-repo-server-86d48cc6f4-v8f95 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:07:11.998904 3314 kube.go:317] Updating pod tssc-gitops/tssc-gitops-repo-server-86d48cc6f4-v8f95 I0703 22:07:12.000929 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::f400:c0ff:feb2:182f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:12.026301 3314 pod.go:62] [tssc-gitops/tssc-gitops-repo-server-86d48cc6f4-v8f95] pod update took 27.447584ms I0703 22:07:12.026326 3314 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-repo-server-86d48cc6f4-v8f95] addLogicalPort annotation time took 27.475906ms I0703 22:07:12.027911 3314 pods.go:252] [tssc-gitops/tssc-gitops-repo-server-86d48cc6f4-v8f95] addLogicalPort took 29.164112ms, libovsdb time 938.749µs I0703 22:07:12.045727 3314 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-network-policy for network default I0703 22:07:12.046462 3314 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} I0703 22:07:12.047687 3314 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} I0703 22:07:12.048334 3314 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},} I0703 22:07:12.048358 3314 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-redis-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},}] I0703 22:07:12.051835 3314 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-network-policy resources completed, update namespace loglevel I0703 22:07:12.061443 3314 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-ha-network-policy for network default I0703 22:07:12.061617 3314 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-redis-ha-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},}] I0703 22:07:12.062551 3314 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0703 22:07:12.074307 3314 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-dex-server-network-policy for network default I0703 22:07:12.074360 3314 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-dex-server-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},}] I0703 22:07:12.090494 3314 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-application-controller-0] creating logical port tssc-gitops_tssc-gitops-application-controller-0 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:07:12.094927 3314 kube.go:317] Updating pod tssc-gitops/tssc-gitops-application-controller-0 I0703 22:07:12.118531 3314 pod.go:62] [tssc-gitops/tssc-gitops-application-controller-0] pod update took 23.66425ms I0703 22:07:12.118560 3314 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-application-controller-0] addLogicalPort annotation time took 23.699542ms I0703 22:07:12.120481 3314 pods.go:252] [tssc-gitops/tssc-gitops-application-controller-0] addLogicalPort took 30.067425ms, libovsdb time 1.321729ms I0703 22:07:12.121122 3314 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-dex-server-network-policy resources completed, update namespace loglevel I0703 22:07:12.121194 3314 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy for network default I0703 22:07:12.121235 3314 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy added to peer address sets [] I0703 22:07:12.140838 3314 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy resources completed, update namespace loglevel I0703 22:07:12.140872 3314 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-server-network-policy for network default I0703 22:07:12.140890 3314 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-server-network-policy added to peer address sets [] I0703 22:07:12.141546 3314 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-server-network-policy resources completed, update namespace loglevel I0703 22:07:12.141573 3314 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-application-controller-network-policy for network default I0703 22:07:12.141583 3314 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-application-controller-network-policy added to peer address sets [] I0703 22:07:12.155852 3314 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-application-controller-network-policy resources completed, update namespace loglevel I0703 22:07:12.155929 3314 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-repo-server-network-policy for network default I0703 22:07:12.156986 3314 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-notifications-controller,},} I0703 22:07:12.157721 3314 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} I0703 22:07:12.158299 3314 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-applicationset-controller,},} I0703 22:07:12.158352 3314 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-repo-server-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-notifications-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-applicationset-controller,},}] I0703 22:07:12.177049 3314 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-repo-server-network-policy resources completed, update namespace loglevel I0703 22:07:12.386276 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::48d3:52ff:fe8c:ce79/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:12.512869 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::d82e:9aff:fe6d:6acf/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:14.233590 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:07:14.233784 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:07:15.081970 3314 cni.go:312] [tssc-gitops/tssc-gitops-application-controller-0 8ec14570c2c608bf37dd39c905e5bd4cc3da5e30a8ba8aa2be431a1b91ba2359 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-application-controller-0 8ec14570c2c608bf37dd39c905e5bd4cc3da5e30a8ba8aa2be431a1b91ba2359 network default NAD default] I0703 22:07:15.083994 3314 cni.go:312] [tssc-gitops/tssc-gitops-repo-server-86d48cc6f4-v8f95 7af85cdef62a4c05c5c3e1cf1adeefd9b137a15d99fb4305bb4b6e13dd7d2e84 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-repo-server-86d48cc6f4-v8f95 7af85cdef62a4c05c5c3e1cf1adeefd9b137a15d99fb4305bb4b6e13dd7d2e84 network default NAD default] I0703 22:07:15.085905 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:15.085988 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:15.092566 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:15.092682 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:15.095081 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-application-controller-0, hostIfaceName: 8ec14570c2c608b, network: default, NAD default, SandboxID: "8ec14570c2c608bf37dd39c905e5bd4cc3da5e30a8ba8aa2be431a1b91ba2359", PCI device ID: , UID: "8e5a5925-c60a-49b9-83fa-822d84dfffe5", MAC: 0a:58:0a:80:00:1e, IPs: [10.128.0.30/23] I0703 22:07:15.099957 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-repo-server-86d48cc6f4-v8f95, hostIfaceName: 7af85cdef62a4c0, network: default, NAD default, SandboxID: "7af85cdef62a4c05c5c3e1cf1adeefd9b137a15d99fb4305bb4b6e13dd7d2e84", PCI device ID: , UID: "5d5464fd-1ab1-4fab-81ce-e4281fedb1b8", MAC: 0a:58:0a:80:00:1d, IPs: [10.128.0.29/23] I0703 22:07:15.376588 3314 cni.go:333] [tssc-gitops/tssc-gitops-application-controller-0 8ec14570c2c608bf37dd39c905e5bd4cc3da5e30a8ba8aa2be431a1b91ba2359 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-application-controller-0 8ec14570c2c608bf37dd39c905e5bd4cc3da5e30a8ba8aa2be431a1b91ba2359 network default NAD default], result "{\"interfaces\":[{\"name\":\"8ec14570c2c608b\",\"mac\":\"0a:34:ec:ed:9d:9b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1e\",\"sandbox\":\"/var/run/netns/9c5c2a87-4b64-4228-b376-00ffcbe3d8df\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.30/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:15.413096 3314 cni.go:333] [tssc-gitops/tssc-gitops-repo-server-86d48cc6f4-v8f95 7af85cdef62a4c05c5c3e1cf1adeefd9b137a15d99fb4305bb4b6e13dd7d2e84 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-repo-server-86d48cc6f4-v8f95 7af85cdef62a4c05c5c3e1cf1adeefd9b137a15d99fb4305bb4b6e13dd7d2e84 network default NAD default], result "{\"interfaces\":[{\"name\":\"7af85cdef62a4c0\",\"mac\":\"9e:0f:5b:2a:8c:86\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1d\",\"sandbox\":\"/var/run/netns/e56d49ea-f38a-4dc1-b171-fe3e3e9d8f31\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.29/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:16.481860 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::9c0f:5bff:fe2a:8c86/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:16.672874 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::834:ecff:feed:9d9b/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:07:27.412883 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:07:27.412906 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:07:27.412912 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:07:27.751135 3314 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-nm9vp of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:27.751629 3314 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-nm9vp of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:27.751684 3314 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-nm9vp of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 22:07:27.751696 3314 base_network_controller_policy.go:635] Processing NetworkPolicy tssc-gitops/tssc-gitops-dex-server-network-policy to delete 1 local pods... I0703 22:07:28.254118 3314 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-nm9vp of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:28.254138 3314 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-nm9vp of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:28.254161 3314 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-nm9vp of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:28.262515 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.localPodSelector tssc-gitops/tssc-gitops-dex-server-79bcdc956f-nm9vp I0703 22:07:28.262542 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/tssc-gitops-dex-server-79bcdc956f-nm9vp I0703 22:07:28.262553 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/tssc-gitops-dex-server-79bcdc956f-nm9vp I0703 22:07:44.249893 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:07:44.249955 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:07:56.433407 3314 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-d4jm4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:56.433977 3314 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-d4jm4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:56.434027 3314 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-d4jm4 of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 22:07:56.434039 3314 base_network_controller_policy.go:635] Processing NetworkPolicy openshift-gitops/openshift-gitops-dex-server-network-policy to delete 1 local pods... I0703 22:07:57.368792 3314 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-d4jm4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:57.368816 3314 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-d4jm4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:57.368835 3314 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-d4jm4 of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:57.374337 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.localPodSelector openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-d4jm4 I0703 22:07:57.374367 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-d4jm4 I0703 22:07:57.374381 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-d4jm4 I0703 22:08:11.574993 3314 cni.go:312] [tssc-gitops/tssc-gitops-post-deploy-9bcd8 7325567224d784856782859d1ec524b7b1f94c9808bb69c57d0df7dfe3a3d9bf network default NAD default] DEL starting CNI request [tssc-gitops/tssc-gitops-post-deploy-9bcd8 7325567224d784856782859d1ec524b7b1f94c9808bb69c57d0df7dfe3a3d9bf network default NAD default] I0703 22:08:11.653591 3314 cni.go:333] [tssc-gitops/tssc-gitops-post-deploy-9bcd8 7325567224d784856782859d1ec524b7b1f94c9808bb69c57d0df7dfe3a3d9bf network default NAD default] DEL finished CNI request [tssc-gitops/tssc-gitops-post-deploy-9bcd8 7325567224d784856782859d1ec524b7b1f94c9808bb69c57d0df7dfe3a3d9bf network default NAD default], result "{\"dns\":{}}", err I0703 22:08:11.722490 3314 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-9bcd8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:11.722528 3314 pods.go:174] Deleting pod: tssc-gitops/tssc-gitops-post-deploy-9bcd8 I0703 22:08:11.724015 3314 pods.go:217] Attempting to release IPs for pod: tssc-gitops/tssc-gitops-post-deploy-9bcd8, ips: 10.128.0.26 I0703 22:08:11.724042 3314 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-9bcd8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:12.760342 3314 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-9bcd8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:12.760403 3314 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-9bcd8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:12.967728 3314 base_network_controller_pods.go:477] [default/tssc-gitops/test-tssc-gitops] creating logical port tssc-gitops_test-tssc-gitops for pod on switch ip-10-0-2-164.ec2.internal I0703 22:08:12.967835 3314 kube.go:317] Updating pod tssc-gitops/test-tssc-gitops I0703 22:08:12.986191 3314 pod.go:62] [tssc-gitops/test-tssc-gitops] pod update took 18.387209ms I0703 22:08:12.986213 3314 base_network_controller_pods.go:921] [default/tssc-gitops/test-tssc-gitops] addLogicalPort annotation time took 18.412885ms I0703 22:08:12.987510 3314 pods.go:252] [tssc-gitops/test-tssc-gitops] addLogicalPort took 19.802607ms, libovsdb time 885.926µs I0703 22:08:13.323108 3314 cni.go:312] [tssc-gitops/test-tssc-gitops 2c557f355b68acacd7e4138b244c2b7a6ec3357ecefe1814bc5700b4926b1b71 network default NAD default] ADD starting CNI request [tssc-gitops/test-tssc-gitops 2c557f355b68acacd7e4138b244c2b7a6ec3357ecefe1814bc5700b4926b1b71 network default NAD default] I0703 22:08:13.324695 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:08:13.324771 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:08:13.333186 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: test-tssc-gitops, hostIfaceName: 2c557f355b68aca, network: default, NAD default, SandboxID: "2c557f355b68acacd7e4138b244c2b7a6ec3357ecefe1814bc5700b4926b1b71", PCI device ID: , UID: "f68bf320-c0cf-4fcf-9ce8-733a9f23526d", MAC: 0a:58:0a:80:00:1f, IPs: [10.128.0.31/23] I0703 22:08:13.375555 3314 cni.go:333] [tssc-gitops/test-tssc-gitops 2c557f355b68acacd7e4138b244c2b7a6ec3357ecefe1814bc5700b4926b1b71 network default NAD default] ADD finished CNI request [tssc-gitops/test-tssc-gitops 2c557f355b68acacd7e4138b244c2b7a6ec3357ecefe1814bc5700b4926b1b71 network default NAD default], result "{\"interfaces\":[{\"name\":\"2c557f355b68aca\",\"mac\":\"1e:ee:10:d7:06:56\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1f\",\"sandbox\":\"/var/run/netns/b1466cd4-e849-4abd-b24d-ccd6b340d1a7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.31/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:08:14.117555 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 0 items received I0703 22:08:14.271951 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:08:14.272016 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:08:14.977792 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::1cee:10ff:fed7:656/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:08:22.612793 3314 cni.go:312] [tssc-gitops/test-tssc-gitops 2c557f355b68acacd7e4138b244c2b7a6ec3357ecefe1814bc5700b4926b1b71 network default NAD default] DEL starting CNI request [tssc-gitops/test-tssc-gitops 2c557f355b68acacd7e4138b244c2b7a6ec3357ecefe1814bc5700b4926b1b71 network default NAD default] I0703 22:08:22.686908 3314 cni.go:333] [tssc-gitops/test-tssc-gitops 2c557f355b68acacd7e4138b244c2b7a6ec3357ecefe1814bc5700b4926b1b71 network default NAD default] DEL finished CNI request [tssc-gitops/test-tssc-gitops 2c557f355b68acacd7e4138b244c2b7a6ec3357ecefe1814bc5700b4926b1b71 network default NAD default], result "{\"dns\":{}}", err I0703 22:08:22.742209 3314 obj_retry.go:466] Detected object tssc-gitops/test-tssc-gitops of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:22.742297 3314 pods.go:174] Deleting pod: tssc-gitops/test-tssc-gitops I0703 22:08:22.743616 3314 pods.go:217] Attempting to release IPs for pod: tssc-gitops/test-tssc-gitops, ips: 10.128.0.31 I0703 22:08:22.743673 3314 obj_retry.go:466] Detected object tssc-gitops/test-tssc-gitops of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:22.770946 3314 obj_retry.go:460] Detected object tssc-gitops/test-tssc-gitops of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:22.770995 3314 obj_retry.go:460] Detected object tssc-gitops/test-tssc-gitops of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:22.784815 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/test-tssc-gitops I0703 22:08:22.784835 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/test-tssc-gitops I0703 22:08:22.990973 3314 namespace.go:136] [tssc-gitops] updating namespace I0703 22:08:23.002837 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 16 items received I0703 22:08:44.287268 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:08:44.287352 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:08:49.158946 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:08:49.158968 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:08:49.158975 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:08:59.290543 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:08:59.290572 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:08:59.290579 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:09:14.311982 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:09:14.312065 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:09:18.462815 3314 obj_retry.go:466] Detected object tssc/test-tssc-infrastructure of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:09:18.463467 3314 obj_retry.go:466] Detected object tssc/test-tssc-infrastructure of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:09:18.482880 3314 obj_retry.go:460] Detected object tssc/test-tssc-infrastructure of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:09:18.482910 3314 obj_retry.go:460] Detected object tssc/test-tssc-infrastructure of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:09:18.492844 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-infrastructure I0703 22:09:18.492903 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-infrastructure I0703 22:09:19.541247 3314 base_network_controller_pods.go:477] [default/tssc/test-tssc-iam] creating logical port tssc_test-tssc-iam for pod on switch ip-10-0-2-164.ec2.internal I0703 22:09:19.541335 3314 kube.go:317] Updating pod tssc/test-tssc-iam I0703 22:09:19.557537 3314 pod.go:62] [tssc/test-tssc-iam] pod update took 16.226043ms I0703 22:09:19.557561 3314 base_network_controller_pods.go:921] [default/tssc/test-tssc-iam] addLogicalPort annotation time took 16.253847ms I0703 22:09:19.558849 3314 pods.go:252] [tssc/test-tssc-iam] addLogicalPort took 17.622755ms, libovsdb time 865.369µs I0703 22:09:19.896092 3314 cni.go:312] [tssc/test-tssc-iam 325eec84a70f8b5660ed7c665402cf8501d3f09550d6ae9e8c470709e421c094 network default NAD default] ADD starting CNI request [tssc/test-tssc-iam 325eec84a70f8b5660ed7c665402cf8501d3f09550d6ae9e8c470709e421c094 network default NAD default] I0703 22:09:19.898717 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:09:19.898750 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:09:19.904818 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-iam, hostIfaceName: 325eec84a70f8b5, network: default, NAD default, SandboxID: "325eec84a70f8b5660ed7c665402cf8501d3f09550d6ae9e8c470709e421c094", PCI device ID: , UID: "49c3b010-e2e8-43af-9c35-01e62c25763d", MAC: 0a:58:0a:80:00:20, IPs: [10.128.0.32/23] I0703 22:09:20.154732 3314 cni.go:333] [tssc/test-tssc-iam 325eec84a70f8b5660ed7c665402cf8501d3f09550d6ae9e8c470709e421c094 network default NAD default] ADD finished CNI request [tssc/test-tssc-iam 325eec84a70f8b5660ed7c665402cf8501d3f09550d6ae9e8c470709e421c094 network default NAD default], result "{\"interfaces\":[{\"name\":\"325eec84a70f8b5\",\"mac\":\"02:4c:6f:a0:e4:82\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:20\",\"sandbox\":\"/var/run/netns/59ea2b95-81e6-449d-acd6-a73ad1ecad97\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.32/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:09:20.638248 3314 base_network_controller_policy.go:1172] Adding network policy tssc-keycloak/keycloak-network-policy for network default I0703 22:09:20.638849 3314 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-keycloak_LS{ML:{app: keycloak,app.kubernetes.io/instance: keycloak,app.kubernetes.io/managed-by: keycloak-operator,},} I0703 22:09:20.638871 3314 base_network_controller_policy.go:1047] Policy tssc-keycloak/keycloak-network-policy added to peer address sets [tssc-keycloak_LS{ML:{app: keycloak,app.kubernetes.io/instance: keycloak,app.kubernetes.io/managed-by: keycloak-operator,},}] I0703 22:09:20.641070 3314 base_network_controller_policy.go:1225] Create network policy tssc-keycloak/keycloak-network-policy resources completed, update namespace loglevel I0703 22:09:21.664820 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::4c:6fff:fea0:e482/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:09:44.333399 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:09:44.333493 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:09:45.011629 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 345 items received I0703 22:09:52.006432 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 56 items received I0703 22:09:58.090295 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 0 items received I0703 22:10:00.172759 3314 base_network_controller_pods.go:477] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29718610-k9qqw for pod on switch ip-10-0-2-164.ec2.internal I0703 22:10:00.172916 3314 kube.go:317] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw I0703 22:10:00.190123 3314 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw] pod update took 17.244205ms I0703 22:10:00.190146 3314 base_network_controller_pods.go:921] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw] addLogicalPort annotation time took 17.27064ms I0703 22:10:00.191465 3314 pods.go:252] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw] addLogicalPort took 18.737055ms, libovsdb time 919.492µs I0703 22:10:00.524842 3314 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw 42faaeaa561ee4be2b5e6e1b8c5f4de818fe9e3555297e040e212cdcd1b94776 network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw 42faaeaa561ee4be2b5e6e1b8c5f4de818fe9e3555297e040e212cdcd1b94776 network default NAD default] I0703 22:10:00.526522 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:00.526544 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:10:00.533059 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29718610-k9qqw, hostIfaceName: 42faaeaa561ee4b, network: default, NAD default, SandboxID: "42faaeaa561ee4be2b5e6e1b8c5f4de818fe9e3555297e040e212cdcd1b94776", PCI device ID: , UID: "e5c1e1a6-2c43-4628-a203-26e4ccd8ccb9", MAC: 0a:58:0a:80:00:21, IPs: [10.128.0.33/23] I0703 22:10:00.577591 3314 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw 42faaeaa561ee4be2b5e6e1b8c5f4de818fe9e3555297e040e212cdcd1b94776 network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw 42faaeaa561ee4be2b5e6e1b8c5f4de818fe9e3555297e040e212cdcd1b94776 network default NAD default], result "{\"interfaces\":[{\"name\":\"42faaeaa561ee4b\",\"mac\":\"2a:36:ab:05:93:85\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:21\",\"sandbox\":\"/var/run/netns/e722fd1e-d10d-413e-9948-819f808a9fff\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.33/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:10:01.792829 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::2836:abff:fe05:9385/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:03.926550 3314 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw 42faaeaa561ee4be2b5e6e1b8c5f4de818fe9e3555297e040e212cdcd1b94776 network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw 42faaeaa561ee4be2b5e6e1b8c5f4de818fe9e3555297e040e212cdcd1b94776 network default NAD default] I0703 22:10:03.991471 3314 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw 42faaeaa561ee4be2b5e6e1b8c5f4de818fe9e3555297e040e212cdcd1b94776 network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw 42faaeaa561ee4be2b5e6e1b8c5f4de818fe9e3555297e040e212cdcd1b94776 network default NAD default], result "{\"dns\":{}}", err I0703 22:10:04.032081 3314 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:04.032125 3314 pods.go:174] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw I0703 22:10:04.033645 3314 pods.go:217] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw, ips: 10.128.0.33 I0703 22:10:04.033702 3314 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:04.941224 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:04.941254 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:10.949506 3314 cni.go:312] [tssc/test-tssc-iam 325eec84a70f8b5660ed7c665402cf8501d3f09550d6ae9e8c470709e421c094 network default NAD default] DEL starting CNI request [tssc/test-tssc-iam 325eec84a70f8b5660ed7c665402cf8501d3f09550d6ae9e8c470709e421c094 network default NAD default] I0703 22:10:11.015376 3314 cni.go:333] [tssc/test-tssc-iam 325eec84a70f8b5660ed7c665402cf8501d3f09550d6ae9e8c470709e421c094 network default NAD default] DEL finished CNI request [tssc/test-tssc-iam 325eec84a70f8b5660ed7c665402cf8501d3f09550d6ae9e8c470709e421c094 network default NAD default], result "{\"dns\":{}}", err I0703 22:10:11.058949 3314 obj_retry.go:466] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:11.059042 3314 pods.go:174] Deleting pod: tssc/test-tssc-iam I0703 22:10:11.060448 3314 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-iam, ips: 10.128.0.32 I0703 22:10:11.060479 3314 obj_retry.go:466] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:11.080387 3314 obj_retry.go:460] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:11.080456 3314 obj_retry.go:460] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:11.087608 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0703 22:10:11.087692 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0703 22:10:11.879866 3314 base_network_controller_pods.go:477] [default/tssc-tas/test-tssc-tas] creating logical port tssc-tas_test-tssc-tas for pod on switch ip-10-0-2-164.ec2.internal I0703 22:10:11.880047 3314 kube.go:317] Updating pod tssc-tas/test-tssc-tas I0703 22:10:11.894623 3314 pod.go:62] [tssc-tas/test-tssc-tas] pod update took 14.606535ms I0703 22:10:11.894664 3314 base_network_controller_pods.go:921] [default/tssc-tas/test-tssc-tas] addLogicalPort annotation time took 14.638679ms I0703 22:10:11.896009 3314 pods.go:252] [tssc-tas/test-tssc-tas] addLogicalPort took 16.163988ms, libovsdb time 923.591µs I0703 22:10:12.230059 3314 cni.go:312] [tssc-tas/test-tssc-tas c4340765b2b30d0eb16f6a3cee04b535292c210184db2207f0e3ce3870cf41db network default NAD default] ADD starting CNI request [tssc-tas/test-tssc-tas c4340765b2b30d0eb16f6a3cee04b535292c210184db2207f0e3ce3870cf41db network default NAD default] I0703 22:10:12.232669 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:12.232764 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:10:12.238344 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: test-tssc-tas, hostIfaceName: c4340765b2b30d0, network: default, NAD default, SandboxID: "c4340765b2b30d0eb16f6a3cee04b535292c210184db2207f0e3ce3870cf41db", PCI device ID: , UID: "120c7a19-4ab3-4147-9020-0f756a2777ef", MAC: 0a:58:0a:80:00:22, IPs: [10.128.0.34/23] I0703 22:10:12.280423 3314 cni.go:333] [tssc-tas/test-tssc-tas c4340765b2b30d0eb16f6a3cee04b535292c210184db2207f0e3ce3870cf41db network default NAD default] ADD finished CNI request [tssc-tas/test-tssc-tas c4340765b2b30d0eb16f6a3cee04b535292c210184db2207f0e3ce3870cf41db network default NAD default], result "{\"interfaces\":[{\"name\":\"c4340765b2b30d0\",\"mac\":\"de:3c:7a:0c:3c:a9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:22\",\"sandbox\":\"/var/run/netns/a80b8a14-908b-4608-abc4-16ed45a5e65b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.34/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:10:13.504833 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::dc3c:7aff:fe0c:3ca9/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:13.707140 3314 base_network_controller_pods.go:477] [default/tssc-tas/ctlog-createtree-job-pt4q5-tbj7h] creating logical port tssc-tas_ctlog-createtree-job-pt4q5-tbj7h for pod on switch ip-10-0-2-164.ec2.internal I0703 22:10:13.707253 3314 kube.go:317] Updating pod tssc-tas/ctlog-createtree-job-pt4q5-tbj7h I0703 22:10:13.727402 3314 pod.go:62] [tssc-tas/ctlog-createtree-job-pt4q5-tbj7h] pod update took 20.167278ms I0703 22:10:13.727483 3314 base_network_controller_pods.go:921] [default/tssc-tas/ctlog-createtree-job-pt4q5-tbj7h] addLogicalPort annotation time took 20.252192ms I0703 22:10:13.728791 3314 pods.go:252] [tssc-tas/ctlog-createtree-job-pt4q5-tbj7h] addLogicalPort took 21.668582ms, libovsdb time 773.993µs I0703 22:10:13.995714 3314 base_network_controller_pods.go:477] [default/tssc-tas/trillian-logsigner-847c6ff9dd-6r7qm] creating logical port tssc-tas_trillian-logsigner-847c6ff9dd-6r7qm for pod on switch ip-10-0-2-164.ec2.internal I0703 22:10:13.995852 3314 kube.go:317] Updating pod tssc-tas/trillian-logsigner-847c6ff9dd-6r7qm I0703 22:10:14.017446 3314 pod.go:62] [tssc-tas/trillian-logsigner-847c6ff9dd-6r7qm] pod update took 21.621511ms I0703 22:10:14.017470 3314 base_network_controller_pods.go:921] [default/tssc-tas/trillian-logsigner-847c6ff9dd-6r7qm] addLogicalPort annotation time took 21.64722ms I0703 22:10:14.018633 3314 pods.go:252] [tssc-tas/trillian-logsigner-847c6ff9dd-6r7qm] addLogicalPort took 22.946116ms, libovsdb time 756.302µs I0703 22:10:14.355053 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:10:14.355137 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:10:14.384991 3314 cni.go:312] [tssc-tas/trillian-logsigner-847c6ff9dd-6r7qm d69581e1649d06e2d8be6a51156a1a877aa4169fd8e28535806d61f69527d488 network default NAD default] ADD starting CNI request [tssc-tas/trillian-logsigner-847c6ff9dd-6r7qm d69581e1649d06e2d8be6a51156a1a877aa4169fd8e28535806d61f69527d488 network default NAD default] I0703 22:10:14.386675 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:14.386741 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:10:14.393139 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: trillian-logsigner-847c6ff9dd-6r7qm, hostIfaceName: d69581e1649d06e, network: default, NAD default, SandboxID: "d69581e1649d06e2d8be6a51156a1a877aa4169fd8e28535806d61f69527d488", PCI device ID: , UID: "cb961092-52c4-44bf-9198-d789fa8f609e", MAC: 0a:58:0a:80:00:24, IPs: [10.128.0.36/23] I0703 22:10:14.434968 3314 cni.go:333] [tssc-tas/trillian-logsigner-847c6ff9dd-6r7qm d69581e1649d06e2d8be6a51156a1a877aa4169fd8e28535806d61f69527d488 network default NAD default] ADD finished CNI request [tssc-tas/trillian-logsigner-847c6ff9dd-6r7qm d69581e1649d06e2d8be6a51156a1a877aa4169fd8e28535806d61f69527d488 network default NAD default], result "{\"interfaces\":[{\"name\":\"d69581e1649d06e\",\"mac\":\"6e:99:97:46:84:ea\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:24\",\"sandbox\":\"/var/run/netns/294af8b1-b211-4bf6-a9e0-c96db8c505e3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.36/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:10:15.221905 3314 cni.go:312] [tssc-tas/ctlog-createtree-job-pt4q5-tbj7h d1d290dbc2e1503932bdf2f6cb27a6ddfd6ea834ccb6d2bffbb369aa75e622bc network default NAD default] ADD starting CNI request [tssc-tas/ctlog-createtree-job-pt4q5-tbj7h d1d290dbc2e1503932bdf2f6cb27a6ddfd6ea834ccb6d2bffbb369aa75e622bc network default NAD default] I0703 22:10:15.224383 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:15.224464 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:10:15.231406 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: ctlog-createtree-job-pt4q5-tbj7h, hostIfaceName: d1d290dbc2e1503, network: default, NAD default, SandboxID: "d1d290dbc2e1503932bdf2f6cb27a6ddfd6ea834ccb6d2bffbb369aa75e622bc", PCI device ID: , UID: "b0bf3d53-016e-4b5d-96c2-754687fc649f", MAC: 0a:58:0a:80:00:23, IPs: [10.128.0.35/23] I0703 22:10:15.287147 3314 cni.go:333] [tssc-tas/ctlog-createtree-job-pt4q5-tbj7h d1d290dbc2e1503932bdf2f6cb27a6ddfd6ea834ccb6d2bffbb369aa75e622bc network default NAD default] ADD finished CNI request [tssc-tas/ctlog-createtree-job-pt4q5-tbj7h d1d290dbc2e1503932bdf2f6cb27a6ddfd6ea834ccb6d2bffbb369aa75e622bc network default NAD default], result "{\"interfaces\":[{\"name\":\"d1d290dbc2e1503\",\"mac\":\"46:f9:61:0d:b9:67\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:23\",\"sandbox\":\"/var/run/netns/d8fb6e52-b7b6-4341-a882-9686ee2d82ea\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.35/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:10:16.192907 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::6c99:97ff:fe46:84ea/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:16.512851 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::44f9:61ff:fe0d:b967/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:22.111303 3314 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 3 items received I0703 22:10:22.718203 3314 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-z6562 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:22.718762 3314 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-z6562 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:23.619510 3314 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-z6562 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:23.619587 3314 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-z6562 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0703 22:10:31.043018 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:10:31.043044 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:10:31.043051 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:10:35.146382 3314 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-q2k95-sxcqg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:35.146960 3314 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-q2k95-sxcqg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:36.066143 3314 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-q2k95-sxcqg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:36.066201 3314 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-q2k95-sxcqg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:44.373833 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:10:44.373890 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:11:10.108753 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 4 items received I0703 22:11:11.155754 3314 cni.go:312] [tssc-tas/test-tssc-tas c4340765b2b30d0eb16f6a3cee04b535292c210184db2207f0e3ce3870cf41db network default NAD default] DEL starting CNI request [tssc-tas/test-tssc-tas c4340765b2b30d0eb16f6a3cee04b535292c210184db2207f0e3ce3870cf41db network default NAD default] I0703 22:11:11.224269 3314 cni.go:333] [tssc-tas/test-tssc-tas c4340765b2b30d0eb16f6a3cee04b535292c210184db2207f0e3ce3870cf41db network default NAD default] DEL finished CNI request [tssc-tas/test-tssc-tas c4340765b2b30d0eb16f6a3cee04b535292c210184db2207f0e3ce3870cf41db network default NAD default], result "{\"dns\":{}}", err I0703 22:11:11.268092 3314 obj_retry.go:466] Detected object tssc-tas/test-tssc-tas of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:11.268177 3314 pods.go:174] Deleting pod: tssc-tas/test-tssc-tas I0703 22:11:11.269499 3314 pods.go:217] Attempting to release IPs for pod: tssc-tas/test-tssc-tas, ips: 10.128.0.34 I0703 22:11:11.269533 3314 obj_retry.go:466] Detected object tssc-tas/test-tssc-tas of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:11.310544 3314 obj_retry.go:460] Detected object tssc-tas/test-tssc-tas of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:11.310626 3314 obj_retry.go:460] Detected object tssc-tas/test-tssc-tas of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:11.317744 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tas/test-tssc-tas I0703 22:11:11.317813 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tas/test-tssc-tas I0703 22:11:12.014282 3314 base_network_controller_pods.go:477] [default/tssc/test-tssc-pipelines-config] creating logical port tssc_test-tssc-pipelines-config for pod on switch ip-10-0-2-164.ec2.internal I0703 22:11:12.014391 3314 kube.go:317] Updating pod tssc/test-tssc-pipelines-config I0703 22:11:12.030175 3314 pod.go:62] [tssc/test-tssc-pipelines-config] pod update took 15.812525ms I0703 22:11:12.030209 3314 base_network_controller_pods.go:921] [default/tssc/test-tssc-pipelines-config] addLogicalPort annotation time took 15.853355ms I0703 22:11:12.031465 3314 pods.go:252] [tssc/test-tssc-pipelines-config] addLogicalPort took 17.213414ms, libovsdb time 834.202µs I0703 22:11:12.369707 3314 cni.go:312] [tssc/test-tssc-pipelines-config f932ab52cbc1a7c6720de2f680e937d63fe221502fb858953ca38824a6ccf8a2 network default NAD default] ADD starting CNI request [tssc/test-tssc-pipelines-config f932ab52cbc1a7c6720de2f680e937d63fe221502fb858953ca38824a6ccf8a2 network default NAD default] I0703 22:11:12.372312 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:12.372340 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:12.379586 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-pipelines-config, hostIfaceName: f932ab52cbc1a7c, network: default, NAD default, SandboxID: "f932ab52cbc1a7c6720de2f680e937d63fe221502fb858953ca38824a6ccf8a2", PCI device ID: , UID: "70381621-22bc-4d9e-b635-5f5f9d8ef8a0", MAC: 0a:58:0a:80:00:25, IPs: [10.128.0.37/23] I0703 22:11:12.424720 3314 cni.go:333] [tssc/test-tssc-pipelines-config f932ab52cbc1a7c6720de2f680e937d63fe221502fb858953ca38824a6ccf8a2 network default NAD default] ADD finished CNI request [tssc/test-tssc-pipelines-config f932ab52cbc1a7c6720de2f680e937d63fe221502fb858953ca38824a6ccf8a2 network default NAD default], result "{\"interfaces\":[{\"name\":\"f932ab52cbc1a7c\",\"mac\":\"fe:08:15:b5:e9:2f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:25\",\"sandbox\":\"/var/run/netns/2bcde30a-be05-4d8e-819b-7289d9b15ada\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.37/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:13.324032 3314 namespace.go:92] [openshift-pipelines] adding namespace I0703 22:11:13.325052 3314 namespace.go:96] [openshift-pipelines] adding namespace took 996.867µs I0703 22:11:13.349560 3314 namespace.go:136] [openshift-pipelines] updating namespace I0703 22:11:13.920859 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::fc08:15ff:feb5:e92f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:14.201616 3314 namespace.go:136] [null] updating namespace I0703 22:11:14.399276 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:11:14.399341 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:11:14.402388 3314 namespace.go:136] [open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f] updating namespace I0703 22:11:14.805492 3314 namespace.go:136] [rhbk-operator] updating namespace I0703 22:11:15.003626 3314 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:11:15.206772 3314 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 22:11:15.403334 3314 namespace.go:136] [tssc] updating namespace I0703 22:11:15.607523 3314 namespace.go:136] [tssc-dh] updating namespace I0703 22:11:15.806937 3314 namespace.go:136] [tssc-gitops] updating namespace I0703 22:11:16.010269 3314 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:11:16.211955 3314 namespace.go:136] [tssc-tas] updating namespace I0703 22:11:16.417205 3314 namespace.go:136] [tssc-tpa] updating namespace I0703 22:11:16.554245 3314 namespace.go:136] [default] updating namespace I0703 22:11:16.564881 3314 namespace.go:136] [null] updating namespace I0703 22:11:16.579184 3314 namespace.go:136] [open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f] updating namespace I0703 22:11:16.588200 3314 namespace.go:136] [openshift] updating namespace I0703 22:11:16.607134 3314 namespace.go:136] [rhbk-operator] updating namespace I0703 22:11:16.621122 3314 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:11:16.634777 3314 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 22:11:16.649057 3314 namespace.go:136] [tssc] updating namespace I0703 22:11:16.666219 3314 namespace.go:136] [tssc-dh] updating namespace I0703 22:11:16.678492 3314 namespace.go:136] [tssc-gitops] updating namespace I0703 22:11:16.694097 3314 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:11:16.703203 3314 namespace.go:136] [tssc-tas] updating namespace I0703 22:11:16.724191 3314 namespace.go:136] [tssc-tpa] updating namespace I0703 22:11:16.781147 3314 namespace.go:136] [default] updating namespace I0703 22:11:16.874974 3314 namespace.go:136] [null] updating namespace I0703 22:11:16.980294 3314 namespace.go:136] [open-cluster-management-2ratrgbqcahncfuennn35j5p9hsprn7f] updating namespace I0703 22:11:17.076200 3314 namespace.go:136] [openshift] updating namespace I0703 22:11:17.175541 3314 namespace.go:136] [rhbk-operator] updating namespace I0703 22:11:17.275828 3314 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:11:17.374021 3314 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 22:11:17.472835 3314 namespace.go:136] [tssc] updating namespace I0703 22:11:17.573169 3314 namespace.go:136] [tssc-dh] updating namespace I0703 22:11:17.675521 3314 namespace.go:136] [tssc-gitops] updating namespace I0703 22:11:17.774989 3314 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:11:17.873744 3314 namespace.go:136] [tssc-tas] updating namespace I0703 22:11:17.973208 3314 namespace.go:136] [tssc-tpa] updating namespace I0703 22:11:18.244352 3314 namespace.go:136] [openshift-pipelines] updating namespace E0703 22:11:18.963695 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:11:19.389889 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:11:22.006856 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 94 items received I0703 22:11:24.079950 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 3 items received I0703 22:11:24.331630 3314 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-762k7-5tdp8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:24.332277 3314 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-762k7-5tdp8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:25.220690 3314 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-762k7-5tdp8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:25.220719 3314 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-762k7-5tdp8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:30.813856 3314 base_network_controller_pods.go:477] [default/tssc-tas/rekor-search-ui-769c498b5-ddx4f] creating logical port tssc-tas_rekor-search-ui-769c498b5-ddx4f for pod on switch ip-10-0-2-164.ec2.internal I0703 22:11:30.813990 3314 kube.go:317] Updating pod tssc-tas/rekor-search-ui-769c498b5-ddx4f I0703 22:11:30.830795 3314 pod.go:62] [tssc-tas/rekor-search-ui-769c498b5-ddx4f] pod update took 16.827574ms I0703 22:11:30.830819 3314 base_network_controller_pods.go:921] [default/tssc-tas/rekor-search-ui-769c498b5-ddx4f] addLogicalPort annotation time took 16.856788ms I0703 22:11:30.831953 3314 pods.go:252] [tssc-tas/rekor-search-ui-769c498b5-ddx4f] addLogicalPort took 18.116513ms, libovsdb time 744.822µs I0703 22:11:31.165138 3314 cni.go:312] [tssc-tas/rekor-search-ui-769c498b5-ddx4f fa7224185dc57d73f6dea6d77b8f1306958c19d24793a971fea1681cbe668b1e network default NAD default] ADD starting CNI request [tssc-tas/rekor-search-ui-769c498b5-ddx4f fa7224185dc57d73f6dea6d77b8f1306958c19d24793a971fea1681cbe668b1e network default NAD default] I0703 22:11:31.168022 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:31.168046 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:31.173903 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: rekor-search-ui-769c498b5-ddx4f, hostIfaceName: fa7224185dc57d7, network: default, NAD default, SandboxID: "fa7224185dc57d73f6dea6d77b8f1306958c19d24793a971fea1681cbe668b1e", PCI device ID: , UID: "8332fa4a-4b4a-4504-8786-dfd85c698fc8", MAC: 0a:58:0a:80:00:26, IPs: [10.128.0.38/23] I0703 22:11:31.218001 3314 cni.go:333] [tssc-tas/rekor-search-ui-769c498b5-ddx4f fa7224185dc57d73f6dea6d77b8f1306958c19d24793a971fea1681cbe668b1e network default NAD default] ADD finished CNI request [tssc-tas/rekor-search-ui-769c498b5-ddx4f fa7224185dc57d73f6dea6d77b8f1306958c19d24793a971fea1681cbe668b1e network default NAD default], result "{\"interfaces\":[{\"name\":\"fa7224185dc57d7\",\"mac\":\"b2:3c:89:4e:3e:80\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:26\",\"sandbox\":\"/var/run/netns/14165209-66ef-41ae-ba96-3d9a50ff42ea\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.38/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:32.006091 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 74 items received E0703 22:11:32.101522 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:11:32.101550 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:11:32.101557 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:11:32.480782 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::b03c:89ff:fe4e:3e80/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:42.259001 3314 cni.go:312] [tssc-tas/ctlog-createtree-job-pt4q5-tbj7h d1d290dbc2e1503932bdf2f6cb27a6ddfd6ea834ccb6d2bffbb369aa75e622bc network default NAD default] DEL starting CNI request [tssc-tas/ctlog-createtree-job-pt4q5-tbj7h d1d290dbc2e1503932bdf2f6cb27a6ddfd6ea834ccb6d2bffbb369aa75e622bc network default NAD default] I0703 22:11:42.326794 3314 cni.go:333] [tssc-tas/ctlog-createtree-job-pt4q5-tbj7h d1d290dbc2e1503932bdf2f6cb27a6ddfd6ea834ccb6d2bffbb369aa75e622bc network default NAD default] DEL finished CNI request [tssc-tas/ctlog-createtree-job-pt4q5-tbj7h d1d290dbc2e1503932bdf2f6cb27a6ddfd6ea834ccb6d2bffbb369aa75e622bc network default NAD default], result "{\"dns\":{}}", err I0703 22:11:42.393182 3314 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-pt4q5-tbj7h of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:42.393225 3314 pods.go:174] Deleting pod: tssc-tas/ctlog-createtree-job-pt4q5-tbj7h I0703 22:11:42.394748 3314 pods.go:217] Attempting to release IPs for pod: tssc-tas/ctlog-createtree-job-pt4q5-tbj7h, ips: 10.128.0.35 I0703 22:11:42.394785 3314 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-pt4q5-tbj7h of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:43.278890 3314 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-pt4q5-tbj7h of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:43.278911 3314 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-pt4q5-tbj7h of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:43.858620 3314 base_network_controller_pods.go:477] [default/tssc-tas/ctlog-5f458f86c9-qn4z9] creating logical port tssc-tas_ctlog-5f458f86c9-qn4z9 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:11:43.858768 3314 kube.go:317] Updating pod tssc-tas/ctlog-5f458f86c9-qn4z9 I0703 22:11:43.880437 3314 pod.go:62] [tssc-tas/ctlog-5f458f86c9-qn4z9] pod update took 21.69625ms I0703 22:11:43.880517 3314 base_network_controller_pods.go:921] [default/tssc-tas/ctlog-5f458f86c9-qn4z9] addLogicalPort annotation time took 21.776533ms I0703 22:11:43.881983 3314 pods.go:252] [tssc-tas/ctlog-5f458f86c9-qn4z9] addLogicalPort took 23.392459ms, libovsdb time 915.706µs I0703 22:11:44.210169 3314 cni.go:312] [tssc-tas/ctlog-5f458f86c9-qn4z9 0eaedc31ab675f1047b9d1a0e016073b731594169ff96cc5ea815317ca3c5ec4 network default NAD default] ADD starting CNI request [tssc-tas/ctlog-5f458f86c9-qn4z9 0eaedc31ab675f1047b9d1a0e016073b731594169ff96cc5ea815317ca3c5ec4 network default NAD default] I0703 22:11:44.211857 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:44.211884 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:44.219555 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: ctlog-5f458f86c9-qn4z9, hostIfaceName: 0eaedc31ab675f1, network: default, NAD default, SandboxID: "0eaedc31ab675f1047b9d1a0e016073b731594169ff96cc5ea815317ca3c5ec4", PCI device ID: , UID: "5e7413ec-9ba4-4ffe-a329-6069ff406556", MAC: 0a:58:0a:80:00:27, IPs: [10.128.0.39/23] I0703 22:11:44.262603 3314 cni.go:333] [tssc-tas/ctlog-5f458f86c9-qn4z9 0eaedc31ab675f1047b9d1a0e016073b731594169ff96cc5ea815317ca3c5ec4 network default NAD default] ADD finished CNI request [tssc-tas/ctlog-5f458f86c9-qn4z9 0eaedc31ab675f1047b9d1a0e016073b731594169ff96cc5ea815317ca3c5ec4 network default NAD default], result "{\"interfaces\":[{\"name\":\"0eaedc31ab675f1\",\"mac\":\"16:9c:9b:b4:c9:63\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:27\",\"sandbox\":\"/var/run/netns/f2aa8416-32f9-4b3a-9313-13ebe5d22915\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.39/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:44.416117 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:11:44.416177 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:11:45.473869 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::149c:9bff:feb4:c963/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:11:52.650486 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:11:52.650513 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:11:52.650522 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:12:02.839610 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:12:02.839644 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:12:02.839677 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:12:03.670461 3314 namespace.go:136] [openshift-pipelines] updating namespace I0703 22:12:03.670608 3314 namespace.go:136] [openshift-gitops] updating namespace I0703 22:12:11.530340 3314 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-k5v74-xqg66 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:11.530913 3314 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-k5v74-xqg66 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:12.407387 3314 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-k5v74-xqg66 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:12.407409 3314 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-k5v74-xqg66 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0703 22:12:13.218825 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:12:13.218848 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:12:13.218855 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:12:14.430920 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:12:14.430976 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:12:23.163177 3314 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-triggers-controller-84b9d75bcf-sbh7k] creating logical port openshift-pipelines_tekton-triggers-controller-84b9d75bcf-sbh7k for pod on switch ip-10-0-2-164.ec2.internal I0703 22:12:23.163277 3314 kube.go:317] Updating pod openshift-pipelines/tekton-triggers-controller-84b9d75bcf-sbh7k I0703 22:12:23.183312 3314 pod.go:62] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-sbh7k] pod update took 20.075488ms I0703 22:12:23.183394 3314 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-triggers-controller-84b9d75bcf-sbh7k] addLogicalPort annotation time took 20.161571ms I0703 22:12:23.184673 3314 pods.go:252] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-sbh7k] addLogicalPort took 21.495324ms, libovsdb time 873.458µs E0703 22:12:23.269420 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:12:23.269447 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:12:23.269456 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:12:23.518431 3314 cni.go:312] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-sbh7k d30c6ee918fcf0431309dec37b3ab38b83ccb0abee5fa45b4640a75a6f13f16d network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-sbh7k d30c6ee918fcf0431309dec37b3ab38b83ccb0abee5fa45b4640a75a6f13f16d network default NAD default] I0703 22:12:23.520211 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:23.520316 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:23.526669 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-controller-84b9d75bcf-sbh7k, hostIfaceName: d30c6ee918fcf04, network: default, NAD default, SandboxID: "d30c6ee918fcf0431309dec37b3ab38b83ccb0abee5fa45b4640a75a6f13f16d", PCI device ID: , UID: "8437cd96-9a8c-41b5-9d0a-4b9e6c93c0af", MAC: 0a:58:0a:80:00:28, IPs: [10.128.0.40/23] I0703 22:12:23.570089 3314 cni.go:333] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-sbh7k d30c6ee918fcf0431309dec37b3ab38b83ccb0abee5fa45b4640a75a6f13f16d network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-sbh7k d30c6ee918fcf0431309dec37b3ab38b83ccb0abee5fa45b4640a75a6f13f16d network default NAD default], result "{\"interfaces\":[{\"name\":\"d30c6ee918fcf04\",\"mac\":\"ea:7c:01:e6:a9:b9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:28\",\"sandbox\":\"/var/run/netns/b6152fd7-ea83-4ccd-8a20-089bf76fe362\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.40/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:25.088795 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: fe80::e87c:1ff:fee6:a9b9/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:35.436584 3314 cni.go:312] [tssc/test-tssc-pipelines-config f932ab52cbc1a7c6720de2f680e937d63fe221502fb858953ca38824a6ccf8a2 network default NAD default] DEL starting CNI request [tssc/test-tssc-pipelines-config f932ab52cbc1a7c6720de2f680e937d63fe221502fb858953ca38824a6ccf8a2 network default NAD default] I0703 22:12:35.507506 3314 cni.go:333] [tssc/test-tssc-pipelines-config f932ab52cbc1a7c6720de2f680e937d63fe221502fb858953ca38824a6ccf8a2 network default NAD default] DEL finished CNI request [tssc/test-tssc-pipelines-config f932ab52cbc1a7c6720de2f680e937d63fe221502fb858953ca38824a6ccf8a2 network default NAD default], result "{\"dns\":{}}", err I0703 22:12:35.555153 3314 obj_retry.go:466] Detected object tssc/test-tssc-pipelines-config of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:35.555193 3314 pods.go:174] Deleting pod: tssc/test-tssc-pipelines-config I0703 22:12:35.556991 3314 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-pipelines-config, ips: 10.128.0.37 I0703 22:12:35.557028 3314 obj_retry.go:466] Detected object tssc/test-tssc-pipelines-config of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:35.575571 3314 obj_retry.go:460] Detected object tssc/test-tssc-pipelines-config of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:35.575672 3314 obj_retry.go:460] Detected object tssc/test-tssc-pipelines-config of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:35.582767 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines-config I0703 22:12:35.582795 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines-config I0703 22:12:36.015459 3314 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-chains-controller-964487648-m7dw6] creating logical port openshift-pipelines_tekton-chains-controller-964487648-m7dw6 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:12:36.015593 3314 kube.go:317] Updating pod openshift-pipelines/tekton-chains-controller-964487648-m7dw6 I0703 22:12:36.034396 3314 pod.go:62] [openshift-pipelines/tekton-chains-controller-964487648-m7dw6] pod update took 18.832075ms I0703 22:12:36.034417 3314 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-chains-controller-964487648-m7dw6] addLogicalPort annotation time took 18.858052ms I0703 22:12:36.035607 3314 pods.go:252] [openshift-pipelines/tekton-chains-controller-964487648-m7dw6] addLogicalPort took 20.179455ms, libovsdb time 743.867µs I0703 22:12:36.368829 3314 cni.go:312] [openshift-pipelines/tekton-chains-controller-964487648-m7dw6 64f4730bb601cad73df36150cf311e56ba43a0cbbd913afc143d3a05e5cb79e7 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-chains-controller-964487648-m7dw6 64f4730bb601cad73df36150cf311e56ba43a0cbbd913afc143d3a05e5cb79e7 network default NAD default] I0703 22:12:36.370508 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:36.370598 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:36.379032 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-chains-controller-964487648-m7dw6, hostIfaceName: 64f4730bb601cad, network: default, NAD default, SandboxID: "64f4730bb601cad73df36150cf311e56ba43a0cbbd913afc143d3a05e5cb79e7", PCI device ID: , UID: "9e518bbe-fa6e-49e9-940b-dc2c68cc2d8e", MAC: 0a:58:0a:80:00:29, IPs: [10.128.0.41/23] I0703 22:12:36.423756 3314 cni.go:333] [openshift-pipelines/tekton-chains-controller-964487648-m7dw6 64f4730bb601cad73df36150cf311e56ba43a0cbbd913afc143d3a05e5cb79e7 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-chains-controller-964487648-m7dw6 64f4730bb601cad73df36150cf311e56ba43a0cbbd913afc143d3a05e5cb79e7 network default NAD default], result "{\"interfaces\":[{\"name\":\"64f4730bb601cad\",\"mac\":\"52:54:cf:43:b6:95\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:29\",\"sandbox\":\"/var/run/netns/21287ea2-0856-4e21-9f84-7eaccc9e603b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.41/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:38.080810 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: fe80::5054:cfff:fe43:b695/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:38.085367 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 5 items received I0703 22:12:41.219828 3314 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-mqq64 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:41.220328 3314 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-mqq64 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:41.891613 3314 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 22:12:42.240089 3314 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-mqq64 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:42.240145 3314 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-mqq64 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:42.243428 3314 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-results-watcher-894d59478-hnj79] creating logical port openshift-pipelines_tekton-results-watcher-894d59478-hnj79 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:12:42.243511 3314 kube.go:317] Updating pod openshift-pipelines/tekton-results-watcher-894d59478-hnj79 I0703 22:12:42.263908 3314 pod.go:62] [openshift-pipelines/tekton-results-watcher-894d59478-hnj79] pod update took 20.419928ms I0703 22:12:42.263932 3314 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-results-watcher-894d59478-hnj79] addLogicalPort annotation time took 20.44988ms I0703 22:12:42.265251 3314 pods.go:252] [openshift-pipelines/tekton-results-watcher-894d59478-hnj79] addLogicalPort took 21.847608ms, libovsdb time 908.605µs I0703 22:12:42.597889 3314 cni.go:312] [openshift-pipelines/tekton-results-watcher-894d59478-hnj79 f12e7ebfa67783e732867489373f46d580a87c6131af251e965d9330ee60ef07 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-watcher-894d59478-hnj79 f12e7ebfa67783e732867489373f46d580a87c6131af251e965d9330ee60ef07 network default NAD default] I0703 22:12:42.599623 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:42.599664 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:42.606643 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-watcher-894d59478-hnj79, hostIfaceName: f12e7ebfa67783e, network: default, NAD default, SandboxID: "f12e7ebfa67783e732867489373f46d580a87c6131af251e965d9330ee60ef07", PCI device ID: , UID: "4918cb47-5547-4d97-a473-25274d31a9a4", MAC: 0a:58:0a:80:00:2a, IPs: [10.128.0.42/23] I0703 22:12:42.652512 3314 cni.go:333] [openshift-pipelines/tekton-results-watcher-894d59478-hnj79 f12e7ebfa67783e732867489373f46d580a87c6131af251e965d9330ee60ef07 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-watcher-894d59478-hnj79 f12e7ebfa67783e732867489373f46d580a87c6131af251e965d9330ee60ef07 network default NAD default], result "{\"interfaces\":[{\"name\":\"f12e7ebfa67783e\",\"mac\":\"36:d1:ed:d0:96:4e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2a\",\"sandbox\":\"/var/run/netns/c9d6a599-034b-42e1-83d6-b059ee44f389\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.42/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:43.904819 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: fe80::34d1:edff:fed0:964e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:44.453949 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:12:44.454026 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:12:45.350909 3314 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-results-postgres-0] creating logical port openshift-pipelines_tekton-results-postgres-0 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:12:45.351023 3314 kube.go:317] Updating pod openshift-pipelines/tekton-results-postgres-0 I0703 22:12:45.365229 3314 pod.go:62] [openshift-pipelines/tekton-results-postgres-0] pod update took 14.235396ms I0703 22:12:45.365282 3314 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-results-postgres-0] addLogicalPort annotation time took 14.292663ms I0703 22:12:45.366948 3314 pods.go:252] [openshift-pipelines/tekton-results-postgres-0] addLogicalPort took 16.068782ms, libovsdb time 1.025476ms E0703 22:12:47.749374 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:12:47.749400 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:12:47.749408 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:12:53.289394 3314 obj_retry.go:466] Detected object tssc/test-tssc-pipelines of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:53.289932 3314 obj_retry.go:466] Detected object tssc/test-tssc-pipelines of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:53.313998 3314 obj_retry.go:460] Detected object tssc/test-tssc-pipelines of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:53.314027 3314 obj_retry.go:460] Detected object tssc/test-tssc-pipelines of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:53.319231 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines I0703 22:12:53.319254 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines I0703 22:12:53.885374 3314 base_network_controller_pods.go:477] [default/tssc-tpa/pre-install-tssc-tpa] creating logical port tssc-tpa_pre-install-tssc-tpa for pod on switch ip-10-0-2-164.ec2.internal I0703 22:12:53.885502 3314 kube.go:317] Updating pod tssc-tpa/pre-install-tssc-tpa I0703 22:12:53.899605 3314 pod.go:62] [tssc-tpa/pre-install-tssc-tpa] pod update took 14.125916ms I0703 22:12:53.899703 3314 base_network_controller_pods.go:921] [default/tssc-tpa/pre-install-tssc-tpa] addLogicalPort annotation time took 14.225177ms I0703 22:12:53.901209 3314 pods.go:252] [tssc-tpa/pre-install-tssc-tpa] addLogicalPort took 15.856432ms, libovsdb time 920.081µs E0703 22:12:54.049630 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:12:54.049676 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:12:54.049685 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:12:54.237545 3314 cni.go:312] [tssc-tpa/pre-install-tssc-tpa 3fc5b4f8f85267eb5f5e5a642a502b125689822f4db110a4f00eeea3f6f49bf5 network default NAD default] ADD starting CNI request [tssc-tpa/pre-install-tssc-tpa 3fc5b4f8f85267eb5f5e5a642a502b125689822f4db110a4f00eeea3f6f49bf5 network default NAD default] I0703 22:12:54.239887 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:54.239987 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:54.246834 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: pre-install-tssc-tpa, hostIfaceName: 3fc5b4f8f85267e, network: default, NAD default, SandboxID: "3fc5b4f8f85267eb5f5e5a642a502b125689822f4db110a4f00eeea3f6f49bf5", PCI device ID: , UID: "2c07e77f-ad41-4e84-b82b-71397d073634", MAC: 0a:58:0a:80:00:2c, IPs: [10.128.0.44/23] I0703 22:12:54.292498 3314 cni.go:333] [tssc-tpa/pre-install-tssc-tpa 3fc5b4f8f85267eb5f5e5a642a502b125689822f4db110a4f00eeea3f6f49bf5 network default NAD default] ADD finished CNI request [tssc-tpa/pre-install-tssc-tpa 3fc5b4f8f85267eb5f5e5a642a502b125689822f4db110a4f00eeea3f6f49bf5 network default NAD default], result "{\"interfaces\":[{\"name\":\"3fc5b4f8f85267e\",\"mac\":\"2e:04:31:ea:5b:d7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2c\",\"sandbox\":\"/var/run/netns/d1d65b4e-7170-44bd-8e13-00da4acffcc4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.44/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:54.716541 3314 cni.go:312] [openshift-pipelines/tekton-results-postgres-0 379f509cc4ee3c967f9d34c98e109d66651043e93a310000f5e08b9bdc54ec06 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-postgres-0 379f509cc4ee3c967f9d34c98e109d66651043e93a310000f5e08b9bdc54ec06 network default NAD default] I0703 22:12:54.719308 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:54.719469 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:54.726706 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-postgres-0, hostIfaceName: 379f509cc4ee3c9, network: default, NAD default, SandboxID: "379f509cc4ee3c967f9d34c98e109d66651043e93a310000f5e08b9bdc54ec06", PCI device ID: , UID: "c0c21c30-2817-4423-8c37-0145661ff544", MAC: 0a:58:0a:80:00:2b, IPs: [10.128.0.43/23] I0703 22:12:54.767945 3314 cni.go:333] [openshift-pipelines/tekton-results-postgres-0 379f509cc4ee3c967f9d34c98e109d66651043e93a310000f5e08b9bdc54ec06 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-postgres-0 379f509cc4ee3c967f9d34c98e109d66651043e93a310000f5e08b9bdc54ec06 network default NAD default], result "{\"interfaces\":[{\"name\":\"379f509cc4ee3c9\",\"mac\":\"b6:49:bd:8d:56:25\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2b\",\"sandbox\":\"/var/run/netns/c1a01031-249c-4164-aa8f-34ad4d10f85e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.43/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:55.489841 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: fe80::2c04:31ff:feea:5bd7/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:56.192925 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: fe80::b449:bdff:fe8d:5625/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:57.536680 3314 cni.go:312] [tssc-tpa/pre-install-tssc-tpa 3fc5b4f8f85267eb5f5e5a642a502b125689822f4db110a4f00eeea3f6f49bf5 network default NAD default] DEL starting CNI request [tssc-tpa/pre-install-tssc-tpa 3fc5b4f8f85267eb5f5e5a642a502b125689822f4db110a4f00eeea3f6f49bf5 network default NAD default] I0703 22:12:57.623090 3314 cni.go:333] [tssc-tpa/pre-install-tssc-tpa 3fc5b4f8f85267eb5f5e5a642a502b125689822f4db110a4f00eeea3f6f49bf5 network default NAD default] DEL finished CNI request [tssc-tpa/pre-install-tssc-tpa 3fc5b4f8f85267eb5f5e5a642a502b125689822f4db110a4f00eeea3f6f49bf5 network default NAD default], result "{\"dns\":{}}", err I0703 22:12:58.899272 3314 obj_retry.go:466] Detected object tssc-tpa/pre-install-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:58.899370 3314 pods.go:174] Deleting pod: tssc-tpa/pre-install-tssc-tpa I0703 22:12:58.901262 3314 pods.go:217] Attempting to release IPs for pod: tssc-tpa/pre-install-tssc-tpa, ips: 10.128.0.44 I0703 22:12:58.901297 3314 obj_retry.go:466] Detected object tssc-tpa/pre-install-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:58.920550 3314 obj_retry.go:460] Detected object tssc-tpa/pre-install-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:58.920612 3314 obj_retry.go:460] Detected object tssc-tpa/pre-install-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:58.926432 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/pre-install-tssc-tpa I0703 22:12:58.926504 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/pre-install-tssc-tpa I0703 22:12:59.129942 3314 base_network_controller_pods.go:477] [default/tssc-tpa/test-tssc-tpa] creating logical port tssc-tpa_test-tssc-tpa for pod on switch ip-10-0-2-164.ec2.internal I0703 22:12:59.130132 3314 kube.go:317] Updating pod tssc-tpa/test-tssc-tpa I0703 22:12:59.144969 3314 pod.go:62] [tssc-tpa/test-tssc-tpa] pod update took 14.876974ms I0703 22:12:59.145048 3314 base_network_controller_pods.go:921] [default/tssc-tpa/test-tssc-tpa] addLogicalPort annotation time took 14.962457ms I0703 22:12:59.146454 3314 pods.go:252] [tssc-tpa/test-tssc-tpa] addLogicalPort took 16.54532ms, libovsdb time 915.363µs I0703 22:12:59.607540 3314 cni.go:312] [tssc-tpa/test-tssc-tpa 6673fa6d7a83722b40968db690b628e2b9e010927f4edcc11220bf4fcef8c8c5 network default NAD default] ADD starting CNI request [tssc-tpa/test-tssc-tpa 6673fa6d7a83722b40968db690b628e2b9e010927f4edcc11220bf4fcef8c8c5 network default NAD default] I0703 22:12:59.610203 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:59.610285 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:59.615602 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: test-tssc-tpa, hostIfaceName: 6673fa6d7a83722, network: default, NAD default, SandboxID: "6673fa6d7a83722b40968db690b628e2b9e010927f4edcc11220bf4fcef8c8c5", PCI device ID: , UID: "a6ebedda-c880-4018-afd7-69b2ebfb6a0b", MAC: 0a:58:0a:80:00:2d, IPs: [10.128.0.45/23] I0703 22:12:59.868173 3314 cni.go:333] [tssc-tpa/test-tssc-tpa 6673fa6d7a83722b40968db690b628e2b9e010927f4edcc11220bf4fcef8c8c5 network default NAD default] ADD finished CNI request [tssc-tpa/test-tssc-tpa 6673fa6d7a83722b40968db690b628e2b9e010927f4edcc11220bf4fcef8c8c5 network default NAD default], result "{\"interfaces\":[{\"name\":\"6673fa6d7a83722\",\"mac\":\"2a:71:5a:4f:62:39\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2d\",\"sandbox\":\"/var/run/netns/6cabff49-824a-4a43-aa8f-881526a63fbf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.45/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:13:00.576200 3314 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 22:13:00.737860 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: fe80::2871:5aff:fe4f:6239/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:13:04.257243 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:13:04.257325 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:13:04.257338 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:13:06.362057 3314 obj_retry.go:466] Detected object tssc-tpa/create-db-hpk66 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:06.362738 3314 obj_retry.go:466] Detected object tssc-tpa/create-db-hpk66 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:07.385355 3314 obj_retry.go:460] Detected object tssc-tpa/create-db-hpk66 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:07.385458 3314 obj_retry.go:460] Detected object tssc-tpa/create-db-hpk66 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:10.361763 3314 obj_retry.go:466] Detected object tssc-tpa/migrate-db-4grb7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:10.362356 3314 obj_retry.go:466] Detected object tssc-tpa/migrate-db-4grb7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:10.517183 3314 obj_retry.go:460] Detected object tssc-tpa/migrate-db-4grb7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:10.517215 3314 obj_retry.go:460] Detected object tssc-tpa/migrate-db-4grb7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:13.378741 3314 obj_retry.go:466] Detected object tssc-tpa/create-importers-chbjs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:13.379364 3314 obj_retry.go:466] Detected object tssc-tpa/create-importers-chbjs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:14.398990 3314 obj_retry.go:460] Detected object tssc-tpa/create-importers-chbjs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:14.399019 3314 obj_retry.go:460] Detected object tssc-tpa/create-importers-chbjs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:14.475530 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:13:14.475606 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:13:19.007511 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 153 items received E0703 22:13:24.624996 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:13:24.625026 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:13:24.625033 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:13:28.100090 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 5 items received I0703 22:13:33.143755 3314 base_network_controller_pods.go:477] [default/openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-p26gv] creating logical port openshift-pipelines_pipelines-as-code-webhook-66d77d84dd-p26gv for pod on switch ip-10-0-2-164.ec2.internal I0703 22:13:33.143855 3314 kube.go:317] Updating pod openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-p26gv I0703 22:13:33.157234 3314 pod.go:62] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-p26gv] pod update took 13.411968ms I0703 22:13:33.157260 3314 base_network_controller_pods.go:921] [default/openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-p26gv] addLogicalPort annotation time took 13.439149ms I0703 22:13:33.158672 3314 pods.go:252] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-p26gv] addLogicalPort took 14.953289ms, libovsdb time 947.761µs I0703 22:13:33.495154 3314 cni.go:312] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-p26gv 2e456d2e2651aa3769b4e18cd723de9e0fc7ae5eedff2661d39aed79c95ba848 network default NAD default] ADD starting CNI request [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-p26gv 2e456d2e2651aa3769b4e18cd723de9e0fc7ae5eedff2661d39aed79c95ba848 network default NAD default] I0703 22:13:33.497885 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:13:33.497975 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:13:33.503755 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: pipelines-as-code-webhook-66d77d84dd-p26gv, hostIfaceName: 2e456d2e2651aa3, network: default, NAD default, SandboxID: "2e456d2e2651aa3769b4e18cd723de9e0fc7ae5eedff2661d39aed79c95ba848", PCI device ID: , UID: "62c42cff-74e8-48d5-8f48-caa43b8754a3", MAC: 0a:58:0a:80:00:2e, IPs: [10.128.0.46/23] I0703 22:13:33.754710 3314 cni.go:333] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-p26gv 2e456d2e2651aa3769b4e18cd723de9e0fc7ae5eedff2661d39aed79c95ba848 network default NAD default] ADD finished CNI request [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-p26gv 2e456d2e2651aa3769b4e18cd723de9e0fc7ae5eedff2661d39aed79c95ba848 network default NAD default], result "{\"interfaces\":[{\"name\":\"2e456d2e2651aa3\",\"mac\":\"ca:96:22:65:54:b6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2e\",\"sandbox\":\"/var/run/netns/df7f599b-0738-4501-b2c6-717b7f9697e9\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.46/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:13:35.168826 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: fe80::c896:22ff:fe65:54b6/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:13:44.502565 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:13:44.502618 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:13:46.693550 3314 cni.go:312] [tssc-tpa/test-tssc-tpa 6673fa6d7a83722b40968db690b628e2b9e010927f4edcc11220bf4fcef8c8c5 network default NAD default] DEL starting CNI request [tssc-tpa/test-tssc-tpa 6673fa6d7a83722b40968db690b628e2b9e010927f4edcc11220bf4fcef8c8c5 network default NAD default] I0703 22:13:46.766092 3314 cni.go:333] [tssc-tpa/test-tssc-tpa 6673fa6d7a83722b40968db690b628e2b9e010927f4edcc11220bf4fcef8c8c5 network default NAD default] DEL finished CNI request [tssc-tpa/test-tssc-tpa 6673fa6d7a83722b40968db690b628e2b9e010927f4edcc11220bf4fcef8c8c5 network default NAD default], result "{\"dns\":{}}", err I0703 22:13:46.816710 3314 obj_retry.go:466] Detected object tssc-tpa/test-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:46.816791 3314 pods.go:174] Deleting pod: tssc-tpa/test-tssc-tpa I0703 22:13:46.818254 3314 pods.go:217] Attempting to release IPs for pod: tssc-tpa/test-tssc-tpa, ips: 10.128.0.45 I0703 22:13:46.818289 3314 obj_retry.go:466] Detected object tssc-tpa/test-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:46.871330 3314 obj_retry.go:460] Detected object tssc-tpa/test-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:46.871401 3314 obj_retry.go:460] Detected object tssc-tpa/test-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:46.878116 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/test-tssc-tpa I0703 22:13:46.878143 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/test-tssc-tpa I0703 22:13:47.719550 3314 namespace.go:92] [tssc-app-ci] adding namespace I0703 22:13:47.720460 3314 namespace.go:96] [tssc-app-ci] adding namespace took 837.155µs I0703 22:13:47.723524 3314 namespace.go:92] [tssc-app-development] adding namespace I0703 22:13:47.723595 3314 namespace.go:92] [tssc-app-prod] adding namespace I0703 22:13:47.723613 3314 namespace.go:92] [tssc-app-stage] adding namespace I0703 22:13:47.724237 3314 namespace.go:96] [tssc-app-development] adding namespace took 653.824µs I0703 22:13:47.725070 3314 namespace.go:96] [tssc-app-prod] adding namespace took 1.457029ms I0703 22:13:47.725760 3314 namespace.go:96] [tssc-app-stage] adding namespace took 2.135271ms I0703 22:13:47.760226 3314 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:13:47.792463 3314 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:13:47.820854 3314 namespace.go:136] [tssc-app-development] updating namespace I0703 22:13:47.875338 3314 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:13:47.888032 3314 namespace.go:136] [tssc-app-development] updating namespace I0703 22:13:47.910177 3314 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:13:47.917633 3314 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:13:47.934477 3314 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:13:48.069369 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/patch-serviceaccounts] creating logical port tssc-app-ci_patch-serviceaccounts for pod on switch ip-10-0-2-164.ec2.internal I0703 22:13:48.069449 3314 kube.go:317] Updating pod tssc-app-ci/patch-serviceaccounts I0703 22:13:48.085728 3314 pod.go:62] [tssc-app-ci/patch-serviceaccounts] pod update took 16.29881ms I0703 22:13:48.085752 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/patch-serviceaccounts] addLogicalPort annotation time took 16.326657ms I0703 22:13:48.087324 3314 pods.go:252] [tssc-app-ci/patch-serviceaccounts] addLogicalPort took 17.981757ms, libovsdb time 1.028194ms I0703 22:13:48.430279 3314 cni.go:312] [tssc-app-ci/patch-serviceaccounts 9e16c42a3244e767b02034b3806ae14695dfcf7e2c871f209ed08edd34565894 network default NAD default] ADD starting CNI request [tssc-app-ci/patch-serviceaccounts 9e16c42a3244e767b02034b3806ae14695dfcf7e2c871f209ed08edd34565894 network default NAD default] I0703 22:13:48.432337 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:13:48.432359 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:13:48.439181 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: patch-serviceaccounts, hostIfaceName: 9e16c42a3244e76, network: default, NAD default, SandboxID: "9e16c42a3244e767b02034b3806ae14695dfcf7e2c871f209ed08edd34565894", PCI device ID: , UID: "95f98ac3-1b93-481f-a3a0-b3a864023d23", MAC: 0a:58:0a:80:00:2f, IPs: [10.128.0.47/23] I0703 22:13:48.692614 3314 cni.go:333] [tssc-app-ci/patch-serviceaccounts 9e16c42a3244e767b02034b3806ae14695dfcf7e2c871f209ed08edd34565894 network default NAD default] ADD finished CNI request [tssc-app-ci/patch-serviceaccounts 9e16c42a3244e767b02034b3806ae14695dfcf7e2c871f209ed08edd34565894 network default NAD default], result "{\"interfaces\":[{\"name\":\"9e16c42a3244e76\",\"mac\":\"66:e4:aa:f8:a4:7e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2f\",\"sandbox\":\"/var/run/netns/df314d0a-542a-4941-acb8-0262f05c9efa\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.47/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:13:49.888829 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: fe80::64e4:aaff:fef8:a47e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:13:50.006942 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 7 items received I0703 22:13:51.071394 3314 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:13:51.272384 3314 namespace.go:136] [tssc-app-development] updating namespace I0703 22:13:51.475819 3314 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:13:51.677965 3314 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:13:51.798972 3314 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:13:51.810342 3314 namespace.go:136] [tssc-app-development] updating namespace I0703 22:13:51.826312 3314 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:13:51.839415 3314 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:13:51.901117 3314 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:13:52.001344 3314 namespace.go:136] [tssc-app-development] updating namespace I0703 22:13:52.161912 3314 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:13:52.402125 3314 namespace.go:136] [tssc-app-stage] updating namespace E0703 22:13:55.000997 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:13:55.001022 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:13:55.001029 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:14:01.745096 3314 cni.go:312] [tssc-app-ci/patch-serviceaccounts 9e16c42a3244e767b02034b3806ae14695dfcf7e2c871f209ed08edd34565894 network default NAD default] DEL starting CNI request [tssc-app-ci/patch-serviceaccounts 9e16c42a3244e767b02034b3806ae14695dfcf7e2c871f209ed08edd34565894 network default NAD default] I0703 22:14:01.823019 3314 cni.go:333] [tssc-app-ci/patch-serviceaccounts 9e16c42a3244e767b02034b3806ae14695dfcf7e2c871f209ed08edd34565894 network default NAD default] DEL finished CNI request [tssc-app-ci/patch-serviceaccounts 9e16c42a3244e767b02034b3806ae14695dfcf7e2c871f209ed08edd34565894 network default NAD default], result "{\"dns\":{}}", err I0703 22:14:01.884530 3314 obj_retry.go:466] Detected object tssc-app-ci/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:01.884643 3314 pods.go:174] Deleting pod: tssc-app-ci/patch-serviceaccounts I0703 22:14:01.886208 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/patch-serviceaccounts, ips: 10.128.0.47 I0703 22:14:01.886239 3314 obj_retry.go:466] Detected object tssc-app-ci/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:02.002636 3314 base_network_controller_pods.go:477] [default/tssc-app-development/patch-serviceaccounts] creating logical port tssc-app-development_patch-serviceaccounts for pod on switch ip-10-0-2-164.ec2.internal I0703 22:14:02.002753 3314 kube.go:317] Updating pod tssc-app-development/patch-serviceaccounts I0703 22:14:02.016999 3314 pod.go:62] [tssc-app-development/patch-serviceaccounts] pod update took 14.274819ms I0703 22:14:02.017022 3314 base_network_controller_pods.go:921] [default/tssc-app-development/patch-serviceaccounts] addLogicalPort annotation time took 14.301531ms I0703 22:14:02.018441 3314 pods.go:252] [tssc-app-development/patch-serviceaccounts] addLogicalPort took 15.832804ms, libovsdb time 1.001476ms I0703 22:14:02.358078 3314 cni.go:312] [tssc-app-development/patch-serviceaccounts a209f6e93c7e2e0db6ffc029faa099967156baafb6f82a8a0d017e79a7cfa110 network default NAD default] ADD starting CNI request [tssc-app-development/patch-serviceaccounts a209f6e93c7e2e0db6ffc029faa099967156baafb6f82a8a0d017e79a7cfa110 network default NAD default] I0703 22:14:02.359701 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:02.359772 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:14:02.366241 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-development, podName: patch-serviceaccounts, hostIfaceName: a209f6e93c7e2e0, network: default, NAD default, SandboxID: "a209f6e93c7e2e0db6ffc029faa099967156baafb6f82a8a0d017e79a7cfa110", PCI device ID: , UID: "57bc4ead-c034-4399-a35f-7d50841ca5a4", MAC: 0a:58:0a:80:00:30, IPs: [10.128.0.48/23] I0703 22:14:02.412783 3314 cni.go:333] [tssc-app-development/patch-serviceaccounts a209f6e93c7e2e0db6ffc029faa099967156baafb6f82a8a0d017e79a7cfa110 network default NAD default] ADD finished CNI request [tssc-app-development/patch-serviceaccounts a209f6e93c7e2e0db6ffc029faa099967156baafb6f82a8a0d017e79a7cfa110 network default NAD default], result "{\"interfaces\":[{\"name\":\"a209f6e93c7e2e0\",\"mac\":\"be:ff:a6:48:58:4a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:30\",\"sandbox\":\"/var/run/netns/9c8886cc-cbb4-40a6-afa1-fbce215ef593\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.48/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:14:03.904810 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: fe80::bcff:a6ff:fe48:584a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:05.764157 3314 cni.go:312] [tssc-app-development/patch-serviceaccounts a209f6e93c7e2e0db6ffc029faa099967156baafb6f82a8a0d017e79a7cfa110 network default NAD default] DEL starting CNI request [tssc-app-development/patch-serviceaccounts a209f6e93c7e2e0db6ffc029faa099967156baafb6f82a8a0d017e79a7cfa110 network default NAD default] I0703 22:14:05.837616 3314 cni.go:333] [tssc-app-development/patch-serviceaccounts a209f6e93c7e2e0db6ffc029faa099967156baafb6f82a8a0d017e79a7cfa110 network default NAD default] DEL finished CNI request [tssc-app-development/patch-serviceaccounts a209f6e93c7e2e0db6ffc029faa099967156baafb6f82a8a0d017e79a7cfa110 network default NAD default], result "{\"dns\":{}}", err I0703 22:14:05.886005 3314 obj_retry.go:466] Detected object tssc-app-development/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:05.886040 3314 pods.go:174] Deleting pod: tssc-app-development/patch-serviceaccounts I0703 22:14:05.887599 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-development/patch-serviceaccounts, ips: 10.128.0.48 I0703 22:14:05.887632 3314 obj_retry.go:466] Detected object tssc-app-development/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:06.000442 3314 base_network_controller_pods.go:477] [default/tssc-app-prod/patch-serviceaccounts] creating logical port tssc-app-prod_patch-serviceaccounts for pod on switch ip-10-0-2-164.ec2.internal I0703 22:14:06.000603 3314 kube.go:317] Updating pod tssc-app-prod/patch-serviceaccounts I0703 22:14:06.014686 3314 pod.go:62] [tssc-app-prod/patch-serviceaccounts] pod update took 14.113547ms I0703 22:14:06.014706 3314 base_network_controller_pods.go:921] [default/tssc-app-prod/patch-serviceaccounts] addLogicalPort annotation time took 14.136084ms I0703 22:14:06.016051 3314 pods.go:252] [tssc-app-prod/patch-serviceaccounts] addLogicalPort took 15.633281ms, libovsdb time 823.765µs I0703 22:14:06.358005 3314 cni.go:312] [tssc-app-prod/patch-serviceaccounts 5b61ef6193ee7e01c5374ed5d5a93b356edfc5789b7b1f73712a0bb401aa6e86 network default NAD default] ADD starting CNI request [tssc-app-prod/patch-serviceaccounts 5b61ef6193ee7e01c5374ed5d5a93b356edfc5789b7b1f73712a0bb401aa6e86 network default NAD default] I0703 22:14:06.360853 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:06.360988 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:14:06.366268 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-prod, podName: patch-serviceaccounts, hostIfaceName: 5b61ef6193ee7e0, network: default, NAD default, SandboxID: "5b61ef6193ee7e01c5374ed5d5a93b356edfc5789b7b1f73712a0bb401aa6e86", PCI device ID: , UID: "7c86191f-2a77-4ad1-8b0b-63432366cfb0", MAC: 0a:58:0a:80:00:31, IPs: [10.128.0.49/23] I0703 22:14:06.411518 3314 cni.go:333] [tssc-app-prod/patch-serviceaccounts 5b61ef6193ee7e01c5374ed5d5a93b356edfc5789b7b1f73712a0bb401aa6e86 network default NAD default] ADD finished CNI request [tssc-app-prod/patch-serviceaccounts 5b61ef6193ee7e01c5374ed5d5a93b356edfc5789b7b1f73712a0bb401aa6e86 network default NAD default], result "{\"interfaces\":[{\"name\":\"5b61ef6193ee7e0\",\"mac\":\"22:6a:04:dc:84:b2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:31\",\"sandbox\":\"/var/run/netns/378339b5-dbef-4b55-8db5-c2daf457d467\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.49/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:14:08.128816 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: fe80::206a:4ff:fedc:84b2/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:09.781323 3314 cni.go:312] [tssc-app-prod/patch-serviceaccounts 5b61ef6193ee7e01c5374ed5d5a93b356edfc5789b7b1f73712a0bb401aa6e86 network default NAD default] DEL starting CNI request [tssc-app-prod/patch-serviceaccounts 5b61ef6193ee7e01c5374ed5d5a93b356edfc5789b7b1f73712a0bb401aa6e86 network default NAD default] I0703 22:14:09.848790 3314 cni.go:333] [tssc-app-prod/patch-serviceaccounts 5b61ef6193ee7e01c5374ed5d5a93b356edfc5789b7b1f73712a0bb401aa6e86 network default NAD default] DEL finished CNI request [tssc-app-prod/patch-serviceaccounts 5b61ef6193ee7e01c5374ed5d5a93b356edfc5789b7b1f73712a0bb401aa6e86 network default NAD default], result "{\"dns\":{}}", err I0703 22:14:09.897343 3314 obj_retry.go:466] Detected object tssc-app-prod/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:09.897391 3314 pods.go:174] Deleting pod: tssc-app-prod/patch-serviceaccounts I0703 22:14:09.898852 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-prod/patch-serviceaccounts, ips: 10.128.0.49 I0703 22:14:09.898890 3314 obj_retry.go:466] Detected object tssc-app-prod/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:10.015331 3314 base_network_controller_pods.go:477] [default/tssc-app-stage/patch-serviceaccounts] creating logical port tssc-app-stage_patch-serviceaccounts for pod on switch ip-10-0-2-164.ec2.internal I0703 22:14:10.015503 3314 kube.go:317] Updating pod tssc-app-stage/patch-serviceaccounts I0703 22:14:10.029447 3314 pod.go:62] [tssc-app-stage/patch-serviceaccounts] pod update took 13.968435ms I0703 22:14:10.029470 3314 base_network_controller_pods.go:921] [default/tssc-app-stage/patch-serviceaccounts] addLogicalPort annotation time took 14.00345ms I0703 22:14:10.030726 3314 pods.go:252] [tssc-app-stage/patch-serviceaccounts] addLogicalPort took 15.421658ms, libovsdb time 791.512µs I0703 22:14:10.370692 3314 cni.go:312] [tssc-app-stage/patch-serviceaccounts 6d86e0c8fbc53edf16905abbae1ca32489887a446b1f31c8a3cdcf59af7b602b network default NAD default] ADD starting CNI request [tssc-app-stage/patch-serviceaccounts 6d86e0c8fbc53edf16905abbae1ca32489887a446b1f31c8a3cdcf59af7b602b network default NAD default] I0703 22:14:10.372702 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:10.372728 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:14:10.379265 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-stage, podName: patch-serviceaccounts, hostIfaceName: 6d86e0c8fbc53ed, network: default, NAD default, SandboxID: "6d86e0c8fbc53edf16905abbae1ca32489887a446b1f31c8a3cdcf59af7b602b", PCI device ID: , UID: "270c3a5e-4b70-422c-ba6c-d3a80cd3e1a2", MAC: 0a:58:0a:80:00:32, IPs: [10.128.0.50/23] I0703 22:14:10.425056 3314 cni.go:333] [tssc-app-stage/patch-serviceaccounts 6d86e0c8fbc53edf16905abbae1ca32489887a446b1f31c8a3cdcf59af7b602b network default NAD default] ADD finished CNI request [tssc-app-stage/patch-serviceaccounts 6d86e0c8fbc53edf16905abbae1ca32489887a446b1f31c8a3cdcf59af7b602b network default NAD default], result "{\"interfaces\":[{\"name\":\"6d86e0c8fbc53ed\",\"mac\":\"1a:64:21:56:f7:f8\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:32\",\"sandbox\":\"/var/run/netns/47a14a51-a1ee-4fca-9c2a-4d94c029041f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.50/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:14:11.712817 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: fe80::1864:21ff:fe56:f7f8/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:13.801283 3314 cni.go:312] [tssc-app-stage/patch-serviceaccounts 6d86e0c8fbc53edf16905abbae1ca32489887a446b1f31c8a3cdcf59af7b602b network default NAD default] DEL starting CNI request [tssc-app-stage/patch-serviceaccounts 6d86e0c8fbc53edf16905abbae1ca32489887a446b1f31c8a3cdcf59af7b602b network default NAD default] I0703 22:14:13.874983 3314 cni.go:333] [tssc-app-stage/patch-serviceaccounts 6d86e0c8fbc53edf16905abbae1ca32489887a446b1f31c8a3cdcf59af7b602b network default NAD default] DEL finished CNI request [tssc-app-stage/patch-serviceaccounts 6d86e0c8fbc53edf16905abbae1ca32489887a446b1f31c8a3cdcf59af7b602b network default NAD default], result "{\"dns\":{}}", err I0703 22:14:13.921974 3314 obj_retry.go:466] Detected object tssc-app-stage/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:13.922007 3314 pods.go:174] Deleting pod: tssc-app-stage/patch-serviceaccounts I0703 22:14:13.923665 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-stage/patch-serviceaccounts, ips: 10.128.0.50 I0703 22:14:13.923703 3314 obj_retry.go:466] Detected object tssc-app-stage/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:13.940021 3314 obj_retry.go:460] Detected object tssc-app-stage/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:13.940045 3314 obj_retry.go:460] Detected object tssc-app-stage/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:13.946908 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/patch-serviceaccounts I0703 22:14:13.946979 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/patch-serviceaccounts I0703 22:14:13.974073 3314 obj_retry.go:460] Detected object tssc-app-prod/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:13.974094 3314 obj_retry.go:460] Detected object tssc-app-prod/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:13.979833 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/patch-serviceaccounts I0703 22:14:13.979863 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/patch-serviceaccounts I0703 22:14:14.011895 3314 obj_retry.go:460] Detected object tssc-app-development/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:14.011916 3314 obj_retry.go:460] Detected object tssc-app-development/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:14.017997 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/patch-serviceaccounts I0703 22:14:14.018017 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/patch-serviceaccounts I0703 22:14:14.046619 3314 obj_retry.go:460] Detected object tssc-app-ci/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:14.046704 3314 obj_retry.go:460] Detected object tssc-app-ci/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:14.052511 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/patch-serviceaccounts I0703 22:14:14.052578 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/patch-serviceaccounts I0703 22:14:14.521540 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:14:14.521598 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:14:15.382982 3314 base_network_controller_pods.go:477] [default/tssc/test-tssc-dh] creating logical port tssc_test-tssc-dh for pod on switch ip-10-0-2-164.ec2.internal I0703 22:14:15.383090 3314 kube.go:317] Updating pod tssc/test-tssc-dh I0703 22:14:15.402889 3314 pod.go:62] [tssc/test-tssc-dh] pod update took 19.818728ms I0703 22:14:15.402907 3314 base_network_controller_pods.go:921] [default/tssc/test-tssc-dh] addLogicalPort annotation time took 19.855486ms I0703 22:14:15.404171 3314 pods.go:252] [tssc/test-tssc-dh] addLogicalPort took 21.207728ms, libovsdb time 827.07µs I0703 22:14:15.733920 3314 cni.go:312] [tssc/test-tssc-dh f6e54d7f5899b02ffb400d2141142969e4af09c587321e8003249d8b3651c825 network default NAD default] ADD starting CNI request [tssc/test-tssc-dh f6e54d7f5899b02ffb400d2141142969e4af09c587321e8003249d8b3651c825 network default NAD default] I0703 22:14:15.736598 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:15.736624 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:14:15.742236 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-dh, hostIfaceName: f6e54d7f5899b02, network: default, NAD default, SandboxID: "f6e54d7f5899b02ffb400d2141142969e4af09c587321e8003249d8b3651c825", PCI device ID: , UID: "0da831d9-bffb-438d-be38-4d17e7972714", MAC: 0a:58:0a:80:00:33, IPs: [10.128.0.51/23] I0703 22:14:15.786402 3314 cni.go:333] [tssc/test-tssc-dh f6e54d7f5899b02ffb400d2141142969e4af09c587321e8003249d8b3651c825 network default NAD default] ADD finished CNI request [tssc/test-tssc-dh f6e54d7f5899b02ffb400d2141142969e4af09c587321e8003249d8b3651c825 network default NAD default], result "{\"interfaces\":[{\"name\":\"f6e54d7f5899b02\",\"mac\":\"f6:0a:51:39:e0:15\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:33\",\"sandbox\":\"/var/run/netns/af1f5cdb-f807-469a-9026-71710378f9a6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.51/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:14:16.833817 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: fe80::f40a:51ff:fe39:e015/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:19.166820 3314 base_network_controller_pods.go:477] [default/tssc-dh/backstage-developer-hub-7dd878bfc5-xr4x7] creating logical port tssc-dh_backstage-developer-hub-7dd878bfc5-xr4x7 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:14:19.166935 3314 kube.go:317] Updating pod tssc-dh/backstage-developer-hub-7dd878bfc5-xr4x7 I0703 22:14:19.183825 3314 pod.go:62] [tssc-dh/backstage-developer-hub-7dd878bfc5-xr4x7] pod update took 16.931537ms I0703 22:14:19.183849 3314 base_network_controller_pods.go:921] [default/tssc-dh/backstage-developer-hub-7dd878bfc5-xr4x7] addLogicalPort annotation time took 16.958043ms I0703 22:14:19.185080 3314 pods.go:252] [tssc-dh/backstage-developer-hub-7dd878bfc5-xr4x7] addLogicalPort took 18.289889ms, libovsdb time 819.151µs I0703 22:14:19.221794 3314 base_network_controller_pods.go:477] [default/tssc-dh/backstage-psql-developer-hub-0] creating logical port tssc-dh_backstage-psql-developer-hub-0 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:14:19.221908 3314 kube.go:317] Updating pod tssc-dh/backstage-psql-developer-hub-0 I0703 22:14:19.235055 3314 pod.go:62] [tssc-dh/backstage-psql-developer-hub-0] pod update took 13.167353ms I0703 22:14:19.235130 3314 base_network_controller_pods.go:921] [default/tssc-dh/backstage-psql-developer-hub-0] addLogicalPort annotation time took 13.244107ms I0703 22:14:19.236584 3314 pods.go:252] [tssc-dh/backstage-psql-developer-hub-0] addLogicalPort took 14.806184ms, libovsdb time 897.667µs E0703 22:14:21.535887 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:14:21.535958 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:14:21.535971 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:14:21.666573 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:14:21.666595 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:14:21.666603 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:14:25.571878 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:14:25.571925 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:14:25.571935 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:14:26.121526 3314 cni.go:312] [tssc-dh/backstage-developer-hub-7dd878bfc5-xr4x7 7f4d18ddc7cd65e41348608ea671a601d310fb76ef4b9e0eb60d5744ac422fe4 network default NAD default] ADD starting CNI request [tssc-dh/backstage-developer-hub-7dd878bfc5-xr4x7 7f4d18ddc7cd65e41348608ea671a601d310fb76ef4b9e0eb60d5744ac422fe4 network default NAD default] I0703 22:14:26.124172 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:26.124197 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:14:26.129336 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-dh, podName: backstage-developer-hub-7dd878bfc5-xr4x7, hostIfaceName: 7f4d18ddc7cd65e, network: default, NAD default, SandboxID: "7f4d18ddc7cd65e41348608ea671a601d310fb76ef4b9e0eb60d5744ac422fe4", PCI device ID: , UID: "882ffb64-a825-4e39-b289-b0532b631b2a", MAC: 0a:58:0a:80:00:34, IPs: [10.128.0.52/23] I0703 22:14:26.179945 3314 cni.go:333] [tssc-dh/backstage-developer-hub-7dd878bfc5-xr4x7 7f4d18ddc7cd65e41348608ea671a601d310fb76ef4b9e0eb60d5744ac422fe4 network default NAD default] ADD finished CNI request [tssc-dh/backstage-developer-hub-7dd878bfc5-xr4x7 7f4d18ddc7cd65e41348608ea671a601d310fb76ef4b9e0eb60d5744ac422fe4 network default NAD default], result "{\"interfaces\":[{\"name\":\"7f4d18ddc7cd65e\",\"mac\":\"5a:ce:b3:b0:23:76\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:34\",\"sandbox\":\"/var/run/netns/a2f1142d-9c8f-47ea-be90-ac70a98627df\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.52/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:14:26.183000 3314 cni.go:312] [tssc-dh/backstage-psql-developer-hub-0 badbe233f8c847a51a3addc9081e5e3f7ce6ba944a516e6f50a061ba18562860 network default NAD default] ADD starting CNI request [tssc-dh/backstage-psql-developer-hub-0 badbe233f8c847a51a3addc9081e5e3f7ce6ba944a516e6f50a061ba18562860 network default NAD default] I0703 22:14:26.186175 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:26.186202 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:14:26.192428 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-dh, podName: backstage-psql-developer-hub-0, hostIfaceName: badbe233f8c847a, network: default, NAD default, SandboxID: "badbe233f8c847a51a3addc9081e5e3f7ce6ba944a516e6f50a061ba18562860", PCI device ID: , UID: "8913a6e5-c0c7-4e13-80e7-31689ebfdf97", MAC: 0a:58:0a:80:00:35, IPs: [10.128.0.53/23] I0703 22:14:26.442028 3314 cni.go:333] [tssc-dh/backstage-psql-developer-hub-0 badbe233f8c847a51a3addc9081e5e3f7ce6ba944a516e6f50a061ba18562860 network default NAD default] ADD finished CNI request [tssc-dh/backstage-psql-developer-hub-0 badbe233f8c847a51a3addc9081e5e3f7ce6ba944a516e6f50a061ba18562860 network default NAD default], result "{\"interfaces\":[{\"name\":\"badbe233f8c847a\",\"mac\":\"96:68:de:4b:ce:fc\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:35\",\"sandbox\":\"/var/run/netns/7fbc12ee-6d9e-42ca-b31d-91581a179888\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.53/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:14:27.328833 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: fe80::58ce:b3ff:feb0:2376/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:28.032964 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: fe80::9468:deff:fe4b:cefc/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:14:29.079741 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 7 items received E0703 22:14:35.863474 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:14:35.863536 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:14:35.863549 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:14:44.538818 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:14:44.538893 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:15:13.094969 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 6 items received I0703 22:15:14.552287 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:15:14.552349 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:15:17.119675 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 6 items received E0703 22:15:26.954760 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:15:26.954785 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:15:26.954799 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:15:27.010314 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 43 items received I0703 22:15:44.566968 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:15:44.567030 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:15:57.528191 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:15:57.528218 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:15:57.528225 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:16:09.120736 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 7 items received I0703 22:16:14.587667 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:16:14.587750 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:16:18.963550 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:16:19.389991 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:16:37.930929 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:16:37.930963 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:16:37.930972 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:16:39.114106 3314 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 0 items received I0703 22:16:44.612508 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:16:44.612580 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:16:47.994707 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:16:47.994808 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:16:47.994837 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:17:14.641124 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:17:14.641203 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:17:41.112105 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 0 items received I0703 22:17:44.669455 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:17:44.669513 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:17:49.447082 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:17:49.447110 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:17:49.447118 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:17:59.818093 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:17:59.818127 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:17:59.818136 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:18:14.692901 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:18:14.692960 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:18:29.093615 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 10 items received I0703 22:18:30.015383 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 442 items received E0703 22:18:30.362019 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:18:30.362124 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:18:30.362156 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:18:33.084723 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received E0703 22:18:40.587292 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:18:40.587410 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:18:40.587425 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:18:44.716211 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:18:44.716271 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:19:14.743358 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:19:14.743421 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:19:31.186881 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:19:31.186916 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:19:31.186926 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:19:41.216793 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:19:41.216822 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:19:41.216830 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:19:44.763822 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:19:44.763881 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:20:00.190851 3314 base_network_controller_pods.go:477] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29718620-54hp5 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:20:00.191005 3314 kube.go:317] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 I0703 22:20:00.239093 3314 kube.go:317] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 I0703 22:20:00.252930 3314 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5] pod update took 61.95805ms I0703 22:20:00.252959 3314 base_network_controller_pods.go:921] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5] addLogicalPort annotation time took 61.992283ms I0703 22:20:00.254826 3314 pods.go:252] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5] addLogicalPort took 63.994789ms, libovsdb time 1.209955ms I0703 22:20:00.543879 3314 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 acc790b123eb8390a976bfc912d20e79ad544ac71c2bfb908fd9e50585f3846c network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 acc790b123eb8390a976bfc912d20e79ad544ac71c2bfb908fd9e50585f3846c network default NAD default] I0703 22:20:00.547350 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:20:00.547371 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:20:00.552907 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29718620-54hp5, hostIfaceName: acc790b123eb839, network: default, NAD default, SandboxID: "acc790b123eb8390a976bfc912d20e79ad544ac71c2bfb908fd9e50585f3846c", PCI device ID: , UID: "8c7c959f-a2c9-49dc-9689-d553cf778d30", MAC: 0a:58:0a:80:00:36, IPs: [10.128.0.54/23] I0703 22:20:00.809551 3314 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 acc790b123eb8390a976bfc912d20e79ad544ac71c2bfb908fd9e50585f3846c network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 acc790b123eb8390a976bfc912d20e79ad544ac71c2bfb908fd9e50585f3846c network default NAD default], result "{\"interfaces\":[{\"name\":\"acc790b123eb839\",\"mac\":\"a2:94:c7:7a:73:1e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:36\",\"sandbox\":\"/var/run/netns/0fe10793-68fd-491e-a031-41e8c553f712\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.54/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:20:02.368858 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: fe80::a094:c7ff:fe7a:731e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:20:04.068446 3314 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 acc790b123eb8390a976bfc912d20e79ad544ac71c2bfb908fd9e50585f3846c network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 acc790b123eb8390a976bfc912d20e79ad544ac71c2bfb908fd9e50585f3846c network default NAD default] I0703 22:20:04.148283 3314 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 acc790b123eb8390a976bfc912d20e79ad544ac71c2bfb908fd9e50585f3846c network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 acc790b123eb8390a976bfc912d20e79ad544ac71c2bfb908fd9e50585f3846c network default NAD default], result "{\"dns\":{}}", err I0703 22:20:04.198791 3314 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:04.198917 3314 pods.go:174] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 I0703 22:20:04.200491 3314 pods.go:217] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5, ips: 10.128.0.54 I0703 22:20:04.200525 3314 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:05.085176 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:05.085293 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-54hp5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:14.790228 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:20:14.790288 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:20:16.110885 3314 cni.go:312] [tssc/test-tssc-dh f6e54d7f5899b02ffb400d2141142969e4af09c587321e8003249d8b3651c825 network default NAD default] DEL starting CNI request [tssc/test-tssc-dh f6e54d7f5899b02ffb400d2141142969e4af09c587321e8003249d8b3651c825 network default NAD default] I0703 22:20:16.197770 3314 cni.go:333] [tssc/test-tssc-dh f6e54d7f5899b02ffb400d2141142969e4af09c587321e8003249d8b3651c825 network default NAD default] DEL finished CNI request [tssc/test-tssc-dh f6e54d7f5899b02ffb400d2141142969e4af09c587321e8003249d8b3651c825 network default NAD default], result "{\"dns\":{}}", err I0703 22:20:16.251553 3314 obj_retry.go:466] Detected object tssc/test-tssc-dh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:16.251593 3314 pods.go:174] Deleting pod: tssc/test-tssc-dh I0703 22:20:16.253094 3314 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-dh, ips: 10.128.0.51 I0703 22:20:16.253123 3314 obj_retry.go:466] Detected object tssc/test-tssc-dh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:16.291343 3314 obj_retry.go:460] Detected object tssc/test-tssc-dh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:16.291365 3314 obj_retry.go:460] Detected object tssc/test-tssc-dh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:16.304409 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-dh I0703 22:20:16.304472 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-dh I0703 22:20:17.102431 3314 base_network_controller_pods.go:477] [default/tssc/tssc-acs-integrations] creating logical port tssc_tssc-acs-integrations for pod on switch ip-10-0-2-164.ec2.internal I0703 22:20:17.102553 3314 kube.go:317] Updating pod tssc/tssc-acs-integrations I0703 22:20:17.122392 3314 pod.go:62] [tssc/tssc-acs-integrations] pod update took 19.865158ms I0703 22:20:17.122480 3314 base_network_controller_pods.go:921] [default/tssc/tssc-acs-integrations] addLogicalPort annotation time took 19.956565ms I0703 22:20:17.124040 3314 pods.go:252] [tssc/tssc-acs-integrations] addLogicalPort took 21.623107ms, libovsdb time 1.031019ms I0703 22:20:17.453889 3314 cni.go:312] [tssc/tssc-acs-integrations 0217cc78fe5c1039b3242f1ff7dad22294ff3de3d5a795aa18f02339fa3c6fd0 network default NAD default] ADD starting CNI request [tssc/tssc-acs-integrations 0217cc78fe5c1039b3242f1ff7dad22294ff3de3d5a795aa18f02339fa3c6fd0 network default NAD default] I0703 22:20:17.456737 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:20:17.456818 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:20:17.462285 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: tssc-acs-integrations, hostIfaceName: 0217cc78fe5c103, network: default, NAD default, SandboxID: "0217cc78fe5c1039b3242f1ff7dad22294ff3de3d5a795aa18f02339fa3c6fd0", PCI device ID: , UID: "08b08424-7f7e-4866-b7f9-f321b8b5a5b8", MAC: 0a:58:0a:80:00:37, IPs: [10.128.0.55/23] I0703 22:20:17.714827 3314 cni.go:333] [tssc/tssc-acs-integrations 0217cc78fe5c1039b3242f1ff7dad22294ff3de3d5a795aa18f02339fa3c6fd0 network default NAD default] ADD finished CNI request [tssc/tssc-acs-integrations 0217cc78fe5c1039b3242f1ff7dad22294ff3de3d5a795aa18f02339fa3c6fd0 network default NAD default], result "{\"interfaces\":[{\"name\":\"0217cc78fe5c103\",\"mac\":\"92:40:71:b1:d7:89\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:37\",\"sandbox\":\"/var/run/netns/47d53e1e-e616-40b8-adc6-c3fc100568dc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.55/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:20:18.082933 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 1 items received I0703 22:20:18.880899 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: fe80::9040:71ff:feb1:d789/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:20:21.089245 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 2 items received I0703 22:20:36.184735 3314 cni.go:312] [tssc/tssc-acs-integrations 0217cc78fe5c1039b3242f1ff7dad22294ff3de3d5a795aa18f02339fa3c6fd0 network default NAD default] DEL starting CNI request [tssc/tssc-acs-integrations 0217cc78fe5c1039b3242f1ff7dad22294ff3de3d5a795aa18f02339fa3c6fd0 network default NAD default] I0703 22:20:36.259216 3314 cni.go:333] [tssc/tssc-acs-integrations 0217cc78fe5c1039b3242f1ff7dad22294ff3de3d5a795aa18f02339fa3c6fd0 network default NAD default] DEL finished CNI request [tssc/tssc-acs-integrations 0217cc78fe5c1039b3242f1ff7dad22294ff3de3d5a795aa18f02339fa3c6fd0 network default NAD default], result "{\"dns\":{}}", err I0703 22:20:36.308128 3314 obj_retry.go:466] Detected object tssc/tssc-acs-integrations of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:36.308163 3314 pods.go:174] Deleting pod: tssc/tssc-acs-integrations I0703 22:20:36.309682 3314 pods.go:217] Attempting to release IPs for pod: tssc/tssc-acs-integrations, ips: 10.128.0.55 I0703 22:20:36.309713 3314 obj_retry.go:466] Detected object tssc/tssc-acs-integrations of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:36.327377 3314 obj_retry.go:460] Detected object tssc/tssc-acs-integrations of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:36.327450 3314 obj_retry.go:460] Detected object tssc/tssc-acs-integrations of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:36.334408 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/tssc-acs-integrations I0703 22:20:36.334484 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/tssc-acs-integrations I0703 22:20:44.010912 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 36 items received I0703 22:20:44.817164 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:20:44.817223 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:21:08.009013 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 67 items received I0703 22:21:13.014481 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 6 items received I0703 22:21:14.835950 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:21:14.836013 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:21:18.963609 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:21:19.390578 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:21:35.010583 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 1 items received I0703 22:21:36.010905 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 26 items received I0703 22:21:42.387406 3314 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:21:42.611187 3314 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:21:44.852111 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:21:44.852175 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:21:46.058031 3314 base_network_controller_pods.go:477] [default/tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq] creating logical port tssc-app-prod_e2e-tests-go-zlyxhssm-7569564b8f-4kkwq for pod on switch ip-10-0-2-164.ec2.internal I0703 22:21:46.058248 3314 kube.go:317] Updating pod tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq I0703 22:21:46.079328 3314 pod.go:62] [tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq] pod update took 21.121219ms I0703 22:21:46.079352 3314 base_network_controller_pods.go:921] [default/tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq] addLogicalPort annotation time took 21.148564ms I0703 22:21:46.080620 3314 pods.go:252] [tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq] addLogicalPort took 22.618113ms, libovsdb time 817.754µs I0703 22:21:46.458672 3314 cni.go:312] [tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq 9d579b841addf5b542ad240f08505612820eb0eb09ac50dd6d21f0100cee2715 network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq 9d579b841addf5b542ad240f08505612820eb0eb09ac50dd6d21f0100cee2715 network default NAD default] I0703 22:21:46.461066 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:21:46.461157 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:21:46.471165 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-zlyxhssm-7569564b8f-4kkwq, hostIfaceName: 9d579b841addf5b, network: default, NAD default, SandboxID: "9d579b841addf5b542ad240f08505612820eb0eb09ac50dd6d21f0100cee2715", PCI device ID: , UID: "3160676a-9361-4f05-b066-b9ef7d02fa5d", MAC: 0a:58:0a:80:00:38, IPs: [10.128.0.56/23] I0703 22:21:46.734143 3314 cni.go:333] [tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq 9d579b841addf5b542ad240f08505612820eb0eb09ac50dd6d21f0100cee2715 network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq 9d579b841addf5b542ad240f08505612820eb0eb09ac50dd6d21f0100cee2715 network default NAD default], result "{\"interfaces\":[{\"name\":\"9d579b841addf5b\",\"mac\":\"1e:7a:d2:c0:55:8f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:38\",\"sandbox\":\"/var/run/netns/8b9ba399-3ecb-49d9-ac74-c62a24263e3e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.56/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:21:46.831577 3314 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:21:48.038300 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: fe80::1c7a:d2ff:fec0:558f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:21:48.118128 3314 namespace.go:136] [tssc-app-development] updating namespace I0703 22:21:49.270346 3314 base_network_controller_pods.go:477] [default/tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl] creating logical port tssc-app-stage_e2e-tests-go-zlyxhssm-7569564b8f-xzpnl for pod on switch ip-10-0-2-164.ec2.internal I0703 22:21:49.270791 3314 kube.go:317] Updating pod tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl I0703 22:21:49.284602 3314 pod.go:62] [tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl] pod update took 13.853402ms I0703 22:21:49.284699 3314 base_network_controller_pods.go:921] [default/tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl] addLogicalPort annotation time took 13.955049ms I0703 22:21:49.288611 3314 pods.go:252] [tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl] addLogicalPort took 18.284198ms, libovsdb time 3.225416ms I0703 22:21:49.654949 3314 cni.go:312] [tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl 94243bd742fec479c29c09c682f9832517d3db404b17d824c70ebfd06c15f681 network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl 94243bd742fec479c29c09c682f9832517d3db404b17d824c70ebfd06c15f681 network default NAD default] I0703 22:21:49.657813 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:21:49.657893 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:21:49.664761 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-zlyxhssm-7569564b8f-xzpnl, hostIfaceName: 94243bd742fec47, network: default, NAD default, SandboxID: "94243bd742fec479c29c09c682f9832517d3db404b17d824c70ebfd06c15f681", PCI device ID: , UID: "e898754a-8f02-4c11-adbe-eaf7529f7db1", MAC: 0a:58:0a:80:00:39, IPs: [10.128.0.57/23] I0703 22:21:49.680363 3314 base_network_controller_pods.go:477] [default/tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t] creating logical port tssc-app-stage_e2e-tests-go-ccwhcbzo-5769669df8-g7s9t for pod on switch ip-10-0-2-164.ec2.internal I0703 22:21:49.680508 3314 kube.go:317] Updating pod tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t I0703 22:21:49.696110 3314 pod.go:62] [tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t] pod update took 15.636974ms I0703 22:21:49.696186 3314 base_network_controller_pods.go:921] [default/tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t] addLogicalPort annotation time took 15.716018ms I0703 22:21:49.697958 3314 pods.go:252] [tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t] addLogicalPort took 17.611685ms, libovsdb time 1.157059ms I0703 22:21:49.933667 3314 cni.go:333] [tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl 94243bd742fec479c29c09c682f9832517d3db404b17d824c70ebfd06c15f681 network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl 94243bd742fec479c29c09c682f9832517d3db404b17d824c70ebfd06c15f681 network default NAD default], result "{\"interfaces\":[{\"name\":\"94243bd742fec47\",\"mac\":\"26:1b:42:63:6b:05\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:39\",\"sandbox\":\"/var/run/netns/dbe99416-63ad-4d0b-b86c-309b6c544c06\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.57/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:21:50.058865 3314 cni.go:312] [tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t fec114c0ec6399a83b762498738116aa122a0a16e50fe944fe8ff596607ee134 network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t fec114c0ec6399a83b762498738116aa122a0a16e50fe944fe8ff596607ee134 network default NAD default] I0703 22:21:50.067420 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:21:50.067503 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:21:50.069781 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-ccwhcbzo-5769669df8-g7s9t, hostIfaceName: fec114c0ec6399a, network: default, NAD default, SandboxID: "fec114c0ec6399a83b762498738116aa122a0a16e50fe944fe8ff596607ee134", PCI device ID: , UID: "a046f027-309a-4a07-b59d-8e17cb68c192", MAC: 0a:58:0a:80:00:3a, IPs: [10.128.0.58/23] I0703 22:21:50.333009 3314 cni.go:333] [tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t fec114c0ec6399a83b762498738116aa122a0a16e50fe944fe8ff596607ee134 network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t fec114c0ec6399a83b762498738116aa122a0a16e50fe944fe8ff596607ee134 network default NAD default], result "{\"interfaces\":[{\"name\":\"fec114c0ec6399a\",\"mac\":\"e6:29:12:57:37:e4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3a\",\"sandbox\":\"/var/run/netns/9eb2bc08-bc8f-40ba-977a-08c7273a716e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.58/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:21:51.296903 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: fe80::241b:42ff:fe63:6b05/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:21:51.936925 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: fe80::e429:12ff:fe57:37e4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:21:53.258802 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/affinity-assistant-617868ee72-0] creating logical port tssc-app-ci_affinity-assistant-617868ee72-0 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:21:53.259069 3314 kube.go:317] Updating pod tssc-app-ci/affinity-assistant-617868ee72-0 I0703 22:21:53.273130 3314 pod.go:62] [tssc-app-ci/affinity-assistant-617868ee72-0] pod update took 14.108402ms I0703 22:21:53.273156 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/affinity-assistant-617868ee72-0] addLogicalPort annotation time took 14.140833ms I0703 22:21:53.275227 3314 pods.go:252] [tssc-app-ci/affinity-assistant-617868ee72-0] addLogicalPort took 16.491731ms, libovsdb time 1.267976ms I0703 22:21:53.516847 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:21:53.517017 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod I0703 22:21:53.542447 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod] pod update took 25.477542ms I0703 22:21:53.542527 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod] addLogicalPort annotation time took 25.561387ms I0703 22:21:53.544839 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod] addLogicalPort took 28.025328ms, libovsdb time 1.610682ms I0703 22:21:53.695121 3314 cni.go:312] [tssc-app-ci/affinity-assistant-617868ee72-0 5de2e898f9adbf4ba4a78e42c03bf0bc5a9b4954f9dd4aefb064a01160bf64b8 network default NAD default] ADD starting CNI request [tssc-app-ci/affinity-assistant-617868ee72-0 5de2e898f9adbf4ba4a78e42c03bf0bc5a9b4954f9dd4aefb064a01160bf64b8 network default NAD default] I0703 22:21:53.698475 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:21:53.698550 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:21:53.705431 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: affinity-assistant-617868ee72-0, hostIfaceName: 5de2e898f9adbf4, network: default, NAD default, SandboxID: "5de2e898f9adbf4ba4a78e42c03bf0bc5a9b4954f9dd4aefb064a01160bf64b8", PCI device ID: , UID: "88c214f9-1a04-4283-93f3-2ae95f43b018", MAC: 0a:58:0a:80:00:3b, IPs: [10.128.0.59/23] I0703 22:21:53.786377 3314 cni.go:333] [tssc-app-ci/affinity-assistant-617868ee72-0 5de2e898f9adbf4ba4a78e42c03bf0bc5a9b4954f9dd4aefb064a01160bf64b8 network default NAD default] ADD finished CNI request [tssc-app-ci/affinity-assistant-617868ee72-0 5de2e898f9adbf4ba4a78e42c03bf0bc5a9b4954f9dd4aefb064a01160bf64b8 network default NAD default], result "{\"interfaces\":[{\"name\":\"5de2e898f9adbf4\",\"mac\":\"9e:27:f7:f1:21:0e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3b\",\"sandbox\":\"/var/run/netns/71838fa1-843d-4355-9e65-67d70b108b0c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.59/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0703 22:21:53.893342 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:21:53.893374 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:21:53.893383 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:21:55.201168 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: fe80::9c27:f7ff:fef1:210e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:21:55.653622 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:21:55.653742 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:21:55.653776 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:21:57.123933 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 4 items received I0703 22:21:58.625768 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod d98a02156987316aaae0d4a840c41d8fc94cd2f7223c8895716001930f3a12b0 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod d98a02156987316aaae0d4a840c41d8fc94cd2f7223c8895716001930f3a12b0 network default NAD default] I0703 22:21:58.627478 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:21:58.627500 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:21:58.634029 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod, hostIfaceName: d98a02156987316, network: default, NAD default, SandboxID: "d98a02156987316aaae0d4a840c41d8fc94cd2f7223c8895716001930f3a12b0", PCI device ID: , UID: "5697f425-f0f3-46d9-af8f-3d1ae790c855", MAC: 0a:58:0a:80:00:3c, IPs: [10.128.0.60/23] I0703 22:21:58.887672 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod d98a02156987316aaae0d4a840c41d8fc94cd2f7223c8895716001930f3a12b0 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod d98a02156987316aaae0d4a840c41d8fc94cd2f7223c8895716001930f3a12b0 network default NAD default], result "{\"interfaces\":[{\"name\":\"d98a02156987316\",\"mac\":\"92:d6:10:3a:25:af\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3c\",\"sandbox\":\"/var/run/netns/b9ad7490-3cfa-416f-a695-473f919df4d5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.60/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:22:00.001817 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: fe80::90d6:10ff:fe3a:25af/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:22:05.800798 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:22:05.801051 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod I0703 22:22:05.826236 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod] pod update took 25.230748ms I0703 22:22:05.826299 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod] addLogicalPort annotation time took 25.296981ms I0703 22:22:05.828120 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod] addLogicalPort took 27.353223ms, libovsdb time 1.123556ms I0703 22:22:06.167483 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod 76468b5e9b5edeacb75c7b43952356ab44d830572e187945ed6dbefd04686865 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod 76468b5e9b5edeacb75c7b43952356ab44d830572e187945ed6dbefd04686865 network default NAD default] I0703 22:22:06.169452 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:22:06.169523 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:22:06.177888 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod, hostIfaceName: 76468b5e9b5edea, network: default, NAD default, SandboxID: "76468b5e9b5edeacb75c7b43952356ab44d830572e187945ed6dbefd04686865", PCI device ID: , UID: "b592c357-4e1f-4f51-bc56-cfaa2a0749c9", MAC: 0a:58:0a:80:00:3d, IPs: [10.128.0.61/23] I0703 22:22:06.443547 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod 76468b5e9b5edeacb75c7b43952356ab44d830572e187945ed6dbefd04686865 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod 76468b5e9b5edeacb75c7b43952356ab44d830572e187945ed6dbefd04686865 network default NAD default], result "{\"interfaces\":[{\"name\":\"76468b5e9b5edea\",\"mac\":\"06:92:bd:f4:ac:bc\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3d\",\"sandbox\":\"/var/run/netns/a660812c-645f-4b2f-9b72-1976337e5de7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.61/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:22:06.545037 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod d98a02156987316aaae0d4a840c41d8fc94cd2f7223c8895716001930f3a12b0 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod d98a02156987316aaae0d4a840c41d8fc94cd2f7223c8895716001930f3a12b0 network default NAD default] I0703 22:22:06.667023 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod d98a02156987316aaae0d4a840c41d8fc94cd2f7223c8895716001930f3a12b0 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod d98a02156987316aaae0d4a840c41d8fc94cd2f7223c8895716001930f3a12b0 network default NAD default], result "{\"dns\":{}}", err I0703 22:22:06.731980 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:22:06.732104 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod I0703 22:22:06.733519 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod, ips: 10.128.0.60 I0703 22:22:06.733551 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:22:07.424769 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: fe80::492:bdff:fef4:acbc/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:22:14.871415 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:22:14.871629 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:22:24.722341 3314 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4] creating logical port openshift-pipelines_tekton-pipelines-webhook-77f9b59d76-fbrc4 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:22:24.722539 3314 kube.go:317] Updating pod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 I0703 22:22:24.742561 3314 pod.go:62] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4] pod update took 20.058081ms I0703 22:22:24.742586 3314 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4] addLogicalPort annotation time took 20.089576ms I0703 22:22:24.744349 3314 pods.go:252] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4] addLogicalPort took 22.028176ms, libovsdb time 1.038915ms E0703 22:22:24.961609 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:22:24.961639 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:22:24.961662 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:22:25.088260 3314 cni.go:312] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 7785ad5d398982a4eb547cae9b535e9519a391e9bca75299820d185b8d5342fb network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 7785ad5d398982a4eb547cae9b535e9519a391e9bca75299820d185b8d5342fb network default NAD default] I0703 22:22:25.090291 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:22:25.090319 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:22:25.098832 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-webhook-77f9b59d76-fbrc4, hostIfaceName: 7785ad5d398982a, network: default, NAD default, SandboxID: "7785ad5d398982a4eb547cae9b535e9519a391e9bca75299820d185b8d5342fb", PCI device ID: , UID: "05a9b3f3-f89e-456d-b7da-6fec36798b6b", MAC: 0a:58:0a:80:00:3e, IPs: [10.128.0.62/23] I0703 22:22:25.358935 3314 cni.go:333] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 7785ad5d398982a4eb547cae9b535e9519a391e9bca75299820d185b8d5342fb network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 7785ad5d398982a4eb547cae9b535e9519a391e9bca75299820d185b8d5342fb network default NAD default], result "{\"interfaces\":[{\"name\":\"7785ad5d398982a\",\"mac\":\"3e:a9:68:cc:8f:1a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3e\",\"sandbox\":\"/var/run/netns/0d5927a5-0fa2-4c0a-bd8a-bfea4e3db4cd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.62/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:22:26.624839 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: fe80::3ca9:68ff:fecc:8f1a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:22:35.323847 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:22:35.323874 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:22:35.323882 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:22:44.888064 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:22:44.888127 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:22:45.112613 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 5 items received E0703 22:22:55.880389 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:22:55.880412 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:22:55.880419 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:23:07.050566 3314 obj_retry.go:460] Detected object tssc-tpa/create-db-hpk66 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:07.050643 3314 obj_retry.go:460] Detected object tssc-tpa/create-db-hpk66 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:07.056495 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-db-hpk66 I0703 22:23:07.056526 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-db-hpk66 I0703 22:23:10.028639 3314 obj_retry.go:460] Detected object tssc-tpa/migrate-db-4grb7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:10.028717 3314 obj_retry.go:460] Detected object tssc-tpa/migrate-db-4grb7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:10.034197 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/migrate-db-4grb7 I0703 22:23:10.034230 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/migrate-db-4grb7 I0703 22:23:14.044902 3314 obj_retry.go:460] Detected object tssc-tpa/create-importers-chbjs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:14.044990 3314 obj_retry.go:460] Detected object tssc-tpa/create-importers-chbjs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:14.049671 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-importers-chbjs I0703 22:23:14.049770 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-importers-chbjs I0703 22:23:14.759531 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-puca764bcd169e90ed610606bbd246c429-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:14.760294 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-puca764bcd169e90ed610606bbd246c429-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:14.904909 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:23:14.904996 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:23:17.116446 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 5 items received E0703 22:23:26.259475 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:23:26.259502 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:23:26.259509 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:23:28.125422 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:23:28.125720 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod I0703 22:23:28.148499 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:23:28.148844 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod I0703 22:23:28.153310 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod] pod update took 27.65892ms I0703 22:23:28.153355 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod] addLogicalPort annotation time took 27.708912ms I0703 22:23:28.155020 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod] addLogicalPort took 29.709582ms, libovsdb time 990.033µs I0703 22:23:28.171265 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod] pod update took 22.458868ms I0703 22:23:28.171309 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod] addLogicalPort annotation time took 22.505416ms I0703 22:23:28.175417 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod] addLogicalPort took 26.942815ms, libovsdb time 3.372757ms I0703 22:23:28.487870 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod dca787e802d54990977c2bbf19b57f8ff8184f51ec7c56bf1a33edfb9c063e3c network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod dca787e802d54990977c2bbf19b57f8ff8184f51ec7c56bf1a33edfb9c063e3c network default NAD default] I0703 22:23:28.493824 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:23:28.493899 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:23:28.501016 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod, hostIfaceName: dca787e802d5499, network: default, NAD default, SandboxID: "dca787e802d54990977c2bbf19b57f8ff8184f51ec7c56bf1a33edfb9c063e3c", PCI device ID: , UID: "9c2e34f1-2d5d-4f6d-a060-d50bbe252d64", MAC: 0a:58:0a:80:00:3f, IPs: [10.128.0.63/23] I0703 22:23:28.526687 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod bef806336a9f7b2fa37d891529d34498a33cbdc1ea32cb35c83ed50368db42d0 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod bef806336a9f7b2fa37d891529d34498a33cbdc1ea32cb35c83ed50368db42d0 network default NAD default] I0703 22:23:28.529817 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 68 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:23:28.529913 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 68 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:23:28.541397 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod, hostIfaceName: bef806336a9f7b2, network: default, NAD default, SandboxID: "bef806336a9f7b2fa37d891529d34498a33cbdc1ea32cb35c83ed50368db42d0", PCI device ID: , UID: "a8234862-1056-4862-b580-3a77a4f3b0bf", MAC: 0a:58:0a:80:00:40, IPs: [10.128.0.64/23] I0703 22:23:28.763738 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod dca787e802d54990977c2bbf19b57f8ff8184f51ec7c56bf1a33edfb9c063e3c network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod dca787e802d54990977c2bbf19b57f8ff8184f51ec7c56bf1a33edfb9c063e3c network default NAD default], result "{\"interfaces\":[{\"name\":\"dca787e802d5499\",\"mac\":\"06:e7:2c:d5:47:39\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3f\",\"sandbox\":\"/var/run/netns/55fee65a-edef-4994-940a-242a2133fbe7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.63/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:23:28.800243 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod bef806336a9f7b2fa37d891529d34498a33cbdc1ea32cb35c83ed50368db42d0 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod bef806336a9f7b2fa37d891529d34498a33cbdc1ea32cb35c83ed50368db42d0 network default NAD default], result "{\"interfaces\":[{\"name\":\"bef806336a9f7b2\",\"mac\":\"fe:09:47:80:93:24\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:40\",\"sandbox\":\"/var/run/netns/51b03ce7-071e-4651-801e-af77ae660530\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.64/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:23:28.931084 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod 76468b5e9b5edeacb75c7b43952356ab44d830572e187945ed6dbefd04686865 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod 76468b5e9b5edeacb75c7b43952356ab44d830572e187945ed6dbefd04686865 network default NAD default] I0703 22:23:29.014686 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod 76468b5e9b5edeacb75c7b43952356ab44d830572e187945ed6dbefd04686865 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod 76468b5e9b5edeacb75c7b43952356ab44d830572e187945ed6dbefd04686865 network default NAD default], result "{\"dns\":{}}", err I0703 22:23:29.064115 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:29.064157 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod I0703 22:23:29.066162 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod, ips: 10.128.0.61 I0703 22:23:29.066201 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:29.664805 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 68 Dst: fe80::fc09:47ff:fe80:9324/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:23:30.176850 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: fe80::4e7:2cff:fed5:4739/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:23:33.098301 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 4 items received I0703 22:23:36.133362 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:23:36.133603 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod I0703 22:23:36.161823 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod] pod update took 28.252427ms I0703 22:23:36.161849 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod] addLogicalPort annotation time took 28.283158ms I0703 22:23:36.163335 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod] addLogicalPort took 30.004295ms, libovsdb time 991.709µs E0703 22:23:36.562216 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:23:36.562247 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:23:36.562257 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:23:36.793957 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod 7f83e0978df2db197540401d335ba4e7e3610896fd660dd9cc53cdbd34f9dc9d network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod 7f83e0978df2db197540401d335ba4e7e3610896fd660dd9cc53cdbd34f9dc9d network default NAD default] I0703 22:23:36.796171 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 69 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:23:36.796251 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 69 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:23:36.803080 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod, hostIfaceName: 7f83e0978df2db1, network: default, NAD default, SandboxID: "7f83e0978df2db197540401d335ba4e7e3610896fd660dd9cc53cdbd34f9dc9d", PCI device ID: , UID: "171a7ced-eef2-468d-a511-f82a924e1a8e", MAC: 0a:58:0a:80:00:41, IPs: [10.128.0.65/23] I0703 22:23:36.850718 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod 7f83e0978df2db197540401d335ba4e7e3610896fd660dd9cc53cdbd34f9dc9d network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod 7f83e0978df2db197540401d335ba4e7e3610896fd660dd9cc53cdbd34f9dc9d network default NAD default], result "{\"interfaces\":[{\"name\":\"7f83e0978df2db1\",\"mac\":\"26:c8:75:f9:50:ce\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:41\",\"sandbox\":\"/var/run/netns/0df5f4ae-6f65-4851-b149-5261263847c5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.65/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:23:36.926775 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod dca787e802d54990977c2bbf19b57f8ff8184f51ec7c56bf1a33edfb9c063e3c network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod dca787e802d54990977c2bbf19b57f8ff8184f51ec7c56bf1a33edfb9c063e3c network default NAD default] I0703 22:23:37.014695 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod dca787e802d54990977c2bbf19b57f8ff8184f51ec7c56bf1a33edfb9c063e3c network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod dca787e802d54990977c2bbf19b57f8ff8184f51ec7c56bf1a33edfb9c063e3c network default NAD default], result "{\"dns\":{}}", err I0703 22:23:37.069157 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:37.069193 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod I0703 22:23:37.071204 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod, ips: 10.128.0.63 I0703 22:23:37.071254 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:38.561899 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 69 Dst: fe80::24c8:75ff:fef9:50ce/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:23:41.159194 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:23:41.159457 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod I0703 22:23:41.202119 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod] pod update took 42.720841ms I0703 22:23:41.202138 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod] addLogicalPort annotation time took 42.750758ms I0703 22:23:41.203401 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod] addLogicalPort took 44.239458ms, libovsdb time 838.272µs I0703 22:23:41.280959 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:23:41.281177 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod I0703 22:23:41.309355 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod] pod update took 28.22342ms I0703 22:23:41.309382 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod] addLogicalPort annotation time took 28.254854ms I0703 22:23:41.310758 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod] addLogicalPort took 29.827686ms, libovsdb time 863.034µs I0703 22:23:41.517705 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod 9ec07b23d8fa03a296fc49e0e1eee464abe38bb34b13063bb2133d959a939c10 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod 9ec07b23d8fa03a296fc49e0e1eee464abe38bb34b13063bb2133d959a939c10 network default NAD default] I0703 22:23:41.519635 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 70 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:23:41.519734 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 70 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:23:41.526900 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod, hostIfaceName: 9ec07b23d8fa03a, network: default, NAD default, SandboxID: "9ec07b23d8fa03a296fc49e0e1eee464abe38bb34b13063bb2133d959a939c10", PCI device ID: , UID: "bd8d8f92-1876-43d2-94f0-7e4d610e9a75", MAC: 0a:58:0a:80:00:42, IPs: [10.128.0.66/23] I0703 22:23:41.585051 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod 9ec07b23d8fa03a296fc49e0e1eee464abe38bb34b13063bb2133d959a939c10 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod 9ec07b23d8fa03a296fc49e0e1eee464abe38bb34b13063bb2133d959a939c10 network default NAD default], result "{\"interfaces\":[{\"name\":\"9ec07b23d8fa03a\",\"mac\":\"da:5c:5d:bd:07:35\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:42\",\"sandbox\":\"/var/run/netns/b9b73cec-6a8f-486a-b830-4efbd190c121\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.66/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:23:41.938514 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod caaefde027981bd6a3621e949c20ed4b6626a31ce1f3d27a83526f317b1c6740 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod caaefde027981bd6a3621e949c20ed4b6626a31ce1f3d27a83526f317b1c6740 network default NAD default] I0703 22:23:41.941473 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 71 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:23:41.941551 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 71 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:23:41.949001 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod, hostIfaceName: caaefde027981bd, network: default, NAD default, SandboxID: "caaefde027981bd6a3621e949c20ed4b6626a31ce1f3d27a83526f317b1c6740", PCI device ID: , UID: "8876de29-1ff2-4404-a05a-edd807a4c4bc", MAC: 0a:58:0a:80:00:43, IPs: [10.128.0.67/23] I0703 22:23:41.972408 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod bef806336a9f7b2fa37d891529d34498a33cbdc1ea32cb35c83ed50368db42d0 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod bef806336a9f7b2fa37d891529d34498a33cbdc1ea32cb35c83ed50368db42d0 network default NAD default] I0703 22:23:42.087107 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod bef806336a9f7b2fa37d891529d34498a33cbdc1ea32cb35c83ed50368db42d0 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod bef806336a9f7b2fa37d891529d34498a33cbdc1ea32cb35c83ed50368db42d0 network default NAD default], result "{\"dns\":{}}", err I0703 22:23:42.145470 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:42.145562 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod I0703 22:23:42.147096 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod, ips: 10.128.0.64 I0703 22:23:42.147129 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:42.217794 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod caaefde027981bd6a3621e949c20ed4b6626a31ce1f3d27a83526f317b1c6740 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod caaefde027981bd6a3621e949c20ed4b6626a31ce1f3d27a83526f317b1c6740 network default NAD default], result "{\"interfaces\":[{\"name\":\"caaefde027981bd\",\"mac\":\"8a:53:c5:7b:dd:24\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:43\",\"sandbox\":\"/var/run/netns/26d0f5ab-e9ed-45f9-92c5-e64e4ec6eeaa\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.67/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:23:43.232844 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 71 Dst: fe80::8853:c5ff:fe7b:dd24/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:23:43.488840 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 70 Dst: fe80::d85c:5dff:febd:735/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:23:44.918968 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:23:44.919029 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:23:44.990351 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod 7f83e0978df2db197540401d335ba4e7e3610896fd660dd9cc53cdbd34f9dc9d network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod 7f83e0978df2db197540401d335ba4e7e3610896fd660dd9cc53cdbd34f9dc9d network default NAD default] I0703 22:23:45.087332 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod 7f83e0978df2db197540401d335ba4e7e3610896fd660dd9cc53cdbd34f9dc9d network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod 7f83e0978df2db197540401d335ba4e7e3610896fd660dd9cc53cdbd34f9dc9d network default NAD default], result "{\"dns\":{}}", err I0703 22:23:45.165706 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:45.165742 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod I0703 22:23:45.167720 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod, ips: 10.128.0.65 I0703 22:23:45.167759 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:48.012493 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod 9ec07b23d8fa03a296fc49e0e1eee464abe38bb34b13063bb2133d959a939c10 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod 9ec07b23d8fa03a296fc49e0e1eee464abe38bb34b13063bb2133d959a939c10 network default NAD default] I0703 22:23:48.098325 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod 9ec07b23d8fa03a296fc49e0e1eee464abe38bb34b13063bb2133d959a939c10 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod 9ec07b23d8fa03a296fc49e0e1eee464abe38bb34b13063bb2133d959a939c10 network default NAD default], result "{\"dns\":{}}", err I0703 22:23:48.198927 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:48.199034 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod I0703 22:23:48.203707 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod, ips: 10.128.0.66 I0703 22:23:48.203819 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:48.761317 3314 cni.go:312] [tssc-app-ci/affinity-assistant-617868ee72-0 5de2e898f9adbf4ba4a78e42c03bf0bc5a9b4954f9dd4aefb064a01160bf64b8 network default NAD default] DEL starting CNI request [tssc-app-ci/affinity-assistant-617868ee72-0 5de2e898f9adbf4ba4a78e42c03bf0bc5a9b4954f9dd4aefb064a01160bf64b8 network default NAD default] I0703 22:23:48.846341 3314 cni.go:333] [tssc-app-ci/affinity-assistant-617868ee72-0 5de2e898f9adbf4ba4a78e42c03bf0bc5a9b4954f9dd4aefb064a01160bf64b8 network default NAD default] DEL finished CNI request [tssc-app-ci/affinity-assistant-617868ee72-0 5de2e898f9adbf4ba4a78e42c03bf0bc5a9b4954f9dd4aefb064a01160bf64b8 network default NAD default], result "{\"dns\":{}}", err I0703 22:23:48.887322 3314 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-617868ee72-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:48.887451 3314 pods.go:174] Deleting pod: tssc-app-ci/affinity-assistant-617868ee72-0 I0703 22:23:48.889251 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/affinity-assistant-617868ee72-0, ips: 10.128.0.59 I0703 22:23:48.889282 3314 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-617868ee72-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:49.040957 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod caaefde027981bd6a3621e949c20ed4b6626a31ce1f3d27a83526f317b1c6740 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod caaefde027981bd6a3621e949c20ed4b6626a31ce1f3d27a83526f317b1c6740 network default NAD default] I0703 22:23:49.158072 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod caaefde027981bd6a3621e949c20ed4b6626a31ce1f3d27a83526f317b1c6740 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod caaefde027981bd6a3621e949c20ed4b6626a31ce1f3d27a83526f317b1c6740 network default NAD default], result "{\"dns\":{}}", err I0703 22:23:49.236899 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:49.236943 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod I0703 22:23:49.239016 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod, ips: 10.128.0.67 I0703 22:23:49.239051 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-9tbl8-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:49.327303 3314 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-617868ee72-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:49.327392 3314 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-617868ee72-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:49.332777 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-617868ee72-0 I0703 22:23:49.332867 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-617868ee72-0 E0703 22:23:56.796021 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:23:56.796049 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:23:56.796059 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:23:56.857562 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:23:56.857585 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:23:56.857593 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:24:04.096843 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 5 items received I0703 22:24:04.122891 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 4 items received I0703 22:24:14.933771 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:24:14.933838 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:24:17.100322 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:24:17.100366 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:24:17.100376 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:24:27.415962 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:24:27.415988 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:24:27.415995 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:24:32.106560 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-pull-request-th7ld-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:32.107204 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-pull-request-th7ld-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0703 22:24:37.683501 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:24:37.683530 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:24:37.683537 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:24:44.163765 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-pull-request-th7ld-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:44.164439 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-pull-request-th7ld-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:44.952455 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:24:44.952518 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:24:48.016583 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:24:48.016616 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:24:48.016625 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:24:51.012258 3314 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-8aeaa30096-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:51.012916 3314 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-8aeaa30096-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:51.244135 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-pull-request-th7ld-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:51.244755 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-pull-request-th7ld-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:51.276083 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-pull-request-th7ld-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:51.276720 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-pull-request-th7ld-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:51.368838 3314 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-8aeaa30096-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:24:51.368864 3314 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-8aeaa30096-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:24:51.375756 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-8aeaa30096-0 I0703 22:24:51.375791 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-8aeaa30096-0 I0703 22:25:06.351449 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/affinity-assistant-0fd70b027e-0] creating logical port tssc-app-ci_affinity-assistant-0fd70b027e-0 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:25:06.351682 3314 kube.go:317] Updating pod tssc-app-ci/affinity-assistant-0fd70b027e-0 I0703 22:25:06.366477 3314 pod.go:62] [tssc-app-ci/affinity-assistant-0fd70b027e-0] pod update took 14.84211ms I0703 22:25:06.366569 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/affinity-assistant-0fd70b027e-0] addLogicalPort annotation time took 14.937368ms I0703 22:25:06.368575 3314 pods.go:252] [tssc-app-ci/affinity-assistant-0fd70b027e-0] addLogicalPort took 17.343466ms, libovsdb time 1.073862ms I0703 22:25:06.538151 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:25:06.538341 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod I0703 22:25:06.561138 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod] pod update took 22.835573ms I0703 22:25:06.561169 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod] addLogicalPort annotation time took 22.871657ms I0703 22:25:06.565793 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod] addLogicalPort took 27.681257ms, libovsdb time 3.860291ms I0703 22:25:06.712706 3314 cni.go:312] [tssc-app-ci/affinity-assistant-0fd70b027e-0 20829a139c43c1ed548a6b15cf1a67fd26d3fcda7aff1d10f3e54233c6f85269 network default NAD default] ADD starting CNI request [tssc-app-ci/affinity-assistant-0fd70b027e-0 20829a139c43c1ed548a6b15cf1a67fd26d3fcda7aff1d10f3e54233c6f85269 network default NAD default] I0703 22:25:06.714345 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 72 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:25:06.714365 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 72 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:25:06.721274 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: affinity-assistant-0fd70b027e-0, hostIfaceName: 20829a139c43c1e, network: default, NAD default, SandboxID: "20829a139c43c1ed548a6b15cf1a67fd26d3fcda7aff1d10f3e54233c6f85269", PCI device ID: , UID: "ed9cee08-7d1d-4181-866e-11e820d07245", MAC: 0a:58:0a:80:00:44, IPs: [10.128.0.68/23] I0703 22:25:06.774434 3314 cni.go:333] [tssc-app-ci/affinity-assistant-0fd70b027e-0 20829a139c43c1ed548a6b15cf1a67fd26d3fcda7aff1d10f3e54233c6f85269 network default NAD default] ADD finished CNI request [tssc-app-ci/affinity-assistant-0fd70b027e-0 20829a139c43c1ed548a6b15cf1a67fd26d3fcda7aff1d10f3e54233c6f85269 network default NAD default], result "{\"interfaces\":[{\"name\":\"20829a139c43c1e\",\"mac\":\"ce:6f:36:fb:02:94\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:44\",\"sandbox\":\"/var/run/netns/9f7d1ffc-26e3-4de8-80fc-511ae689955a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.68/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:25:08.224896 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 72 Dst: fe80::cc6f:36ff:fefb:294/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:25:08.670824 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:25:08.670856 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:25:08.670865 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:25:08.699967 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:25:08.699996 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:25:08.700002 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:25:09.291870 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod 4f60dd47c6e8a5a54c464b8937db43ab39c66bb5a1a93b1783949da6da236000 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod 4f60dd47c6e8a5a54c464b8937db43ab39c66bb5a1a93b1783949da6da236000 network default NAD default] I0703 22:25:09.293614 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 73 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:25:09.293708 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 73 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:25:09.300979 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod, hostIfaceName: 4f60dd47c6e8a5a, network: default, NAD default, SandboxID: "4f60dd47c6e8a5a54c464b8937db43ab39c66bb5a1a93b1783949da6da236000", PCI device ID: , UID: "ae1d8af8-906b-4368-8f77-619515080ac5", MAC: 0a:58:0a:80:00:45, IPs: [10.128.0.69/23] I0703 22:25:09.347531 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod 4f60dd47c6e8a5a54c464b8937db43ab39c66bb5a1a93b1783949da6da236000 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod 4f60dd47c6e8a5a54c464b8937db43ab39c66bb5a1a93b1783949da6da236000 network default NAD default], result "{\"interfaces\":[{\"name\":\"4f60dd47c6e8a5a\",\"mac\":\"42:05:39:44:40:7f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:45\",\"sandbox\":\"/var/run/netns/23dd2c20-5032-4633-814a-a03697353b8b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.69/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:25:11.296790 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 73 Dst: fe80::4005:39ff:fe44:407f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:25:14.729178 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-ftztn-build-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:25:14.729399 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod I0703 22:25:14.758629 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod] pod update took 29.283543ms I0703 22:25:14.758674 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod] addLogicalPort annotation time took 29.310684ms I0703 22:25:14.760048 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod] addLogicalPort took 30.898696ms, libovsdb time 925.97µs I0703 22:25:14.966450 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:25:14.966511 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:25:15.097107 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod bc90c3dae9533aef39cbc2ac7a66382f4468d2af7ad0759c7d21d3ce4c4055f1 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod bc90c3dae9533aef39cbc2ac7a66382f4468d2af7ad0759c7d21d3ce4c4055f1 network default NAD default] I0703 22:25:15.098879 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 74 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:25:15.098960 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 74 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:25:15.106968 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-ftztn-build-pod, hostIfaceName: bc90c3dae9533ae, network: default, NAD default, SandboxID: "bc90c3dae9533aef39cbc2ac7a66382f4468d2af7ad0759c7d21d3ce4c4055f1", PCI device ID: , UID: "e07f3c4b-e1f9-499d-b16f-63444b36245c", MAC: 0a:58:0a:80:00:46, IPs: [10.128.0.70/23] I0703 22:25:15.155357 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod bc90c3dae9533aef39cbc2ac7a66382f4468d2af7ad0759c7d21d3ce4c4055f1 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod bc90c3dae9533aef39cbc2ac7a66382f4468d2af7ad0759c7d21d3ce4c4055f1 network default NAD default], result "{\"interfaces\":[{\"name\":\"bc90c3dae9533ae\",\"mac\":\"a2:78:94:15:b5:77\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:46\",\"sandbox\":\"/var/run/netns/50f70d90-5c2e-4c9e-9c91-525786d29ee0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.70/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:25:15.430913 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod 4f60dd47c6e8a5a54c464b8937db43ab39c66bb5a1a93b1783949da6da236000 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod 4f60dd47c6e8a5a54c464b8937db43ab39c66bb5a1a93b1783949da6da236000 network default NAD default] I0703 22:25:15.516068 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod 4f60dd47c6e8a5a54c464b8937db43ab39c66bb5a1a93b1783949da6da236000 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod 4f60dd47c6e8a5a54c464b8937db43ab39c66bb5a1a93b1783949da6da236000 network default NAD default], result "{\"dns\":{}}", err I0703 22:25:15.583283 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:15.583375 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod I0703 22:25:15.585063 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod, ips: 10.128.0.69 I0703 22:25:15.585097 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:16.864857 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 74 Dst: fe80::a078:94ff:fe15:b577/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:25:18.705601 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:25:18.705634 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:25:18.705643 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:25:41.495876 3314 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-zlyxhssm-7569564b8f-h8mbh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:41.496525 3314 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-zlyxhssm-7569564b8f-h8mbh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:42.312752 3314 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-zlyxhssm-7569564b8f-h8mbh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:25:42.312846 3314 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-zlyxhssm-7569564b8f-h8mbh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:25:42.320582 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-zlyxhssm-7569564b8f-h8mbh I0703 22:25:42.320606 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-zlyxhssm-7569564b8f-h8mbh I0703 22:25:44.019184 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 326 items received I0703 22:25:44.985245 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:25:44.985302 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:25:47.087531 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 7 items received I0703 22:26:15.003430 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:26:15.003506 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:26:18.964169 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:26:19.390333 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:26:20.117355 3314 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 7 items received I0703 22:26:24.018062 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 15 items received I0703 22:26:30.813405 3314 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-wlpithgv-d7f759c89-qvbjb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:30.814146 3314 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-wlpithgv-d7f759c89-qvbjb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:31.024978 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:26:31.025155 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod I0703 22:26:31.050693 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod] pod update took 25.591613ms I0703 22:26:31.050773 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod] addLogicalPort annotation time took 25.673422ms I0703 22:26:31.052512 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod] addLogicalPort took 27.564624ms, libovsdb time 1.128183ms I0703 22:26:31.075595 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:26:31.075853 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod I0703 22:26:31.099804 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod] pod update took 23.996165ms I0703 22:26:31.099880 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod] addLogicalPort annotation time took 24.072956ms I0703 22:26:31.101526 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod] addLogicalPort took 25.952732ms, libovsdb time 1.027351ms I0703 22:26:31.386666 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod 13d0d30041534aa7f07ddfb98f74a124002cd737c9d58245b72c954e48947d19 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod 13d0d30041534aa7f07ddfb98f74a124002cd737c9d58245b72c954e48947d19 network default NAD default] I0703 22:26:31.390002 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 75 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:26:31.390085 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 75 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:26:31.398490 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod, hostIfaceName: 13d0d30041534aa, network: default, NAD default, SandboxID: "13d0d30041534aa7f07ddfb98f74a124002cd737c9d58245b72c954e48947d19", PCI device ID: , UID: "e2d15aa2-62c3-41dd-8a40-94d45a22e798", MAC: 0a:58:0a:80:00:47, IPs: [10.128.0.71/23] I0703 22:26:31.517385 3314 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-wlpithgv-d7f759c89-qvbjb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:26:31.517410 3314 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-wlpithgv-d7f759c89-qvbjb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:26:31.526195 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-wlpithgv-d7f759c89-qvbjb I0703 22:26:31.526225 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-wlpithgv-d7f759c89-qvbjb I0703 22:26:31.655214 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod 13d0d30041534aa7f07ddfb98f74a124002cd737c9d58245b72c954e48947d19 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod 13d0d30041534aa7f07ddfb98f74a124002cd737c9d58245b72c954e48947d19 network default NAD default], result "{\"interfaces\":[{\"name\":\"13d0d30041534aa\",\"mac\":\"a6:69:0c:1e:0c:6d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:47\",\"sandbox\":\"/var/run/netns/55124051-8caa-402b-ae65-0e513326df7f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.71/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:26:31.747452 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod 2c14c81580cd63f9ab7102294d08205834604b34d775536f58ef520f6a94ae81 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod 2c14c81580cd63f9ab7102294d08205834604b34d775536f58ef520f6a94ae81 network default NAD default] I0703 22:26:31.749475 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 76 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:26:31.749550 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 76 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:26:31.758466 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod, hostIfaceName: 2c14c81580cd63f, network: default, NAD default, SandboxID: "2c14c81580cd63f9ab7102294d08205834604b34d775536f58ef520f6a94ae81", PCI device ID: , UID: "21d47980-a61b-4535-ad64-eaa5cb98f7d6", MAC: 0a:58:0a:80:00:48, IPs: [10.128.0.72/23] I0703 22:26:31.822988 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod bc90c3dae9533aef39cbc2ac7a66382f4468d2af7ad0759c7d21d3ce4c4055f1 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod bc90c3dae9533aef39cbc2ac7a66382f4468d2af7ad0759c7d21d3ce4c4055f1 network default NAD default] I0703 22:26:31.912517 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod bc90c3dae9533aef39cbc2ac7a66382f4468d2af7ad0759c7d21d3ce4c4055f1 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod bc90c3dae9533aef39cbc2ac7a66382f4468d2af7ad0759c7d21d3ce4c4055f1 network default NAD default], result "{\"dns\":{}}", err I0703 22:26:31.965686 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:31.965795 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod I0703 22:26:31.967788 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod, ips: 10.128.0.70 I0703 22:26:31.967823 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:32.024916 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod 2c14c81580cd63f9ab7102294d08205834604b34d775536f58ef520f6a94ae81 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod 2c14c81580cd63f9ab7102294d08205834604b34d775536f58ef520f6a94ae81 network default NAD default], result "{\"interfaces\":[{\"name\":\"2c14c81580cd63f\",\"mac\":\"5a:79:7c:72:46:53\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:48\",\"sandbox\":\"/var/run/netns/9537058a-95fd-42ac-9aff-d124e48b6493\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.72/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:26:32.960827 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 76 Dst: fe80::5879:7cff:fe72:4653/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:26:33.088876 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 75 Dst: fe80::a469:cff:fe1e:c6d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" W0703 22:26:34.404964 3314 ovnkube_controller.go:1304] Config duration recorder: measurement expired for pod/openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430cf4w69 I0703 22:26:39.050772 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:26:39.051030 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod I0703 22:26:39.069305 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod] pod update took 18.327081ms I0703 22:26:39.069325 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod] addLogicalPort annotation time took 18.35456ms I0703 22:26:39.070852 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod] addLogicalPort took 20.1064ms, libovsdb time 926.397µs I0703 22:26:39.419215 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod 96e25a583424dfbba7f083264bafe8f50d9a16b0ad21584eed7e021e47a96441 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod 96e25a583424dfbba7f083264bafe8f50d9a16b0ad21584eed7e021e47a96441 network default NAD default] I0703 22:26:39.423037 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 77 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:26:39.423136 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 77 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:26:39.430306 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod, hostIfaceName: 96e25a583424dfb, network: default, NAD default, SandboxID: "96e25a583424dfbba7f083264bafe8f50d9a16b0ad21584eed7e021e47a96441", PCI device ID: , UID: "ce10ae2b-d420-4017-8682-a6562da08d6a", MAC: 0a:58:0a:80:00:49, IPs: [10.128.0.73/23] I0703 22:26:39.494386 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod 96e25a583424dfbba7f083264bafe8f50d9a16b0ad21584eed7e021e47a96441 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod 96e25a583424dfbba7f083264bafe8f50d9a16b0ad21584eed7e021e47a96441 network default NAD default], result "{\"interfaces\":[{\"name\":\"96e25a583424dfb\",\"mac\":\"2e:e0:c4:43:59:ed\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:49\",\"sandbox\":\"/var/run/netns/7384f0a9-8224-4251-a41c-f16e119b197d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.73/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:26:39.886520 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod 13d0d30041534aa7f07ddfb98f74a124002cd737c9d58245b72c954e48947d19 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod 13d0d30041534aa7f07ddfb98f74a124002cd737c9d58245b72c954e48947d19 network default NAD default] I0703 22:26:39.967371 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod 13d0d30041534aa7f07ddfb98f74a124002cd737c9d58245b72c954e48947d19 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod 13d0d30041534aa7f07ddfb98f74a124002cd737c9d58245b72c954e48947d19 network default NAD default], result "{\"dns\":{}}", err I0703 22:26:40.020291 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:40.020333 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod I0703 22:26:40.022314 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod, ips: 10.128.0.71 I0703 22:26:40.022350 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:41.472833 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 77 Dst: fe80::2ce0:c4ff:fe43:59ed/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:26:45.023212 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:26:45.023282 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:26:45.106541 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:26:45.106815 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod I0703 22:26:45.135347 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod] pod update took 28.587134ms I0703 22:26:45.135368 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod] addLogicalPort annotation time took 28.612238ms I0703 22:26:45.136760 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod] addLogicalPort took 30.239584ms, libovsdb time 920.555µs I0703 22:26:45.148754 3314 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod] creating logical port tssc-app-ci_e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod for pod on switch ip-10-0-2-164.ec2.internal I0703 22:26:45.148922 3314 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod I0703 22:26:45.177625 3314 pod.go:62] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod] pod update took 28.750584ms I0703 22:26:45.177665 3314 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod] addLogicalPort annotation time took 28.782873ms I0703 22:26:45.179073 3314 pods.go:252] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod] addLogicalPort took 30.333014ms, libovsdb time 896.942µs I0703 22:26:45.469335 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod c339960fbdc207bc6e0eb5d95aa027b92ddafc1dfa847a21e7787a16dce6b568 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod c339960fbdc207bc6e0eb5d95aa027b92ddafc1dfa847a21e7787a16dce6b568 network default NAD default] I0703 22:26:45.471295 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 78 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:26:45.471385 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 78 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:26:45.479704 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod, hostIfaceName: c339960fbdc207b, network: default, NAD default, SandboxID: "c339960fbdc207bc6e0eb5d95aa027b92ddafc1dfa847a21e7787a16dce6b568", PCI device ID: , UID: "1ca52f0f-115c-4ad6-8456-dd58c89c7e63", MAC: 0a:58:0a:80:00:4a, IPs: [10.128.0.74/23] I0703 22:26:45.530692 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod 62d3177b79873e31e861dced489f3432fbdc1eee98e48b53da0cc25149668d0f network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod 62d3177b79873e31e861dced489f3432fbdc1eee98e48b53da0cc25149668d0f network default NAD default] I0703 22:26:45.533628 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 79 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:26:45.533689 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 79 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:26:45.544293 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod, hostIfaceName: 62d3177b79873e3, network: default, NAD default, SandboxID: "62d3177b79873e31e861dced489f3432fbdc1eee98e48b53da0cc25149668d0f", PCI device ID: , UID: "4d4c99f9-bca9-452d-8d5b-f0121237c4fe", MAC: 0a:58:0a:80:00:4b, IPs: [10.128.0.75/23] I0703 22:26:45.545861 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod c339960fbdc207bc6e0eb5d95aa027b92ddafc1dfa847a21e7787a16dce6b568 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod c339960fbdc207bc6e0eb5d95aa027b92ddafc1dfa847a21e7787a16dce6b568 network default NAD default], result "{\"interfaces\":[{\"name\":\"c339960fbdc207b\",\"mac\":\"1e:7b:f8:ba:17:e6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:4a\",\"sandbox\":\"/var/run/netns/0bb46720-ab09-456a-875e-39944e9249ab\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.74/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:26:45.600311 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod 62d3177b79873e31e861dced489f3432fbdc1eee98e48b53da0cc25149668d0f network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod 62d3177b79873e31e861dced489f3432fbdc1eee98e48b53da0cc25149668d0f network default NAD default], result "{\"interfaces\":[{\"name\":\"62d3177b79873e3\",\"mac\":\"b2:9e:ea:23:8c:90\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:4b\",\"sandbox\":\"/var/run/netns/205970b5-27a8-489f-8588-19410e78b791\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.75/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:26:45.936158 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod 96e25a583424dfbba7f083264bafe8f50d9a16b0ad21584eed7e021e47a96441 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod 96e25a583424dfbba7f083264bafe8f50d9a16b0ad21584eed7e021e47a96441 network default NAD default] I0703 22:26:45.943104 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod 2c14c81580cd63f9ab7102294d08205834604b34d775536f58ef520f6a94ae81 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod 2c14c81580cd63f9ab7102294d08205834604b34d775536f58ef520f6a94ae81 network default NAD default] I0703 22:26:46.043736 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod 96e25a583424dfbba7f083264bafe8f50d9a16b0ad21584eed7e021e47a96441 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod 96e25a583424dfbba7f083264bafe8f50d9a16b0ad21584eed7e021e47a96441 network default NAD default], result "{\"dns\":{}}", err I0703 22:26:46.075755 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod 2c14c81580cd63f9ab7102294d08205834604b34d775536f58ef520f6a94ae81 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod 2c14c81580cd63f9ab7102294d08205834604b34d775536f58ef520f6a94ae81 network default NAD default], result "{\"dns\":{}}", err I0703 22:26:46.155173 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:46.155225 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod I0703 22:26:46.157599 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod, ips: 10.128.0.73 I0703 22:26:46.157637 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:46.188501 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:46.188536 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod I0703 22:26:46.194572 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod, ips: 10.128.0.72 I0703 22:26:46.194609 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:46.656867 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 78 Dst: fe80::1c7b:f8ff:feba:17e6/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:26:46.913893 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 79 Dst: fe80::b09e:eaff:fe23:8c90/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:26:51.984105 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod c339960fbdc207bc6e0eb5d95aa027b92ddafc1dfa847a21e7787a16dce6b568 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod c339960fbdc207bc6e0eb5d95aa027b92ddafc1dfa847a21e7787a16dce6b568 network default NAD default] I0703 22:26:52.014177 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 43 items received I0703 22:26:52.082274 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod c339960fbdc207bc6e0eb5d95aa027b92ddafc1dfa847a21e7787a16dce6b568 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod c339960fbdc207bc6e0eb5d95aa027b92ddafc1dfa847a21e7787a16dce6b568 network default NAD default], result "{\"dns\":{}}", err I0703 22:26:52.158770 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:52.158832 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod I0703 22:26:52.160791 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod, ips: 10.128.0.74 I0703 22:26:52.160833 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:52.376454 3314 cni.go:312] [tssc-app-ci/affinity-assistant-0fd70b027e-0 20829a139c43c1ed548a6b15cf1a67fd26d3fcda7aff1d10f3e54233c6f85269 network default NAD default] DEL starting CNI request [tssc-app-ci/affinity-assistant-0fd70b027e-0 20829a139c43c1ed548a6b15cf1a67fd26d3fcda7aff1d10f3e54233c6f85269 network default NAD default] I0703 22:26:52.444459 3314 cni.go:333] [tssc-app-ci/affinity-assistant-0fd70b027e-0 20829a139c43c1ed548a6b15cf1a67fd26d3fcda7aff1d10f3e54233c6f85269 network default NAD default] DEL finished CNI request [tssc-app-ci/affinity-assistant-0fd70b027e-0 20829a139c43c1ed548a6b15cf1a67fd26d3fcda7aff1d10f3e54233c6f85269 network default NAD default], result "{\"dns\":{}}", err I0703 22:26:52.478537 3314 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-0fd70b027e-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:52.478577 3314 pods.go:174] Deleting pod: tssc-app-ci/affinity-assistant-0fd70b027e-0 I0703 22:26:52.480588 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/affinity-assistant-0fd70b027e-0, ips: 10.128.0.68 I0703 22:26:52.480626 3314 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-0fd70b027e-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:52.998907 3314 cni.go:312] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod 62d3177b79873e31e861dced489f3432fbdc1eee98e48b53da0cc25149668d0f network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod 62d3177b79873e31e861dced489f3432fbdc1eee98e48b53da0cc25149668d0f network default NAD default] I0703 22:26:53.102034 3314 cni.go:333] [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod 62d3177b79873e31e861dced489f3432fbdc1eee98e48b53da0cc25149668d0f network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod 62d3177b79873e31e861dced489f3432fbdc1eee98e48b53da0cc25149668d0f network default NAD default], result "{\"dns\":{}}", err I0703 22:26:53.185603 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:53.185643 3314 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod I0703 22:26:53.188521 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod, ips: 10.128.0.75 I0703 22:26:53.188682 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-on-push-ftztn-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:53.292696 3314 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-0fd70b027e-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:26:53.292793 3314 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-0fd70b027e-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:26:53.300112 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-0fd70b027e-0 I0703 22:26:53.300142 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-0fd70b027e-0 I0703 22:26:57.085714 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 7 items received E0703 22:27:00.816428 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:27:00.816462 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:27:00.816470 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:27:00.935450 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:27:00.935487 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:27:00.935497 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:27:06.013874 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 11 items received E0703 22:27:11.194025 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:27:11.194058 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:27:11.194067 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:27:13.518164 3314 base_network_controller_pods.go:477] [default/tssc-app-development/e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9] creating logical port tssc-app-development_e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9 for pod on switch ip-10-0-2-164.ec2.internal I0703 22:27:13.518373 3314 kube.go:317] Updating pod tssc-app-development/e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9 I0703 22:27:13.537110 3314 pod.go:62] [tssc-app-development/e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9] pod update took 18.765013ms I0703 22:27:13.537130 3314 base_network_controller_pods.go:921] [default/tssc-app-development/e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9] addLogicalPort annotation time took 18.793388ms I0703 22:27:13.538427 3314 pods.go:252] [tssc-app-development/e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9] addLogicalPort took 20.294208ms, libovsdb time 848.805µs I0703 22:27:13.921948 3314 cni.go:312] [tssc-app-development/e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9 33038a89a675366a83e7085b3b77338d6813d0deb9926741e91fcf1a03771942 network default NAD default] ADD starting CNI request [tssc-app-development/e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9 33038a89a675366a83e7085b3b77338d6813d0deb9926741e91fcf1a03771942 network default NAD default] I0703 22:27:13.931780 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 80 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:27:13.931867 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 80 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:27:13.940695 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-development, podName: e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9, hostIfaceName: 33038a89a675366, network: default, NAD default, SandboxID: "33038a89a675366a83e7085b3b77338d6813d0deb9926741e91fcf1a03771942", PCI device ID: , UID: "df12f4af-b84f-4803-a988-d0796f9884dd", MAC: 0a:58:0a:80:00:4c, IPs: [10.128.0.76/23] I0703 22:27:14.000114 3314 cni.go:333] [tssc-app-development/e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9 33038a89a675366a83e7085b3b77338d6813d0deb9926741e91fcf1a03771942 network default NAD default] ADD finished CNI request [tssc-app-development/e2e-tests-go-wlpithgv-567dcc8fbb-mjrk9 33038a89a675366a83e7085b3b77338d6813d0deb9926741e91fcf1a03771942 network default NAD default], result "{\"interfaces\":[{\"name\":\"33038a89a675366\",\"mac\":\"fe:ed:2a:e9:87:06\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:4c\",\"sandbox\":\"/var/run/netns/b2680d1c-968a-4bd3-91aa-c397d219f630\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.76/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:27:14.014381 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 0 items received I0703 22:27:15.043948 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:27:15.044007 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:27:15.392849 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 80 Dst: fe80::fced:2aff:fee9:8706/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:27:21.570279 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:27:21.570304 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:27:21.570310 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:27:24.304848 3314 base_network_controller_pods.go:477] [default/tssc-app-stage/e2e-tests-go-zlyxhssm-8f954b47-bclrd] creating logical port tssc-app-stage_e2e-tests-go-zlyxhssm-8f954b47-bclrd for pod on switch ip-10-0-2-164.ec2.internal I0703 22:27:24.305017 3314 kube.go:317] Updating pod tssc-app-stage/e2e-tests-go-zlyxhssm-8f954b47-bclrd I0703 22:27:24.319137 3314 pod.go:62] [tssc-app-stage/e2e-tests-go-zlyxhssm-8f954b47-bclrd] pod update took 14.157362ms I0703 22:27:24.319161 3314 base_network_controller_pods.go:921] [default/tssc-app-stage/e2e-tests-go-zlyxhssm-8f954b47-bclrd] addLogicalPort annotation time took 14.188556ms I0703 22:27:24.320526 3314 pods.go:252] [tssc-app-stage/e2e-tests-go-zlyxhssm-8f954b47-bclrd] addLogicalPort took 15.707378ms, libovsdb time 898.031µs I0703 22:27:24.670031 3314 cni.go:312] [tssc-app-stage/e2e-tests-go-zlyxhssm-8f954b47-bclrd 6e9ba463295f1502d6a8d2d2732ec898bc2be1916b5e52ee2d3c2adae3fcf6a1 network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-zlyxhssm-8f954b47-bclrd 6e9ba463295f1502d6a8d2d2732ec898bc2be1916b5e52ee2d3c2adae3fcf6a1 network default NAD default] I0703 22:27:24.673349 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 81 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:27:24.673415 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 81 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:27:24.679525 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-zlyxhssm-8f954b47-bclrd, hostIfaceName: 6e9ba463295f150, network: default, NAD default, SandboxID: "6e9ba463295f1502d6a8d2d2732ec898bc2be1916b5e52ee2d3c2adae3fcf6a1", PCI device ID: , UID: "44e54875-8eab-4d1c-9ff8-454616ea62c5", MAC: 0a:58:0a:80:00:4d, IPs: [10.128.0.77/23] I0703 22:27:24.948151 3314 cni.go:333] [tssc-app-stage/e2e-tests-go-zlyxhssm-8f954b47-bclrd 6e9ba463295f1502d6a8d2d2732ec898bc2be1916b5e52ee2d3c2adae3fcf6a1 network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-zlyxhssm-8f954b47-bclrd 6e9ba463295f1502d6a8d2d2732ec898bc2be1916b5e52ee2d3c2adae3fcf6a1 network default NAD default], result "{\"interfaces\":[{\"name\":\"6e9ba463295f150\",\"mac\":\"16:50:c4:54:31:4d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:4d\",\"sandbox\":\"/var/run/netns/c6665f7a-f30a-4e62-98c7-496eb7fbb66a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.77/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:27:26.400822 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 81 Dst: fe80::1450:c4ff:fe54:314d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:27:34.189043 3314 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-wlpithgv-75c4754b7f-m87d2 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:34.189673 3314 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-wlpithgv-75c4754b7f-m87d2 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:34.780889 3314 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-wlpithgv-75c4754b7f-m87d2 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:34.780911 3314 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-wlpithgv-75c4754b7f-m87d2 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:34.786618 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-wlpithgv-75c4754b7f-m87d2 I0703 22:27:34.786643 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-wlpithgv-75c4754b7f-m87d2 I0703 22:27:44.837042 3314 cni.go:312] [tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl 94243bd742fec479c29c09c682f9832517d3db404b17d824c70ebfd06c15f681 network default NAD default] DEL starting CNI request [tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl 94243bd742fec479c29c09c682f9832517d3db404b17d824c70ebfd06c15f681 network default NAD default] I0703 22:27:44.918270 3314 cni.go:333] [tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl 94243bd742fec479c29c09c682f9832517d3db404b17d824c70ebfd06c15f681 network default NAD default] DEL finished CNI request [tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl 94243bd742fec479c29c09c682f9832517d3db404b17d824c70ebfd06c15f681 network default NAD default], result "{\"dns\":{}}", err I0703 22:27:44.975163 3314 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:44.975208 3314 pods.go:174] Deleting pod: tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl I0703 22:27:44.977300 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl, ips: 10.128.0.57 I0703 22:27:44.977396 3314 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:45.064020 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:27:45.064078 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:27:45.245674 3314 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:45.245702 3314 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:45.248303 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl I0703 22:27:45.248329 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-zlyxhssm-7569564b8f-xzpnl E0703 22:28:02.581482 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:28:02.581508 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:28:02.581517 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port E0703 22:28:12.931636 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:28:12.931678 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:28:12.931685 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port W0703 22:28:14.404692 3314 ovnkube_controller.go:1304] Config duration recorder: measurement expired for pod/tssc-gitops/tssc-gitops-post-deploy-9bcd8 I0703 22:28:15.083455 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:28:15.083529 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:28:41.236723 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-w020c90420b3892e06435134ff4a59afb4da11cbbe45ac-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:41.237307 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-w020c90420b3892e06435134ff4a59afb4da11cbbe45ac-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:45.103325 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:28:45.103404 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:28:47.325711 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-gitop41197955c923c4f0c9e89bc54bde9601-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:47.326287 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlpithgv-gitop41197955c923c4f0c9e89bc54bde9601-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:52.335829 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlp020c90420b30b240a4465704f18c80ef24bc586cf4a-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:52.336529 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wlp020c90420b30b240a4465704f18c80ef24bc586cf4a-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:52.791351 3314 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-0795f63aa1-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:52.792227 3314 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-0795f63aa1-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:53.162258 3314 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-0795f63aa1-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:28:53.162281 3314 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-0795f63aa1-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:28:53.169518 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-0795f63aa1-0 I0703 22:28:53.169619 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-0795f63aa1-0 I0703 22:28:53.338481 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wl020c90420b3866bde0119f6fd025f3829094ba3235fa-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:53.339275 3314 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-wl020c90420b3866bde0119f6fd025f3829094ba3235fa-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:58.013105 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 53 items received I0703 22:29:15.123409 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:29:15.123465 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:29:24.127689 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 0 items received I0703 22:29:36.673838 3314 base_network_controller_pods.go:477] [default/tssc-app-prod/e2e-tests-go-zlyxhssm-8f954b47-n7rnj] creating logical port tssc-app-prod_e2e-tests-go-zlyxhssm-8f954b47-n7rnj for pod on switch ip-10-0-2-164.ec2.internal I0703 22:29:36.673990 3314 kube.go:317] Updating pod tssc-app-prod/e2e-tests-go-zlyxhssm-8f954b47-n7rnj I0703 22:29:36.688948 3314 pod.go:62] [tssc-app-prod/e2e-tests-go-zlyxhssm-8f954b47-n7rnj] pod update took 14.991946ms I0703 22:29:36.689030 3314 base_network_controller_pods.go:921] [default/tssc-app-prod/e2e-tests-go-zlyxhssm-8f954b47-n7rnj] addLogicalPort annotation time took 15.079349ms I0703 22:29:36.690665 3314 pods.go:252] [tssc-app-prod/e2e-tests-go-zlyxhssm-8f954b47-n7rnj] addLogicalPort took 16.840631ms, libovsdb time 959.419µs I0703 22:29:37.034297 3314 cni.go:312] [tssc-app-prod/e2e-tests-go-zlyxhssm-8f954b47-n7rnj 631c9aa1162cb3cb818d9c26522439d716de46dccbeb6276975a501f4892c604 network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-zlyxhssm-8f954b47-n7rnj 631c9aa1162cb3cb818d9c26522439d716de46dccbeb6276975a501f4892c604 network default NAD default] I0703 22:29:37.036230 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 82 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:29:37.036254 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 82 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:29:37.043921 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-zlyxhssm-8f954b47-n7rnj, hostIfaceName: 631c9aa1162cb3c, network: default, NAD default, SandboxID: "631c9aa1162cb3cb818d9c26522439d716de46dccbeb6276975a501f4892c604", PCI device ID: , UID: "aaf2d302-be42-4842-9978-bcfaf0df257d", MAC: 0a:58:0a:80:00:4e, IPs: [10.128.0.78/23] I0703 22:29:37.297216 3314 cni.go:333] [tssc-app-prod/e2e-tests-go-zlyxhssm-8f954b47-n7rnj 631c9aa1162cb3cb818d9c26522439d716de46dccbeb6276975a501f4892c604 network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-zlyxhssm-8f954b47-n7rnj 631c9aa1162cb3cb818d9c26522439d716de46dccbeb6276975a501f4892c604 network default NAD default], result "{\"interfaces\":[{\"name\":\"631c9aa1162cb3c\",\"mac\":\"16:62:62:45:fb:2b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:4e\",\"sandbox\":\"/var/run/netns/9460ea24-695d-4e9a-a6ef-6ac72b49bb1e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.78/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:29:38.432823 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 82 Dst: fe80::1462:62ff:fe45:fb2b/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:29:45.146194 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:29:45.146252 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:29:57.200300 3314 cni.go:312] [tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq 9d579b841addf5b542ad240f08505612820eb0eb09ac50dd6d21f0100cee2715 network default NAD default] DEL starting CNI request [tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq 9d579b841addf5b542ad240f08505612820eb0eb09ac50dd6d21f0100cee2715 network default NAD default] I0703 22:29:57.285860 3314 cni.go:333] [tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq 9d579b841addf5b542ad240f08505612820eb0eb09ac50dd6d21f0100cee2715 network default NAD default] DEL finished CNI request [tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq 9d579b841addf5b542ad240f08505612820eb0eb09ac50dd6d21f0100cee2715 network default NAD default], result "{\"dns\":{}}", err I0703 22:29:57.337326 3314 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:57.337418 3314 pods.go:174] Deleting pod: tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq I0703 22:29:57.339287 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq, ips: 10.128.0.56 I0703 22:29:57.339326 3314 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:57.897482 3314 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:29:57.897508 3314 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:29:57.903324 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq I0703 22:29:57.903412 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-zlyxhssm-7569564b8f-4kkwq I0703 22:30:00.173695 3314 base_network_controller_pods.go:477] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29718630-d2zqt for pod on switch ip-10-0-2-164.ec2.internal I0703 22:30:00.173862 3314 kube.go:317] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt I0703 22:30:00.187630 3314 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt] pod update took 13.803526ms I0703 22:30:00.187669 3314 base_network_controller_pods.go:921] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt] addLogicalPort annotation time took 13.831888ms I0703 22:30:00.189286 3314 pods.go:252] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt] addLogicalPort took 15.635264ms, libovsdb time 1.004099ms I0703 22:30:00.532296 3314 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt 598a2651acdd9afcedf428e6460d7e305b0328409d720c88eeaa808a0dd70684 network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt 598a2651acdd9afcedf428e6460d7e305b0328409d720c88eeaa808a0dd70684 network default NAD default] I0703 22:30:00.534948 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 83 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:30:00.534971 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 83 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:30:00.540357 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29718630-d2zqt, hostIfaceName: 598a2651acdd9af, network: default, NAD default, SandboxID: "598a2651acdd9afcedf428e6460d7e305b0328409d720c88eeaa808a0dd70684", PCI device ID: , UID: "5a0486de-c1bd-4ea0-9200-4f25ef48e278", MAC: 0a:58:0a:80:00:4f, IPs: [10.128.0.79/23] I0703 22:30:00.592826 3314 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt 598a2651acdd9afcedf428e6460d7e305b0328409d720c88eeaa808a0dd70684 network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt 598a2651acdd9afcedf428e6460d7e305b0328409d720c88eeaa808a0dd70684 network default NAD default], result "{\"interfaces\":[{\"name\":\"598a2651acdd9af\",\"mac\":\"2e:d1:dd:32:73:8c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:4f\",\"sandbox\":\"/var/run/netns/0cacbe65-f823-488b-b1c3-b2c6bd6e8b24\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.79/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:30:01.120941 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 2 items received I0703 22:30:02.240859 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 83 Dst: fe80::2cd1:ddff:fe32:738c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:30:03.941998 3314 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt 598a2651acdd9afcedf428e6460d7e305b0328409d720c88eeaa808a0dd70684 network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt 598a2651acdd9afcedf428e6460d7e305b0328409d720c88eeaa808a0dd70684 network default NAD default] I0703 22:30:04.032615 3314 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt 598a2651acdd9afcedf428e6460d7e305b0328409d720c88eeaa808a0dd70684 network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt 598a2651acdd9afcedf428e6460d7e305b0328409d720c88eeaa808a0dd70684 network default NAD default], result "{\"dns\":{}}", err I0703 22:30:04.085134 3314 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:04.085191 3314 pods.go:174] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt I0703 22:30:04.086954 3314 pods.go:217] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt, ips: 10.128.0.79 I0703 22:30:04.086985 3314 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:04.954807 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:04.954951 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-d2zqt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:04.985767 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:04.985791 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:04.990571 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv I0703 22:30:04.990681 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-rnkjv I0703 22:30:12.092460 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 9 items received I0703 22:30:15.164807 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:30:15.164886 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:30:45.183639 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:30:45.183722 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:30:55.560879 3314 cni.go:312] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 7785ad5d398982a4eb547cae9b535e9519a391e9bca75299820d185b8d5342fb network default NAD default] DEL starting CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 7785ad5d398982a4eb547cae9b535e9519a391e9bca75299820d185b8d5342fb network default NAD default] I0703 22:30:55.647351 3314 cni.go:333] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 7785ad5d398982a4eb547cae9b535e9519a391e9bca75299820d185b8d5342fb network default NAD default] DEL finished CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 7785ad5d398982a4eb547cae9b535e9519a391e9bca75299820d185b8d5342fb network default NAD default], result "{\"dns\":{}}", err I0703 22:30:55.703426 3314 obj_retry.go:466] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:55.703490 3314 pods.go:174] Deleting pod: openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 I0703 22:30:55.705274 3314 pods.go:217] Attempting to release IPs for pod: openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4, ips: 10.128.0.62 I0703 22:30:55.705313 3314 obj_retry.go:466] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:56.490689 3314 obj_retry.go:460] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:56.490820 3314 obj_retry.go:460] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:56.498994 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 I0703 22:30:56.499081 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-fbrc4 E0703 22:31:06.134428 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:31:06.134533 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:31:06.134549 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:31:14.494534 3314 base_network_controller_pods.go:477] [default/tssc-app-development/e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf] creating logical port tssc-app-development_e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf for pod on switch ip-10-0-2-164.ec2.internal I0703 22:31:14.494701 3314 kube.go:317] Updating pod tssc-app-development/e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf I0703 22:31:14.514962 3314 pod.go:62] [tssc-app-development/e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf] pod update took 20.292631ms I0703 22:31:14.515068 3314 base_network_controller_pods.go:921] [default/tssc-app-development/e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf] addLogicalPort annotation time took 20.414005ms I0703 22:31:14.520092 3314 pods.go:252] [tssc-app-development/e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf] addLogicalPort took 25.585955ms, libovsdb time 4.360102ms I0703 22:31:14.870264 3314 cni.go:312] [tssc-app-development/e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf a293ccc4e3f6e3928e55a3d4a405c83db95251680ab8aba761913002ab78329a network default NAD default] ADD starting CNI request [tssc-app-development/e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf a293ccc4e3f6e3928e55a3d4a405c83db95251680ab8aba761913002ab78329a network default NAD default] I0703 22:31:14.872046 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 84 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:31:14.872124 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 84 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:31:14.878975 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-development, podName: e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf, hostIfaceName: a293ccc4e3f6e39, network: default, NAD default, SandboxID: "a293ccc4e3f6e3928e55a3d4a405c83db95251680ab8aba761913002ab78329a", PCI device ID: , UID: "f022b1d6-86f3-405b-9132-86f65691a61e", MAC: 0a:58:0a:80:00:50, IPs: [10.128.0.80/23] I0703 22:31:14.932472 3314 cni.go:333] [tssc-app-development/e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf a293ccc4e3f6e3928e55a3d4a405c83db95251680ab8aba761913002ab78329a network default NAD default] ADD finished CNI request [tssc-app-development/e2e-tests-go-ccwhcbzo-6bbddc7b67-hfbsf a293ccc4e3f6e3928e55a3d4a405c83db95251680ab8aba761913002ab78329a network default NAD default], result "{\"interfaces\":[{\"name\":\"a293ccc4e3f6e39\",\"mac\":\"ce:1f:07:d6:0e:e5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:50\",\"sandbox\":\"/var/run/netns/f07eeab0-1a1c-4898-92c9-72c10276f8a4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.80/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:31:15.203348 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:31:15.203420 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:31:16.496850 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:31:16.496910 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:31:16.496921 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:31:16.672993 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 84 Dst: fe80::cc1f:7ff:fed6:ee5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:31:18.964445 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:31:19.390877 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:31:35.164408 3314 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-ccwhcbzo-5769669df8-p8bnb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:31:35.165023 3314 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-ccwhcbzo-5769669df8-p8bnb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:31:35.915180 3314 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-ccwhcbzo-5769669df8-p8bnb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:31:35.915332 3314 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-ccwhcbzo-5769669df8-p8bnb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:31:35.921426 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-ccwhcbzo-5769669df8-p8bnb I0703 22:31:35.921450 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-ccwhcbzo-5769669df8-p8bnb E0703 22:31:36.862713 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:31:36.862746 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:31:36.862754 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:31:43.116261 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 2 items received I0703 22:31:45.220402 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:31:45.220475 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:31:53.018243 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 23 items received E0703 22:32:07.445463 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:32:07.445496 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:32:07.445505 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:32:10.099723 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 3 items received I0703 22:32:10.120131 3314 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 3 items received I0703 22:32:15.245743 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:32:15.245805 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:32:27.947751 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:32:27.947778 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:32:27.947785 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:32:37.101748 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 3 items received E0703 22:32:37.993138 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:32:37.993174 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:32:37.993184 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:32:45.265472 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:32:45.265549 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:32:53.125878 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 2 items received W0703 22:33:14.404465 3314 ovnkube_controller.go:1304] Config duration recorder: measurement expired for pod/tssc-tpa/migrate-db-4grb7 I0703 22:33:15.289522 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:33:15.289577 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:33:21.090607 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 3 items received I0703 22:33:27.021093 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 7 items received E0703 22:33:29.392557 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:33:29.392631 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:33:29.392642 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:33:45.312666 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:33:45.312729 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:34:09.754918 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:34:09.754951 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:34:09.754959 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:34:13.089082 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 5 items received I0703 22:34:15.337630 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:34:15.337704 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:34:45.357325 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:34:45.357384 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:35:15.381080 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:35:15.381139 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:35:17.124771 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 5 items received I0703 22:35:37.022711 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 204 items received I0703 22:35:44.360469 3314 base_network_controller_pods.go:477] [default/tssc-app-stage/e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc] creating logical port tssc-app-stage_e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc for pod on switch ip-10-0-2-164.ec2.internal I0703 22:35:44.360622 3314 kube.go:317] Updating pod tssc-app-stage/e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc I0703 22:35:44.387069 3314 pod.go:62] [tssc-app-stage/e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc] pod update took 26.485541ms I0703 22:35:44.387158 3314 base_network_controller_pods.go:921] [default/tssc-app-stage/e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc] addLogicalPort annotation time took 26.582321ms I0703 22:35:44.388759 3314 pods.go:252] [tssc-app-stage/e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc] addLogicalPort took 28.330621ms, libovsdb time 919.395µs I0703 22:35:44.722038 3314 cni.go:312] [tssc-app-stage/e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc 8a99e0bcbb77d2c446207b804c97c46d7b0db70ffd43d6153b4718f268fa2671 network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc 8a99e0bcbb77d2c446207b804c97c46d7b0db70ffd43d6153b4718f268fa2671 network default NAD default] I0703 22:35:44.723788 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 85 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:35:44.723863 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 85 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:35:44.731314 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc, hostIfaceName: 8a99e0bcbb77d2c, network: default, NAD default, SandboxID: "8a99e0bcbb77d2c446207b804c97c46d7b0db70ffd43d6153b4718f268fa2671", PCI device ID: , UID: "3a523b2a-beb1-4eba-804b-d4a0dfec1ae4", MAC: 0a:58:0a:80:00:51, IPs: [10.128.0.81/23] I0703 22:35:44.986430 3314 cni.go:333] [tssc-app-stage/e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc 8a99e0bcbb77d2c446207b804c97c46d7b0db70ffd43d6153b4718f268fa2671 network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-ccwhcbzo-6bbddc7b67-cn5nc 8a99e0bcbb77d2c446207b804c97c46d7b0db70ffd43d6153b4718f268fa2671 network default NAD default], result "{\"interfaces\":[{\"name\":\"8a99e0bcbb77d2c\",\"mac\":\"0e:82:32:ff:53:54\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:51\",\"sandbox\":\"/var/run/netns/74b65b93-2684-4c4a-a006-79a28a1551f2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.81/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:35:45.397731 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:35:45.397811 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:35:46.048787 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 85 Dst: fe80::c82:32ff:feff:5354/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:36:04.883100 3314 cni.go:312] [tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t fec114c0ec6399a83b762498738116aa122a0a16e50fe944fe8ff596607ee134 network default NAD default] DEL starting CNI request [tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t fec114c0ec6399a83b762498738116aa122a0a16e50fe944fe8ff596607ee134 network default NAD default] I0703 22:36:04.959495 3314 cni.go:333] [tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t fec114c0ec6399a83b762498738116aa122a0a16e50fe944fe8ff596607ee134 network default NAD default] DEL finished CNI request [tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t fec114c0ec6399a83b762498738116aa122a0a16e50fe944fe8ff596607ee134 network default NAD default], result "{\"dns\":{}}", err I0703 22:36:05.011283 3314 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:36:05.011421 3314 pods.go:174] Deleting pod: tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t I0703 22:36:05.013451 3314 pods.go:217] Attempting to release IPs for pod: tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t, ips: 10.128.0.58 I0703 22:36:05.013536 3314 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:36:05.664626 3314 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:36:05.664675 3314 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:36:05.672184 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t I0703 22:36:05.672208 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-ccwhcbzo-5769669df8-g7s9t I0703 22:36:15.419928 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:36:15.419988 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:36:18.963932 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:36:19.390703 3314 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:36:24.131773 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 7 items received I0703 22:36:38.017299 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 9 items received I0703 22:36:45.441643 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:36:45.441731 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:36:53.017423 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 9 items received I0703 22:36:58.016825 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 35 items received I0703 22:37:03.095418 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 6 items received I0703 22:37:15.459358 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:37:15.459415 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:37:38.105071 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 0 items received I0703 22:37:45.475794 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:37:45.475858 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 22:38:04.704993 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:38:04.705020 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:38:04.705027 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:38:15.494797 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:38:15.494858 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:38:21.120018 3314 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 0 items received E0703 22:38:35.211974 3314 ovn.go:423] Failed to unmarshal old node ip-10-0-2-164.ec2.internal annotation: unexpected end of JSON input I0703 22:38:35.212005 3314 master.go:495] Adding or Updating Node "ip-10-0-2-164.ec2.internal" I0703 22:38:35.212014 3314 hybrid.go:141] Removing node ip-10-0-2-164.ec2.internal hybrid overlay port I0703 22:38:43.024027 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 6 items received I0703 22:38:45.517261 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:38:45.517320 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:38:49.021682 3314 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 8 items received I0703 22:39:04.123395 3314 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 0 items received I0703 22:39:11.397205 3314 base_network_controller_pods.go:477] [default/tssc-app-prod/e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx] creating logical port tssc-app-prod_e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx for pod on switch ip-10-0-2-164.ec2.internal I0703 22:39:11.397330 3314 kube.go:317] Updating pod tssc-app-prod/e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx I0703 22:39:11.425060 3314 pod.go:62] [tssc-app-prod/e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx] pod update took 27.76224ms I0703 22:39:11.425141 3314 base_network_controller_pods.go:921] [default/tssc-app-prod/e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx] addLogicalPort annotation time took 27.84645ms I0703 22:39:11.426745 3314 pods.go:252] [tssc-app-prod/e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx] addLogicalPort took 29.556264ms, libovsdb time 961.07µs I0703 22:39:11.754966 3314 cni.go:312] [tssc-app-prod/e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx dba158f9be381f22ac2bc1aa13ee53e4f83611c0b6cb8e87bb5ef186f53400ba network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx dba158f9be381f22ac2bc1aa13ee53e4f83611c0b6cb8e87bb5ef186f53400ba network default NAD default] I0703 22:39:11.756829 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 86 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:39:11.756905 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 86 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:39:11.766006 3314 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx, hostIfaceName: dba158f9be381f2, network: default, NAD default, SandboxID: "dba158f9be381f22ac2bc1aa13ee53e4f83611c0b6cb8e87bb5ef186f53400ba", PCI device ID: , UID: "67a3b202-efd9-4b10-9e32-3f39e2e78269", MAC: 0a:58:0a:80:00:52, IPs: [10.128.0.82/23] I0703 22:39:11.866245 3314 cni.go:333] [tssc-app-prod/e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx dba158f9be381f22ac2bc1aa13ee53e4f83611c0b6cb8e87bb5ef186f53400ba network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-ccwhcbzo-6bbddc7b67-9jtnx dba158f9be381f22ac2bc1aa13ee53e4f83611c0b6cb8e87bb5ef186f53400ba network default NAD default], result "{\"interfaces\":[{\"name\":\"dba158f9be381f2\",\"mac\":\"52:c7:0b:6b:f7:ce\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:52\",\"sandbox\":\"/var/run/netns/6f2c1d8c-c40f-4d29-a0ce-a1bd09d0d8d9\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.82/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:39:13.664804 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 86 Dst: fe80::50c7:bff:fe6b:f7ce/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:39:15.538365 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:39:15.538438 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:39:18.094166 3314 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received I0703 22:39:32.071462 3314 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-ccwhcbzo-5769669df8-s7gr8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:39:32.072169 3314 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-ccwhcbzo-5769669df8-s7gr8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:39:33.061009 3314 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-ccwhcbzo-5769669df8-s7gr8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:39:33.061062 3314 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-ccwhcbzo-5769669df8-s7gr8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:39:33.068027 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-ccwhcbzo-5769669df8-s7gr8 I0703 22:39:33.068054 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-ccwhcbzo-5769669df8-s7gr8 I0703 22:39:45.562442 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:39:45.562506 3314 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 22:40:00.173507 3314 base_network_controller_pods.go:477] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29718640-v87gh for pod on switch ip-10-0-2-164.ec2.internal I0703 22:40:00.173687 3314 kube.go:317] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh I0703 22:40:00.190351 3314 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh] pod update took 16.716213ms I0703 22:40:00.190372 3314 base_network_controller_pods.go:921] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh] addLogicalPort annotation time took 16.744744ms I0703 22:40:00.191852 3314 pods.go:252] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh] addLogicalPort took 18.377089ms, libovsdb time 898.618µs I0703 22:40:00.530893 3314 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh c42c9941e03d3561f51d047e44654b05d68b5a021afbc37547e12d93adee0fa1 network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh c42c9941e03d3561f51d047e44654b05d68b5a021afbc37547e12d93adee0fa1 network default NAD default] I0703 22:40:00.533380 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 87 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:40:00.533405 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 87 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:40:00.539475 3314 helper_linux.go:442] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29718640-v87gh, hostIfaceName: c42c9941e03d356, network: default, NAD default, SandboxID: "c42c9941e03d3561f51d047e44654b05d68b5a021afbc37547e12d93adee0fa1", PCI device ID: , UID: "c1e06cf8-f84f-4a79-982b-cbb2dd821d53", MAC: 0a:58:0a:80:00:53, IPs: [10.128.0.83/23] I0703 22:40:00.797525 3314 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh c42c9941e03d3561f51d047e44654b05d68b5a021afbc37547e12d93adee0fa1 network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh c42c9941e03d3561f51d047e44654b05d68b5a021afbc37547e12d93adee0fa1 network default NAD default], result "{\"interfaces\":[{\"name\":\"c42c9941e03d356\",\"mac\":\"32:62:54:92:dc:d3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:53\",\"sandbox\":\"/var/run/netns/271cf21d-9958-4af0-a086-d4742d406569\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.83/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:40:01.665872 3314 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 87 Dst: fe80::3062:54ff:fe92:dcd3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:40:04.837541 3314 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh c42c9941e03d3561f51d047e44654b05d68b5a021afbc37547e12d93adee0fa1 network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh c42c9941e03d3561f51d047e44654b05d68b5a021afbc37547e12d93adee0fa1 network default NAD default] I0703 22:40:04.920575 3314 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh c42c9941e03d3561f51d047e44654b05d68b5a021afbc37547e12d93adee0fa1 network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh c42c9941e03d3561f51d047e44654b05d68b5a021afbc37547e12d93adee0fa1 network default NAD default], result "{\"dns\":{}}", err I0703 22:40:04.976586 3314 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:40:04.976704 3314 pods.go:174] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh I0703 22:40:04.978716 3314 pods.go:217] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh, ips: 10.128.0.83 I0703 22:40:04.978754 3314 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:40:05.851222 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:40:05.851251 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-v87gh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:40:05.883135 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:40:05.883194 3314 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:40:05.888840 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw I0703 22:40:05.888869 3314 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-k9qqw