+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-1-181.ec2.internal ++ [[ -n ip-10-0-1-181.ec2.internal ]] ++ [[ -f /env/ip-10-0-1-181.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 ++ echo cpe:/o:redhat:enterprise_linux:9::baseos::coreos ++ cut -f 5 -d : + 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:08.731617977 - disable conntrack on geneve port' I0703 21:56:08.731617977 - 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:08.749521769 - starting ovnkube-node' I0703 21:56:08.749521769 - 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-1-181.ec2.internal --init-node ip-10-0-1-181.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-1-181.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:08.785369 3320 config.go:2284] Parsed config file /run/ovnkube-config/ovnkube.conf I0703 21:56:08.785413 3320 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-7941e21b96.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:08.787788 3320 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0703 21:56:08.787820 3320 kube.go:409] Waiting for certificate I0703 21:56:08.787878 3320 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0703 21:56:08.788639 3320 cert_rotation.go:140] Starting client certificate rotation controller I0703 21:56:08.810616 3320 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0703 21:56:08.810636 3320 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0703 21:56:08.814418 3320 reflector.go:305] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:56:08.814431 3320 reflector.go:341] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:56:08.816779 3320 reflector.go:368] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:56:08.819280 3320 csr.go:261] certificate signing request csr-x82fn is approved, waiting to be issued I0703 21:56:08.828919 3320 csr.go:257] certificate signing request csr-x82fn is issued I0703 21:56:08.828990 3320 reflector.go:311] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:56:09.788720 3320 kube.go:416] Certificate found I0703 21:56:09.789368 3320 cert_rotation.go:140] Starting client certificate rotation controller I0703 21:56:09.790250 3320 metrics.go:533] Starting metrics server at address "127.0.0.1:29103" I0703 21:56:09.831613 3320 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-07-04 21:51:08 +0000 UTC, rotation deadline is 2026-07-04 16:07:17.666457066 +0000 UTC I0703 21:56:09.831774 3320 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 18h11m7.834691291s for next certificate rotation I0703 21:56:09.844324 3320 node_controller_manager.go:145] Starting the node network controller manager, Mode: full I0703 21:56:09.844397 3320 factory.go:522] Starting watch factory I0703 21:56:09.844467 3320 reflector.go:305] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.844528 3320 reflector.go:341] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.844548 3320 reflector.go:305] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.844567 3320 reflector.go:341] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.844719 3320 reflector.go:305] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.844729 3320 reflector.go:341] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.844463 3320 reflector.go:305] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.845085 3320 reflector.go:341] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.844542 3320 reflector.go:305] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.845846 3320 reflector.go:341] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.844503 3320 reflector.go:305] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.846344 3320 reflector.go:341] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.852445 3320 metrics.go:533] Starting metrics server at address "127.0.0.1:29105" I0703 21:56:09.855492 3320 controller_manager.go:332] Starting the ovnkube controller I0703 21:56:09.855506 3320 controller_manager.go:337] Waiting up to 5m0s for NBDB zone to match: ip-10-0-1-181.ec2.internal I0703 21:56:09.855562 3320 controller_manager.go:357] NBDB zone sync took: 47.004µs I0703 21:56:09.855595 3320 factory.go:522] Starting watch factory I0703 21:56:09.862709 3320 reflector.go:368] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.863212 3320 reflector.go:368] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.866544 3320 ovn_northd.go:123] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0703 21:56:09.869191 3320 reflector.go:368] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.869816 3320 reflector.go:368] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.869886 3320 ovn_db.go:374] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0703 21:56:09.873506 3320 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:09.873586 3320 ovn_db.go:326] ovnnb_db.sock found at /var/run/ovn/ I0703 21:56:09.874881 3320 reflector.go:368] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.875196 3320 reflector.go:368] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0703 21:56:09.888727 3320 ovn_db.go:421] Found db is standalone, don't register db_cluster metrics I0703 21:56:09.950928 3320 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:09.950965 3320 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:09.950991 3320 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:09.951003 3320 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:09.974450 3320 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:09.997660 3320 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:10.057021 3320 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:10.057041 3320 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:10.059709 3320 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:10.063010 3320 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:10.063028 3320 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:10.065537 3320 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:10.068539 3320 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:10.068549 3320 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:10.071030 3320 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:10.074142 3320 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:10.074154 3320 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:10.076821 3320 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:10.079737 3320 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:10.079747 3320 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:10.081988 3320 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:10.085085 3320 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:10.085099 3320 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:10.087363 3320 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:10.090372 3320 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:10.090386 3320 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:10.090387 3320 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:10.090395 3320 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:10.092793 3320 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:10.092909 3320 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:10.096169 3320 default_node_network_controller.go:163] Enable node proxy healthz server on 0.0.0.0:10256 I0703 21:56:10.096268 3320 default_node_network_controller.go:806] PreStarting the default node network controller I0703 21:56:10.101594 3320 ovs.go:162] Exec(8): stdout: "" I0703 21:56:10.101610 3320 ovs.go:163] Exec(8): stderr: "" I0703 21:56:10.101618 3320 node_controller_manager.go:335] CheckForStaleOVSInternalPorts took 5.438579ms I0703 21:56:10.101631 3320 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:10.106655 3320 ovs.go:162] Exec(9): stdout: "" I0703 21:56:10.106670 3320 ovs.go:163] Exec(9): stderr: "" I0703 21:56:10.106668 3320 controller_manager.go:368] Waiting up to 5m0s for a node to have "ip-10-0-1-181.ec2.internal" zone I0703 21:56:10.109130 3320 ovs.go:159] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0703 21:56:10.113968 3320 ovs.go:162] Exec(10): stdout: "ens5\nbr-int\nbr-ex\n" I0703 21:56:10.113981 3320 ovs.go:163] Exec(10): stderr: "" I0703 21:56:10.118290 3320 ovs.go:159] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0703 21:56:10.122243 3320 ovs.go:162] Exec(11): stdout: "ip-10-0-1-181.ec2.internal\n" I0703 21:56:10.122255 3320 ovs.go:163] Exec(11): stderr: "" I0703 21:56:10.122277 3320 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.1.181 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-1-181.ec2.internal" I0703 21:56:10.127817 3320 ovs.go:162] Exec(12): stdout: "" I0703 21:56:10.127833 3320 ovs.go:163] Exec(12): stderr: "" I0703 21:56:10.127844 3320 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:10.132624 3320 ovs.go:162] Exec(13): stdout: "" I0703 21:56:10.132636 3320 ovs.go:163] Exec(13): stderr: "" I0703 21:56:10.132650 3320 udn_isolation.go:101] Starting UDN host isolation manager I0703 21:56:10.138669 3320 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0703 21:56:10.222286 3320 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0703 21:56:10.222340 3320 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0703 21:56:10.222348 3320 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0703 21:56:10.255042 3320 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0703 21:56:10.259173 3320 default_node_network_controller.go:914] Node ip-10-0-1-181.ec2.internal ready for ovn initialization with subnet 10.128.0.0/23 I0703 21:56:10.259239 3320 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:10.264493 3320 ovs.go:162] Exec(14): stdout: "" I0703 21:56:10.264507 3320 ovs.go:163] Exec(14): stderr: "" I0703 21:56:10.264987 3320 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:10.269850 3320 ovs.go:162] Exec(15): stdout: "" I0703 21:56:10.269864 3320 ovs.go:163] Exec(15): stderr: "" I0703 21:56:10.269932 3320 ovs.go:159] Exec(16): /usr/bin/ovs-vsctl --timeout=15 -- --if-exists del-port br-int k8s-ip-10-0-1-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-1-181.ec2.internal I0703 21:56:10.282565 3320 ovs.go:162] Exec(16): stdout: "" I0703 21:56:10.282587 3320 ovs.go:163] Exec(16): stderr: "" I0703 21:56:10.282875 3320 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:10.282964 3320 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:10.282986 3320 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:10.282997 3320 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:10.283008 3320 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:10.283050 3320 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:10.283237 3320 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:10.283363 3320 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:10.283522 3320 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:10.283622 3320 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:10.283639 3320 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:10.283644 3320 ovs.go:159] Exec(17): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.forwarding=1 I0703 21:56:10.284599 3320 ovs.go:162] Exec(17): stdout: "net.ipv4.conf.ovn-k8s-mp0.forwarding = 1\n" I0703 21:56:10.284619 3320 ovs.go:163] Exec(17): stderr: "" I0703 21:56:10.290965 3320 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:10.291008 3320 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:10.385109 3320 kube.go:130] Setting annotations map[k8s.ovn.org/zone-name:ip-10-0-1-181.ec2.internal] on node ip-10-0-1-181.ec2.internal I0703 21:56:10.399026 3320 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:10.405614 3320 gateway_init.go:324] Initializing Gateway Functionality for Gateway PreStart I0703 21:56:10.405638 3320 ovs.go:159] Exec(18): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0703 21:56:10.414432 3320 ovs.go:162] Exec(18): stdout: "" I0703 21:56:10.414449 3320 ovs.go:163] Exec(18): stderr: "ovs-vsctl: no port named br-ex\n" I0703 21:56:10.414455 3320 ovs.go:165] Exec(18): err: exit status 1 I0703 21:56:10.414722 3320 helper_linux.go:91] Provided gateway interface "br-ex", found as index: 5 I0703 21:56:10.414822 3320 helper_linux.go:116] Found default gateway interface br-ex 10.0.1.1 I0703 21:56:10.414931 3320 gateway_init.go:361] Preparing Gateway I0703 21:56:10.414971 3320 gateway_shared_intf.go:2223] Creating new gateway I0703 21:56:10.414991 3320 ovs.go:159] Exec(19): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0703 21:56:10.420478 3320 ovs.go:162] Exec(19): stdout: "" I0703 21:56:10.420497 3320 ovs.go:163] Exec(19): stderr: "ovs-vsctl: no port named br-ex\n" I0703 21:56:10.420506 3320 ovs.go:165] Exec(19): err: exit status 1 I0703 21:56:10.420523 3320 ovs.go:159] Exec(20): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0703 21:56:10.426162 3320 ovs.go:162] Exec(20): stdout: "" I0703 21:56:10.426176 3320 ovs.go:163] Exec(20): stderr: "" I0703 21:56:10.426188 3320 ovs.go:159] Exec(21): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0703 21:56:10.431369 3320 ovs.go:162] Exec(21): stdout: "ens5\n" I0703 21:56:10.431384 3320 ovs.go:163] Exec(21): stderr: "" I0703 21:56:10.431396 3320 ovs.go:159] Exec(22): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0703 21:56:10.436314 3320 ovs.go:162] Exec(22): stdout: "[6928471d-4c76-4a8a-ab93-991be8d7f32e]\n" I0703 21:56:10.436326 3320 ovs.go:163] Exec(22): stderr: "" I0703 21:56:10.436335 3320 ovs.go:159] Exec(23): /usr/bin/ovs-vsctl --timeout=15 get Interface 6928471d-4c76-4a8a-ab93-991be8d7f32e Type I0703 21:56:10.441619 3320 ovs.go:162] Exec(23): stdout: "system\n" I0703 21:56:10.441636 3320 ovs.go:163] Exec(23): stderr: "" I0703 21:56:10.441650 3320 ovs.go:159] Exec(24): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0703 21:56:10.447683 3320 ovs.go:162] Exec(24): stdout: "1\n" I0703 21:56:10.447702 3320 ovs.go:163] Exec(24): stderr: "" I0703 21:56:10.447714 3320 ovs.go:159] Exec(25): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0703 21:56:10.453450 3320 ovs.go:162] Exec(25): stdout: "\"0a:ff:fb:9f:92:b3\"\n" I0703 21:56:10.453468 3320 ovs.go:163] Exec(25): stderr: "" I0703 21:56:10.453483 3320 ovs.go:159] Exec(26): /usr/sbin/sysctl -w net.ipv4.conf.br-ex.forwarding=1 I0703 21:56:10.454457 3320 ovs.go:162] Exec(26): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0703 21:56:10.454474 3320 ovs.go:163] Exec(26): stderr: "" I0703 21:56:10.454487 3320 ovs.go:159] Exec(27): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0703 21:56:10.460855 3320 ovs.go:162] Exec(27): stdout: "\n" I0703 21:56:10.460869 3320 ovs.go:163] Exec(27): stderr: "" I0703 21:56:10.460880 3320 ovs.go:159] Exec(28): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0703 21:56:10.468322 3320 ovs.go:162] Exec(28): stdout: "" I0703 21:56:10.468340 3320 ovs.go:163] Exec(28): stderr: "" I0703 21:56:10.468352 3320 ovs.go:159] Exec(29): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0703 21:56:10.474093 3320 ovs.go:162] Exec(29): stdout: "\"70819c51-3f75-466d-8cd7-9985fb94251b\"\n" I0703 21:56:10.474120 3320 ovs.go:163] Exec(29): stderr: "" I0703 21:56:10.474131 3320 ovs.go:159] Exec(30): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0703 21:56:10.478386 3320 ovs.go:162] Exec(30): 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:10.478412 3320 ovs.go:163] Exec(30): stderr: "" I0703 21:56:10.478451 3320 ovs.go:159] Exec(31): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0703 21:56:10.484280 3320 ovs.go:162] Exec(31): stdout: "\n" I0703 21:56:10.484294 3320 ovs.go:163] Exec(31): stderr: "" I0703 21:56:10.485203 3320 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:10.508786 3320 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:10.510429 3320 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:10.512024 3320 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:10.513615 3320 iptables.go:107] Creating table: filter chain: FORWARD I0703 21:56:10.514880 3320 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:10.516333 3320 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:10.519176 3320 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:10.520568 3320 iptables.go:107] Creating table: filter chain: OUTPUT I0703 21:56:10.521791 3320 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:10.523182 3320 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:10.525996 3320 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:10.527283 3320 gateway_shared_intf.go:2374] Gateway Creation Complete I0703 21:56:10.527297 3320 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-1-181.ec2.internal","mac-address":"0a:ff:fb:9f:92:b3","ip-addresses":["10.0.1.181/24"],"ip-address":"10.0.1.181/24","next-hops":["10.0.1.1"],"next-hop":"10.0.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:70819c51-3f75-466d-8cd7-9985fb94251b k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.181/24"} k8s.ovn.org/zone-name:ip-10-0-1-181.ec2.internal] on node ip-10-0-1-181.ec2.internal I0703 21:56:10.542022 3320 ovs.go:159] Exec(32): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3030.ctl connection-status I0703 21:56:10.546091 3320 ovs.go:162] Exec(32): stdout: "connected\n" I0703 21:56:10.546107 3320 ovs.go:163] Exec(32): stderr: "" I0703 21:56:10.546121 3320 default_node_network_controller.go:510] Node connection status = connected I0703 21:56:10.546130 3320 ovs.go:159] Exec(33): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:56:10.551456 3320 ovs.go:162] Exec(33): stdout: "" I0703 21:56:10.551470 3320 ovs.go:163] Exec(33): stderr: "" I0703 21:56:10.551478 3320 ovs.go:159] Exec(34): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:56:10.555942 3320 ovs.go:162] Exec(34): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=1 byte_count=90 flow_count=15\n" I0703 21:56:10.555981 3320 ovs.go:163] Exec(34): stderr: "" I0703 21:56:10.555996 3320 ovs.go:159] Exec(35): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-181.ec2.internal-to-br-int ofport I0703 21:56:10.560802 3320 ovs.go:162] Exec(35): stdout: "" I0703 21:56:10.560814 3320 ovs.go:163] Exec(35): stderr: "" I0703 21:56:10.607188 3320 controller_manager.go:391] Waiting for node in zone sync took: 500.498673ms I0703 21:56:10.607463 3320 ovs.go:159] Exec(36): /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:10.614360 3320 ovs.go:162] Exec(36): 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:10.614395 3320 ovs.go:163] Exec(36): stderr: "" I0703 21:56:10.614520 3320 controller_manager.go:252] SCTP support detected in OVN I0703 21:56:10.614569 3320 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:u3879267984}] I0703 21:56:10.614623 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267984}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267985}] I0703 21:56:10.614648 3320 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:u3879267984} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267984}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267985}] I0703 21:56:10.617897 3320 ovnkube_controller.go:1230] Config duration recorder: updated measurement rate to approx 1 in every 10 requests I0703 21:56:10.618060 3320 services_controller.go:70] Creating services controller for network=default I0703 21:56:10.618288 3320 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0703 21:56:10.618317 3320 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0703 21:56:10.618325 3320 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0703 21:56:10.618339 3320 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0703 21:56:10.618362 3320 network_controller.go:244] [zone-nad-controller network controller]: syncing all networks I0703 21:56:10.618370 3320 network_controller.go:255] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 9.364µs I0703 21:56:10.618376 3320 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0703 21:56:10.618382 3320 nad_controller.go:161] [zone-nad-controller NAD controller]: started I0703 21:56:10.618393 3320 default_network_controller.go:349] Starting the default network controller I0703 21:56:10.618418 3320 address_set_sync.go:395] SyncAddressSets found 0 stale address sets, 0 of them were ignored I0703 21:56:10.618558 3320 udn_enabled_svc.go:79] Waiting for service informer to sync I0703 21:56:10.618712 3320 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:u3879267986}] I0703 21:56:10.618763 3320 address_set.go:302] New(u3879267986/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0703 21:56:10.618771 3320 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:u3879267986}] I0703 21:56:10.619139 3320 udn_enabled_svc.go:94] Performing full resync I0703 21:56:10.619205 3320 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.1 172.30.0.10]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {5454eebe-26da-4532-8989-0bd104b824d4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.619233 3320 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.1 172.30.0.10]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {5454eebe-26da-4532-8989-0bd104b824d4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.619518 3320 udn_enabled_svc.go:98] Waiting for handler to sync I0703 21:56:10.619530 3320 udn_enabled_svc.go:103] Starting worker I0703 21:56:10.620678 3320 acl_sync.go:167] Updating Tier of existing ACLs... I0703 21:56:10.620698 3320 acl_sync.go:192] Updating tier's of all ACLs in cluster took 4.354µs I0703 21:56:10.620719 3320 port_group_sync.go:309] SyncPortGroups found 0 stale port groups I0703 21:56:10.623033 3320 default_network_controller.go:394] Existing number of nodes: 1 I0703 21:56:10.623050 3320 ovs.go:159] Exec(37): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0703 21:56:10.627851 3320 ovs.go:162] Exec(37): stdout: "" I0703 21:56:10.627867 3320 ovs.go:163] Exec(37): stderr: "" I0703 21:56:10.627904 3320 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:u3879267987}] I0703 21:56:10.627929 3320 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:u3879267988}] I0703 21:56:10.627975 3320 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:u3879267989}] I0703 21:56:10.627990 3320 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:u3879267987} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267988} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267989}] I0703 21:56:10.628359 3320 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:u3879267990}] I0703 21:56:10.628394 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267991}] I0703 21:56:10.628429 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267992}] I0703 21:56:10.628453 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267993}] I0703 21:56:10.628478 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267994}] I0703 21:56:10.628510 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267995}] I0703 21:56:10.628534 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267996}] I0703 21:56:10.628562 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267997}] I0703 21:56:10.628583 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267998}] I0703 21:56:10.628602 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267999}] I0703 21:56:10.628627 3320 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:u3879268000}] I0703 21:56:10.628648 3320 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:u3879267990} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267991} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267992} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267993} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267994} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267995} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267996} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267997} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267998} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u3879267990}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879267999} {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:u3879268000}] I0703 21:56:10.629812 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:70ed2b22-6ba0-490f-9edf-31eacfec1ed2}]} 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:u3879268001}] I0703 21:56:10.629849 3320 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc008d32268 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:70ed2b22-6ba0-490f-9edf-31eacfec1ed2}]} 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:u3879268001}] I0703 21:56:10.630297 3320 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:u3879268002}] I0703 21:56:10.630324 3320 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:u3879268002}] I0703 21:56:10.630725 3320 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:u3879268003}] I0703 21:56:10.630752 3320 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:u3879268003}] I0703 21:56:10.631117 3320 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:u3879268004}] I0703 21:56:10.631182 3320 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:u3879268005}] I0703 21:56:10.631241 3320 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:u3879268004} {GoUUID:u3879268005}]}}] Timeout: Where:[where column _uuid == {2bd3e964-1d47-45f3-a9d9-d576b4368d13}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.631277 3320 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:u3879268004} {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:u3879268005} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3879268004} {GoUUID:u3879268005}]}}] Timeout: Where:[where column _uuid == {2bd3e964-1d47-45f3-a9d9-d576b4368d13}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.631935 3320 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:u3879268006}] I0703 21:56:10.632025 3320 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:u3879268007}] I0703 21:56:10.632092 3320 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:u3879268006} {GoUUID:u3879268007}]}}] Timeout: Where:[where column _uuid == {cfc6bb11-6ca7-4943-8c3c-5348ae9c9de6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.632114 3320 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:u3879268006} {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:u3879268007} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3879268006} {GoUUID:u3879268007}]}}] Timeout: Where:[where column _uuid == {cfc6bb11-6ca7-4943-8c3c-5348ae9c9de6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.632910 3320 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:u3879268008}] I0703 21:56:10.632934 3320 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc008d66610 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:u3879268008}] I0703 21:56:10.633311 3320 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:u3879268009}] I0703 21:56:10.633362 3320 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:u3879268009}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.633387 3320 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:u3879268009} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268009}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.633825 3320 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:u3879268010}] I0703 21:56:10.633865 3320 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:u3879268010}]}}] Timeout: Where:[where column _uuid == {14260be4-18d2-47c7-b04c-c004b7596686}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.633883 3320 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:u3879268010} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268010}]}}] Timeout: Where:[where column _uuid == {14260be4-18d2-47c7-b04c-c004b7596686}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.634240 3320 default_network_controller.go:427] Cleaning External Gateway ECMP routes I0703 21:56:10.634324 3320 repair.go:33] Syncing exgw routes took 62.129µs I0703 21:56:10.634392 3320 default_network_controller.go:446] Starting all the Watchers... I0703 21:56:10.634635 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-marketplace I0703 21:56:10.634668 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager I0703 21:56:10.634730 3320 namespace.go:92] [openshift-controller-manager] adding namespace I0703 21:56:10.634838 3320 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:u3879268011}] I0703 21:56:10.634868 3320 address_set.go:302] New(u3879268011/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0703 21:56:10.634874 3320 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:u3879268011}] I0703 21:56:10.634636 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver I0703 21:56:10.634966 3320 namespace.go:92] [openshift-apiserver] adding namespace I0703 21:56:10.634636 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift I0703 21:56:10.634974 3320 namespace.go:92] [openshift] adding namespace I0703 21:56:10.634650 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-node-identity I0703 21:56:10.634980 3320 namespace.go:92] [openshift-network-node-identity] adding namespace I0703 21:56:10.634655 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-canary I0703 21:56:10.634985 3320 namespace.go:92] [openshift-ingress-canary] adding namespace I0703 21:56:10.634658 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-node I0703 21:56:10.634991 3320 namespace.go:92] [openshift-node] adding namespace I0703 21:56:10.634668 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0703 21:56:10.634996 3320 namespace.go:92] [openshift-cluster-node-tuning-operator] adding namespace I0703 21:56:10.634663 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-must-gather-operator I0703 21:56:10.635003 3320 namespace.go:92] [openshift-must-gather-operator] adding namespace I0703 21:56:10.634675 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators-redhat I0703 21:56:10.635008 3320 namespace.go:92] [openshift-operators-redhat] adding namespace I0703 21:56:10.634681 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-host-network I0703 21:56:10.635013 3320 namespace.go:92] [openshift-host-network] adding namespace I0703 21:56:10.634682 3320 obj_retry.go:512] Add event received for *v1.Namespace kube-system I0703 21:56:10.635019 3320 namespace.go:92] [kube-system] adding namespace I0703 21:56:10.634691 3320 namespace.go:92] [openshift-marketplace] adding namespace I0703 21:56:10.634694 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-route-controller-manager I0703 21:56:10.635025 3320 namespace.go:92] [openshift-route-controller-manager] adding namespace I0703 21:56:10.634699 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-package-operator I0703 21:56:10.635035 3320 namespace.go:92] [openshift-package-operator] adding namespace I0703 21:56:10.634700 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0703 21:56:10.635042 3320 namespace.go:92] [openshift-operator-lifecycle-manager] adding namespace I0703 21:56:10.635247 3320 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:u3879268012}] I0703 21:56:10.635270 3320 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:u3879268012}] I0703 21:56:10.635546 3320 namespace.go:96] [openshift-controller-manager] adding namespace took 805.386µs I0703 21:56:10.635557 3320 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager took: 828.974µs I0703 21:56:10.635566 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-user-settings I0703 21:56:10.635574 3320 namespace.go:92] [openshift-console-user-settings] adding namespace I0703 21:56:10.635611 3320 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:u3879268013}] I0703 21:56:10.635634 3320 address_set.go:302] New(u3879268013/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0703 21:56:10.635642 3320 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:u3879268013}] I0703 21:56:10.636015 3320 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:u3879268014}] I0703 21:56:10.636040 3320 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:u3879268014}] I0703 21:56:10.636340 3320 namespace.go:96] [openshift-console-user-settings] adding namespace took 761.119µs I0703 21:56:10.636354 3320 obj_retry.go:551] Creating *v1.Namespace openshift-console-user-settings took: 778.408µs I0703 21:56:10.636365 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0703 21:56:10.636374 3320 namespace.go:92] [openshift-kube-scheduler-operator] adding namespace I0703 21:56:10.636422 3320 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:u3879268015}] I0703 21:56:10.636457 3320 address_set.go:302] New(u3879268015/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0703 21:56:10.636464 3320 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:u3879268015}] I0703 21:56:10.637186 3320 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:u3879268016}] I0703 21:56:10.637211 3320 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:u3879268016}] I0703 21:56:10.637582 3320 namespace.go:96] [openshift-kube-scheduler-operator] adding namespace took 1.200665ms I0703 21:56:10.637595 3320 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler-operator took: 1.220674ms I0703 21:56:10.637603 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress I0703 21:56:10.637609 3320 namespace.go:92] [openshift-ingress] adding namespace I0703 21:56:10.637600 3320 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:u3879268017}] I0703 21:56:10.637632 3320 address_set.go:302] New(u3879268017/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0703 21:56:10.637641 3320 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:u3879268017}] I0703 21:56:10.638001 3320 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:u3879268018}] I0703 21:56:10.638027 3320 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:u3879268018}] I0703 21:56:10.638405 3320 namespace.go:96] [openshift-apiserver] adding namespace took 3.43173ms I0703 21:56:10.638420 3320 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver took: 3.453797ms I0703 21:56:10.638416 3320 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:u3879268019}] I0703 21:56:10.638431 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-version I0703 21:56:10.638437 3320 address_set.go:302] New(u3879268019/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0703 21:56:10.638442 3320 namespace.go:92] [openshift-cluster-version] adding namespace I0703 21:56:10.638443 3320 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:u3879268019}] I0703 21:56:10.638808 3320 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:u3879268020}] I0703 21:56:10.638840 3320 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:u3879268020}] I0703 21:56:10.639219 3320 namespace.go:96] [openshift] adding namespace took 4.239249ms I0703 21:56:10.639232 3320 obj_retry.go:551] Creating *v1.Namespace openshift took: 4.256082ms I0703 21:56:10.639241 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-config I0703 21:56:10.639228 3320 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:u3879268021}] I0703 21:56:10.639248 3320 namespace.go:92] [openshift-config] adding namespace I0703 21:56:10.639258 3320 address_set.go:302] New(u3879268021/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0703 21:56:10.639266 3320 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:u3879268021}] I0703 21:56:10.639586 3320 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:u3879268022}] I0703 21:56:10.639607 3320 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:u3879268022}] I0703 21:56:10.640001 3320 namespace.go:96] [openshift-network-node-identity] adding namespace took 5.013438ms I0703 21:56:10.640017 3320 obj_retry.go:551] Creating *v1.Namespace openshift-network-node-identity took: 5.034802ms I0703 21:56:10.640026 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-managed I0703 21:56:10.640034 3320 namespace.go:92] [openshift-config-managed] adding namespace I0703 21:56:10.640014 3320 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:u3879268023}] I0703 21:56:10.640046 3320 address_set.go:302] New(u3879268023/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0703 21:56:10.640054 3320 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:u3879268023}] I0703 21:56:10.640406 3320 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:u3879268024}] I0703 21:56:10.640431 3320 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:u3879268024}] I0703 21:56:10.640804 3320 namespace.go:96] [openshift-ingress-canary] adding namespace took 5.811205ms I0703 21:56:10.640821 3320 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-canary took: 5.831107ms I0703 21:56:10.640817 3320 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:u3879268025}] I0703 21:56:10.640833 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-operator I0703 21:56:10.640841 3320 address_set.go:302] New(u3879268025/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0703 21:56:10.640844 3320 namespace.go:92] [openshift-network-operator] adding namespace I0703 21:56:10.640849 3320 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:u3879268025}] I0703 21:56:10.641262 3320 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:u3879268026}] I0703 21:56:10.641295 3320 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:u3879268026}] I0703 21:56:10.641690 3320 namespace.go:96] [openshift-node] adding namespace took 6.69272ms I0703 21:56:10.641703 3320 obj_retry.go:551] Creating *v1.Namespace openshift-node took: 6.709279ms I0703 21:56:10.641694 3320 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:u3879268027}] I0703 21:56:10.641711 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-config-operator I0703 21:56:10.641717 3320 namespace.go:92] [openshift-machine-config-operator] adding namespace I0703 21:56:10.641716 3320 address_set.go:302] New(u3879268027/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0703 21:56:10.641724 3320 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:u3879268027}] I0703 21:56:10.642090 3320 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:u3879268028}] I0703 21:56:10.642129 3320 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:u3879268028}] I0703 21:56:10.642521 3320 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:u3879268029}] I0703 21:56:10.642548 3320 address_set.go:302] New(u3879268029/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0703 21:56:10.642558 3320 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:u3879268029}] I0703 21:56:10.642618 3320 namespace.go:96] [openshift-cluster-node-tuning-operator] adding namespace took 7.617087ms I0703 21:56:10.642630 3320 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 7.631256ms I0703 21:56:10.642641 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-monitoring I0703 21:56:10.642649 3320 namespace.go:92] [openshift-monitoring] adding namespace I0703 21:56:10.642926 3320 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:u3879268030}] I0703 21:56:10.642978 3320 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:u3879268030}] I0703 21:56:10.643358 3320 namespace.go:96] [openshift-must-gather-operator] adding namespace took 8.349114ms I0703 21:56:10.643355 3320 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:u3879268031}] I0703 21:56:10.643372 3320 obj_retry.go:551] Creating *v1.Namespace openshift-must-gather-operator took: 8.365337ms I0703 21:56:10.643379 3320 address_set.go:302] New(u3879268031/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0703 21:56:10.643382 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-operator I0703 21:56:10.643389 3320 namespace.go:92] [openshift-console-operator] adding namespace I0703 21:56:10.643387 3320 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:u3879268031}] I0703 21:56:10.643743 3320 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:u3879268032}] I0703 21:56:10.643774 3320 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:u3879268032}] I0703 21:56:10.644155 3320 namespace.go:96] [openshift-operators-redhat] adding namespace took 9.137943ms I0703 21:56:10.644230 3320 obj_retry.go:551] Creating *v1.Namespace openshift-operators-redhat took: 9.215712ms I0703 21:56:10.644246 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-storage-operator I0703 21:56:10.644253 3320 namespace.go:92] [openshift-cluster-storage-operator] adding namespace I0703 21:56:10.644169 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.2 100.64.0.2]} 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:u3879268033}] I0703 21:56:10.644265 3320 address_set.go:302] New(u3879268033/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) with [10.128.0.2 100.64.0.2] I0703 21:56:10.644274 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.2 100.64.0.2]} 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:u3879268033}] I0703 21:56:10.644623 3320 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:u3879268034}] I0703 21:56:10.644652 3320 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:u3879268034}] I0703 21:56:10.644987 3320 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:u3879268035}] I0703 21:56:10.645002 3320 namespace.go:96] [openshift-host-network] adding namespace took 9.982612ms I0703 21:56:10.645011 3320 address_set.go:302] New(u3879268035/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0703 21:56:10.645018 3320 obj_retry.go:551] Creating *v1.Namespace openshift-host-network took: 10.000322ms I0703 21:56:10.645016 3320 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:u3879268035}] I0703 21:56:10.645029 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0703 21:56:10.645036 3320 namespace.go:92] [openshift-kube-storage-version-migrator-operator] adding namespace I0703 21:56:10.645318 3320 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:u3879268036}] I0703 21:56:10.645347 3320 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:u3879268036}] I0703 21:56:10.645675 3320 namespace.go:96] [kube-system] adding namespace took 10.651163ms I0703 21:56:10.645691 3320 obj_retry.go:551] Creating *v1.Namespace kube-system took: 10.668049ms I0703 21:56:10.645675 3320 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:u3879268037}] I0703 21:56:10.645702 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-operator I0703 21:56:10.645704 3320 address_set.go:302] New(u3879268037/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0703 21:56:10.645710 3320 namespace.go:92] [openshift-config-operator] adding namespace I0703 21:56:10.645712 3320 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:u3879268037}] I0703 21:56:10.646026 3320 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:u3879268038}] I0703 21:56:10.646084 3320 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:u3879268038}] I0703 21:56:10.646448 3320 namespace.go:96] [openshift-marketplace] adding namespace took 11.422281ms I0703 21:56:10.646461 3320 obj_retry.go:551] Creating *v1.Namespace openshift-marketplace took: 11.776266ms I0703 21:56:10.646473 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators I0703 21:56:10.646450 3320 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:u3879268039}] I0703 21:56:10.646483 3320 address_set.go:302] New(u3879268039/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0703 21:56:10.646493 3320 namespace.go:92] [openshift-operators] adding namespace I0703 21:56:10.646491 3320 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:u3879268039}] I0703 21:56:10.646772 3320 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:u3879268040}] I0703 21:56:10.646791 3320 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:u3879268040}] I0703 21:56:10.647148 3320 namespace.go:96] [openshift-route-controller-manager] adding namespace took 12.11632ms I0703 21:56:10.647151 3320 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:u3879268041}] I0703 21:56:10.647165 3320 obj_retry.go:551] Creating *v1.Namespace openshift-route-controller-manager took: 12.13526ms I0703 21:56:10.647171 3320 address_set.go:302] New(u3879268041/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0703 21:56:10.647177 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-console I0703 21:56:10.647185 3320 namespace.go:92] [openshift-console] adding namespace I0703 21:56:10.647177 3320 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:u3879268041}] I0703 21:56:10.647493 3320 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:u3879268042}] I0703 21:56:10.647524 3320 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:u3879268042}] I0703 21:56:10.647794 3320 namespace.go:96] [openshift-package-operator] adding namespace took 12.751726ms I0703 21:56:10.647810 3320 obj_retry.go:551] Creating *v1.Namespace openshift-package-operator took: 12.772519ms I0703 21:56:10.647820 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns I0703 21:56:10.647828 3320 namespace.go:92] [openshift-dns] adding namespace I0703 21:56:10.647859 3320 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:u3879268043}] I0703 21:56:10.647886 3320 address_set.go:302] New(u3879268043/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0703 21:56:10.647892 3320 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:u3879268043}] I0703 21:56:10.648212 3320 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:u3879268044}] I0703 21:56:10.648236 3320 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:u3879268044}] I0703 21:56:10.648533 3320 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:u3879268045}] I0703 21:56:10.648600 3320 address_set.go:302] New(u3879268045/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0703 21:56:10.648611 3320 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:u3879268045}] I0703 21:56:10.648567 3320 namespace.go:96] [openshift-operator-lifecycle-manager] adding namespace took 13.517466ms I0703 21:56:10.648667 3320 obj_retry.go:551] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 13.621418ms I0703 21:56:10.648676 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane I0703 21:56:10.648682 3320 namespace.go:92] [openshift-backplane] adding namespace I0703 21:56:10.648917 3320 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:u3879268046}] I0703 21:56:10.648965 3320 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:u3879268046}] I0703 21:56:10.649288 3320 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:u3879268047}] I0703 21:56:10.649315 3320 address_set.go:302] New(u3879268047/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0703 21:56:10.649323 3320 namespace.go:96] [openshift-ingress] adding namespace took 11.707848ms I0703 21:56:10.649333 3320 obj_retry.go:551] Creating *v1.Namespace openshift-ingress took: 11.722731ms I0703 21:56:10.649322 3320 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:u3879268047}] I0703 21:56:10.649629 3320 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:u3879268048}] I0703 21:56:10.649654 3320 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:u3879268048}] I0703 21:56:10.649976 3320 namespace.go:96] [openshift-cluster-version] adding namespace took 11.52737ms I0703 21:56:10.649987 3320 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-version took: 11.545289ms I0703 21:56:10.649996 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-infra I0703 21:56:10.650003 3320 namespace.go:92] [openshift-infra] adding namespace I0703 21:56:10.649992 3320 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:u3879268049}] I0703 21:56:10.650022 3320 address_set.go:302] New(u3879268049/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0703 21:56:10.650031 3320 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:u3879268049}] I0703 21:56:10.650382 3320 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:u3879268050}] I0703 21:56:10.650406 3320 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:u3879268050}] I0703 21:56:10.650771 3320 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:u3879268051}] I0703 21:56:10.650805 3320 address_set.go:302] New(u3879268051/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0703 21:56:10.650822 3320 namespace.go:96] [openshift-config] adding namespace took 11.56149ms I0703 21:56:10.650814 3320 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:u3879268051}] I0703 21:56:10.650838 3320 obj_retry.go:551] Creating *v1.Namespace openshift-config took: 11.58775ms I0703 21:56:10.650850 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-controller-manager I0703 21:56:10.650863 3320 namespace.go:92] [openshift-cloud-controller-manager] adding namespace I0703 21:56:10.651154 3320 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:u3879268052}] I0703 21:56:10.651185 3320 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:u3879268052}] I0703 21:56:10.651465 3320 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:u3879268053}] I0703 21:56:10.651489 3320 address_set.go:302] New(u3879268053/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0703 21:56:10.651494 3320 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:u3879268053}] I0703 21:56:10.651520 3320 namespace.go:96] [openshift-config-managed] adding namespace took 11.477916ms I0703 21:56:10.651537 3320 obj_retry.go:551] Creating *v1.Namespace openshift-config-managed took: 11.501046ms I0703 21:56:10.651547 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-multus I0703 21:56:10.651555 3320 namespace.go:92] [openshift-multus] adding namespace I0703 21:56:10.651814 3320 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:u3879268054}] I0703 21:56:10.651835 3320 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:u3879268054}] I0703 21:56:10.652168 3320 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:u3879268055}] I0703 21:56:10.652193 3320 namespace.go:96] [openshift-network-operator] adding namespace took 11.340391ms I0703 21:56:10.652199 3320 address_set.go:302] New(u3879268055/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0703 21:56:10.652204 3320 obj_retry.go:551] Creating *v1.Namespace openshift-network-operator took: 11.359963ms I0703 21:56:10.652205 3320 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:u3879268055}] I0703 21:56:10.652217 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-deployment-validation-operator I0703 21:56:10.652225 3320 namespace.go:92] [openshift-deployment-validation-operator] adding namespace I0703 21:56:10.652557 3320 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:u3879268056}] I0703 21:56:10.652580 3320 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:u3879268056}] I0703 21:56:10.654671 3320 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:u3879268057}] I0703 21:56:10.654750 3320 address_set.go:302] New(u3879268057/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0703 21:56:10.654781 3320 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:u3879268057}] I0703 21:56:10.654895 3320 namespace.go:96] [openshift-machine-config-operator] adding namespace took 13.172858ms I0703 21:56:10.655223 3320 obj_retry.go:551] Creating *v1.Namespace openshift-machine-config-operator took: 13.499389ms I0703 21:56:10.655275 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns-operator I0703 21:56:10.655306 3320 namespace.go:92] [openshift-dns-operator] adding namespace I0703 21:56:10.655379 3320 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:u3879268058}] I0703 21:56:10.655417 3320 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:u3879268058}] I0703 21:56:10.655856 3320 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:u3879268059}] I0703 21:56:10.655903 3320 address_set.go:302] New(u3879268059/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0703 21:56:10.655910 3320 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:u3879268059}] I0703 21:56:10.656026 3320 namespace.go:96] [openshift-monitoring] adding namespace took 13.371957ms I0703 21:56:10.656050 3320 obj_retry.go:551] Creating *v1.Namespace openshift-monitoring took: 13.399541ms I0703 21:56:10.656061 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0703 21:56:10.656069 3320 namespace.go:92] [openshift-kube-apiserver-operator] adding namespace I0703 21:56:10.656335 3320 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:u3879268060}] I0703 21:56:10.656378 3320 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:u3879268060}] I0703 21:56:10.656798 3320 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:u3879268061}] I0703 21:56:10.656843 3320 address_set.go:302] New(u3879268061/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0703 21:56:10.656851 3320 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:u3879268061}] I0703 21:56:10.656940 3320 namespace.go:96] [openshift-console-operator] adding namespace took 13.545595ms I0703 21:56:10.656968 3320 obj_retry.go:551] Creating *v1.Namespace openshift-console-operator took: 13.575785ms I0703 21:56:10.656979 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep-ro I0703 21:56:10.656993 3320 namespace.go:92] [openshift-backplane-srep-ro] adding namespace I0703 21:56:10.657277 3320 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:u3879268062}] I0703 21:56:10.657318 3320 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:u3879268062}] I0703 21:56:10.657748 3320 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:u3879268063}] I0703 21:56:10.657799 3320 address_set.go:302] New(u3879268063/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0703 21:56:10.657807 3320 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:u3879268063}] I0703 21:56:10.657904 3320 namespace.go:96] [openshift-cluster-storage-operator] adding namespace took 13.646029ms I0703 21:56:10.657917 3320 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-storage-operator took: 13.661085ms I0703 21:56:10.657927 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-tam I0703 21:56:10.657934 3320 namespace.go:92] [openshift-backplane-tam] adding namespace I0703 21:56:10.658228 3320 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:u3879268064}] I0703 21:56:10.658271 3320 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:u3879268064}] I0703 21:56:10.658637 3320 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:u3879268065}] I0703 21:56:10.658683 3320 address_set.go:302] New(u3879268065/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0703 21:56:10.658692 3320 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:u3879268065}] I0703 21:56:10.658781 3320 namespace.go:96] [openshift-kube-storage-version-migrator-operator] adding namespace took 13.74014ms I0703 21:56:10.658800 3320 obj_retry.go:551] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 13.760937ms I0703 21:56:10.658811 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0703 21:56:10.658819 3320 namespace.go:92] [openshift-backplane-mcs-tier-two] adding namespace I0703 21:56:10.659088 3320 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:u3879268066}] I0703 21:56:10.659130 3320 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:u3879268066}] I0703 21:56:10.659501 3320 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:u3879268067}] I0703 21:56:10.659545 3320 address_set.go:302] New(u3879268067/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0703 21:56:10.659553 3320 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:u3879268067}] I0703 21:56:10.659638 3320 namespace.go:96] [openshift-config-operator] adding namespace took 13.923305ms I0703 21:56:10.659652 3320 obj_retry.go:551] Creating *v1.Namespace openshift-config-operator took: 13.940485ms I0703 21:56:10.659667 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication-operator I0703 21:56:10.659675 3320 namespace.go:92] [openshift-authentication-operator] adding namespace I0703 21:56:10.659987 3320 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:u3879268068}] I0703 21:56:10.660026 3320 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:u3879268068}] I0703 21:56:10.660421 3320 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:u3879268069}] I0703 21:56:10.660471 3320 address_set.go:302] New(u3879268069/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0703 21:56:10.660479 3320 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:u3879268069}] I0703 21:56:10.660581 3320 namespace.go:96] [openshift-operators] adding namespace took 14.08145ms I0703 21:56:10.660594 3320 obj_retry.go:551] Creating *v1.Namespace openshift-operators took: 14.111789ms I0703 21:56:10.660606 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0703 21:56:10.660628 3320 namespace.go:92] [openshift-backplane-managed-scripts] adding namespace I0703 21:56:10.660934 3320 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:u3879268070}] I0703 21:56:10.660992 3320 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:u3879268070}] I0703 21:56:10.661402 3320 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:u3879268071}] I0703 21:56:10.661448 3320 address_set.go:302] New(u3879268071/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0703 21:56:10.661456 3320 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:u3879268071}] I0703 21:56:10.661546 3320 namespace.go:96] [openshift-console] adding namespace took 14.355914ms I0703 21:56:10.661565 3320 obj_retry.go:551] Creating *v1.Namespace openshift-console took: 14.378734ms I0703 21:56:10.661576 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-ai-agent I0703 21:56:10.661585 3320 namespace.go:92] [openshift-backplane-ai-agent] adding namespace I0703 21:56:10.661869 3320 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:u3879268072}] I0703 21:56:10.661913 3320 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:u3879268072}] I0703 21:56:10.662322 3320 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:u3879268073}] I0703 21:56:10.662368 3320 address_set.go:302] New(u3879268073/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0703 21:56:10.662376 3320 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:u3879268073}] I0703 21:56:10.662465 3320 namespace.go:96] [openshift-dns] adding namespace took 14.631569ms I0703 21:56:10.662483 3320 obj_retry.go:551] Creating *v1.Namespace openshift-dns took: 14.647515ms I0703 21:56:10.662494 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-credential-operator I0703 21:56:10.662502 3320 namespace.go:92] [openshift-cloud-credential-operator] adding namespace I0703 21:56:10.662768 3320 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:u3879268074}] I0703 21:56:10.662811 3320 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:u3879268074}] I0703 21:56:10.663212 3320 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:u3879268075}] I0703 21:56:10.663258 3320 address_set.go:302] New(u3879268075/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0703 21:56:10.663265 3320 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:u3879268075}] I0703 21:56:10.663351 3320 namespace.go:96] [openshift-backplane] adding namespace took 14.663934ms I0703 21:56:10.663365 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane took: 14.681092ms I0703 21:56:10.663375 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-ovn-kubernetes I0703 21:56:10.663383 3320 namespace.go:92] [openshift-ovn-kubernetes] adding namespace I0703 21:56:10.663675 3320 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:u3879268076}] I0703 21:56:10.663713 3320 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:u3879268076}] I0703 21:56:10.664112 3320 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:u3879268077}] I0703 21:56:10.664161 3320 address_set.go:302] New(u3879268077/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0703 21:56:10.664170 3320 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:u3879268077}] I0703 21:56:10.664263 3320 namespace.go:96] [openshift-infra] adding namespace took 14.254248ms I0703 21:56:10.664285 3320 obj_retry.go:551] Creating *v1.Namespace openshift-infra took: 14.273471ms I0703 21:56:10.664296 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication I0703 21:56:10.664304 3320 namespace.go:92] [openshift-authentication] adding namespace I0703 21:56:10.664568 3320 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:u3879268078}] I0703 21:56:10.664610 3320 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:u3879268078}] W0703 21:56:10.664970 3320 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-psmmd: no pod IPs found I0703 21:56:10.664987 3320 namespace.go:96] [openshift-cloud-controller-manager] adding namespace took 14.117067ms I0703 21:56:10.665000 3320 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-controller-manager took: 14.135923ms I0703 21:56:10.665011 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cee I0703 21:56:10.665020 3320 namespace.go:92] [openshift-backplane-cee] adding namespace I0703 21:56:10.665022 3320 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:u3879268079}] I0703 21:56:10.665061 3320 address_set.go:302] New(u3879268079/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0703 21:56:10.665068 3320 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:u3879268079}] I0703 21:56:10.665494 3320 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:u3879268080}] I0703 21:56:10.665535 3320 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:u3879268080}] I0703 21:56:10.665978 3320 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:u3879268081}] I0703 21:56:10.666020 3320 address_set.go:302] New(u3879268081/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0703 21:56:10.666033 3320 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:u3879268081}] I0703 21:56:10.666130 3320 namespace.go:96] [openshift-multus] adding namespace took 14.569537ms I0703 21:56:10.666188 3320 obj_retry.go:551] Creating *v1.Namespace openshift-multus took: 14.630956ms I0703 21:56:10.666219 3320 obj_retry.go:512] Add event received for *v1.Namespace default I0703 21:56:10.666245 3320 namespace.go:92] [default] adding namespace I0703 21:56:10.666466 3320 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:u3879268082}] I0703 21:56:10.666501 3320 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:u3879268082}] I0703 21:56:10.666994 3320 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:u3879268083}] I0703 21:56:10.667044 3320 address_set.go:302] New(u3879268083/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0703 21:56:10.667052 3320 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:u3879268083}] I0703 21:56:10.667148 3320 namespace.go:96] [openshift-deployment-validation-operator] adding namespace took 14.918048ms I0703 21:56:10.667166 3320 obj_retry.go:551] Creating *v1.Namespace openshift-deployment-validation-operator took: 14.939282ms I0703 21:56:10.667177 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver-operator I0703 21:56:10.667185 3320 namespace.go:92] [openshift-apiserver-operator] adding namespace I0703 21:56:10.667530 3320 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:u3879268084}] I0703 21:56:10.667577 3320 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:u3879268084}] I0703 21:56:10.668030 3320 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:u3879268085}] I0703 21:56:10.668080 3320 address_set.go:302] New(u3879268085/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0703 21:56:10.668088 3320 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:u3879268085}] I0703 21:56:10.668184 3320 namespace.go:96] [openshift-dns-operator] adding namespace took 12.837478ms I0703 21:56:10.668203 3320 obj_retry.go:551] Creating *v1.Namespace openshift-dns-operator took: 12.895759ms I0703 21:56:10.668214 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0703 21:56:10.668221 3320 namespace.go:92] [openshift-cloud-network-config-controller] adding namespace I0703 21:56:10.668581 3320 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:u3879268086}] I0703 21:56:10.668632 3320 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:u3879268086}] I0703 21:56:10.669159 3320 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:u3879268087}] I0703 21:56:10.669206 3320 address_set.go:302] New(u3879268087/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0703 21:56:10.669215 3320 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:u3879268087}] I0703 21:56:10.669304 3320 namespace.go:96] [openshift-kube-apiserver-operator] adding namespace took 13.230262ms I0703 21:56:10.669324 3320 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver-operator took: 13.251236ms I0703 21:56:10.669334 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-lpsre I0703 21:56:10.669342 3320 namespace.go:92] [openshift-backplane-lpsre] adding namespace I0703 21:56:10.669693 3320 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:u3879268088}] I0703 21:56:10.669737 3320 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:u3879268088}] I0703 21:56:10.670260 3320 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:u3879268089}] I0703 21:56:10.670314 3320 address_set.go:302] New(u3879268089/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0703 21:56:10.670325 3320 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:u3879268089}] I0703 21:56:10.670422 3320 namespace.go:96] [openshift-backplane-srep-ro] adding namespace took 13.423474ms I0703 21:56:10.670478 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep-ro took: 13.482523ms I0703 21:56:10.670509 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0703 21:56:10.670542 3320 namespace.go:92] [openshift-cluster-csi-drivers] adding namespace I0703 21:56:10.670765 3320 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:u3879268090}] I0703 21:56:10.670832 3320 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:u3879268090}] I0703 21:56:10.671340 3320 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:u3879268091}] I0703 21:56:10.671399 3320 address_set.go:302] New(u3879268091/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0703 21:56:10.671408 3320 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:u3879268091}] I0703 21:56:10.671547 3320 namespace.go:96] [openshift-backplane-tam] adding namespace took 13.606831ms I0703 21:56:10.671590 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-tam took: 13.652312ms I0703 21:56:10.671619 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-machine-approver I0703 21:56:10.671645 3320 namespace.go:92] [openshift-cluster-machine-approver] adding namespace I0703 21:56:10.671863 3320 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:u3879268092}] I0703 21:56:10.671935 3320 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:u3879268092}] I0703 21:56:10.672433 3320 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:u3879268093}] I0703 21:56:10.672487 3320 address_set.go:302] New(u3879268093/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0703 21:56:10.672495 3320 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:u3879268093}] I0703 21:56:10.672587 3320 namespace.go:96] [openshift-backplane-mcs-tier-two] adding namespace took 13.763429ms I0703 21:56:10.672603 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 13.782132ms I0703 21:56:10.672613 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-etcd I0703 21:56:10.672621 3320 namespace.go:92] [openshift-etcd] adding namespace I0703 21:56:10.672919 3320 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:u3879268094}] I0703 21:56:10.672981 3320 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:u3879268094}] I0703 21:56:10.673435 3320 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:u3879268095}] I0703 21:56:10.673476 3320 address_set.go:302] New(u3879268095/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0703 21:56:10.673501 3320 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:u3879268095}] I0703 21:56:10.673584 3320 namespace.go:96] [openshift-authentication-operator] adding namespace took 13.903571ms I0703 21:56:10.673624 3320 obj_retry.go:551] Creating *v1.Namespace openshift-authentication-operator took: 13.946436ms I0703 21:56:10.673655 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-image-registry I0703 21:56:10.673682 3320 namespace.go:92] [openshift-image-registry] adding namespace I0703 21:56:10.673995 3320 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:u3879268096}] I0703 21:56:10.674039 3320 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:u3879268096}] I0703 21:56:10.674521 3320 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:u3879268097}] I0703 21:56:10.674564 3320 address_set.go:302] New(u3879268097/default-network-controller:Namespace:openshift-backplane-ai-agent:v4/a2605025628078430682) with [] I0703 21:56:10.674578 3320 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:u3879268097}] I0703 21:56:10.674668 3320 namespace.go:96] [openshift-backplane-managed-scripts] adding namespace took 14.031912ms I0703 21:56:10.674719 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-managed-scripts took: 14.089174ms I0703 21:56:10.674749 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager I0703 21:56:10.674776 3320 namespace.go:92] [openshift-kube-controller-manager] adding namespace I0703 21:56:10.675008 3320 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:u3879268098}] I0703 21:56:10.675080 3320 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:u3879268098}] I0703 21:56:10.675546 3320 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:u3879268099}] I0703 21:56:10.675594 3320 address_set.go:302] New(u3879268099/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0703 21:56:10.675602 3320 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:u3879268099}] I0703 21:56:10.675690 3320 namespace.go:96] [openshift-backplane-ai-agent] adding namespace took 14.099272ms I0703 21:56:10.675743 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-ai-agent took: 14.157222ms I0703 21:56:10.675773 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-service-ca-operator I0703 21:56:10.675798 3320 namespace.go:92] [openshift-service-ca-operator] adding namespace I0703 21:56:10.676043 3320 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:u3879268100}] I0703 21:56:10.676123 3320 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:u3879268100}] I0703 21:56:10.676605 3320 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:u3879268101}] I0703 21:56:10.676682 3320 address_set.go:302] New(u3879268101/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0703 21:56:10.676709 3320 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:u3879268101}] I0703 21:56:10.676836 3320 namespace.go:96] [openshift-cloud-credential-operator] adding namespace took 14.328459ms I0703 21:56:10.676868 3320 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-credential-operator took: 14.364038ms I0703 21:56:10.676896 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-operator I0703 21:56:10.676921 3320 namespace.go:92] [openshift-ingress-operator] adding namespace I0703 21:56:10.677164 3320 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:u3879268102}] I0703 21:56:10.677205 3320 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:u3879268102}] I0703 21:56:10.677650 3320 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:u3879268103}] I0703 21:56:10.677691 3320 address_set.go:302] New(u3879268103/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0703 21:56:10.677704 3320 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:u3879268103}] I0703 21:56:10.677795 3320 namespace.go:96] [openshift-ovn-kubernetes] adding namespace took 14.405456ms I0703 21:56:10.677836 3320 obj_retry.go:551] Creating *v1.Namespace openshift-ovn-kubernetes took: 14.450292ms I0703 21:56:10.677867 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler I0703 21:56:10.677895 3320 namespace.go:92] [openshift-kube-scheduler] adding namespace I0703 21:56:10.678192 3320 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:u3879268104}] I0703 21:56:10.678278 3320 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:u3879268104}] I0703 21:56:10.679015 3320 namespace.go:96] [openshift-authentication] adding namespace took 14.703824ms I0703 21:56:10.679031 3320 obj_retry.go:551] Creating *v1.Namespace openshift-authentication took: 14.725942ms I0703 21:56:10.679042 3320 obj_retry.go:512] Add event received for *v1.Namespace kube-public I0703 21:56:10.679050 3320 namespace.go:92] [kube-public] adding namespace I0703 21:56:10.679063 3320 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:u3879268105}] I0703 21:56:10.679093 3320 address_set.go:302] New(u3879268105/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0703 21:56:10.679103 3320 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:u3879268105}] I0703 21:56:10.679473 3320 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:u3879268106}] I0703 21:56:10.679500 3320 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:u3879268106}] I0703 21:56:10.679910 3320 namespace.go:96] [openshift-backplane-cee] adding namespace took 14.883854ms I0703 21:56:10.679898 3320 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:u3879268107}] I0703 21:56:10.679928 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cee took: 14.905457ms I0703 21:56:10.679935 3320 address_set.go:302] New(u3879268107/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0703 21:56:10.679940 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-user-workload-monitoring I0703 21:56:10.679971 3320 namespace.go:92] [openshift-user-workload-monitoring] adding namespace I0703 21:56:10.679967 3320 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:u3879268107}] I0703 21:56:10.680363 3320 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:u3879268108}] I0703 21:56:10.680397 3320 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:u3879268108}] I0703 21:56:10.680832 3320 namespace.go:96] [default] adding namespace took 14.562507ms I0703 21:56:10.680884 3320 obj_retry.go:551] Creating *v1.Namespace default took: 14.63635ms I0703 21:56:10.680900 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0703 21:56:10.680909 3320 namespace.go:92] [openshift-kube-controller-manager-operator] adding namespace I0703 21:56:10.680834 3320 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:u3879268109}] I0703 21:56:10.680922 3320 address_set.go:302] New(u3879268109/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0703 21:56:10.680932 3320 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:u3879268109}] I0703 21:56:10.681325 3320 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:u3879268110}] I0703 21:56:10.681348 3320 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:u3879268110}] I0703 21:56:10.681670 3320 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:u3879268111}] I0703 21:56:10.681705 3320 address_set.go:302] New(u3879268111/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0703 21:56:10.681707 3320 namespace.go:96] [openshift-apiserver-operator] adding namespace took 14.515147ms I0703 21:56:10.681711 3320 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:u3879268111}] I0703 21:56:10.681721 3320 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver-operator took: 14.534142ms I0703 21:56:10.681732 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager-operator I0703 21:56:10.681738 3320 namespace.go:92] [openshift-controller-manager-operator] adding namespace I0703 21:56:10.682096 3320 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:u3879268112}] I0703 21:56:10.682125 3320 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:u3879268112}] I0703 21:56:10.682464 3320 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:u3879268113}] I0703 21:56:10.682487 3320 address_set.go:302] New(u3879268113/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0703 21:56:10.682492 3320 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:u3879268113}] I0703 21:56:10.682502 3320 namespace.go:96] [openshift-cloud-network-config-controller] adding namespace took 14.272217ms I0703 21:56:10.682516 3320 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-network-config-controller took: 14.292246ms I0703 21:56:10.682529 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cse I0703 21:56:10.682540 3320 namespace.go:92] [openshift-backplane-cse] adding namespace I0703 21:56:10.682836 3320 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:u3879268114}] I0703 21:56:10.682895 3320 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:u3879268114}] I0703 21:56:10.683271 3320 namespace.go:96] [openshift-backplane-lpsre] adding namespace took 13.90873ms I0703 21:56:10.683260 3320 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:u3879268115}] I0703 21:56:10.683283 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-lpsre took: 13.940794ms I0703 21:56:10.683293 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver I0703 21:56:10.683292 3320 address_set.go:302] New(u3879268115/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0703 21:56:10.683299 3320 namespace.go:92] [openshift-kube-apiserver] adding namespace I0703 21:56:10.683303 3320 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:u3879268115}] I0703 21:56:10.683673 3320 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:u3879268116}] I0703 21:56:10.683700 3320 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:u3879268116}] I0703 21:56:10.684054 3320 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:u3879268117}] I0703 21:56:10.684078 3320 address_set.go:302] New(u3879268117/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0703 21:56:10.684089 3320 namespace.go:96] [openshift-cluster-csi-drivers] adding namespace took 13.523713ms I0703 21:56:10.684085 3320 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:u3879268117}] I0703 21:56:10.684101 3320 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-csi-drivers took: 13.558355ms I0703 21:56:10.684110 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep I0703 21:56:10.684117 3320 namespace.go:92] [openshift-backplane-srep] adding namespace I0703 21:56:10.684467 3320 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:u3879268118}] I0703 21:56:10.684499 3320 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:u3879268118}] I0703 21:56:10.684871 3320 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:u3879268119}] I0703 21:56:10.684895 3320 namespace.go:96] [openshift-cluster-machine-approver] adding namespace took 13.225912ms I0703 21:56:10.684900 3320 address_set.go:302] New(u3879268119/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0703 21:56:10.684907 3320 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-machine-approver took: 13.259952ms I0703 21:56:10.684920 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-customer-monitoring I0703 21:56:10.684909 3320 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:u3879268119}] I0703 21:56:10.684928 3320 namespace.go:92] [openshift-customer-monitoring] adding namespace I0703 21:56:10.685319 3320 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:u3879268120}] I0703 21:56:10.685350 3320 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:u3879268120}] I0703 21:56:10.685714 3320 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:u3879268121}] I0703 21:56:10.685739 3320 address_set.go:302] New(u3879268121/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0703 21:56:10.685754 3320 namespace.go:96] [openshift-etcd] adding namespace took 13.124535ms I0703 21:56:10.685795 3320 obj_retry.go:551] Creating *v1.Namespace openshift-etcd took: 13.171114ms I0703 21:56:10.685807 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-console I0703 21:56:10.685814 3320 namespace.go:92] [openshift-network-console] adding namespace I0703 21:56:10.685745 3320 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:u3879268121}] I0703 21:56:10.686220 3320 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:u3879268122}] I0703 21:56:10.686253 3320 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:u3879268122}] I0703 21:56:10.686609 3320 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:u3879268123}] I0703 21:56:10.686668 3320 address_set.go:302] New(u3879268123/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0703 21:56:10.686679 3320 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:u3879268123}] I0703 21:56:10.686648 3320 namespace.go:96] [openshift-image-registry] adding namespace took 12.938043ms I0703 21:56:10.686750 3320 obj_retry.go:551] Creating *v1.Namespace openshift-image-registry took: 13.063876ms I0703 21:56:10.686762 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-api I0703 21:56:10.686771 3320 namespace.go:92] [openshift-machine-api] adding namespace I0703 21:56:10.687051 3320 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:u3879268124}] I0703 21:56:10.687080 3320 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:u3879268124}] I0703 21:56:10.687484 3320 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:u3879268125}] I0703 21:56:10.687523 3320 address_set.go:302] New(u3879268125/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0703 21:56:10.687530 3320 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:u3879268125}] I0703 21:56:10.687559 3320 namespace.go:96] [openshift-kube-controller-manager] adding namespace took 12.758293ms I0703 21:56:10.687574 3320 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager took: 12.798401ms I0703 21:56:10.687582 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-diagnostics I0703 21:56:10.687588 3320 namespace.go:92] [openshift-network-diagnostics] adding namespace I0703 21:56:10.687878 3320 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:u3879268126}] I0703 21:56:10.687940 3320 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:u3879268126}] I0703 21:56:10.688382 3320 namespace.go:96] [openshift-service-ca-operator] adding namespace took 12.560461ms I0703 21:56:10.688410 3320 obj_retry.go:551] Creating *v1.Namespace openshift-service-ca-operator took: 12.611611ms I0703 21:56:10.688420 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-samples-operator I0703 21:56:10.688458 3320 namespace.go:92] [openshift-cluster-samples-operator] adding namespace I0703 21:56:10.688372 3320 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:u3879268127}] I0703 21:56:10.688476 3320 address_set.go:302] New(u3879268127/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0703 21:56:10.688485 3320 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:u3879268127}] I0703 21:56:10.688929 3320 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:u3879268128}] I0703 21:56:10.689020 3320 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:u3879268128}] I0703 21:56:10.689417 3320 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:u3879268129}] I0703 21:56:10.689454 3320 address_set.go:302] New(u3879268129/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0703 21:56:10.689453 3320 namespace.go:96] [openshift-ingress-operator] adding namespace took 12.50671ms I0703 21:56:10.689470 3320 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-operator took: 12.546357ms I0703 21:56:10.689463 3320 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:u3879268129}] I0703 21:56:10.689480 3320 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-agent-addon I0703 21:56:10.689487 3320 namespace.go:92] [open-cluster-management-agent-addon] adding namespace I0703 21:56:10.689808 3320 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:u3879268130}] I0703 21:56:10.689836 3320 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:u3879268130}] I0703 21:56:10.690208 3320 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:u3879268131}] I0703 21:56:10.690239 3320 address_set.go:302] New(u3879268131/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0703 21:56:10.690247 3320 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:u3879268131}] I0703 21:56:10.690259 3320 namespace.go:96] [openshift-kube-scheduler] adding namespace took 12.350199ms I0703 21:56:10.690276 3320 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler took: 12.381609ms I0703 21:56:10.690287 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mobb I0703 21:56:10.690300 3320 namespace.go:92] [openshift-backplane-mobb] adding namespace I0703 21:56:10.690650 3320 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:u3879268132}] I0703 21:56:10.690683 3320 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:u3879268132}] I0703 21:56:10.691066 3320 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:u3879268133}] I0703 21:56:10.691091 3320 namespace.go:96] [kube-public] adding namespace took 12.034582ms I0703 21:56:10.691103 3320 address_set.go:302] New(u3879268133/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0703 21:56:10.691105 3320 obj_retry.go:551] Creating *v1.Namespace kube-public took: 12.052975ms I0703 21:56:10.691117 3320 obj_retry.go:512] Add event received for *v1.Namespace dedicated-admin I0703 21:56:10.691111 3320 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:u3879268133}] I0703 21:56:10.691127 3320 namespace.go:92] [dedicated-admin] adding namespace I0703 21:56:10.691528 3320 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:u3879268134}] I0703 21:56:10.691561 3320 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:u3879268134}] I0703 21:56:10.692051 3320 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:u3879268135}] I0703 21:56:10.692087 3320 address_set.go:302] New(u3879268135/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0703 21:56:10.692091 3320 namespace.go:96] [openshift-user-workload-monitoring] adding namespace took 12.11107ms I0703 21:56:10.692105 3320 obj_retry.go:551] Creating *v1.Namespace openshift-user-workload-monitoring took: 12.132709ms I0703 21:56:10.692096 3320 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:u3879268135}] I0703 21:56:10.692474 3320 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:u3879268136}] I0703 21:56:10.692499 3320 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:u3879268136}] I0703 21:56:10.692831 3320 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:u3879268137}] I0703 21:56:10.692857 3320 address_set.go:302] New(u3879268137/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0703 21:56:10.692865 3320 namespace.go:96] [openshift-kube-controller-manager-operator] adding namespace took 11.947741ms I0703 21:56:10.692863 3320 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:u3879268137}] I0703 21:56:10.692880 3320 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 11.968933ms I0703 21:56:10.693194 3320 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:u3879268138}] I0703 21:56:10.693216 3320 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:u3879268138}] I0703 21:56:10.693576 3320 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:u3879268139}] I0703 21:56:10.693605 3320 address_set.go:302] New(u3879268139/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0703 21:56:10.693610 3320 namespace.go:96] [openshift-controller-manager-operator] adding namespace took 11.86412ms I0703 21:56:10.693614 3320 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:u3879268139}] I0703 21:56:10.693624 3320 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager-operator took: 11.882102ms I0703 21:56:10.693925 3320 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:u3879268140}] I0703 21:56:10.693966 3320 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:u3879268140}] I0703 21:56:10.694323 3320 namespace.go:96] [openshift-backplane-cse] adding namespace took 11.774399ms I0703 21:56:10.694313 3320 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:u3879268141}] I0703 21:56:10.694342 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cse took: 11.79966ms I0703 21:56:10.694346 3320 address_set.go:302] New(u3879268141/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0703 21:56:10.694355 3320 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:u3879268141}] I0703 21:56:10.694665 3320 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:u3879268142}] I0703 21:56:10.694688 3320 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:u3879268142}] I0703 21:56:10.694982 3320 namespace.go:96] [openshift-kube-apiserver] adding namespace took 11.676756ms I0703 21:56:10.694998 3320 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver took: 11.695737ms I0703 21:56:10.695009 3320 obj_retry.go:512] Add event received for *v1.Namespace kube-node-lease I0703 21:56:10.694997 3320 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:u3879268143}] I0703 21:56:10.695017 3320 namespace.go:92] [kube-node-lease] adding namespace I0703 21:56:10.695026 3320 address_set.go:302] New(u3879268143/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0703 21:56:10.695035 3320 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:u3879268143}] I0703 21:56:10.695343 3320 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:u3879268144}] I0703 21:56:10.695372 3320 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:u3879268144}] I0703 21:56:10.695676 3320 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:u3879268145}] I0703 21:56:10.695705 3320 address_set.go:302] New(u3879268145/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0703 21:56:10.695711 3320 namespace.go:96] [openshift-backplane-srep] adding namespace took 11.588088ms I0703 21:56:10.695723 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep took: 11.604332ms I0703 21:56:10.695713 3320 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:u3879268145}] I0703 21:56:10.696021 3320 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:u3879268146}] I0703 21:56:10.696042 3320 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:u3879268146}] I0703 21:56:10.696335 3320 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:u3879268147}] I0703 21:56:10.696361 3320 address_set.go:302] New(u3879268147/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0703 21:56:10.696370 3320 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:u3879268147}] I0703 21:56:10.696382 3320 namespace.go:96] [openshift-customer-monitoring] adding namespace took 11.44345ms I0703 21:56:10.696396 3320 obj_retry.go:551] Creating *v1.Namespace openshift-customer-monitoring took: 11.466073ms I0703 21:56:10.696668 3320 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:u3879268148}] I0703 21:56:10.696696 3320 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:u3879268148}] I0703 21:56:10.696978 3320 namespace.go:96] [openshift-network-console] adding namespace took 11.157455ms I0703 21:56:10.696992 3320 obj_retry.go:551] Creating *v1.Namespace openshift-network-console took: 11.177153ms I0703 21:56:10.697005 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-insights I0703 21:56:10.696994 3320 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:u3879268149}] I0703 21:56:10.697013 3320 namespace.go:92] [openshift-insights] adding namespace I0703 21:56:10.697020 3320 address_set.go:302] New(u3879268149/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0703 21:56:10.697027 3320 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:u3879268149}] I0703 21:56:10.697311 3320 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:u3879268150}] I0703 21:56:10.697332 3320 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:u3879268150}] W0703 21:56:10.697596 3320 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-jgtmq: no pod IPs found I0703 21:56:10.697628 3320 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:u3879268151}] I0703 21:56:10.697644 3320 namespace.go:96] [openshift-machine-api] adding namespace took 10.866733ms I0703 21:56:10.697663 3320 obj_retry.go:551] Creating *v1.Namespace openshift-machine-api took: 10.890352ms I0703 21:56:10.697674 3320 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m I0703 21:56:10.697683 3320 namespace.go:92] [open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m] adding namespace I0703 21:56:10.697660 3320 address_set.go:302] New(u3879268151/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0703 21:56:10.697693 3320 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:u3879268151}] I0703 21:56:10.698000 3320 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:u3879268152}] I0703 21:56:10.698021 3320 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:u3879268152}] I0703 21:56:10.698302 3320 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:u3879268153}] I0703 21:56:10.698335 3320 address_set.go:302] New(u3879268153/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0703 21:56:10.698356 3320 namespace.go:96] [openshift-network-diagnostics] adding namespace took 10.761742ms I0703 21:56:10.698343 3320 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:u3879268153}] I0703 21:56:10.698366 3320 obj_retry.go:551] Creating *v1.Namespace openshift-network-diagnostics took: 10.775665ms I0703 21:56:10.698738 3320 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:u3879268154}] I0703 21:56:10.698770 3320 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:u3879268154}] I0703 21:56:10.699109 3320 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:u3879268155}] I0703 21:56:10.699133 3320 address_set.go:302] New(u3879268155/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0703 21:56:10.699139 3320 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:u3879268155}] I0703 21:56:10.699157 3320 namespace.go:96] [openshift-cluster-samples-operator] adding namespace took 10.682774ms I0703 21:56:10.699169 3320 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-samples-operator took: 10.708991ms I0703 21:56:10.699181 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-logging I0703 21:56:10.699189 3320 namespace.go:92] [openshift-logging] adding namespace I0703 21:56:10.699504 3320 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:u3879268156}] I0703 21:56:10.699538 3320 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:u3879268156}] I0703 21:56:10.699853 3320 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:u3879268157}] I0703 21:56:10.699920 3320 address_set.go:302] New(u3879268157/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0703 21:56:10.699886 3320 namespace.go:96] [open-cluster-management-agent-addon] adding namespace took 10.393061ms I0703 21:56:10.699986 3320 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-agent-addon took: 10.493773ms I0703 21:56:10.699970 3320 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:u3879268157}] I0703 21:56:10.699998 3320 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-csm I0703 21:56:10.700006 3320 namespace.go:92] [openshift-backplane-csm] adding namespace I0703 21:56:10.700347 3320 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:u3879268158}] I0703 21:56:10.700380 3320 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:u3879268158}] I0703 21:56:10.700711 3320 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:u3879268159}] I0703 21:56:10.700741 3320 address_set.go:302] New(u3879268159/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0703 21:56:10.700746 3320 namespace.go:96] [openshift-backplane-mobb] adding namespace took 10.438004ms I0703 21:56:10.700748 3320 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:u3879268159}] I0703 21:56:10.700759 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mobb took: 10.459697ms I0703 21:56:10.701173 3320 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:u3879268160}] I0703 21:56:10.701205 3320 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:u3879268160}] I0703 21:56:10.701590 3320 namespace.go:96] [dedicated-admin] adding namespace took 10.455968ms I0703 21:56:10.701606 3320 obj_retry.go:551] Creating *v1.Namespace dedicated-admin took: 10.477527ms I0703 21:56:10.701595 3320 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:u3879268161}] I0703 21:56:10.701626 3320 address_set.go:302] New(u3879268161/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0703 21:56:10.701632 3320 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:u3879268161}] I0703 21:56:10.701992 3320 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:u3879268162}] I0703 21:56:10.702017 3320 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:u3879268162}] I0703 21:56:10.702417 3320 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:u3879268163}] I0703 21:56:10.702439 3320 namespace.go:96] [kube-node-lease] adding namespace took 7.410767ms I0703 21:56:10.702454 3320 address_set.go:302] New(u3879268163/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0703 21:56:10.702458 3320 obj_retry.go:551] Creating *v1.Namespace kube-node-lease took: 7.438312ms I0703 21:56:10.702462 3320 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:u3879268163}] I0703 21:56:10.702806 3320 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:u3879268164}] I0703 21:56:10.702867 3320 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:u3879268164}] I0703 21:56:10.703237 3320 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-2ratr6oqnrpa3mo89qks9a2paljaje4m:v4 k8s.ovn.org/name:open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15084481654695738778] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268165}] I0703 21:56:10.703261 3320 namespace.go:96] [openshift-insights] adding namespace took 6.240416ms I0703 21:56:10.703267 3320 address_set.go:302] New(u3879268165/default-network-controller:Namespace:open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m:v4/a15084481654695738778) with [] I0703 21:56:10.703274 3320 obj_retry.go:551] Creating *v1.Namespace openshift-insights took: 6.259111ms I0703 21:56:10.703274 3320 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-2ratr6oqnrpa3mo89qks9a2paljaje4m:v4 k8s.ovn.org/name:open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15084481654695738778] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268165}] I0703 21:56:10.703607 3320 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-2ratr6oqnrpa3mo89qks9a2paljaje4m k8s.ovn.org/name:open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5963163291305082002] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268166}] I0703 21:56:10.703633 3320 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-2ratr6oqnrpa3mo89qks9a2paljaje4m k8s.ovn.org/name:open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5963163291305082002] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268166}] I0703 21:56:10.703961 3320 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:u3879268167}] I0703 21:56:10.703991 3320 address_set.go:302] New(u3879268167/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0703 21:56:10.703992 3320 namespace.go:96] [open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m] adding namespace took 6.301198ms I0703 21:56:10.704007 3320 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m took: 6.323208ms I0703 21:56:10.703998 3320 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:u3879268167}] I0703 21:56:10.704308 3320 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:u3879268168}] I0703 21:56:10.704330 3320 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:u3879268168}] I0703 21:56:10.704669 3320 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:u3879268169}] I0703 21:56:10.704696 3320 address_set.go:302] New(u3879268169/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0703 21:56:10.704699 3320 namespace.go:96] [openshift-logging] adding namespace took 5.504083ms I0703 21:56:10.704709 3320 obj_retry.go:551] Creating *v1.Namespace openshift-logging took: 5.520305ms I0703 21:56:10.704705 3320 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:u3879268169}] I0703 21:56:10.705040 3320 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:u3879268170}] I0703 21:56:10.705066 3320 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:u3879268170}] I0703 21:56:10.705456 3320 namespace.go:96] [openshift-backplane-csm] adding namespace took 5.444002ms I0703 21:56:10.705469 3320 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-csm took: 5.462625ms I0703 21:56:10.705481 3320 factory.go:1336] Added *v1.Namespace event handler 1 I0703 21:56:10.705679 3320 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:u3879268171}] I0703 21:56:10.705715 3320 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc0073300c0 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:u3879268171}] I0703 21:56:10.706090 3320 zone_ic_handler.go:214] Time taken to create transit switch: 464.42µs I0703 21:56:10.706158 3320 obj_retry.go:512] Add event received for *v1.Node ip-10-0-1-181.ec2.internal I0703 21:56:10.706180 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:56:10.706294 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:bc7bcb83-37e6-4138-ae98-8616f05d8c70} {GoUUID:d8c997df-5891-4cdd-844b-a2feae5e46b5}]} name:ip-10-0-1-181.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:u3879268172}] I0703 21:56:10.706324 3320 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-1-181.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0073314e0 Where:[where column name == ip-10-0-1-181.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:bc7bcb83-37e6-4138-ae98-8616f05d8c70} {GoUUID:d8c997df-5891-4cdd-844b-a2feae5e46b5}]} name:ip-10-0-1-181.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:u3879268172}] I0703 21:56:10.706768 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-1-181.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-1-181.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268173}] I0703 21:56:10.706814 3320 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:u3879268173}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.706839 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-1-181.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-1-181.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268173} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268173}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.707306 3320 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:7ce32a33-e9de-457e-8d53-208d05d3e66e}]}}] Timeout: Where:[where column _uuid == {cfc6bb11-6ca7-4943-8c3c-5348ae9c9de6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.707342 3320 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:7ce32a33-e9de-457e-8d53-208d05d3e66e}]}}] Timeout: Where:[where column _uuid == {cfc6bb11-6ca7-4943-8c3c-5348ae9c9de6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.707726 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:70819c51-3f75-466d-8cd7-9985fb94251b name:rtos-ip-10-0-1-181.ec2.internal-70819c51-3f75-466d-8cd7-9985fb94251b priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268174}] I0703 21:56:10.707811 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u3879268174}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-1-181.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268175}] I0703 21:56:10.707848 3320 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:u3879268175}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.707865 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:70819c51-3f75-466d-8cd7-9985fb94251b name:rtos-ip-10-0-1-181.ec2.internal-70819c51-3f75-466d-8cd7-9985fb94251b priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268174} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u3879268174}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-1-181.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268175} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268175}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.708428 3320 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-1-181.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-1-181.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:u3879268176}] I0703 21:56:10.708488 3320 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:u3879268176}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.708505 3320 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-1-181.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-1-181.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:u3879268176} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3879268176}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.709054 3320 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-1-181.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268177}] I0703 21:56:10.709106 3320 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:u3879268177}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.709126 3320 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-1-181.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268177} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268177}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.709554 3320 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:078eabfd-f985-4c18-aa8b-16812f3dc931}]}}] Timeout: Where:[where column _uuid == {2bd3e964-1d47-45f3-a9d9-d576b4368d13}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.709585 3320 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:078eabfd-f985-4c18-aa8b-16812f3dc931}]}}] Timeout: Where:[where column _uuid == {2bd3e964-1d47-45f3-a9d9-d576b4368d13}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.709876 3320 switch.go:50] Hybridoverlay port does not exist for node ip-10-0-1-181.ec2.internal I0703 21:56:10.709895 3320 switch.go:59] haveMP true haveHO false ManagementPortAddress 10.128.0.2/23 HybridOverlayAddressOA 10.128.0.3/23 I0703 21:56:10.709979 3320 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 == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.710009 3320 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 == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.710331 3320 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:u3879268178}] I0703 21:56:10.710360 3320 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:u3879268178}] I0703 21:56:10.710724 3320 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:u3879268179}] I0703 21:56:10.710782 3320 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:u3879268180}] I0703 21:56:10.710821 3320 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:u3879268181}] I0703 21:56:10.710865 3320 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:u3879268182}] I0703 21:56:10.710901 3320 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:u3879268183}] I0703 21:56:10.710964 3320 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:u3879268179} {GoUUID:u3879268180} {GoUUID:u3879268181} {GoUUID:u3879268182} {GoUUID:u3879268183}]}}] Timeout: Where:[where column _uuid == {bc8d3018-b2e1-417a-acce-2e12f39fde8d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.711032 3320 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:u3879268179} {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:u3879268180} {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:u3879268181} {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:u3879268182} {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:u3879268183} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3879268179} {GoUUID:u3879268180} {GoUUID:u3879268181} {GoUUID:u3879268182} {GoUUID:u3879268183}]}}] Timeout: Where:[where column _uuid == {bc8d3018-b2e1-417a-acce-2e12f39fde8d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.712282 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:56:10.712535 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:70ed2b22-6ba0-490f-9edf-31eacfec1ed2}]} external_ids:{GoMap:map[physical_ip:10.0.1.181 physical_ips:10.0.1.181]} load_balancer_group:{GoSet:[{GoUUID:bc7bcb83-37e6-4138-ae98-8616f05d8c70} {GoUUID:19c7afc7-84e3-4a63-b412-e77d5d0c9b43}]} name:GR_ip-10-0-1-181.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:70819c51-3f75-466d-8cd7-9985fb94251b 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:u3879268184}] I0703 21:56:10.712571 3320 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-1-181.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc000691560 Where:[where column name == GR_ip-10-0-1-181.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:70ed2b22-6ba0-490f-9edf-31eacfec1ed2}]} external_ids:{GoMap:map[physical_ip:10.0.1.181 physical_ips:10.0.1.181]} load_balancer_group:{GoSet:[{GoUUID:bc7bcb83-37e6-4138-ae98-8616f05d8c70} {GoUUID:19c7afc7-84e3-4a63-b412-e77d5d0c9b43}]} name:GR_ip-10-0-1-181.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:70819c51-3f75-466d-8cd7-9985fb94251b 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:u3879268184}] I0703 21:56:10.713176 3320 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-1-181.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-181.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268185}] I0703 21:56:10.713225 3320 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:u3879268185}]}}] Timeout: Where:[where column _uuid == {14260be4-18d2-47c7-b04c-c004b7596686}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.713248 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-1-181.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-181.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268185} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268185}]}}] Timeout: Where:[where column _uuid == {14260be4-18d2-47c7-b04c-c004b7596686}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.713693 3320 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-1-181.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:u3879268186}] I0703 21:56:10.713743 3320 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:u3879268186}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.713791 3320 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-1-181.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:u3879268186} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268186}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.714244 3320 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:u3879268187}] I0703 21:56:10.714280 3320 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:u3879268187}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.714301 3320 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:u3879268187} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3879268187}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.714733 3320 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:0a:ff:fb:9f:92:b3 name:rtoe-GR_ip-10-0-1-181.ec2.internal networks:{GoSet:[10.0.1.181/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268188}] I0703 21:56:10.714804 3320 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:u3879268188}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.714836 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:fb:9f:92:b3 name:rtoe-GR_ip-10-0-1-181.ec2.internal networks:{GoSet:[10.0.1.181/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268188} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268188}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.715237 3320 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-1-181.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268189}] I0703 21:56:10.715284 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:fb:9f:92:b3]} name:etor-GR_ip-10-0-1-181.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-181.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268190}] I0703 21:56:10.715343 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-181.ec2.internal ports:{GoSet:[{GoUUID:u3879268189} {GoUUID:u3879268190}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268191}] I0703 21:56:10.715362 3320 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-1-181.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0006b63b0 Where:[where column name == ext_ip-10-0-1-181.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-1-181.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268189} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:fb:9f:92:b3]} name:etor-GR_ip-10-0-1-181.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-181.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268190} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-181.ec2.internal ports:{GoSet:[{GoUUID:u3879268189} {GoUUID:u3879268190}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268191}] I0703 21:56:10.715890 3320 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-1-181.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268192}] I0703 21:56:10.715920 3320 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-1-181.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268192}] I0703 21:56:10.716236 3320 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-1-181.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268193}] I0703 21:56:10.716274 3320 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:u3879268193}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.716292 3320 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-1-181.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268193} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3879268193}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.716677 3320 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.1.1 output_port:{GoSet:[rtoe-GR_ip-10-0-1-181.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268194}] I0703 21:56:10.716723 3320 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:u3879268194}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.716748 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.1.1 output_port:{GoSet:[rtoe-GR_ip-10-0-1-181.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268194} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3879268194}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.717093 3320 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:u3879268195}] I0703 21:56:10.717133 3320 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:u3879268195}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.717156 3320 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:u3879268195} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3879268195}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.717522 3320 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:u3879268196}] I0703 21:56:10.717561 3320 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:u3879268196}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.717582 3320 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:u3879268196} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3879268196}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.717910 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268197}] I0703 21:56:10.717971 3320 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:u3879268197}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.717990 3320 transact.go:42] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268197} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u3879268197}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0703 21:56:10.722210 3320 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-psmmd: pod openshift-multus/network-metrics-daemon-psmmd: no pod IPs found W0703 21:56:10.722227 3320 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-jgtmq: pod openshift-network-diagnostics/network-check-target-jgtmq: no pod IPs found I0703 21:56:10.722321 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-1-181.ec2.internal" && ip4.dst == 10.0.1.181 /* ip-10-0-1-181.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268198}] I0703 21:56:10.722355 3320 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:u3879268198}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.722375 3320 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-181.ec2.internal" && ip4.dst == 10.0.1.181 /* ip-10-0-1-181.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc00757c9c8 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-181.ec2.internal" && ip4.dst == 10.0.1.181 /* ip-10-0-1-181.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-1-181.ec2.internal" && ip4.dst == 10.0.1.181 /* ip-10-0-1-181.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268198} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3879268198}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.726419 3320 base_network_controller.go:532] When adding node ip-10-0-1-181.ec2.internal for network default, found 12 pods to add to retryPods I0703 21:56:10.726434 3320 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-f42kw to retryPods for network default I0703 21:56:10.726443 3320 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal to retryPods for network default I0703 21:56:10.726448 3320 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr to retryPods for network default I0703 21:56:10.726452 3320 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-ld22l to retryPods for network default I0703 21:56:10.726457 3320 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-gg4w5 to retryPods for network default I0703 21:56:10.726462 3320 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-cnqtk to retryPods for network default I0703 21:56:10.726466 3320 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal to retryPods for network default I0703 21:56:10.726471 3320 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-qh67m to retryPods for network default I0703 21:56:10.726476 3320 base_network_controller.go:538] Adding pod openshift-multus/multus-hvpjx to retryPods for network default I0703 21:56:10.726481 3320 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-psmmd to retryPods for network default I0703 21:56:10.726486 3320 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-jgtmq to retryPods for network default I0703 21:56:10.726510 3320 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-qx9vs to retryPods for network default I0703 21:56:10.726518 3320 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0703 21:56:10.726566 3320 model_client.go:382] Update operations generated as: [{Op:update Table:Encap Row:map[chassis_name:70819c51-3f75-466d-8cd7-9985fb94251b ip:10.0.1.181 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1859239b-f6a1-410e-964b-800eae15c0d0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.726617 3320 model_client.go:382] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:1859239b-f6a1-410e-964b-800eae15c0d0}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9373042b-26d8-4dfb-b5e0-582f59ca36ff}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.726643 3320 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 == {9373042b-26d8-4dfb-b5e0-582f59ca36ff}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.726674 3320 transact.go:42] Configuring OVN: [{Op:update Table:Encap Row:map[chassis_name:70819c51-3f75-466d-8cd7-9985fb94251b ip:10.0.1.181 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1859239b-f6a1-410e-964b-800eae15c0d0}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:1859239b-f6a1-410e-964b-800eae15c0d0}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9373042b-26d8-4dfb-b5e0-582f59ca36ff}] 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 == {9373042b-26d8-4dfb-b5e0-582f59ca36ff}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.727109 3320 zone_ic_handler.go:222] Creating interconnect resources for local zone node ip-10-0-1-181.ec2.internal for the network default I0703 21:56:10.727162 3320 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-1-181.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:u3879268199}] I0703 21:56:10.727204 3320 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:u3879268199}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.727223 3320 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-1-181.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:u3879268199} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268199}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.727609 3320 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-1-181.ec2.internal]} name:tstor-ip-10-0-1-181.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-1-181.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268200}] I0703 21:56:10.727651 3320 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:u3879268200}]}}] Timeout: Where:[where column _uuid == {bbf5be73-3e4c-46f6-ac9d-fe95c3baf6e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.727672 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-1-181.ec2.internal]} name:tstor-ip-10-0-1-181.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-1-181.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268200} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268200}]}}] Timeout: Where:[where column _uuid == {bbf5be73-3e4c-46f6-ac9d-fe95c3baf6e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.728078 3320 obj_retry.go:551] Creating *v1.Node ip-10-0-1-181.ec2.internal took: 21.903927ms I0703 21:56:10.728103 3320 factory.go:1336] Added *v1.Node event handler 2 I0703 21:56:10.728118 3320 services_controller.go:189] Starting controller ovn-lb-controller for network=default I0703 21:56:10.728138 3320 services_controller.go:196] Waiting for node tracker handler to sync for network=default I0703 21:56:10.728148 3320 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0703 21:56:10.728177 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-181.ec2.internal I0703 21:56:10.728237 3320 node_tracker.go:172] Node ip-10-0-1-181.ec2.internal switch + router changed, syncing services I0703 21:56:10.728253 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:10.761858 3320 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-09517be783835b25ddcec5b4154baf2fe90d4cf94c82c62d86736b3784690491.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d09517be783835b25ddcec5b4154baf2fe90d4cf94c82c62d86736b3784690491_2emount"}, Sequence:0x5} I0703 21:56:10.761919 3320 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-09517be783835b25ddcec5b4154baf2fe90d4cf94c82c62d86736b3784690491.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d09517be783835b25ddcec5b4154baf2fe90d4cf94c82c62d86736b3784690491_2emount"}, Sequence:0x6} I0703 21:56:10.761935 3320 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:10.762067 3320 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:10.762087 3320 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:10.762222 3320 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:10.762237 3320 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:10.762281 3320 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:10.762414 3320 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:10.762449 3320 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:10.762563 3320 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:10.762626 3320 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:10.762703 3320 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:10.762872 3320 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:0x655bbfbbdac90}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "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:0x655bbfbbd6e6f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9f1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd6e4a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9cd}, "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:0x655bbfbbd95b2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79e134}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5b, 0x7b, 0x99, 0xa5, 0x4b, 0xb0, 0x48, 0x77, 0xbd, 0xa5, 0x5e, 0x38, 0x4b, 0x5f, 0x39, 0x73}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbdac90}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12} I0703 21:56:10.762960 3320 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:0x655bbfb693c0a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x13} I0703 21:56:10.763025 3320 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:10.763055 3320 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:0x655bbfb6b6b0f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "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:0x655bbfb6b6ab9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb6b6ab8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63a}, "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:0x655bbfb6b6b0f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x87, 0xc4, 0x0, 0x6a, 0xc9, 0x3f, 0x4f, 0x3, 0xb1, 0x28, 0x73, 0xcc, 0xb8, 0x2b, 0x86, 0xb7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbaf01bc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b4d3f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x15} I0703 21:56:10.763122 3320 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-09517be783835b25ddcec5b4154baf2fe90d4cf94c82c62d86736b3784690491-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d09517be783835b25ddcec5b4154baf2fe90d4cf94c82c62d86736b3784690491_2dmerged_2emount"}, Sequence:0x16} I0703 21:56:10.763289 3320 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:0x655bbfba6b628}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6301aa}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x17} I0703 21:56:10.763372 3320 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:0x655bbfbbd5ca7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "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:0x655bbfbbd5c9f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5c9f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xd9, 0x10, 0xa1, 0xf8, 0x50, 0x47, 0x4c, 0xae, 0xb1, 0x4a, 0xb4, 0xc3, 0x9a, 0xbe, 0x3b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x18} I0703 21:56:10.763438 3320 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:0x655bbfbc0b6a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "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:0x655bbfbc0b69b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b697}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0x7c, 0xdb, 0x5c, 0xf6, 0xf2, 0x41, 0x57, 0xb8, 0x5d, 0xed, 0x5e, 0x1c, 0xb6, 0x21, 0xd5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x19} I0703 21:56:10.818943 3320 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-7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_2escope"}, Sequence:0x1a} I0703 21:56:10.819246 3320 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 {}{0x3ae, "/org/freedesktop/systemd1/job/942", "crio-conmon-7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a.scope"}, Sequence:0x1b} I0703 21:56:10.819269 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodfca4cb75_5fffab_5f4ad4_5fb2e0_5f0bb031f8ae9e_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:0x655bbfc9a47ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "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:0x655bbfc9a4497}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569019}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a4494}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569016}, "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:0x655bbfc9a47ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x33, 0x52, 0x71, 0x62, 0xa9, 0x44, 0xf3, 0xba, 0xb9, 0x8b, 0xbe, 0x72, 0xf5, 0x4e, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a47ac}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1c} I0703 21:56:10.819320 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:10.819355 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1e} I0703 21:56:10.829088 3320 shared_informer.go:320] Caches are synced for node-tracker-controller I0703 21:56:10.829107 3320 services_controller.go:204] Setting up event handlers for services for network=default I0703 21:56:10.829172 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:10.829185 3320 services_controller.go:214] Setting up event handlers for endpoint slices for network=default I0703 21:56:10.829193 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:10.829204 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:10.829217 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:10.829226 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:10.829238 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:10.829245 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:10.829250 3320 services_controller.go:229] Waiting for service and endpoint handlers to sync for network=default I0703 21:56:10.829264 3320 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0703 21:56:10.829252 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:10.829312 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:10.829326 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:10.829331 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:10.829337 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:10.829343 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:10.829348 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:10.829361 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:10.829378 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:10.829385 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:10.829389 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:10.829393 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:10.829398 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:10.829404 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:10.829410 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:10.829414 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:10.829418 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:10.829422 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:10.829426 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:10.829430 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:10.829434 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:10.829438 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:10.829445 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:10.829453 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:10.829459 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:10.829463 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:10.829469 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:10.829476 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:10.829491 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:10.829507 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:10.829519 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:10.829531 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:10.829542 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:10.829552 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:10.836265 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:10.836342 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:0x655bbfe1cf178}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d93cfa}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1cf175}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d93cf7}, "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{0xc0, 0x53, 0x58, 0xab, 0xae, 0xe8, 0x44, 0xf, 0x9f, 0xa0, 0x5b, 0xf4, 0xd2, 0x75, 0xa6, 0xa1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ae, "/org/freedesktop/systemd1/job/942"}}, "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:10.836463 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:10.836554 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:0x655bbfe1d349b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d9801d}, "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:0x655bbfe1cf178}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d93cfa}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1cf175}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d93cf7}, "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:0x655bbfe1d349b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d9801d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xc0, 0x53, 0x58, 0xab, 0xae, 0xe8, 0x44, 0xf, 0x9f, 0xa0, 0x5b, 0xf4, 0xd2, 0x75, 0xa6, 0xa1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ae, "/org/freedesktop/systemd1/job/942"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1d349b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d9801d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x22} I0703 21:56:10.836608 3320 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 {}{0x3ae, "/org/freedesktop/systemd1/job/942", "crio-conmon-7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a.scope", "done"}, Sequence:0x23} I0703 21:56:10.836751 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:10.836785 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:0x655bbfe1d349b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d9801d}, "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:0x655bbfe1cf178}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d93cfa}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1cf175}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d93cf7}, "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:0x655bbfe1d349b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d9801d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xc0, 0x53, 0x58, 0xab, 0xae, 0xe8, 0x44, 0xf, 0x9f, 0xa0, 0x5b, 0xf4, 0xd2, 0x75, 0xa6, 0xa1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1d349b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d9801d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x25} I0703 21:56:10.841348 3320 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-7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a.scope", "/org/freedesktop/systemd1/unit/crio_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_2escope"}, Sequence:0x26} I0703 21:56:10.841372 3320 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 {}{0x3b4, "/org/freedesktop/systemd1/job/948", "crio-7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a.scope"}, Sequence:0x27} I0703 21:56:10.841499 3320 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:0x655bbfba6f2ce}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x633e50}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x28} I0703 21:56:10.841546 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:10.841608 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2a} I0703 21:56:10.841687 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodfca4cb75_5fffab_5f4ad4_5fb2e0_5f0bb031f8ae9e_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:0x655bbfc9a47ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "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:0x655bbfc9a4497}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569019}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a4494}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569016}, "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:0x655bbfc9a47ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x33, 0x52, 0x71, 0x62, 0xa9, 0x44, 0xf3, 0xba, 0xb9, 0x8b, 0xbe, 0x72, 0xf5, 0x4e, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a47ac}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2b} I0703 21:56:10.843070 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:10.843126 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:0x655bbfe1d496e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d994f0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1d496c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d994ee}, "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{0x7b, 0xe9, 0xa, 0x7d, 0xfe, 0xd3, 0x41, 0xcf, 0x93, 0xed, 0x5c, 0xd7, 0xcc, 0xc8, 0x8d, 0x70}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3b4, "/org/freedesktop/systemd1/job/948"}}, "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:10.843198 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:10.843318 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:0x655bbfe1d4f20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d99aa2}, "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:0x655bbfe1d496e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d994f0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1d496c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d994ee}, "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:0x655bbfe1d4f20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d99aa2}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7b, 0xe9, 0xa, 0x7d, 0xfe, 0xd3, 0x41, 0xcf, 0x93, 0xed, 0x5c, 0xd7, 0xcc, 0xc8, 0x8d, 0x70}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3b4, "/org/freedesktop/systemd1/job/948"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1d4f20}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d99aa2}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2f} I0703 21:56:10.843396 3320 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 {}{0x3b4, "/org/freedesktop/systemd1/job/948", "crio-7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a.scope", "done"}, Sequence:0x30} I0703 21:56:10.843468 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:10.843636 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:0x655bbfe1d4f20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d99aa2}, "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:0x655bbfe1d496e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d994f0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1d496c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d994ee}, "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:0x655bbfe1d4f20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d99aa2}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7b, 0xe9, 0xa, 0x7d, 0xfe, 0xd3, 0x41, 0xcf, 0x93, 0xed, 0x5c, 0xd7, 0xcc, 0xc8, 0x8d, 0x70}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1d4f20}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d99aa2}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0703 21:56:10.874310 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:10.874351 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:0x655bbfe1d4f20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d99aa2}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1dc765}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2da12e8}, "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:0x655bbfe1d496e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d994f0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1d496c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d994ee}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1dc765}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2da12e8}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1d4f20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d99aa2}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7b, 0xe9, 0xa, 0x7d, 0xfe, 0xd3, 0x41, 0xcf, 0x93, 0xed, 0x5c, 0xd7, 0xcc, 0xc8, 0x8d, 0x70}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1dc765}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2da12e8}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x34} I0703 21:56:10.874410 3320 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-7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a.scope", "/org/freedesktop/systemd1/unit/crio_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_2escope"}, Sequence:0x35} I0703 21:56:10.876449 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:10.876612 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_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:0x655bbfe1d349b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d9801d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1dd054}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2da1bd6}, "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:0x655bbfe1cf178}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d93cfa}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1cf175}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d93cf7}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1dd054}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2da1bd6}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1d349b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d9801d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xc0, 0x53, 0x58, 0xab, 0xae, 0xe8, 0x44, 0xf, 0x9f, 0xa0, 0x5b, 0xf4, 0xd2, 0x75, 0xa6, 0xa1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe1dd054}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2da1bd6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x37} I0703 21:56:10.876664 3320 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-7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d7075372a502d97c10ca68d1855188442aadc434248ac1da752c03f91e4e6082a_2escope"}, Sequence:0x38} I0703 21:56:10.929754 3320 shared_informer.go:320] Caches are synced for ovn-lb-controller I0703 21:56:10.929775 3320 repair.go:60] Starting repairing loop for services I0703 21:56:10.929886 3320 repair.go:131] Deleted 0 stale service LBs I0703 21:56:10.929906 3320 repair.go:137] Deleted 0 stale Chassis Template Vars I0703 21:56:10.929924 3320 repair.go:62] Finished repairing loop for services: 150.735µs I0703 21:56:10.929969 3320 services_controller.go:338] Controller cache of 0 load balancers initialized for 0 services for network=default I0703 21:56:10.929980 3320 services_controller.go:250] Starting workers for network=default I0703 21:56:10.930041 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:10.930053 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:10.930062 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 26.033µs I0703 21:56:10.930077 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:10.930075 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:10.930082 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 5.184µs I0703 21:56:10.930092 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:10.930091 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 18.059µs I0703 21:56:10.930096 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:10.930115 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:10.930165 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:10.930125 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:10.930246 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.100872858 seconds. No OVN measurement. I0703 21:56:10.930182 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.930254 3320 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal I0703 21:56:10.930265 3320 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:10.930270 3320 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:10.930278 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:10.930280 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:10.930256 3320 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-7c85448b4f-kc9c9 I0703 21:56:10.930293 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qh67m in node ip-10-0-1-181.ec2.internal I0703 21:56:10.930298 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-7c85448b4f-kc9c9 I0703 21:56:10.930304 3320 default_network_controller.go:732] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 I0703 21:56:10.930311 3320 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-7c85448b4f-kc9c9 took: 856ns I0703 21:56:10.930318 3320 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-hvpjx I0703 21:56:10.930325 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-7c85448b4f-kc9c9 I0703 21:56:10.930325 3320 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:10.930328 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-hvpjx I0703 21:56:10.930335 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:10.930278 3320 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal I0703 21:56:10.930338 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-hvpjx in node ip-10-0-1-181.ec2.internal I0703 21:56:10.930299 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:10.930347 3320 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-hvpjx took: 10.278µs I0703 21:56:10.930353 3320 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal in node ip-10-0-1-181.ec2.internal I0703 21:56:10.930336 3320 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr I0703 21:56:10.930358 3320 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-gg4w5 I0703 21:56:10.930363 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:10.930293 3320 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-jgtmq in node ip-10-0-1-181.ec2.internal I0703 21:56:10.930377 3320 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-cnqtk I0703 21:56:10.930385 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-cnqtk I0703 21:56:10.930118 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.930393 3320 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-cnqtk in node ip-10-0-1-181.ec2.internal I0703 21:56:10.930299 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:10.930400 3320 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-cnqtk took: 7µs I0703 21:56:10.930405 3320 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:10.930405 3320 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-7c85448b4f-z7dkg I0703 21:56:10.930411 3320 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-jgtmq] creating logical port openshift-network-diagnostics_network-check-target-jgtmq for pod on switch ip-10-0-1-181.ec2.internal I0703 21:56:10.930412 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:10.930417 3320 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal I0703 21:56:10.930420 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-7c85448b4f-z7dkg I0703 21:56:10.930098 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.930428 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal I0703 21:56:10.930430 3320 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-7c85448b4f-z7dkg took: 180ns I0703 21:56:10.930425 3320 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:10.930435 3320 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-ld22l I0703 21:56:10.930433 3320 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-54bff58774-jpzb4 I0703 21:56:10.930438 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-7c85448b4f-z7dkg I0703 21:56:10.930442 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.930418 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:10.930449 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-ld22l I0703 21:56:10.930452 3320 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-f42kw I0703 21:56:10.930457 3320 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs in node ip-10-0-1-181.ec2.internal I0703 21:56:10.930460 3320 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-f42kw I0703 21:56:10.930463 3320 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-ld22l in node ip-10-0-1-181.ec2.internal I0703 21:56:10.930466 3320 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs took: 9.019µs I0703 21:56:10.930436 3320 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal in node ip-10-0-1-181.ec2.internal I0703 21:56:10.930304 3320 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-qh67m took: 10.344µs I0703 21:56:10.930472 3320 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-ld22l took: 10.171µs I0703 21:56:10.930474 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:10.930481 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:10.930480 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-ld22l I0703 21:56:10.930315 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 I0703 21:56:10.930493 3320 obj_retry.go:551] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 took: 153ns I0703 21:56:10.930497 3320 default_network_controller.go:776] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 I0703 21:56:10.930468 3320 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-f42kw in node ip-10-0-1-181.ec2.internal I0703 21:56:10.930505 3320 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-f42kw took: 39.513µs I0703 21:56:10.930509 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-f42kw I0703 21:56:10.930489 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:10.930363 3320 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal took: 15.437µs I0703 21:56:10.930519 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:10.930419 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:10.930531 3320 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:10.930532 3320 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.182.169"}, 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:10.930543 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.930070 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.930552 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.930545 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:10.930567 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.930586 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:10.930406 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-cnqtk I0703 21:56:10.930520 3320 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal I0703 21:56:10.930605 3320 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.88.248"}, 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:10.930626 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.930630 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal. OVN-Kubernetes controller took 0.00034653 seconds. No OVN measurement. I0703 21:56:10.930615 3320 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-1-181.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:u3879268201}] I0703 21:56:10.930667 3320 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:u3879268201}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.930347 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-psmmd in node ip-10-0-1-181.ec2.internal I0703 21:56:10.930716 3320 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:u3879268201}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.930736 3320 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-1-181.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:u3879268201} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268201}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268201}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.930637 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.930838 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.930861 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.930869 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:10.930876 3320 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:10.930725 3320 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-psmmd] creating logical port openshift-multus_network-metrics-daemon-psmmd for pod on switch ip-10-0-1-181.ec2.internal I0703 21:56:10.930885 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.930354 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-hvpjx I0703 21:56:10.930943 3320 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.88.248:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268202}] I0703 21:56:10.930971 3320 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:10.930995 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-multus/multus-hvpjx. OVN-Kubernetes controller took 0.000656603 seconds. No OVN measurement. I0703 21:56:10.930374 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:10.931009 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.931008 3320 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:u3879268202}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.931040 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:10.930366 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-gg4w5 I0703 21:56:10.931059 3320 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-gg4w5 in node ip-10-0-1-181.ec2.internal I0703 21:56:10.931032 3320 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.88.248:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268202} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268202}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.930365 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr I0703 21:56:10.931082 3320 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr in node ip-10-0-1-181.ec2.internal I0703 21:56:10.931054 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:10.931088 3320 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr took: 7.256µs I0703 21:56:10.931095 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr I0703 21:56:10.931098 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:10.930447 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-54bff58774-jpzb4 I0703 21:56:10.931115 3320 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:10.931120 3320 kube.go:317] Updating pod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:10.931121 3320 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-54bff58774-jpzb4 took: 444ns I0703 21:56:10.931130 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-54bff58774-jpzb4 I0703 21:56:10.930469 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:10.931131 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:10.931072 3320 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-gg4w5 took: 15.125µs I0703 21:56:10.931153 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:10.931178 3320 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-gg4w5 I0703 21:56:10.930478 3320 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal took: 42.174µs I0703 21:56:10.931185 3320 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:10.931190 3320 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal I0703 21:56:10.930492 3320 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:10.931196 3320 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:10.931216 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.931219 3320 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-1-181.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.171.162:443:172.30.198.110:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268203}] I0703 21:56:10.931242 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:10.930473 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:10.931253 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:10.931263 3320 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:10.931265 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-ovn-kubernetes/ovnkube-node-qx9vs. OVN-Kubernetes controller took 0.000842054 seconds. No OVN measurement. I0703 21:56:10.930600 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.931278 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:10.931287 3320 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:10.931276 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.931279 3320 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:u3879268203}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.931238 3320 kube.go:317] Updating pod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:10.931298 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.931332 3320 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:u3879268203}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.931346 3320 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.103.128:8798: 172.30.103.128:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268204}] I0703 21:56:10.931360 3320 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-1-181.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.171.162:443:172.30.198.110:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268203} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268203}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268203}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.931395 3320 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.182.169:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268205}] I0703 21:56:10.931410 3320 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:u3879268204}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.931457 3320 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:u3879268205}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.931541 3320 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.182.169:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268205} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268205}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.931438 3320 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.103.128:8798: 172.30.103.128:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268204} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268204}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.931762 3320 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:10.931781 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.73055ms I0703 21:56:10.931793 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:10.931803 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.931847 3320 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:10.931866 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 1.756506ms I0703 21:56:10.931879 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:10.931894 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:10.931915 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:10.931928 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:10.931888 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.931967 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.931975 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:10.931993 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:10.931988 3320 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.161.234"}, 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:10.932009 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.932019 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.932009 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:10.932042 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:10.932037 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.932053 3320 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:10.932064 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.932075 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:10.932075 3320 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:10.932086 3320 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:10.932069 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:10.932095 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 1.937087ms I0703 21:56:10.932111 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:10.932100 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.932154 3320 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:10.932151 3320 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.161.234:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268206}] I0703 21:56:10.932173 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 2.078706ms I0703 21:56:10.932122 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.932185 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:10.932164 3320 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-1-181.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.129.63:443:172.30.149.82:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268207}] I0703 21:56:10.932197 3320 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:u3879268206}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.932218 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:10.932235 3320 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.117.112"}, 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:10.932194 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.932237 3320 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:u3879268207}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.932218 3320 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.161.234:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268206} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268206}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.932255 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.932266 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.932267 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:10.932280 3320 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.27.235"}, 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:10.932298 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.932287 3320 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:u3879268207}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.932285 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.932307 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.932317 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.932330 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:10.932325 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.932342 3320 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:10.932350 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.932362 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:10.932314 3320 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-1-181.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.129.63:443:172.30.149.82:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268207} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268207}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268207}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.932357 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.932373 3320 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:10.932388 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.932422 3320 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.117.112:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268208}] I0703 21:56:10.932476 3320 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:u3879268208}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.932495 3320 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:10.932519 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 2.424053ms I0703 21:56:10.932497 3320 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.117.112:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268208} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268208}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.932535 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:10.932537 3320 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.27.235:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268209}] I0703 21:56:10.932592 3320 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:u3879268209}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.932545 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:10.932616 3320 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.27.235:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268209} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268209}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.932646 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:10.932657 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:10.932673 3320 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.208.223"}, 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.208.223"}, 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:10.932690 3320 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:10.932705 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 825.499µs I0703 21:56:10.932700 3320 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:32762, 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:30474, 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:10.932717 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:10.932718 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.932724 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.932748 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.932787 3320 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0703 21:56:10.932793 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:10.932799 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:10.932803 3320 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.210.179"}, 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:10.932810 3320 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:10.932813 3320 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:10.932821 3320 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:10.932825 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.932833 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.932857 3320 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:10.932865 3320 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:10.932872 3320 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:10.932885 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.932910 3320 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.208.223:443: 172.30.208.223:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268210}] I0703 21:56:10.932936 3320 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.210.179:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268211}] I0703 21:56:10.933067 3320 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:u3879268210}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.933078 3320 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:u3879268211}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.933099 3320 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.210.179:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268211} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268211}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.933100 3320 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.208.223:443: 172.30.208.223:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268210} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268210}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.933144 3320 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:10.933158 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 1.362907ms I0703 21:56:10.933171 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:10.933221 3320 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:10.933182 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.933242 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.129595ms I0703 21:56:10.933259 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:10.933260 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:10.933270 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 12.074µs I0703 21:56:10.933275 3320 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.98.21"}, 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:10.933281 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:10.933288 3320 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:10.933295 3320 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:10.933306 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.933329 3320 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:10.933337 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:10.933343 3320 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:10.933294 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.933351 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.933383 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:10.933402 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:10.933406 3320 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.98.21:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268212}] I0703 21:56:10.933420 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.933439 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.933452 3320 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:u3879268212}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.933460 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.933486 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.933499 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:10.933495 3320 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:10.933511 3320 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:10.933480 3320 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.98.21:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268212} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268212}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.933518 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.331969ms I0703 21:56:10.933534 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:10.933526 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.933576 3320 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:10.933645 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 925.055µs I0703 21:56:10.933665 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:10.933541 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.933675 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.933765 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:10.933785 3320 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.165.19"}, 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:10.933805 3320 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:10.933814 3320 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:10.933829 3320 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:10.933735 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:10.933846 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.311942ms I0703 21:56:10.933851 3320 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.245.6"}, 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:10.933859 3320 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:10.933862 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:10.933865 3320 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:10.933875 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.933893 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.933900 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:10.933586 3320 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.21.187:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268213}] I0703 21:56:10.933907 3320 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:10.933910 3320 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:10.933923 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 752.673µs I0703 21:56:10.933919 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.933935 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:10.933827 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.933937 3320 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:u3879268213}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.933872 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.933992 3320 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:10.933990 3320 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.245.6:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268214}] I0703 21:56:10.934008 3320 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:10.933942 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.934023 3320 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:10.934025 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:10.933992 3320 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.21.187:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268213} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268213}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.934032 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:10.934036 3320 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:u3879268214}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.934042 3320 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.209.245"}, 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:10.934041 3320 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.221.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:10.934054 3320 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:10.934036 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.934061 3320 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:10.934060 3320 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:10.934052 3320 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.245.6:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268214} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268214}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.934074 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.934072 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.934091 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:10.934098 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:10.934105 3320 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:10.934094 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.934132 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:10.934124 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.934107 3320 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.165.19:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268215}] I0703 21:56:10.934145 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:10.934162 3320 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:10.934169 3320 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:u3879268215}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.934179 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.934181 3320 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.209.245:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268216}] I0703 21:56:10.934195 3320 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.165.19:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268215} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268215}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.934221 3320 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:u3879268216}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.934236 3320 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.209.245:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268216} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268216}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.934250 3320 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.221.61:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268217}] I0703 21:56:10.934301 3320 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:u3879268217}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.934324 3320 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.221.61:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268217} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268217}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.934571 3320 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:10.934591 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 1.308452ms I0703 21:56:10.934606 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:10.934616 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.934697 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:10.934715 3320 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.181.56"}, 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:10.934718 3320 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:10.934733 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.934741 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.205729ms I0703 21:56:10.934744 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.934763 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:10.934769 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.934801 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.934817 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:10.934828 3320 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:10.934774 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.934845 3320 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:10.934843 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.934860 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:10.934865 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.199215ms I0703 21:56:10.934883 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:10.934879 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:10.934903 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.934913 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.934896 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.934998 3320 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.181.56:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268218}] I0703 21:56:10.935027 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:10.935045 3320 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.126.158"}, 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:10.934932 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.935052 3320 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:10.935062 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.935067 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.131786ms I0703 21:56:10.935069 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:10.935072 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.935079 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:10.935083 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:10.935078 3320 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:u3879268218}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935094 3320 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:10.935091 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.935115 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:10.935125 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:10.935089 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.935136 3320 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:10.935113 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.935108 3320 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.181.56:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268218} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268218}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935139 3320 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:10.935151 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:10.935156 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 1.294222ms I0703 21:56:10.935148 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.935160 3320 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.35.27"}, 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:10.935170 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:10.935172 3320 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:10.935178 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.177µs I0703 21:56:10.935179 3320 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:10.935187 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:10.935194 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.935188 3320 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.134.5:1936: 172.30.134.5:443: 172.30.134.5:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268219}] I0703 21:56:10.935216 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:10.935224 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:10.935231 3320 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:10.935215 3320 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.126.158:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268220}] I0703 21:56:10.935243 3320 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:u3879268219}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935241 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.935195 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.935259 3320 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.134.5:1936: 172.30.134.5:443: 172.30.134.5:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268219} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268219}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935288 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:10.935282 3320 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:u3879268220}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935291 3320 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.35.27:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268221}] I0703 21:56:10.935303 3320 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.103.89"}, 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:10.935318 3320 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:10.935329 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.935328 3320 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:u3879268221}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935307 3320 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.126.158:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268220} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268220}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935343 3320 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.35.27:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268221} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268221}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935346 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.935379 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:10.935391 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:10.935402 3320 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:10.935414 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.935487 3320 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.103.89:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268222}] I0703 21:56:10.935572 3320 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:10.935586 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 981.606µs I0703 21:56:10.935596 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:10.935631 3320 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:u3879268222}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935659 3320 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.103.89:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268222} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268222}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935604 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.935760 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:10.935777 3320 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.142.152"}, 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:10.935790 3320 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:10.935797 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.935808 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.935828 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.935836 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:10.935843 3320 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:10.935851 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.935904 3320 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.142.152:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268223}] I0703 21:56:10.935938 3320 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:10.935974 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.211023ms I0703 21:56:10.935989 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:10.935981 3320 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:u3879268223}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935999 3320 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.142.152:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268223} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268223}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.935999 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.936084 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:10.936103 3320 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.204.209"}, 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.204.209"}, 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:10.936054 3320 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:10.936126 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.936136 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.253903ms I0703 21:56:10.936140 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.936149 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:10.936158 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.27µs I0703 21:56:10.936166 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:10.936160 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.936191 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:10.936203 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:10.936171 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.936215 3320 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:10.936227 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:10.936240 3320 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:10.936228 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.936243 3320 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.29.99"}, 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:10.936256 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.176766ms I0703 21:56:10.936264 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.936269 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:10.936274 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.936291 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.936323 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:10.936278 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.936335 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:10.936346 3320 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:10.936347 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:10.936359 3320 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.22.162"}, 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:10.936347 3320 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.204.209:8443: 172.30.204.209:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268224}] I0703 21:56:10.936359 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.936377 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:10.936387 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.936403 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.936407 3320 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:u3879268224}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.936432 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.936445 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:10.936426 3320 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.29.99:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268225}] I0703 21:56:10.936458 3320 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:10.936434 3320 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.204.209:8443: 172.30.204.209:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268224} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268224}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.936472 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.936483 3320 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:u3879268225}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.936439 3320 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:10.936510 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.321779ms I0703 21:56:10.936527 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:10.936508 3320 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.29.99:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268225} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268225}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.936540 3320 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.22.162:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268226}] I0703 21:56:10.936486 3320 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:10.936590 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 990.354µs I0703 21:56:10.936543 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.936597 3320 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:u3879268226}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.936611 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:10.936630 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:10.936619 3320 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.22.162:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268226} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268226}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.936649 3320 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.70.199"}, 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:10.936667 3320 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:10.936679 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.936636 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:10.936698 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.936725 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:10.936740 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:10.936738 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:10.936752 3320 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:10.936759 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:10.936768 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.936770 3320 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:10.936799 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.936834 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:10.936836 3320 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.70.199:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268227}] I0703 21:56:10.936848 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:10.936901 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:10.936896 3320 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:u3879268227}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.936909 3320 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:10.936914 3320 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:10.936922 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 933.67µs I0703 21:56:10.936933 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:10.936924 3320 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.70.199:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268227} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268227}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.936930 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:10.936941 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.937036 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:10.937059 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:10.937069 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:10.937046 3320 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-1-181.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:u3879268228}] I0703 21:56:10.937088 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.937099 3320 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:10.937111 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:10.937117 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 950.957µs I0703 21:56:10.937132 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:10.937120 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:10.937116 3320 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-1-181.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:u3879268229}] I0703 21:56:10.937148 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:10.937160 3320 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:10.937141 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.937176 3320 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:u3879268228} {GoUUID:u3879268229}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.937177 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:10.937210 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:10.937221 3320 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.42.137"}, 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:10.937232 3320 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:10.937239 3320 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:10.937231 3320 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:u3879268228} {GoUUID:u3879268229}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.937251 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.937273 3320 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:10.937249 3320 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-1-181.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.74.36:443:172.30.29.2:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268230}] I0703 21:56:10.937281 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:10.937288 3320 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:10.937296 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.937254 3320 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-1-181.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:u3879268228} {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-1-181.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:u3879268229} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268228} {GoUUID:u3879268229}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268228} {GoUUID:u3879268229}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.937347 3320 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.42.137:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268231}] I0703 21:56:10.937367 3320 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:u3879268230}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.937404 3320 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:u3879268231}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.937417 3320 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:u3879268230}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.937430 3320 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.42.137:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268231} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268231}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.937462 3320 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:10.937438 3320 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-1-181.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.74.36:443:172.30.29.2:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268230} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268230}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268230}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.937481 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.211774ms I0703 21:56:10.937495 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:10.937500 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 6.646µs I0703 21:56:10.937506 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:10.937513 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.937530 3320 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:10.937566 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.039155ms I0703 21:56:10.937570 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:10.937582 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:10.937580 3320 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.64.21"}, 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:10.937592 3320 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:10.937598 3320 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:10.937609 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.937633 3320 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:10.937640 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:10.937647 3320 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:10.937592 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:10.937659 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.937688 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:10.937705 3320 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.32.213"}, 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:10.937707 3320 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.64.21:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268232}] I0703 21:56:10.937724 3320 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:10.937735 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:10.937745 3320 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:u3879268232}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.937755 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.937763 3320 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.64.21:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268232} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268232}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.937789 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:10.937801 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:10.937811 3320 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:10.937827 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:10.937898 3320 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.32.213:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268233}] I0703 21:56:10.937990 3320 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:u3879268233}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.938019 3320 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.32.213:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268233} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268233}]}}] Timeout: Where:[where column _uuid == {bc7bcb83-37e6-4138-ae98-8616f05d8c70}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.938215 3320 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:10.938238 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.626294ms I0703 21:56:10.938254 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:10.938265 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 12.26µs I0703 21:56:10.938275 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:10.938281 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.438µs I0703 21:56:10.938364 3320 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:10.938388 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.255277ms I0703 21:56:10.938549 3320 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:10.938568 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.632809ms I0703 21:56:10.938596 3320 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:10.938610 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.101733ms I0703 21:56:10.938848 3320 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:10.938861 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.280991ms I0703 21:56:10.948580 3320 pod.go:62] [openshift-network-diagnostics/network-check-target-jgtmq] pod update took 17.373925ms I0703 21:56:10.948599 3320 base_network_controller_pods.go:921] [default/openshift-network-diagnostics/network-check-target-jgtmq] addLogicalPort annotation time took 17.394378ms I0703 21:56:10.948647 3320 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-jgtmq options:{GoMap:map[iface-id-ver:c74be6f7-3838-4c9d-8ddc-73c4060e59a5 requested-chassis:ip-10-0-1-181.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:u3879268234}] I0703 21:56:10.948696 3320 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:u3879268234}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.948747 3320 address_set.go:575] (u3879268151/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.3]) to address set I0703 21:56:10.948760 3320 pod.go:62] [openshift-multus/network-metrics-daemon-psmmd] pod update took 17.7597ms I0703 21:56:10.948779 3320 base_network_controller_pods.go:921] [default/openshift-multus/network-metrics-daemon-psmmd] addLogicalPort annotation time took 17.781155ms I0703 21:56:10.948775 3320 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 == {411db25a-9c25-485f-a07b-4e0b8b576f81}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.948812 3320 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:u3879268234}]}}] Timeout: Where:[where column _uuid == {0fe7ffa5-4e62-490a-9bc1-0e734623fe5d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.948967 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268236}] I0703 21:56:10.949015 3320 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:u3879268236}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.948837 3320 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-psmmd options:{GoMap:map[iface-id-ver:272a1191-7eaf-4700-a600-b19ce1366aa2 requested-chassis:ip-10-0-1-181.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:u3879268235}] I0703 21:56:10.949039 3320 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-jgtmq options:{GoMap:map[iface-id-ver:c74be6f7-3838-4c9d-8ddc-73c4060e59a5 requested-chassis:ip-10-0-1-181.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:u3879268234} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268234}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] 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 == {411db25a-9c25-485f-a07b-4e0b8b576f81}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268234}]}}] Timeout: Where:[where column _uuid == {0fe7ffa5-4e62-490a-9bc1-0e734623fe5d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268236} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u3879268236}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.949156 3320 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:u3879268235}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.949229 3320 address_set.go:575] (u3879268079/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.4]) to address set I0703 21:56:10.949267 3320 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 == {adca8764-4296-4de9-886c-7d17c6633fd9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.949308 3320 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:u3879268235}]}}] Timeout: Where:[where column _uuid == {4ef3478a-f785-4ee7-83af-cb12998fc5b3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.949389 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268237}] I0703 21:56:10.949431 3320 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:u3879268237}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.949450 3320 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-psmmd options:{GoMap:map[iface-id-ver:272a1191-7eaf-4700-a600-b19ce1366aa2 requested-chassis:ip-10-0-1-181.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:u3879268235} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268235}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] 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 == {adca8764-4296-4de9-886c-7d17c6633fd9}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268235}]}}] Timeout: Where:[where column _uuid == {4ef3478a-f785-4ee7-83af-cb12998fc5b3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268237} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u3879268237}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.949788 3320 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-jgtmq): added port &{name:openshift-network-diagnostics_network-check-target-jgtmq uuid:3f1c2850-d5f2-4118-9db2-0f25672b0bdb logicalSwitch:ip-10-0-1-181.ec2.internal ips:[0xc0079365d0] 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:10.949819 3320 pods.go:252] [openshift-network-diagnostics/network-check-target-jgtmq] addLogicalPort took 19.429119ms, libovsdb time 738.142µs I0703 21:56:10.949831 3320 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-jgtmq took: 19.539107ms I0703 21:56:10.949842 3320 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:10.950137 3320 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-psmmd): added port &{name:openshift-multus_network-metrics-daemon-psmmd uuid:4c2217b1-d221-4ea5-8cac-5cffab42f475 logicalSwitch:ip-10-0-1-181.ec2.internal ips:[0xc008664390] 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:10.950160 3320 pods.go:252] [openshift-multus/network-metrics-daemon-psmmd] addLogicalPort took 19.452158ms, libovsdb time 679.922µs I0703 21:56:10.950172 3320 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-psmmd took: 19.826904ms I0703 21:56:10.950181 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:10.950198 3320 factory.go:1336] Added *v1.Pod event handler 3 I0703 21:56:10.950225 3320 admin_network_policy_controller.go:133] Setting up event handlers for Admin Network Policy I0703 21:56:10.950263 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:10.950277 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:10.950278 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:10.950287 3320 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:10.950281 3320 admin_network_policy_controller.go:151] Setting up event handlers for Baseline Admin Network Policy I0703 21:56:10.950287 3320 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0703 21:56:10.950298 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:10.950293 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:10.950327 3320 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-jgtmq in node ip-10-0-1-181.ec2.internal I0703 21:56:10.950327 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-psmmd in node ip-10-0-1-181.ec2.internal I0703 21:56:10.950335 3320 admin_network_policy_controller.go:168] Setting up event handlers for Namespaces in Admin Network Policy controller I0703 21:56:10.950337 3320 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:10.950340 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:10.950424 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-api I0703 21:56:10.950435 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0703 21:56:10.950441 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0703 21:56:10.950445 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0703 21:56:10.950450 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0703 21:56:10.950453 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0703 21:56:10.950457 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress I0703 21:56:10.950426 3320 admin_network_policy_controller.go:184] Setting up event handlers for Pods in Admin Network Policy controller I0703 21:56:10.950516 3320 admin_network_policy_controller.go:200] Setting up event handlers for Nodes in Admin Network Policy controller I0703 21:56:10.950461 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-logging I0703 21:56:10.950528 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-node-lease I0703 21:56:10.950537 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m I0703 21:56:10.950542 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0703 21:56:10.950548 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller dedicated-admin I0703 21:56:10.950553 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0703 21:56:10.950559 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 I0703 21:56:10.950560 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-insights I0703 21:56:10.950570 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-psmmd I0703 21:56:10.950574 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0703 21:56:10.950578 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:10.950581 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-node I0703 21:56:10.950584 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-hvpjx I0703 21:56:10.950587 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0703 21:56:10.950591 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:10.950597 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal I0703 21:56:10.950597 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-system I0703 21:56:10.950603 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr I0703 21:56:10.950605 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift I0703 21:56:10.950609 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-gg4w5 I0703 21:56:10.950610 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0703 21:56:10.950616 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-7c85448b4f-z7dkg I0703 21:56:10.950624 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-f42kw I0703 21:56:10.950624 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0703 21:56:10.950629 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-ld22l I0703 21:56:10.950635 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-cnqtk I0703 21:56:10.950636 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config I0703 21:56:10.950637 3320 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-1-181.ec2.internal I0703 21:56:10.950640 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:10.950642 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0703 21:56:10.950651 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0703 21:56:10.950655 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0703 21:56:10.950659 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-monitoring I0703 21:56:10.950665 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver I0703 21:56:10.950680 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0703 21:56:10.950647 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-54bff58774-jpzb4 I0703 21:56:10.950685 3320 admin_network_policy_controller.go:226] Starting controller default-network-controller I0703 21:56:10.950687 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-host-network I0703 21:56:10.950692 3320 admin_network_policy_controller.go:229] Waiting for informer caches to sync I0703 21:56:10.950695 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-operator I0703 21:56:10.950700 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0703 21:56:10.950700 3320 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0703 21:56:10.950703 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0703 21:56:10.950702 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-7c85448b4f-kc9c9 I0703 21:56:10.950709 3320 shared_informer.go:320] Caches are synced for default-network-controller I0703 21:56:10.950712 3320 admin_network_policy_controller.go:236] Repairing Admin Network Policies I0703 21:56:10.950713 3320 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-181.ec2.internal I0703 21:56:10.950712 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane I0703 21:56:10.950725 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0703 21:56:10.950735 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-managed I0703 21:56:10.950741 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns I0703 21:56:10.950747 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-operator I0703 21:56:10.950753 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-package-operator I0703 21:56:10.950759 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-operator I0703 21:56:10.950764 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0703 21:56:10.950770 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-marketplace I0703 21:56:10.950776 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators I0703 21:56:10.950791 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0703 21:56:10.950806 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0703 21:56:10.950814 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0703 21:56:10.950797 3320 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:u3879268238}] I0703 21:56:10.950822 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console I0703 21:56:10.950830 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0703 21:56:10.950836 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0703 21:56:10.950843 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-multus I0703 21:56:10.950849 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-ai-agent I0703 21:56:10.950856 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0703 21:56:10.950841 3320 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:u3879268239}] I0703 21:56:10.950862 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0703 21:56:10.950872 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0703 21:56:10.950885 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0703 21:56:10.950894 3320 repair.go:27] Repairing admin network policies took 177.045µs I0703 21:56:10.950900 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0703 21:56:10.950913 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0703 21:56:10.950924 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-infra I0703 21:56:10.950931 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller default I0703 21:56:10.950921 3320 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:u3879268238} {GoUUID:u3879268239}]}}] Timeout: Where:[where column _uuid == {2bd3e964-1d47-45f3-a9d9-d576b4368d13}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.950938 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication I0703 21:56:10.950965 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0703 21:56:10.950974 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0703 21:56:10.950979 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0703 21:56:10.950986 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0703 21:56:10.950996 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0703 21:56:10.951002 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0703 21:56:10.951007 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0703 21:56:10.951014 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-image-registry I0703 21:56:10.951019 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0703 21:56:10.951025 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0703 21:56:10.950965 3320 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:u3879268238} {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:u3879268239} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3879268238} {GoUUID:u3879268239}]}}] Timeout: Where:[where column _uuid == {2bd3e964-1d47-45f3-a9d9-d576b4368d13}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.951030 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0703 21:56:10.951027 3320 repair.go:90] Repairing baseline admin network policies took 127.611µs I0703 21:56:10.951037 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0703 21:56:10.951040 3320 admin_network_policy_controller.go:249] Starting Admin Network Policy workers I0703 21:56:10.951042 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-etcd I0703 21:56:10.951046 3320 admin_network_policy_controller.go:260] Starting Baseline Admin Network Policy workers I0703 21:56:10.951049 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0703 21:56:10.951052 3320 admin_network_policy_controller.go:271] Starting Namespace Admin Network Policy workers I0703 21:56:10.951055 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0703 21:56:10.951058 3320 admin_network_policy_controller.go:282] Starting Pod Admin Network Policy workers I0703 21:56:10.951062 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-console I0703 21:56:10.951065 3320 admin_network_policy_controller.go:293] Starting Node Admin Network Policy workers I0703 21:56:10.951067 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0703 21:56:10.951073 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-public I0703 21:56:10.951088 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0703 21:56:10.951098 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 9.674µs I0703 21:56:10.951109 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0703 21:56:10.951121 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-181.ec2.internal in Admin Network Policy controller I0703 21:56:10.951129 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-181.ec2.internal Admin Network Policy controller: took 8.708µs I0703 21:56:10.951122 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0703 21:56:10.951138 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0703 21:56:10.951144 3320 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0703 21:56:10.951148 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 10.007µs I0703 21:56:10.951159 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0703 21:56:10.951165 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 6.034µs I0703 21:56:10.951173 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0703 21:56:10.951178 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 5.9µs I0703 21:56:10.951186 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0703 21:56:10.951191 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 5.771µs I0703 21:56:10.951198 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0703 21:56:10.951203 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 5.092µs I0703 21:56:10.951210 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0703 21:56:10.951216 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 5.599µs I0703 21:56:10.951224 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0703 21:56:10.951228 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 4.89µs I0703 21:56:10.951237 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 in Admin Network Policy controller I0703 21:56:10.951249 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 Admin Network Policy controller: took 14.022µs I0703 21:56:10.951263 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-psmmd in Admin Network Policy controller I0703 21:56:10.951267 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-psmmd Admin Network Policy controller: took 4.862µs I0703 21:56:10.951272 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-jgtmq in Admin Network Policy controller I0703 21:56:10.951284 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-jgtmq Admin Network Policy controller: took 11.905µs I0703 21:56:10.951295 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-hvpjx in Admin Network Policy controller I0703 21:56:10.951299 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-hvpjx Admin Network Policy controller: took 4.128µs I0703 21:56:10.951303 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs in Admin Network Policy controller I0703 21:56:10.951307 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs Admin Network Policy controller: took 3.748µs I0703 21:56:10.951311 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal in Admin Network Policy controller I0703 21:56:10.951315 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal Admin Network Policy controller: took 3.715µs I0703 21:56:10.951320 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr in Admin Network Policy controller I0703 21:56:10.951323 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr Admin Network Policy controller: took 3.879µs I0703 21:56:10.951328 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-gg4w5 in Admin Network Policy controller I0703 21:56:10.951331 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-gg4w5 Admin Network Policy controller: took 3.695µs I0703 21:56:10.951338 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0703 21:56:10.951344 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 8.012µs I0703 21:56:10.951359 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m in Admin Network Policy controller I0703 21:56:10.951364 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m Admin Network Policy controller: took 5.948µs I0703 21:56:10.951370 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-7c85448b4f-z7dkg in Admin Network Policy controller I0703 21:56:10.951376 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-7c85448b4f-z7dkg Admin Network Policy controller: took 6.045µs I0703 21:56:10.951382 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-f42kw in Admin Network Policy controller I0703 21:56:10.951386 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-f42kw Admin Network Policy controller: took 3.776µs I0703 21:56:10.951390 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-ld22l in Admin Network Policy controller I0703 21:56:10.951394 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-ld22l Admin Network Policy controller: took 3.76µs I0703 21:56:10.951398 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-cnqtk in Admin Network Policy controller I0703 21:56:10.951402 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-cnqtk Admin Network Policy controller: took 3.696µs I0703 21:56:10.951406 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-qh67m in Admin Network Policy controller I0703 21:56:10.951410 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-qh67m Admin Network Policy controller: took 3.532µs I0703 21:56:10.951415 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-54bff58774-jpzb4 in Admin Network Policy controller I0703 21:56:10.951419 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-54bff58774-jpzb4 Admin Network Policy controller: took 4.683µs I0703 21:56:10.951423 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-7c85448b4f-kc9c9 in Admin Network Policy controller I0703 21:56:10.951426 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-7c85448b4f-kc9c9 Admin Network Policy controller: took 3.226µs I0703 21:56:10.951431 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal in Admin Network Policy controller I0703 21:56:10.951434 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal Admin Network Policy controller: took 3.635µs I0703 21:56:10.951439 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0703 21:56:10.951444 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 4.148µs I0703 21:56:10.951452 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0703 21:56:10.951457 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 5.487µs I0703 21:56:10.951464 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0703 21:56:10.951467 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 3.514µs I0703 21:56:10.951471 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0703 21:56:10.951474 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 3.073µs I0703 21:56:10.951479 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0703 21:56:10.951482 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 3.011µs I0703 21:56:10.951486 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0703 21:56:10.951488 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 2.814µs I0703 21:56:10.951492 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0703 21:56:10.951495 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 2.713µs I0703 21:56:10.951498 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0703 21:56:10.951501 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 2.721µs I0703 21:56:10.951505 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0703 21:56:10.951508 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 3.012µs I0703 21:56:10.951512 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0703 21:56:10.951515 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 2.784µs I0703 21:56:10.951519 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0703 21:56:10.951522 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 3.392µs I0703 21:56:10.951526 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0703 21:56:10.951529 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 2.892µs I0703 21:56:10.951533 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0703 21:56:10.951536 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 2.723µs I0703 21:56:10.951540 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0703 21:56:10.951557 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 16.006µs I0703 21:56:10.951567 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0703 21:56:10.951571 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 4.248µs I0703 21:56:10.951575 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0703 21:56:10.951578 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 2.959µs I0703 21:56:10.951582 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0703 21:56:10.951585 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 2.955µs I0703 21:56:10.951589 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0703 21:56:10.951591 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 2.92µs I0703 21:56:10.951595 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0703 21:56:10.951598 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 2.892µs I0703 21:56:10.951602 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0703 21:56:10.951605 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 3.057µs I0703 21:56:10.951609 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0703 21:56:10.951612 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 3.016µs I0703 21:56:10.951615 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0703 21:56:10.951618 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 2.876µs I0703 21:56:10.951622 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0703 21:56:10.951625 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 2.884µs I0703 21:56:10.951629 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0703 21:56:10.951634 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 4.492µs I0703 21:56:10.951642 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0703 21:56:10.951646 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 6.001µs I0703 21:56:10.951650 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0703 21:56:10.951653 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 2.936µs I0703 21:56:10.951657 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0703 21:56:10.951660 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 3.106µs I0703 21:56:10.951664 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0703 21:56:10.951667 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 2.984µs I0703 21:56:10.951671 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0703 21:56:10.951674 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 3.356µs I0703 21:56:10.951678 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0703 21:56:10.951681 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 3.215µs I0703 21:56:10.951685 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0703 21:56:10.951688 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 2.891µs I0703 21:56:10.951692 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0703 21:56:10.951691 3320 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 21:56:10.951695 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 2.925µs I0703 21:56:10.951700 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0703 21:56:10.951701 3320 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 21:56:10.951703 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 2.866µs I0703 21:56:10.951710 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0703 21:56:10.951715 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 4.282µs I0703 21:56:10.951721 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0703 21:56:10.951724 3320 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0703 21:56:10.951725 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 3.924µs I0703 21:56:10.951730 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0703 21:56:10.951733 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 2.823µs I0703 21:56:10.951737 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0703 21:56:10.951740 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 2.887µs I0703 21:56:10.951744 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0703 21:56:10.951747 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 3.003µs I0703 21:56:10.951751 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0703 21:56:10.951753 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 2.987µs I0703 21:56:10.951757 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-ai-agent in Admin Network Policy controller I0703 21:56:10.951760 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-ai-agent Admin Network Policy controller: took 2.757µs I0703 21:56:10.951763 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0703 21:56:10.951766 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 2.851µs I0703 21:56:10.951733 3320 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:10.951770 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0703 21:56:10.951773 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 3.423µs I0703 21:56:10.951777 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0703 21:56:10.951776 3320 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0703 21:56:10.951780 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 2.887µs I0703 21:56:10.951787 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0703 21:56:10.951791 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 4.407µs I0703 21:56:10.951798 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0703 21:56:10.951802 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 5.109µs I0703 21:56:10.951806 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0703 21:56:10.951809 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 2.929µs I0703 21:56:10.951813 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0703 21:56:10.951816 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 3.632µs I0703 21:56:10.951819 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0703 21:56:10.951822 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 2.764µs I0703 21:56:10.951826 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0703 21:56:10.951829 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 2.771µs I0703 21:56:10.951832 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0703 21:56:10.951835 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 2.917µs I0703 21:56:10.951839 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0703 21:56:10.951842 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 2.968µs I0703 21:56:10.951846 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0703 21:56:10.951848 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 2.724µs I0703 21:56:10.951832 3320 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:u3879268240}] I0703 21:56:10.951852 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0703 21:56:10.951855 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 3.089µs I0703 21:56:10.951859 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0703 21:56:10.951862 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 2.855µs I0703 21:56:10.951868 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0703 21:56:10.951873 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 4.594µs I0703 21:56:10.951879 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0703 21:56:10.951882 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 3.24µs I0703 21:56:10.951886 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0703 21:56:10.951889 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 3.067µs I0703 21:56:10.951874 3320 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:u3879268241}] I0703 21:56:10.951894 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0703 21:56:10.951896 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 3.222µs I0703 21:56:10.951900 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0703 21:56:10.951903 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 2.93µs I0703 21:56:10.951907 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0703 21:56:10.951910 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 2.746µs I0703 21:56:10.951914 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0703 21:56:10.951917 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 2.895µs I0703 21:56:10.951920 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0703 21:56:10.951925 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 2.752µs I0703 21:56:10.951929 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0703 21:56:10.951932 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 2.793µs I0703 21:56:10.951936 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0703 21:56:10.951939 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 2.902µs I0703 21:56:10.951945 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0703 21:56:10.951965 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 20.599µs I0703 21:56:10.951972 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0703 21:56:10.951975 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 4.027µs I0703 21:56:10.951940 3320 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:u3879268242}] I0703 21:56:10.951980 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0703 21:56:10.951983 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 3.253µs I0703 21:56:10.951987 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0703 21:56:10.951990 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 2.818µs I0703 21:56:10.951994 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0703 21:56:10.951997 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 2.903µs I0703 21:56:10.952000 3320 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0703 21:56:10.952003 3320 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 2.974µs I0703 21:56:10.952003 3320 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:u3879268243}] I0703 21:56:10.952045 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3879268240} {GoUUID:u3879268241}]} 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:u3879268244}] I0703 21:56:10.952080 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3879268242} {GoUUID:u3879268243}]} 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:u3879268245}] I0703 21:56:10.952099 3320 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:u3879268240} {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:u3879268241} {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:u3879268242} {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:u3879268243} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3879268240} {GoUUID:u3879268241}]} 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:u3879268244} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3879268242} {GoUUID:u3879268243}]} 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:u3879268245}] I0703 21:56:10.953150 3320 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:u3879268246}] I0703 21:56:10.953177 3320 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:u3879268246}] I0703 21:56:10.953643 3320 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:u3879268247}] I0703 21:56:10.953690 3320 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:u3879268247}]}}] Timeout: Where:[where column _uuid == {03799ed9-bcbf-4c92-b7ca-afb044dc1668}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.953708 3320 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:u3879268247} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u3879268247}]}}] Timeout: Where:[where column _uuid == {03799ed9-bcbf-4c92-b7ca-afb044dc1668}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.954188 3320 obj_retry.go:512] Add event received for *factory.peerNamespaceSelector openshift-insights I0703 21:56:10.954296 3320 obj_retry.go:551] Creating *factory.peerNamespaceSelector openshift-insights took: 93.655µs I0703 21:56:10.954311 3320 factory.go:1336] Added *v1.Namespace event handler 5 I0703 21:56:10.954359 3320 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 I0703 21:56:10.954369 3320 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 took: 583ns I0703 21:56:10.954377 3320 factory.go:1336] Added *v1.Pod event handler 6 I0703 21:56:10.954384 3320 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:10.954389 3320 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 2.680458ms I0703 21:56:10.954395 3320 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 21:56:10.954401 3320 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 21:56:10.954406 3320 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 21:56:10.954413 3320 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0703 21:56:10.954420 3320 base_network_controller_policy.go:999] Network policy ingress is {Ports:[] From:[]} I0703 21:56:10.954427 3320 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0703 21:56:10.954477 3320 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:u3879268248}] I0703 21:56:10.954519 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3879268248}]} 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:u3879268249}] I0703 21:56:10.954538 3320 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:u3879268248} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u3879268248}]} 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:u3879268249}] I0703 21:56:10.955072 3320 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 I0703 21:56:10.955085 3320 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 took: 546ns I0703 21:56:10.955098 3320 factory.go:1336] Added *v1.Pod event handler 7 I0703 21:56:10.955111 3320 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:10.955121 3320 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 706.367µs I0703 21:56:10.955127 3320 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 21:56:10.955135 3320 factory.go:1336] Added *v1.NetworkPolicy event handler 4 I0703 21:56:10.955299 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0703 21:56:10.955314 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-marketplace I0703 21:56:10.955314 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0703 21:56:10.955332 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication-operator took: 15.211µs I0703 21:56:10.955334 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0703 21:56:10.955341 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace default I0703 21:56:10.955339 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0703 21:56:10.955347 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 16.957µs I0703 21:56:10.955349 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0703 21:56:10.955352 3320 obj_retry.go:551] Creating *factory.egressIPNamespace default took: 2.961µs I0703 21:56:10.955357 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns-operator I0703 21:56:10.955360 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-public I0703 21:56:10.955363 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0703 21:56:10.955367 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns-operator took: 2.363µs I0703 21:56:10.955368 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-tam took: 17.121µs I0703 21:56:10.955368 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 12.776µs I0703 21:56:10.955374 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0703 21:56:10.955379 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-ai-agent I0703 21:56:10.955381 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0703 21:56:10.955383 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0703 21:56:10.955385 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 11.365µs I0703 21:56:10.955386 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console I0703 21:56:10.955394 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-ai-agent took: 2.114µs I0703 21:56:10.955396 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 5.667µs I0703 21:56:10.955397 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0703 21:56:10.955401 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0703 21:56:10.955402 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-etcd I0703 21:56:10.955407 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cee took: 1.83µs I0703 21:56:10.955410 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 12.347µs I0703 21:56:10.955414 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0703 21:56:10.955416 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 3.955µs I0703 21:56:10.955418 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0703 21:56:10.955421 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0703 21:56:10.955422 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 2.387µs I0703 21:56:10.955426 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-api I0703 21:56:10.955432 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 2.254µs I0703 21:56:10.955434 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console took: 33.631µs I0703 21:56:10.955436 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0703 21:56:10.955431 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0703 21:56:10.955441 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 13.871µs I0703 21:56:10.955443 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0703 21:56:10.955447 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-multus I0703 21:56:10.955450 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0703 21:56:10.955455 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 2.895µs I0703 21:56:10.955461 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-image-registry I0703 21:56:10.955461 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-user-settings took: 10.839µs I0703 21:56:10.955460 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 12.34µs I0703 21:56:10.955469 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0703 21:56:10.955385 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 2.621µs I0703 21:56:10.955404 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager I0703 21:56:10.955478 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 1.815µs I0703 21:56:10.955485 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-console I0703 21:56:10.955491 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-console took: 1.492µs I0703 21:56:10.955493 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager took: 9.899µs I0703 21:56:10.955499 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0703 21:56:10.955505 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 1.613µs I0703 21:56:10.955509 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0703 21:56:10.955440 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0703 21:56:10.955515 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 1.502µs I0703 21:56:10.955519 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-node I0703 21:56:10.955520 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 3.053µs I0703 21:56:10.955524 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-node took: 1.036µs I0703 21:56:10.955527 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0703 21:56:10.955417 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-etcd took: 2.056µs I0703 21:56:10.955533 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace dedicated-admin I0703 21:56:10.955535 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 2.611µs I0703 21:56:10.955539 3320 obj_retry.go:551] Creating *factory.egressIPNamespace dedicated-admin took: 1.961µs I0703 21:56:10.955494 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-package-operator I0703 21:56:10.955543 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0703 21:56:10.955551 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 1.177µs I0703 21:56:10.955554 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver I0703 21:56:10.955556 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-package-operator took: 5.913µs I0703 21:56:10.955561 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver took: 1.371µs I0703 21:56:10.955565 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-operator I0703 21:56:10.955571 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-operator took: 2.049µs I0703 21:56:10.955469 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-image-registry took: 1.989µs I0703 21:56:10.955577 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0703 21:56:10.955479 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0703 21:56:10.955582 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 1.126µs I0703 21:56:10.955588 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0703 21:56:10.955591 3320 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 4.282µs I0703 21:56:10.955595 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-node-identity took: 2.349µs I0703 21:56:10.955603 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-system I0703 21:56:10.955614 3320 obj_retry.go:551] Creating *factory.egressIPNamespace kube-system took: 3.654µs I0703 21:56:10.955620 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0703 21:56:10.955629 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators-redhat took: 1.895µs I0703 21:56:10.955636 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-managed I0703 21:56:10.955644 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-managed took: 2.395µs I0703 21:56:10.955371 3320 obj_retry.go:551] Creating *factory.egressIPNamespace kube-public took: 2.444µs I0703 21:56:10.955656 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0703 21:56:10.955666 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 2.852µs I0703 21:56:10.955674 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress I0703 21:56:10.955686 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress took: 5.296µs I0703 21:56:10.955693 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift I0703 21:56:10.955701 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift took: 1.855µs I0703 21:56:10.955707 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-version I0703 21:56:10.955716 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-version took: 3.564µs I0703 21:56:10.955432 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m I0703 21:56:10.955731 3320 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m took: 3.115µs I0703 21:56:10.955736 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config I0703 21:56:10.955741 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config took: 1.489µs I0703 21:56:10.955745 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0703 21:56:10.955749 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 1.269µs I0703 21:56:10.955461 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-operator took: 2.372µs I0703 21:56:10.955756 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0703 21:56:10.955761 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep took: 1.419µs I0703 21:56:10.955764 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-host-network I0703 21:56:10.955769 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-host-network took: 1.074µs I0703 21:56:10.955374 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 12.232µs I0703 21:56:10.955776 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication I0703 21:56:10.955781 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication took: 1.286µs I0703 21:56:10.955784 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0703 21:56:10.955789 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cse took: 884ns I0703 21:56:10.955793 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0703 21:56:10.955798 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 1.632µs I0703 21:56:10.955801 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-monitoring I0703 21:56:10.955807 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-monitoring took: 2.19µs I0703 21:56:10.955345 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-marketplace took: 18.57µs I0703 21:56:10.955813 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-infra I0703 21:56:10.955818 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-infra took: 1.258µs I0703 21:56:10.955822 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0703 21:56:10.955826 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 1.063µs I0703 21:56:10.955829 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-node-lease I0703 21:56:10.955834 3320 obj_retry.go:551] Creating *factory.egressIPNamespace kube-node-lease took: 797ns I0703 21:56:10.955837 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0703 21:56:10.955843 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 2.007µs I0703 21:56:10.955441 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-api took: 4.754µs I0703 21:56:10.955849 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0703 21:56:10.955855 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 1.926µs I0703 21:56:10.955859 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0703 21:56:10.955863 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-canary took: 878ns I0703 21:56:10.955868 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane I0703 21:56:10.955873 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane took: 859ns I0703 21:56:10.955301 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-operator I0703 21:56:10.955886 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-operator took: 6.335µs I0703 21:56:10.955890 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators I0703 21:56:10.955895 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators took: 1.403µs I0703 21:56:10.955899 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0703 21:56:10.955904 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 1.787µs I0703 21:56:10.955908 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-logging I0703 21:56:10.955914 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-logging took: 1.79µs I0703 21:56:10.955917 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0703 21:56:10.955923 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 1.856µs I0703 21:56:10.955469 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-multus took: 11.404µs I0703 21:56:10.955929 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0703 21:56:10.955934 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 1.122µs I0703 21:56:10.955937 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0703 21:56:10.955941 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-csm took: 866ns I0703 21:56:10.955472 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0703 21:56:10.955962 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 1.173µs I0703 21:56:10.955967 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0703 21:56:10.955972 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 917ns I0703 21:56:10.955975 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-insights I0703 21:56:10.955980 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-insights took: 1.645µs I0703 21:56:10.955984 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns I0703 21:56:10.955989 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns took: 2.005µs I0703 21:56:10.955542 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-operator I0703 21:56:10.955996 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-operator took: 1.423µs I0703 21:56:10.956000 3320 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0703 21:56:10.956005 3320 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 1.557µs I0703 21:56:10.956011 3320 factory.go:1336] Added *v1.Namespace event handler 8 I0703 21:56:10.956054 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-gg4w5 I0703 21:56:10.956055 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-7c85448b4f-z7dkg I0703 21:56:10.956064 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-7c85448b4f-kc9c9 I0703 21:56:10.956068 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr I0703 21:56:10.956077 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-gg4w5 took: 13.652µs I0703 21:56:10.956084 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-7c85448b4f-z7dkg took: 16.332µs I0703 21:56:10.956087 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-7c85448b4f-kc9c9 took: 12.61µs I0703 21:56:10.956091 3320 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-f42kw I0703 21:56:10.956091 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr took: 13.138µs I0703 21:56:10.956090 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-hvpjx I0703 21:56:10.956101 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-ld22l I0703 21:56:10.956100 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:10.956110 3320 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-f42kw took: 10.833µs I0703 21:56:10.956114 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal I0703 21:56:10.956116 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 I0703 21:56:10.956124 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:10.956126 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-ld22l took: 13.454µs I0703 21:56:10.956127 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qh67m took: 12.664µs I0703 21:56:10.956134 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-hvpjx took: 28.266µs I0703 21:56:10.956136 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 took: 10.962µs I0703 21:56:10.956137 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal took: 13.273µs I0703 21:56:10.956106 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:10.956143 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-jgtmq took: 10.331µs I0703 21:56:10.956102 3320 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal I0703 21:56:10.956152 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-psmmd took: 4.084µs I0703 21:56:10.956151 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-54bff58774-jpzb4 I0703 21:56:10.956169 3320 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal took: 11.105µs I0703 21:56:10.956173 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-54bff58774-jpzb4 took: 10.445µs I0703 21:56:10.956149 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-cnqtk I0703 21:56:10.956193 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-cnqtk took: 6.459µs I0703 21:56:10.956149 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:10.956209 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-qx9vs took: 8.813µs I0703 21:56:10.956223 3320 factory.go:1336] Added *v1.Pod event handler 9 I0703 21:56:10.956343 3320 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:u3879268250}] I0703 21:56:10.956388 3320 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:u3879268250}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.956405 3320 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:0xc007a07c30 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:u3879268250} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3879268250}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.957038 3320 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:u3879268251}] I0703 21:56:10.957083 3320 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:u3879268251}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.957101 3320 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:0xc007a4e8d0 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:u3879268251} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3879268251}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.957619 3320 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:u3879268252}] I0703 21:56:10.957661 3320 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:u3879268252}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.957678 3320 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:0xc007a4f550 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:u3879268252} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3879268252}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.958173 3320 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:u3879268253}] I0703 21:56:10.958204 3320 address_set.go:302] New(u3879268253/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0703 21:56:10.958210 3320 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:u3879268253}] I0703 21:56:10.958530 3320 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:u3879268254}] I0703 21:56:10.958554 3320 address_set.go:302] New(u3879268254/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0703 21:56:10.958562 3320 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:u3879268254}] I0703 21:56:10.958845 3320 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:u3879268255}] I0703 21:56:10.958868 3320 address_set.go:302] New(u3879268255/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0703 21:56:10.958874 3320 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:u3879268255}] I0703 21:56:10.959198 3320 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-1-181.ec2.internal I0703 21:56:10.959336 3320 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:u3879268256}] I0703 21:56:10.959402 3320 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:u3879268256}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.959420 3320 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:u3879268256} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u3879268256}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.959940 3320 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 == {9f245c69-c288-4bd5-bf35-f7be27353239}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.959986 3320 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9f245c69-c288-4bd5-bf35-f7be27353239}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.960210 3320 egressip.go:1976] Egress node: ip-10-0-1-181.ec2.internal about to be initialized I0703 21:56:10.960264 3320 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:u3879268257}] I0703 21:56:10.960295 3320 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:u3879268257}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.960310 3320 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:u3879268257} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3879268257}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.960573 3320 obj_retry.go:551] Creating *factory.egressNode ip-10-0-1-181.ec2.internal took: 1.359092ms I0703 21:56:10.960593 3320 factory.go:1336] Added *v1.Node event handler 10 I0703 21:56:10.960622 3320 factory.go:1336] Added *v1.EgressIP event handler 11 I0703 21:56:10.960844 3320 factory.go:1336] Added *v1.EgressFirewall event handler 12 I0703 21:56:10.960915 3320 controller.go:132] Adding controller ef_node_controller event handlers I0703 21:56:10.960976 3320 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0703 21:56:10.960986 3320 shared_informer.go:320] Caches are synced for ef_node_controller I0703 21:56:10.960994 3320 controller.go:156] Starting controller ef_node_controller with 1 workers I0703 21:56:10.961008 3320 egressqos.go:192] Setting up event handlers for EgressQoS I0703 21:56:10.961118 3320 egressqos.go:244] Starting EgressQoS Controller I0703 21:56:10.961130 3320 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0703 21:56:10.961137 3320 shared_informer.go:320] Caches are synced for egressqosnodes I0703 21:56:10.961142 3320 shared_informer.go:313] Waiting for caches to sync for egressqospods I0703 21:56:10.961148 3320 shared_informer.go:320] Caches are synced for egressqospods I0703 21:56:10.961154 3320 shared_informer.go:313] Waiting for caches to sync for egressqos I0703 21:56:10.961160 3320 shared_informer.go:320] Caches are synced for egressqos I0703 21:56:10.961166 3320 egressqos.go:258] Repairing EgressQoSes I0703 21:56:10.961173 3320 egressqos.go:398] Starting repairing loop for egressqos I0703 21:56:10.961258 3320 egressqos.go:400] Finished repairing loop for egressqos: 86.79µs I0703 21:56:10.961284 3320 egressservice_zone.go:130] Setting up event handlers for Egress Services I0703 21:56:10.961312 3320 egressqos.go:1006] Processing sync for EgressQoS node ip-10-0-1-181.ec2.internal I0703 21:56:10.961444 3320 egressservice_zone.go:208] Starting Egress Services Controller I0703 21:56:10.961464 3320 shared_informer.go:313] Waiting for caches to sync for egressservices I0703 21:56:10.961471 3320 shared_informer.go:320] Caches are synced for egressservices I0703 21:56:10.961477 3320 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0703 21:56:10.961482 3320 shared_informer.go:320] Caches are synced for egressservices_services I0703 21:56:10.961488 3320 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0703 21:56:10.961493 3320 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0703 21:56:10.961491 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-27gg7 as it is not a known egress service I0703 21:56:10.961498 3320 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0703 21:56:10.961503 3320 shared_informer.go:320] Caches are synced for egressservices_nodes I0703 21:56:10.961509 3320 egressservice_zone.go:226] Repairing Egress Services I0703 21:56:10.961502 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-f78pz as it is not a known egress service I0703 21:56:10.961517 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-6tszf as it is not a known egress service I0703 21:56:10.961523 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-rwbmv as it is not a known egress service I0703 21:56:10.961527 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-67hh9 as it is not a known egress service I0703 21:56:10.961323 3320 egressqos.go:1021] EgressQoS ip-10-0-1-181.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-1-181.ec2.internal ed45bc1a-81ab-4a06-93a0-270515df248f 8754 0 2026-07-03 21:55:43 +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-1d hypershift.openshift.io/managed:true hypershift.openshift.io/nodePool:kx-7941e21b96-workers-1 hypershift.openshift.io/nodepool-globalps-enabled:true kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-1-181.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] map[cloud.network.openshift.io/egress-ipconfig:[{"interface":"eni-0824ffb1daebfc9c3","ifaddr":{"ipv4":"10.0.1.0/24"},"capacity":{"ipv4":14,"ipv6":15}}] cluster.x-k8s.io/cluster-name:2ratr6oqnrpa3mo89qks9a2paljaje4m cluster.x-k8s.io/cluster-namespace:ocm-production-2ratr6oqnrpa3mo89qks9a2paljaje4m-kx-7941e21b96 cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-7941e21b96-workers-1-wwt94-wrdsr cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-7941e21b96-workers-1-wwt94 csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-0f154237256ff974f"} 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-1-181.ec2.internal","mac-address":"0a:ff:fb:9f:92:b3","ip-addresses":["10.0.1.181/24"],"ip-address":"10.0.1.181/24","next-hops":["10.0.1.1"],"next-hop":"10.0.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/network-ids:{"default":"0"} k8s.ovn.org/node-chassis-id:70819c51-3f75-466d-8cd7-9985fb94251b 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.1.181/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-1-181.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1d/i-0f154237256ff974f,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: {{32816381952 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: {{31637782528 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2026-07-03 21:55:53 +0000 UTC,LastTransitionTime:2026-07-03 21:55:43 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-07-03 21:55:53 +0000 UTC,LastTransitionTime:2026-07-03 21:55:43 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-07-03 21:55:53 +0000 UTC,LastTransitionTime:2026-07-03 21:55:43 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-07-03 21:55:53 +0000 UTC,LastTransitionTime:2026-07-03 21:55:43 +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.1.181,},NodeAddress{Type:InternalDNS,Address:ip-10-0-1-181.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-1-181.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec274fd7be7c2a1235625a72405ab1fe,SystemUUID:ec274fd7-be7c-2a12-3562-5a72405ab1fe,BootID:8969b690-6b04-4209-b04c-25f36fc06d05,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:10.961567 3320 egressqos.go:1009] Finished syncing EgressQoS node ip-10-0-1-181.ec2.internal : 255.431µs I0703 21:56:10.961532 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-chfj7 as it is not a known egress service I0703 21:56:10.961586 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-6zvkf as it is not a known egress service I0703 21:56:10.961595 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-wkvhm as it is not a known egress service I0703 21:56:10.961600 3320 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-vxgr5 as it is not a known egress service I0703 21:56:10.961605 3320 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-797gs as it is not a known egress service I0703 21:56:10.961609 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-b8nk7 as it is not a known egress service I0703 21:56:10.961614 3320 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-xd4c4 as it is not a known egress service I0703 21:56:10.961620 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-xbf6b as it is not a known egress service I0703 21:56:10.961766 3320 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 == {ee7249f8-d9a5-425c-843c-fb80549f7a7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.961783 3320 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ee7249f8-d9a5-425c-843c-fb80549f7a7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:10.961926 3320 master_controller.go:87] Starting Admin Policy Based Route Controller I0703 21:56:10.961938 3320 external_controller.go:276] Starting Admin Policy Based Route Controller I0703 21:56:10.961962 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-rng92 as it is not a known egress service I0703 21:56:10.961974 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-181.ec2.internal I0703 21:56:10.961991 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-181.ec2.internal: 17.323µs I0703 21:56:10.962007 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-tzkcc as it is not a known egress service I0703 21:56:10.962015 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-lvfx5 as it is not a known egress service I0703 21:56:10.962025 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-4hzvg as it is not a known egress service I0703 21:56:10.962035 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-46pr6 as it is not a known egress service I0703 21:56:10.962042 3320 egressservice_zone_endpointslice.go:80] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0703 21:56:10.962048 3320 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-g6wng as it is not a known egress service I0703 21:56:10.962054 3320 egressservice_zone_endpointslice.go:80] Ignoring updating default/packageserver for endpointslice default/packageserver-2gs8h as it is not a known egress service I0703 21:56:10.962060 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-ggs6z as it is not a known egress service I0703 21:56:10.962067 3320 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-qd7r8 as it is not a known egress service I0703 21:56:10.962075 3320 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-p2kts as it is not a known egress service I0703 21:56:10.962084 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-6pfkf as it is not a known egress service I0703 21:56:10.962090 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-8l88r as it is not a known egress service I0703 21:56:10.962097 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-mxg6k as it is not a known egress service I0703 21:56:10.962104 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-896n5 as it is not a known egress service I0703 21:56:10.962116 3320 default_network_controller.go:588] Completing all the Watchers took 327.705951ms I0703 21:56:10.962119 3320 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-fklj8 as it is not a known egress service I0703 21:56:10.962127 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-zzm9v as it is not a known egress service I0703 21:56:10.962131 3320 default_network_controller.go:592] Starting unidling controllers I0703 21:56:10.962135 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-hskkd as it is not a known egress service I0703 21:56:10.962141 3320 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-l5vs6 as it is not a known egress service I0703 21:56:10.962147 3320 unidle.go:45] Registering OVN SB ControllerEvent handler I0703 21:56:10.962155 3320 unidle.go:62] Populating Initial ContollerEvent events I0703 21:56:10.962168 3320 unidle.go:78] Setting up event handlers for services I0703 21:56:10.962170 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0703 21:56:10.962185 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0703 21:56:10.962190 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0703 21:56:10.962203 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0703 21:56:10.962206 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-f42kw I0703 21:56:10.962214 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0703 21:56:10.962220 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-ld22l I0703 21:56:10.962229 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-cnqtk I0703 21:56:10.962237 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:10.962244 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal I0703 21:56:10.962251 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-hvpjx I0703 21:56:10.962257 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:10.962264 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal I0703 21:56:10.962271 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr I0703 21:56:10.962278 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-gg4w5 I0703 21:56:10.962221 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0703 21:56:10.962292 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0703 21:56:10.962302 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0703 21:56:10.962308 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0703 21:56:10.962315 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0703 21:56:10.962322 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0703 21:56:10.962328 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0703 21:56:10.962334 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0703 21:56:10.962342 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0703 21:56:10.962349 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0703 21:56:10.962355 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0703 21:56:10.962361 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0703 21:56:10.962368 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0703 21:56:10.962374 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0703 21:56:10.962380 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0703 21:56:10.962386 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m I0703 21:56:10.962392 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0703 21:56:10.962398 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0703 21:56:10.962404 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0703 21:56:10.962410 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0703 21:56:10.962416 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0703 21:56:10.962422 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0703 21:56:10.962428 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0703 21:56:10.962434 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0703 21:56:10.962441 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0703 21:56:10.962448 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0703 21:56:10.962454 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0703 21:56:10.962460 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0703 21:56:10.962466 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0703 21:56:10.962472 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0703 21:56:10.962481 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0703 21:56:10.962487 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0703 21:56:10.962493 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0703 21:56:10.962499 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0703 21:56:10.962506 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0703 21:56:10.962511 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0703 21:56:10.962517 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0703 21:56:10.962524 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0703 21:56:10.962530 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0703 21:56:10.962536 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0703 21:56:10.962543 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0703 21:56:10.962549 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0703 21:56:10.962554 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0703 21:56:10.962560 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0703 21:56:10.962568 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0703 21:56:10.962574 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0703 21:56:10.962580 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0703 21:56:10.962586 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0703 21:56:10.962592 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0703 21:56:10.962598 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0703 21:56:10.962604 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0703 21:56:10.962610 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0703 21:56:10.962616 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0703 21:56:10.962622 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0703 21:56:10.962628 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0703 21:56:10.962634 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0703 21:56:10.962640 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-ai-agent I0703 21:56:10.962646 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0703 21:56:10.962652 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0703 21:56:10.962658 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0703 21:56:10.962665 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0703 21:56:10.962671 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0703 21:56:10.962677 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0703 21:56:10.962683 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0703 21:56:10.962689 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0703 21:56:10.962695 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0703 21:56:10.962700 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0703 21:56:10.962706 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0703 21:56:10.962713 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0703 21:56:10.962719 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0703 21:56:10.962725 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0703 21:56:10.962731 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0703 21:56:10.962737 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0703 21:56:10.962743 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0703 21:56:10.962749 3320 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0703 21:56:11.042573 3320 ovs.go:159] Exec(38): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3030.ctl connection-status I0703 21:56:11.046713 3320 ovs.go:162] Exec(38): stdout: "connected\n" I0703 21:56:11.046731 3320 ovs.go:163] Exec(38): stderr: "" I0703 21:56:11.046738 3320 default_node_network_controller.go:510] Node connection status = connected I0703 21:56:11.046746 3320 ovs.go:159] Exec(39): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:56:11.051880 3320 ovs.go:162] Exec(39): stdout: "" I0703 21:56:11.051894 3320 ovs.go:163] Exec(39): stderr: "" I0703 21:56:11.051902 3320 ovs.go:159] Exec(40): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:56:11.056215 3320 ovs.go:162] Exec(40): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=1 byte_count=90 flow_count=15\n" I0703 21:56:11.056229 3320 ovs.go:163] Exec(40): stderr: "" I0703 21:56:11.056239 3320 ovs.go:159] Exec(41): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-181.ec2.internal-to-br-int ofport I0703 21:56:11.061052 3320 ovs.go:162] Exec(41): stdout: "" I0703 21:56:11.061062 3320 ovs.go:163] Exec(41): stderr: "" I0703 21:56:11.542872 3320 ovs.go:159] Exec(42): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3030.ctl connection-status I0703 21:56:11.547149 3320 ovs.go:162] Exec(42): stdout: "connected\n" I0703 21:56:11.547170 3320 ovs.go:163] Exec(42): stderr: "" I0703 21:56:11.547182 3320 default_node_network_controller.go:510] Node connection status = connected I0703 21:56:11.547195 3320 ovs.go:159] Exec(43): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:56:11.552525 3320 ovs.go:162] Exec(43): stdout: "" I0703 21:56:11.552541 3320 ovs.go:163] Exec(43): stderr: "" I0703 21:56:11.552552 3320 ovs.go:159] Exec(44): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:56:11.557077 3320 ovs.go:162] Exec(44): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=2 byte_count=176 flow_count=15\n" I0703 21:56:11.557093 3320 ovs.go:163] Exec(44): stderr: "" I0703 21:56:11.557105 3320 ovs.go:159] Exec(45): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-181.ec2.internal-to-br-int ofport I0703 21:56:11.561688 3320 ovs.go:162] Exec(45): stdout: "" I0703 21:56:11.561698 3320 ovs.go:163] Exec(45): stderr: "" I0703 21:56:11.684022 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:11.684048 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:11.684062 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:11.684077 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qh67m in node ip-10-0-1-181.ec2.internal I0703 21:56:11.684085 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:11.684093 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:11.684101 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:11.982115 3320 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:12.042989 3320 ovs.go:159] Exec(46): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3030.ctl connection-status I0703 21:56:12.047117 3320 ovs.go:162] Exec(46): stdout: "connected\n" I0703 21:56:12.047134 3320 ovs.go:163] Exec(46): stderr: "" I0703 21:56:12.047145 3320 default_node_network_controller.go:510] Node connection status = connected I0703 21:56:12.047154 3320 ovs.go:159] Exec(47): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:56:12.052332 3320 ovs.go:162] Exec(47): stdout: "" I0703 21:56:12.052348 3320 ovs.go:163] Exec(47): stderr: "" I0703 21:56:12.052356 3320 ovs.go:159] Exec(48): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:56:12.056661 3320 ovs.go:162] Exec(48): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=2 byte_count=176 flow_count=15\n" I0703 21:56:12.056673 3320 ovs.go:163] Exec(48): stderr: "" I0703 21:56:12.056686 3320 ovs.go:159] Exec(49): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-181.ec2.internal-to-br-int ofport I0703 21:56:12.061352 3320 ovs.go:162] Exec(49): stdout: "" I0703 21:56:12.061367 3320 ovs.go:163] Exec(49): stderr: "" I0703 21:56:12.234586 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-118.ec2.internal I0703 21:56:12.234614 3320 node_tracker.go:223] Node ip-10-0-2-118.ec2.internal has invalid / no HostSubnet annotations (probably waiting on initialization), or it's a hybrid overlay node: could not find "k8s.ovn.org/node-subnets" annotation I0703 21:56:12.234621 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-118.ec2.internal I0703 21:56:12.234632 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-118.ec2.internal: 15.46µs I0703 21:56:12.234645 3320 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-2-118.ec2.internal I0703 21:56:12.234668 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-118.ec2.internal in Admin Network Policy controller I0703 21:56:12.234682 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-118.ec2.internal Admin Network Policy controller: took 11.531µs I0703 21:56:12.234721 3320 obj_retry.go:512] Add event received for *v1.Node ip-10-0-2-118.ec2.internal E0703 21:56:12.234765 3320 default_network_controller.go:867] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-2-118.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 21:56:12.234781 3320 obj_retry.go:546] Failed to create *v1.Node ip-10-0-2-118.ec2.internal, error: [adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal, error parsing annotation for node ip-10-0-2-118.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 21:56:12.234796 3320 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:12.235000 3320 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 == {9f245c69-c288-4bd5-bf35-f7be27353239}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.235025 3320 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9f245c69-c288-4bd5-bf35-f7be27353239}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.235431 3320 obj_retry.go:551] Creating *factory.egressNode ip-10-0-2-118.ec2.internal took: 623.33µs I0703 21:56:12.244401 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:12.244437 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal E0703 21:56:12.244470 3320 ovn.go:441] Failed to unmarshal old node ip-10-0-2-118.ec2.internal annotation: unexpected end of JSON input E0703 21:56:12.244505 3320 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-2-118.ec2.internal annotation: unexpected end of JSON input I0703 21:56:12.244528 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false E0703 21:56:12.244560 3320 default_network_controller.go:1038] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-2-118.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 21:56:12.244580 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-118.ec2.internal, new=ip-10-0-2-118.ec2.internal, error: [adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal, error parsing annotation for node ip-10-0-2-118.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 21:56:12.244597 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:12.244610 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:12.256897 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:12.256895 3320 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:12.257184 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv in Admin Network Policy controller I0703 21:56:12.257198 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv Admin Network Policy controller: took 15.907µs I0703 21:56:12.257200 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:12.257212 3320 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv took: 1.233µs I0703 21:56:12.257219 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:12.257226 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:12.257254 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv took: 21.911µs I0703 21:56:12.259335 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:12.259415 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal E0703 21:56:12.259452 3320 ovn.go:441] Failed to unmarshal old node ip-10-0-2-118.ec2.internal annotation: unexpected end of JSON input E0703 21:56:12.259465 3320 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-2-118.ec2.internal annotation: unexpected end of JSON input I0703 21:56:12.259349 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-118.ec2.internal I0703 21:56:12.259483 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:12.259494 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-118.ec2.internal: 146.264µs E0703 21:56:12.259519 3320 default_network_controller.go:1038] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-2-118.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 21:56:12.259559 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-118.ec2.internal, new=ip-10-0-2-118.ec2.internal, error: [adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal, error parsing annotation for node ip-10-0-2-118.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 21:56:12.259591 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:12.259607 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:12.259520 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:12.259626 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn in Admin Network Policy controller I0703 21:56:12.259633 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn Admin Network Policy controller: took 9.217µs I0703 21:56:12.259358 3320 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-118.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-7941e21b96-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-118.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.openshift.io/os_id=rhcos, isHostCIDRsAltered?: false I0703 21:56:12.259647 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-118.ec2.internal in Admin Network Policy controller I0703 21:56:12.259522 3320 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:12.259658 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-118.ec2.internal Admin Network Policy controller: took 11.217µs I0703 21:56:12.259677 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:12.259690 3320 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn took: 404ns I0703 21:56:12.259696 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:12.259702 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:12.259724 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-c6lbn took: 16.726µs I0703 21:56:12.267694 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:12.267755 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:12.267777 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:12.267789 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv in node ip-10-0-2-118.ec2.internal I0703 21:56:12.267795 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:12.267801 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:12.267808 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:12.271458 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:12.271477 3320 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:12.271491 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:12.271511 3320 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn in node ip-10-0-2-118.ec2.internal I0703 21:56:12.271520 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:12.271526 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:12.271534 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:12.273714 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:12.273737 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal E0703 21:56:12.273764 3320 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-2-118.ec2.internal annotation: unexpected end of JSON input I0703 21:56:12.273787 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: true E0703 21:56:12.273818 3320 default_network_controller.go:1038] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-2-118.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 21:56:12.273838 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-118.ec2.internal, new=ip-10-0-2-118.ec2.internal, error: [adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal, error parsing annotation for node ip-10-0-2-118.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 21:56:12.273853 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:12.273868 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:12.287492 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:12.287519 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal E0703 21:56:12.287546 3320 ovn.go:441] Failed to unmarshal old node ip-10-0-2-118.ec2.internal annotation: unexpected end of JSON input E0703 21:56:12.287555 3320 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-2-118.ec2.internal annotation: unexpected end of JSON input I0703 21:56:12.287571 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:12.287681 3320 address_set.go:575] (u3879268033/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) adding Addresses ([10.129.0.2 100.64.0.3]) to address set I0703 21:56:12.287722 3320 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.2 100.64.0.3]}}] Timeout: Where:[where column _uuid == {85d41aca-9ab7-4a79-9f25-0c2093583cf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.287752 3320 transact.go:42] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.129.0.2 100.64.0.3]}}] Timeout: Where:[where column _uuid == {85d41aca-9ab7-4a79-9f25-0c2093583cf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.287571 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-118.ec2.internal I0703 21:56:12.287863 3320 node_tracker.go:238] Node ip-10-0-2-118.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-118.ec2.internal" I0703 21:56:12.287873 3320 node_tracker.go:172] Node ip-10-0-2-118.ec2.internal switch + router changed, syncing services I0703 21:56:12.287882 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:12.287897 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:12.287906 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:12.287913 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:12.287921 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:12.287924 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:12.287937 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:12.288007 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:12.288023 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 17.366µs I0703 21:56:12.287938 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:12.287966 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.288039 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:12.288068 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:12.288090 3320 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.117.112"}, 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:12.288050 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.288107 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288117 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288137 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:12.288071 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:12.288155 3320 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.209.245"}, 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:12.288141 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.287927 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:12.288169 3320 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:12.288182 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.288186 3320 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:12.288190 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:12.288194 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.288199 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:12.288205 3320 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:12.288218 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:12.288204 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.288231 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:12.288238 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 302.117µs I0703 21:56:12.288239 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:12.288251 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:12.288251 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:12.288258 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.868µs I0703 21:56:12.288264 3320 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:12.288208 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:12.288278 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:12.288285 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:12.288230 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.288292 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:12.288294 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:12.288298 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:12.288304 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:12.288310 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:12.288313 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:12.288322 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 261.962µs I0703 21:56:12.288330 3320 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.35.27"}, 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:12.288357 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:12.288349 3320 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:12.288394 3320 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:12.288414 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.288442 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:12.288455 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:12.288394 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.288465 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-118.ec2.internal, new=ip-10-0-2-118.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal I0703 21:56:12.288479 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:12.288491 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 10.941µs I0703 21:56:12.288494 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:12.288506 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:12.288508 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:12.288511 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:12.288163 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288526 3320 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.142.152"}, 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:12.288266 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:12.288545 3320 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:12.288556 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288516 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.288597 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:12.288528 3320 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:12.288573 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.288616 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288615 3320 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.165.19"}, 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:12.288632 3320 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:12.288640 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.288555 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.288664 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:12.288468 3320 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:12.288672 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:12.288679 3320 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.103.89"}, 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:12.288684 3320 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:12.288694 3320 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:12.288696 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:12.288704 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288705 3320 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:12.288715 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 358.024µs I0703 21:56:12.288643 3320 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:12.288643 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:12.288730 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:12.288704 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 487.575µs I0703 21:56:12.288721 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.288752 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:12.288736 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.288765 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:12.288766 3320 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:12.288778 3320 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:12.288760 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:12.288739 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.288794 3320 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:12.288799 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:12.288816 3320 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:12.288758 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:12.288812 3320 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:12.288828 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 323.197µs I0703 21:56:12.288822 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:12.288841 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:12.288844 3320 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.181.56"}, 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:12.288852 3320 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:12.288858 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288859 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 941.33µs I0703 21:56:12.288869 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288875 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:12.288851 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.288890 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.288837 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.288920 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.288917 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:12.288933 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.288935 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288884 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:12.288940 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:12.288966 3320 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:12.288963 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:12.288980 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288983 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:12.288989 3320 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:12.288977 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:12.288998 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 266.376µs I0703 21:56:12.288999 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289002 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.288316 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:12.289012 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289016 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:12.289023 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:12.289012 3320 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:12.289028 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:12.289035 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:12.289002 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:12.289041 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:12.289047 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:12.289053 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:12.289035 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.289059 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:12.289066 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:12.289047 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:12.289068 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:12.289073 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:12.288777 3320 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:12.289080 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:12.289079 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:12.289081 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:12.289086 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:12.289093 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:12.289093 3320 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:12.289096 3320 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:12.289101 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:12.289095 3320 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:12.289104 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 837.42µs I0703 21:56:12.289107 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:12.289033 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289115 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:12.289117 3320 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:12.289123 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.623µs I0703 21:56:12.289125 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:12.289125 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 283.552µs I0703 21:56:12.289131 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 374.998µs I0703 21:56:12.289132 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:12.289140 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:12.289140 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:12.289149 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:12.289153 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:12.289154 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:12.289158 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.289146 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:12.289208 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:12.289219 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:12.289226 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:12.289227 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:12.289228 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:12.289238 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:12.289245 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289251 3320 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.208.223"}, 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.208.223"}, 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:12.289255 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:12.289263 3320 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:32762, 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:30474, 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:12.289275 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289163 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.289297 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:12.289313 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289296 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.289319 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:12.289322 3320 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0703 21:56:12.289328 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289332 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:12.289342 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:12.289342 3320 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:12.289349 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:12.289372 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:12.289267 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289379 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:12.289383 3320 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:12.289385 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 252.693µs I0703 21:56:12.289397 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:12.289233 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:12.289405 3320 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:12.289411 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 258.483µs I0703 21:56:12.289424 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:12.289410 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.289434 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.289209 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:12.289483 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:12.289490 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:12.289497 3320 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.27.235"}, 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:12.289503 3320 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.98.21"}, 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:12.289511 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289513 3320 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:12.289520 3320 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:12.289521 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289530 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.289535 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.289550 3320 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:12.289552 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.289413 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:12.289560 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.289561 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:12.289567 3320 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:12.289572 3320 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:12.289582 3320 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:12.289585 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 189.654µs I0703 21:56:12.289399 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:12.289634 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:12.289642 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:12.289665 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:12.289673 3320 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:12.289641 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.289690 3320 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:12.289693 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:12.289697 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 549.193µs I0703 21:56:12.289705 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:12.289589 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:12.289712 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 289.619µs I0703 21:56:12.289721 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:12.289711 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.289764 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:12.289778 3320 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.22.162"}, 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:12.289795 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289804 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289727 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.289820 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:12.289819 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.289836 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.289836 3320 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.70.199"}, 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:12.289847 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.289848 3320 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:12.289567 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:12.289854 3320 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:12.289141 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:12.289869 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:12.289870 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:12.289875 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 169.487µs I0703 21:56:12.289880 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:12.289884 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:12.289888 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:12.289891 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 6.888µs I0703 21:56:12.289491 3320 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:12.289896 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:12.289898 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:12.289702 3320 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.29.99"}, 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:12.289912 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289919 3320 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:12.289920 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289924 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.04967ms I0703 21:56:12.289934 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:12.289855 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.289965 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.289940 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.289985 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.289940 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.289993 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.289991 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:12.290000 3320 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:12.290006 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:12.290008 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:12.290014 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:12.290016 3320 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:12.290019 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 298.086µs I0703 21:56:12.290021 3320 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.210.179"}, 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:12.290028 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:12.290033 3320 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:12.290037 3320 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:12.290044 3320 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:12.290045 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 410.4µs I0703 21:56:12.290059 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:12.290056 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.290075 3320 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:12.290087 3320 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:12.290099 3320 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:12.290070 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.290124 3320 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:12.289862 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.290129 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 196.875µs I0703 21:56:12.290141 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:12.290141 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:12.290151 3320 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.64.21"}, 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:12.290153 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:12.290161 3320 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:12.290168 3320 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:12.290169 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:12.290146 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.290183 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290180 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.290191 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:12.290194 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290198 3320 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:12.290200 3320 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.204.209"}, 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.204.209"}, 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:12.290208 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:12.290211 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290217 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290218 3320 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:12.290211 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.290235 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:12.290238 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.289904 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.290252 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:12.290259 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:12.290263 3320 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:12.290270 3320 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.42.137"}, 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:12.290279 3320 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:12.290285 3320 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:12.290289 3320 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:12.290291 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 1.149898ms I0703 21:56:12.290304 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:12.290034 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.290302 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.290327 3320 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:12.290337 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:12.290240 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 181.482µs I0703 21:56:12.290348 3320 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:12.290376 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:12.290336 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:12.290386 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 486.751µs I0703 21:56:12.290398 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:12.290398 3320 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.221.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:12.290414 3320 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:12.290428 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290404 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.290353 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:12.290456 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:12.290475 3320 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.126.158"}, 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:12.290491 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290499 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290509 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.290531 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:12.290478 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.290542 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:12.290549 3320 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:12.290563 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:12.290567 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 169.977µs I0703 21:56:12.290576 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:12.290577 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:12.290595 3320 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.161.234"}, 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:12.290614 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290627 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290585 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.290657 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:12.290648 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.290231 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.290677 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:12.290679 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.290688 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:12.290693 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.290699 3320 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:12.290705 3320 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:12.290722 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:12.290730 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 589.267µs I0703 21:56:12.290733 3320 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:12.290738 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:12.290741 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 387.453µs I0703 21:56:12.290757 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:12.290743 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.290809 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:12.290769 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.290818 3320 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.32.213"}, 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:12.290832 3320 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:12.290834 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:12.290842 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290849 3320 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.88.248"}, 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:12.290865 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290877 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.290443 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.290891 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:12.290906 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:12.290895 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.290918 3320 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:12.290923 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.290936 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.290941 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:12.290964 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 918.91µs I0703 21:56:12.290860 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.290978 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:12.290980 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:12.290993 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:12.291008 3320 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:12.290311 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.838µs I0703 21:56:12.291025 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:12.291031 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.292µs I0703 21:56:12.291037 3320 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:12.291042 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:12.291045 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 305.998µs I0703 21:56:12.291060 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:12.291051 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.291118 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:12.291134 3320 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.182.169"}, 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:12.291150 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.291154 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001171646 seconds. No OVN measurement. I0703 21:56:12.291160 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.291012 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.806µs I0703 21:56:12.291230 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:12.291243 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 14.368µs I0703 21:56:12.290665 3320 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.245.6"}, 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:12.291257 3320 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:12.291266 3320 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:12.291279 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.291306 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.291318 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.291329 3320 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:12.290965 3320 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:12.291349 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:12.291367 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 791.169µs I0703 21:56:12.291075 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.291381 3320 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:12.291390 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 632.87µs I0703 21:56:12.291402 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:12.291456 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:12.291477 3320 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:12.291487 3320 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:12.291177 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.291506 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.291533 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.291539 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:12.291547 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.291551 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:12.291559 3320 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:12.291563 3320 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:12.291582 3320 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:12.291587 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:12.291594 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 549.726µs I0703 21:56:12.291596 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 534.634µs I0703 21:56:12.306444 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-bc5j8 I0703 21:56:12.306470 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-bc5j8 in Admin Network Policy controller I0703 21:56:12.306480 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-bc5j8 Admin Network Policy controller: took 12.248µs I0703 21:56:12.306529 3320 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-bc5j8 I0703 21:56:12.306564 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-bc5j8 I0703 21:56:12.306576 3320 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-bc5j8 took: 826ns I0703 21:56:12.306582 3320 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-bc5j8 I0703 21:56:12.306593 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-bc5j8 I0703 21:56:12.306610 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-bc5j8 took: 8.497µs I0703 21:56:12.311101 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:12.311113 3320 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:12.311129 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:12.311142 3320 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 took: 753ns I0703 21:56:12.311150 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:12.311158 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:12.311188 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 took: 22.884µs I0703 21:56:12.311130 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in Admin Network Policy controller I0703 21:56:12.311207 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-4khx8 Admin Network Policy controller: took 78.006µs I0703 21:56:12.315659 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:12.315677 3320 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-bc5j8 I0703 21:56:12.315693 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-bc5j8 I0703 21:56:12.315706 3320 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-bc5j8 in node ip-10-0-2-118.ec2.internal I0703 21:56:12.315713 3320 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-bc5j8 I0703 21:56:12.315722 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:12.315732 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-bc5j8 I0703 21:56:12.319882 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:12.319930 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:12.319977 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:12.319994 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in node ip-10-0-2-118.ec2.internal I0703 21:56:12.320000 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:12.320006 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:12.320013 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:12.338758 3320 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:12.338842 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:12.338849 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:12.338863 3320 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-kbbxz took: 1.086µs I0703 21:56:12.338873 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-kbbxz in Admin Network Policy controller I0703 21:56:12.338879 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:12.338886 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-kbbxz Admin Network Policy controller: took 14.447µs I0703 21:56:12.338888 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:12.338904 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-kbbxz took: 7.576µs I0703 21:56:12.347198 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:12.347221 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:12.347237 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:12.347269 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-kbbxz in node ip-10-0-2-118.ec2.internal I0703 21:56:12.347300 3320 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-kbbxz, new=openshift-multus/network-metrics-daemon-kbbxz, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-kbbxz: suppressed error logged: pod openshift-multus/network-metrics-daemon-kbbxz: no pod IPs found I0703 21:56:12.347315 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:12.347327 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:12.349459 3320 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:12.349524 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:12.349543 3320 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-d8674 took: 707ns I0703 21:56:12.349553 3320 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:12.349497 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:12.349561 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:12.349574 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-d8674 in Admin Network Policy controller I0703 21:56:12.349589 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-d8674 took: 19.329µs I0703 21:56:12.349584 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-d8674 Admin Network Policy controller: took 11.757µs I0703 21:56:12.359522 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:12.359538 3320 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:12.359552 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:12.359582 3320 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-d8674 in node ip-10-0-2-118.ec2.internal I0703 21:56:12.359611 3320 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-d8674, new=openshift-network-diagnostics/network-check-target-d8674, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-d8674: suppressed error logged: pod openshift-network-diagnostics/network-check-target-d8674: no pod IPs found I0703 21:56:12.359626 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:12.359639 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:12.373530 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-7jz98 I0703 21:56:12.373552 3320 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:12.373559 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-7jz98 in Admin Network Policy controller I0703 21:56:12.373567 3320 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-7jz98 I0703 21:56:12.373574 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-7jz98 Admin Network Policy controller: took 13.749µs I0703 21:56:12.373579 3320 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-7jz98 took: 768ns I0703 21:56:12.373588 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:12.373597 3320 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-7jz98 I0703 21:56:12.373619 3320 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-7jz98 took: 16.114µs I0703 21:56:12.382230 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:12.382297 3320 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:12.382319 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-7jz98 I0703 21:56:12.382335 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-7jz98 in node ip-10-0-2-118.ec2.internal I0703 21:56:12.382344 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:12.382354 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:12.382367 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-7jz98 I0703 21:56:12.394914 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:12.395004 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-7wsvw in Admin Network Policy controller I0703 21:56:12.395048 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-7wsvw Admin Network Policy controller: took 43.836µs I0703 21:56:12.395010 3320 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:12.395074 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:12.395126 3320 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-7wsvw took: 661ns I0703 21:56:12.395149 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:12.395171 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:12.395322 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-7wsvw took: 89.577µs I0703 21:56:12.404439 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:12.404457 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:12.404472 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:12.404486 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-7wsvw in node ip-10-0-2-118.ec2.internal I0703 21:56:12.404494 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:12.404503 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:12.404515 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:12.407444 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-ph6kb I0703 21:56:12.407466 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-ph6kb in Admin Network Policy controller I0703 21:56:12.407477 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-ph6kb Admin Network Policy controller: took 11.028µs I0703 21:56:12.407549 3320 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-ph6kb I0703 21:56:12.407565 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-ph6kb I0703 21:56:12.407578 3320 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-ph6kb took: 567ns I0703 21:56:12.407585 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-ph6kb I0703 21:56:12.407593 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-ph6kb I0703 21:56:12.407608 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-ph6kb took: 6.489µs I0703 21:56:12.419219 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:12.419241 3320 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-ph6kb I0703 21:56:12.419256 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-ph6kb I0703 21:56:12.419269 3320 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-ph6kb in node ip-10-0-2-118.ec2.internal I0703 21:56:12.419277 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-ph6kb I0703 21:56:12.419286 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:12.419298 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-ph6kb I0703 21:56:12.432597 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-m6pc2 I0703 21:56:12.432641 3320 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-m6pc2 I0703 21:56:12.432668 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-m6pc2 in Admin Network Policy controller I0703 21:56:12.432719 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-m6pc2 I0703 21:56:12.432734 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-m6pc2 Admin Network Policy controller: took 64.419µs I0703 21:56:12.432750 3320 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-m6pc2 took: 1.065µs I0703 21:56:12.432760 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-m6pc2 I0703 21:56:12.432770 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-m6pc2 I0703 21:56:12.432788 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-m6pc2 took: 9.712µs I0703 21:56:12.432822 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-multus/multus-m6pc2. OVN-Kubernetes controller took 5.3886e-05 seconds. No OVN measurement. I0703 21:56:12.443256 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:12.443274 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-m6pc2 I0703 21:56:12.443291 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-m6pc2 I0703 21:56:12.443304 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-m6pc2 in node ip-10-0-2-118.ec2.internal I0703 21:56:12.443311 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-m6pc2 I0703 21:56:12.443320 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:12.443330 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-m6pc2 I0703 21:56:12.443353 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-multus/multus-m6pc2. OVN-Kubernetes controller took 3.4973e-05 seconds. No OVN measurement. I0703 21:56:12.539317 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:12.539344 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:12.539387 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:12.539415 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-118.ec2.internal, new=ip-10-0-2-118.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal I0703 21:56:12.539437 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-118.ec2.internal I0703 21:56:12.539455 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:12.539465 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-118.ec2.internal: 32.527µs I0703 21:56:12.539401 3320 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-118.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-7941e21b96-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-118.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.k8s.aws/zone-id=use1-az6,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1a, isHostCIDRsAltered?: false I0703 21:56:12.539474 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:12.539484 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-118.ec2.internal in Admin Network Policy controller I0703 21:56:12.539491 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-118.ec2.internal Admin Network Policy controller: took 8.313µs I0703 21:56:12.542270 3320 ovs.go:159] Exec(50): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3030.ctl connection-status I0703 21:56:12.550078 3320 ovs.go:162] Exec(50): stdout: "connected\n" I0703 21:56:12.550098 3320 ovs.go:163] Exec(50): stderr: "" I0703 21:56:12.550116 3320 default_node_network_controller.go:510] Node connection status = connected I0703 21:56:12.550130 3320 ovs.go:159] Exec(51): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:56:12.557170 3320 ovs.go:162] Exec(51): stdout: "" I0703 21:56:12.557189 3320 ovs.go:163] Exec(51): stderr: "" I0703 21:56:12.557202 3320 ovs.go:159] Exec(52): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:56:12.559646 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:12.559674 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:12.559739 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:12.559771 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-118.ec2.internal, new=ip-10-0-2-118.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal I0703 21:56:12.559783 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:12.559797 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:12.609781 3320 ovs.go:162] Exec(52): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=5 byte_count=382 flow_count=15\n" I0703 21:56:12.609800 3320 ovs.go:163] Exec(52): stderr: "" I0703 21:56:12.609816 3320 ovs.go:159] Exec(53): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-181.ec2.internal-to-br-int ofport I0703 21:56:12.617605 3320 ovs.go:162] Exec(53): stdout: "2\n" I0703 21:56:12.617627 3320 ovs.go:163] Exec(53): stderr: "" I0703 21:56:12.617635 3320 gateway.go:452] Gateway is ready I0703 21:56:12.617667 3320 gateway_shared_intf.go:2284] Creating Gateway Openflow Manager I0703 21:56:12.617682 3320 ovs.go:159] Exec(54): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-1-181.ec2.internal-to-br-int ofport I0703 21:56:12.624457 3320 ovs.go:162] Exec(54): stdout: "2\n" I0703 21:56:12.624479 3320 ovs.go:163] Exec(54): stderr: "" I0703 21:56:12.624494 3320 ovs.go:159] Exec(55): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0703 21:56:12.631389 3320 ovs.go:162] Exec(55): stdout: "1\n" I0703 21:56:12.631410 3320 ovs.go:163] Exec(55): stderr: "" I0703 21:56:12.631819 3320 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0703 21:56:12.631910 3320 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0703 21:56:12.631923 3320 node_ip_handler_linux.go:259] Node primary address changed to 10.0.1.181. Updating OVN encap IP. I0703 21:56:12.631934 3320 ovs.go:159] Exec(56): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0703 21:56:12.638632 3320 ovs.go:162] Exec(56): stdout: "\"10.0.1.181\"\n" I0703 21:56:12.638649 3320 ovs.go:163] Exec(56): stderr: "" I0703 21:56:12.638660 3320 node_ip_handler_linux.go:561] Will not update encap IP 10.0.1.181 - it is already configured I0703 21:56:12.638671 3320 node_ip_handler_linux.go:504] Node address changed to map[10.0.1.181/24:{} 172.20.0.1/32:{}]. Updating annotations. I0703 21:56:12.638875 3320 kube.go:130] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.1.181/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-1-181.ec2.internal","mac-address":"0a:ff:fb:9f:92:b3","ip-addresses":["10.0.1.181/24"],"ip-address":"10.0.1.181/24","next-hops":["10.0.1.1"],"next-hop":"10.0.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:70819c51-3f75-466d-8cd7-9985fb94251b k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.181/24"}] on node ip-10-0-1-181.ec2.internal I0703 21:56:12.662048 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:12.662064 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-181.ec2.internal I0703 21:56:12.662080 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-181.ec2.internal I0703 21:56:12.662095 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-181.ec2.internal E0703 21:56:12.662104 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:56:12.662090 3320 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-1-181.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-7941e21b96-workers-1,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-181.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?: true I0703 21:56:12.662118 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-181.ec2.internal: 19.877µs I0703 21:56:12.662125 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:56:12.662134 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:56:12.662134 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-181.ec2.internal in Admin Network Policy controller I0703 21:56:12.662144 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-181.ec2.internal Admin Network Policy controller: took 11.441µs I0703 21:56:12.662152 3320 node_tracker.go:172] Node ip-10-0-1-181.ec2.internal switch + router changed, syncing services I0703 21:56:12.662167 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:12.662187 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:12.662198 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:12.662206 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:12.662213 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:12.662220 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:12.662226 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:12.662235 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:12.662238 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:12.662246 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:12.662258 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:12.662261 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:12.662271 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:12.662272 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:12.662279 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:12.662287 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:12.662292 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:12.662300 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:12.662306 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:12.662313 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:12.662319 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:12.662325 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:12.662331 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:12.662338 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:12.662245 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:12.662254 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.662344 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:12.662257 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.662353 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:12.662277 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.662351 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 107.674µs I0703 21:56:12.662362 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:12.662369 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:12.662373 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:12.662376 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:12.662380 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:12.662382 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:12.662286 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.662384 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:12.662391 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:12.662397 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:12.662403 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:12.662402 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:12.662398 3320 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.70.199"}, 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:12.662402 3320 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.210.179"}, 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:12.662380 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.662419 3320 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:12.662422 3320 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:12.662417 3320 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.221.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:12.662429 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662434 3320 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:12.662435 3320 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:12.662440 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:12.662445 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662451 3320 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.64.21"}, 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:12.662444 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.662462 3320 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:12.662429 3320 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:70ed2b22-6ba0-490f-9edf-31eacfec1ed2}]} external_ids:{GoMap:map[physical_ip:10.0.1.181 physical_ips:10.0.1.181]} load_balancer_group:{GoSet:[{GoUUID:bc7bcb83-37e6-4138-ae98-8616f05d8c70} {GoUUID:19c7afc7-84e3-4a63-b412-e77d5d0c9b43}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:70819c51-3f75-466d-8cd7-9985fb94251b 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 == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.662469 3320 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:12.662381 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:12.662464 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.662456 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.662498 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:12.662474 3320 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:70ed2b22-6ba0-490f-9edf-31eacfec1ed2}]} external_ids:{GoMap:map[physical_ip:10.0.1.181 physical_ips:10.0.1.181]} load_balancer_group:{GoSet:[{GoUUID:bc7bcb83-37e6-4138-ae98-8616f05d8c70} {GoUUID:19c7afc7-84e3-4a63-b412-e77d5d0c9b43}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:70819c51-3f75-466d-8cd7-9985fb94251b 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 == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.662481 3320 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.42.137"}, 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:12.662509 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:12.662514 3320 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:12.662519 3320 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:12.662526 3320 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:12.662543 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:12.662551 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 281.757µs I0703 21:56:12.662546 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.662577 3320 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:12.662591 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:12.662468 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.662607 3320 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:12.662486 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.662630 3320 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:12.662566 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:12.662410 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:12.662641 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:12.662649 3320 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:12.662651 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:12.662660 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:12.662666 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:12.662634 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:12.662672 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 299.558µs I0703 21:56:12.662615 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.662676 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 431.188µs I0703 21:56:12.662684 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:12.662691 3320 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:12.662696 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:12.662646 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.662704 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.216µs I0703 21:56:12.662501 3320 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:12.662715 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:12.662717 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:12.662723 3320 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:12.662724 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 491.813µs I0703 21:56:12.662726 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:12.662692 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.662738 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:12.662732 3320 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:12.662742 3320 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.204.209"}, 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.204.209"}, 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:12.662753 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:12.662760 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662762 3320 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.22.162"}, 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:12.662766 3320 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:12.662772 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662772 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662775 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 516.667µs I0703 21:56:12.662781 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662789 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:12.662730 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.662747 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.662668 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:12.662793 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.662798 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.662815 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:12.662819 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:12.662815 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:12.662821 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:12.662825 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.662828 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:12.662834 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:12.662837 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:12.662837 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.662832 3320 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.126.158"}, 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:12.662829 3320 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.161.234"}, 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:12.662798 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.662844 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:12.662844 3320 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:12.662849 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662848 3320 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:12.662853 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:12.662852 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662859 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662861 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:12.662866 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:12.662874 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:12.662870 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:12.662878 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:12.662880 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 197.136µs I0703 21:56:12.662883 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 316.841µs I0703 21:56:12.662886 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:12.662885 3320 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.245.6"}, 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:12.662867 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662874 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.662896 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:12.662899 3320 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:12.662899 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:12.662905 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.347µs I0703 21:56:12.662906 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:12.662917 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:12.662919 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:12.662923 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.427µs I0703 21:56:12.662911 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.662930 3320 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:12.662934 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:12.662938 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.662967 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.662971 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:12.662978 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 240.322µs I0703 21:56:12.662978 3320 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:12.662892 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:12.662989 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:12.662999 3320 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:12.662996 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000616901 seconds. No OVN measurement. I0703 21:56:12.663005 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 288.483µs I0703 21:56:12.662942 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663016 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:12.663023 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.692µs I0703 21:56:12.663028 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:12.663032 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:12.663041 3320 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.182.169"}, 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:12.662998 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663058 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.662996 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663067 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663076 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:12.663084 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:12.663042 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663090 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:12.663095 3320 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.32.213"}, 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:12.663087 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.662908 3320 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:12.663108 3320 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:12.663109 3320 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:12.663113 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.663114 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:12.663121 3320 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:12.663123 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663126 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.663130 3320 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.88.248"}, 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:12.663137 3320 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:12.663145 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663136 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663134 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663156 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663159 3320 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:12.663157 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:12.663138 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663165 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 231.789µs I0703 21:56:12.663168 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:12.663168 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.663175 3320 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:12.663176 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:12.663176 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:12.663184 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.663174 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663191 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:12.663197 3320 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:12.663200 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.663198 3320 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:12.663205 3320 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:12.663208 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 316.833µs I0703 21:56:12.663211 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.663219 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:12.663187 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:12.663222 3320 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:12.663224 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:12.663176 3320 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-1-181.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9cceec28-ab44-4e20-b81b-6d622a8ea918}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.663235 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 445.789µs I0703 21:56:12.663240 3320 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:12.663244 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 212.91µs I0703 21:56:12.663246 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:12.663251 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:12.663252 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:12.663225 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663259 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.772µs I0703 21:56:12.663261 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663271 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:12.663272 3320 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:12.663276 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:12.663280 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.24µs I0703 21:56:12.663286 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663271 3320 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:9cceec28-ab44-4e20-b81b-6d622a8ea918}]}}] Timeout: Where:[where column _uuid == {14260be4-18d2-47c7-b04c-c004b7596686}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.663291 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:12.663287 3320 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.117.112"}, 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:12.663261 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663299 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663306 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663309 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:12.663312 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:12.663320 3320 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.209.245"}, 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:12.663316 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663297 3320 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-1-181.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9cceec28-ab44-4e20-b81b-6d622a8ea918}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:9cceec28-ab44-4e20-b81b-6d622a8ea918}]}}] Timeout: Where:[where column _uuid == {14260be4-18d2-47c7-b04c-c004b7596686}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.663330 3320 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:12.663332 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.663320 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:12.663227 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:12.663341 3320 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:12.663341 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.663300 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663351 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 361.056µs I0703 21:56:12.663359 3320 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:12.663370 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:12.663350 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:12.663379 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:12.663361 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663383 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 164.437µs I0703 21:56:12.663380 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:12.663385 3320 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:12.663393 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:12.663393 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:12.663398 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 5.395µs I0703 21:56:12.663405 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:12.663399 3320 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.103.89"}, 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:12.663408 3320 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:12.663417 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 240.362µs I0703 21:56:12.663417 3320 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:12.663379 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663427 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:12.663430 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663438 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:12.663448 3320 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.142.152"}, 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:12.663413 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663457 3320 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:12.663465 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663450 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663438 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663477 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:12.663405 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:12.663483 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:12.663480 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663497 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:12.663496 3320 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:12.663496 3320 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.165.19"}, 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:12.663498 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:12.663506 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.663511 3320 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:12.663507 3320 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.181.56"}, 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:12.663518 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:12.663517 3320 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:12.663519 3320 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:12.663524 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663524 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:12.663528 3320 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:12.663531 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663534 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 280.032µs I0703 21:56:12.663542 3320 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:12.663546 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:12.663550 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 259.088µs I0703 21:56:12.663551 3320 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:12.663539 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663544 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663560 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 192.827µs I0703 21:56:12.663563 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:12.663567 3320 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:12.663570 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.663573 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:12.663577 3320 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:12.663581 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.663588 3320 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:12.663592 3320 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:12.663555 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663612 3320 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:12.663581 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663614 3320 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:12.663620 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 213.694µs I0703 21:56:12.663575 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663625 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 197.376µs I0703 21:56:12.663630 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:12.663632 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:12.663641 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:12.663641 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:12.663649 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.452µs I0703 21:56:12.663647 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:12.663656 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663658 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:12.663645 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:12.663664 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:12.663664 3320 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.35.27"}, 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:12.663670 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663641 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:12.663677 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663682 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663680 3320 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:12.663693 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:12.663694 3320 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:12.663701 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:12.663704 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663667 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663710 3320 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:12.663700 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663723 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663711 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:12.663713 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663733 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:12.663734 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:12.663720 3320 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 == {b11f8890-b42d-47a7-a649-4e6b5e15448b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.663741 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:12.663743 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:12.663745 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:12.663746 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:12.663747 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:12.663752 3320 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:12.663755 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:12.663757 3320 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:12.663760 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663769 3320 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:12.663771 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663775 3320 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:12.663781 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 208.033µs I0703 21:56:12.663783 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:12.663776 3320 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:b11f8890-b42d-47a7-a649-4e6b5e15448b}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.663789 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 243.304µs I0703 21:56:12.663755 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:12.663794 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:12.663798 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:12.663804 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:12.663805 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:12.663791 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663809 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 245.678µs I0703 21:56:12.663813 3320 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:12.663821 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.663799 3320 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 == {b11f8890-b42d-47a7-a649-4e6b5e15448b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:b11f8890-b42d-47a7-a649-4e6b5e15448b}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.663824 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:12.663832 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:12.663833 3320 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:12.663839 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 206.647µs I0703 21:56:12.663842 3320 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:12.663808 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663813 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663847 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:12.663865 3320 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:12.663870 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 212.532µs I0703 21:56:12.663868 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:12.663869 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:12.663882 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:12.663856 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663885 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663836 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663889 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663895 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:12.663902 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:12.663900 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:12.663908 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:12.663909 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663914 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663914 3320 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.98.21"}, 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:12.663922 3320 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.27.235"}, 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:12.663927 3320 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:12.663935 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:12.663935 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:12.663937 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663890 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:12.663939 3320 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:12.663968 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.663979 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:12.663965 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:12.663965 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:12.663988 3320 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.29.99"}, 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:12.663976 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.663996 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:12.663997 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:12.663998 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:12.664003 3320 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:12.663987 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.664008 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.664008 3320 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:12.664010 3320 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:12.664015 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:12.664018 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:12.664026 3320 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:12.664031 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:12.664032 3320 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:12.664034 3320 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:12.664040 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 236.067µs I0703 21:56:12.664026 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.664041 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 249.045µs I0703 21:56:12.664043 3320 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:12.664048 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:12.664052 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:12.664053 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:12.664057 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 209.146µs I0703 21:56:12.664066 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:12.664071 3320 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:12.664076 3320 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:12.664078 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 254.418µs I0703 21:56:12.664090 3320 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:12.664095 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 213.582µs I0703 21:56:12.664061 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:12.664146 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:12.664156 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:12.664151 3320 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 == {63dff195-312b-4469-87a5-f6f7e9669bd4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664171 3320 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.208.223"}, 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.208.223"}, 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:12.664189 3320 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:32762, 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:30474, 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:12.664211 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:12.664198 3320 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:63dff195-312b-4469-87a5-f6f7e9669bd4}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664221 3320 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 == {63dff195-312b-4469-87a5-f6f7e9669bd4}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:63dff195-312b-4469-87a5-f6f7e9669bd4}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664248 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:12.664279 3320 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-1-181.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.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.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:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:12.664341 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:12.664349 3320 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:12.664358 3320 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:"761019e3-7c2b-4c77-a0fc-8324e4a81930", 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", 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-1-181.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.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.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:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:12.664486 3320 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:0a:ff:fb:9f:92:b3 networks:{GoSet:[10.0.1.181/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {5d5815d6-57fd-4047-8f7a-de26c0b77234}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664513 3320 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.208.223:443: 172.30.208.223:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {761019e3-7c2b-4c77-a0fc-8324e4a81930}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664529 3320 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:5d5815d6-57fd-4047-8f7a-de26c0b77234}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664544 3320 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:fb:9f:92:b3 networks:{GoSet:[10.0.1.181/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {5d5815d6-57fd-4047-8f7a-de26c0b77234}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:5d5815d6-57fd-4047-8f7a-de26c0b77234}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664561 3320 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-1-181.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.1.181:30474: 10.0.1.181:32762: 172.20.0.1:30474: 172.20.0.1:32762:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268258}] I0703 21:56:12.664630 3320 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-1-181.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.1.181:30474: 10.0.1.181:32762: 169.254.0.3:30474: 169.254.0.3:32762: 172.20.0.1:30474: 172.20.0.1:32762:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268259}] I0703 21:56:12.664672 3320 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:u3879268259}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664708 3320 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:u3879268258}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664731 3320 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.208.223:443: 172.30.208.223:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {761019e3-7c2b-4c77-a0fc-8324e4a81930}] 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-1-181.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.1.181:30474: 10.0.1.181:32762: 172.20.0.1:30474: 172.20.0.1:32762:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268258} {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-1-181.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.1.181:30474: 10.0.1.181:32762: 169.254.0.3:30474: 169.254.0.3:32762: 172.20.0.1:30474: 172.20.0.1:32762:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268259} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268259}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u3879268258}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664814 3320 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 == {71841470-0a6c-4709-bcb5-b406452ea0b6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664923 3320 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:fb:9f:92:b3]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-181.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {09a0e149-3c69-4e49-a9f6-40b74ba3a497}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664979 3320 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:71841470-0a6c-4709-bcb5-b406452ea0b6} {GoUUID:09a0e149-3c69-4e49-a9f6-40b74ba3a497}]}}] Timeout: Where:[where column _uuid == {aecb24d9-bd33-4654-88a4-8b45afcbb27f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.664995 3320 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 == {71841470-0a6c-4709-bcb5-b406452ea0b6}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:fb:9f:92:b3]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-181.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {09a0e149-3c69-4e49-a9f6-40b74ba3a497}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:71841470-0a6c-4709-bcb5-b406452ea0b6} {GoUUID:09a0e149-3c69-4e49-a9f6-40b74ba3a497}]}}] Timeout: Where:[where column _uuid == {aecb24d9-bd33-4654-88a4-8b45afcbb27f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.665403 3320 gateway_shared_intf.go:2573] Setting OVN Masquerade route with source: 10.0.1.181 I0703 21:56:12.665428 3320 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.181 Gw: Flags: [] Table: 0 Realm: 0} I0703 21:56:12.665582 3320 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.181 Gw: Flags: [] Table: 254 Realm: 0} I0703 21:56:12.665604 3320 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-1-181.ec2.internal I0703 21:56:12.665639 3320 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:12.665661 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.608516ms I0703 21:56:12.665738 3320 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-1-181.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {d4967479-8abb-486f-94b2-ec73b84a0164}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.665769 3320 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-1-181.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {d4967479-8abb-486f-94b2-ec73b84a0164}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.665813 3320 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:12.665831 3320 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:12.665843 3320 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:12.665855 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.181 Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:56:12.666042 3320 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 == {4e987628-34e0-4694-8310-590263846a63}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666080 3320 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:4e987628-34e0-4694-8310-590263846a63}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666101 3320 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 == {4e987628-34e0-4694-8310-590263846a63}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:4e987628-34e0-4694-8310-590263846a63}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666330 3320 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.1.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e5d78ad2-61ba-4123-b58c-eae0499b1e10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666369 3320 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:e5d78ad2-61ba-4123-b58c-eae0499b1e10}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666387 3320 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.1.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e5d78ad2-61ba-4123-b58c-eae0499b1e10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:e5d78ad2-61ba-4123-b58c-eae0499b1e10}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666595 3320 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 == {4210d47c-2e4d-4543-8733-bc96cb989857}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666637 3320 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:4210d47c-2e4d-4543-8733-bc96cb989857}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666653 3320 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 == {4210d47c-2e4d-4543-8733-bc96cb989857}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:4210d47c-2e4d-4543-8733-bc96cb989857}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666872 3320 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 == {e179d0c5-45e4-48f6-bea9-a8b5486c6b03}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666904 3320 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:e179d0c5-45e4-48f6-bea9-a8b5486c6b03}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.666919 3320 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 == {e179d0c5-45e4-48f6-bea9-a8b5486c6b03}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:e179d0c5-45e4-48f6-bea9-a8b5486c6b03}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.667199 3320 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {dd89f67e-8925-4b7a-9389-d5d274c2eece}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.667237 3320 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:dd89f67e-8925-4b7a-9389-d5d274c2eece}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.667255 3320 transact.go:42] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {dd89f67e-8925-4b7a-9389-d5d274c2eece}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:dd89f67e-8925-4b7a-9389-d5d274c2eece}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.678490 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-1-181.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-181.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268260}] I0703 21:56:12.678536 3320 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:u3879268260}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.678561 3320 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-181.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-181.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc0092c1fb0 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-181.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-181.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-1-181.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-181.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268260} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3879268260}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.685929 3320 base_network_controller.go:532] When adding node ip-10-0-1-181.ec2.internal for network default, found 12 pods to add to retryPods I0703 21:56:12.685944 3320 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-f42kw to retryPods for network default I0703 21:56:12.685976 3320 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal to retryPods for network default I0703 21:56:12.685982 3320 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr to retryPods for network default I0703 21:56:12.685986 3320 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-ld22l to retryPods for network default I0703 21:56:12.685990 3320 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-gg4w5 to retryPods for network default I0703 21:56:12.685995 3320 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-cnqtk to retryPods for network default I0703 21:56:12.685999 3320 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal to retryPods for network default I0703 21:56:12.686003 3320 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-qh67m to retryPods for network default I0703 21:56:12.686008 3320 base_network_controller.go:538] Adding pod openshift-multus/multus-hvpjx to retryPods for network default I0703 21:56:12.686012 3320 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-psmmd to retryPods for network default I0703 21:56:12.686015 3320 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-jgtmq to retryPods for network default I0703 21:56:12.686020 3320 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-qx9vs to retryPods for network default I0703 21:56:12.686031 3320 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0703 21:56:12.686046 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:12.686059 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-181.ec2.internal I0703 21:56:12.686122 3320 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-1-181.ec2.internal. Updating no re-route policies I0703 21:56:12.686120 3320 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0703 21:56:12.686136 3320 obj_retry.go:409] Going to retry *v1.Pod resource setup for 14 objects: [openshift-multus/network-metrics-daemon-kbbxz kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal openshift-image-registry/node-ca-cnqtk openshift-network-diagnostics/network-check-target-jgtmq openshift-multus/multus-hvpjx openshift-ovn-kubernetes/ovnkube-node-qx9vs kube-system/konnectivity-agent-f42kw openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr openshift-dns/node-resolver-gg4w5 openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal openshift-multus/multus-additional-cni-plugins-qh67m openshift-multus/network-metrics-daemon-psmmd openshift-network-diagnostics/network-check-target-d8674 openshift-cluster-node-tuning-operator/tuned-ld22l] I0703 21:56:12.686170 3320 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 21:56:12.686180 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:12.686189 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-ld22l I0703 21:56:12.686194 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:12.686197 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-ld22l I0703 21:56:12.686196 3320 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal I0703 21:56:12.686207 3320 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-jgtmq in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686217 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-hvpjx I0703 21:56:12.686285 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-hvpjx I0703 21:56:12.686265 3320 obj_retry.go:285] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-d8674 before timer (time: 2026-07-03 21:56:13.449621383 +0000 UTC m=+4.693015202): skip I0703 21:56:12.686282 3320 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.181 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9f245c69-c288-4bd5-bf35-f7be27353239}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.686215 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-image-registry/node-ca-cnqtk I0703 21:56:12.686303 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-image-registry/node-ca-cnqtk I0703 21:56:12.686301 3320 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.181 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9f245c69-c288-4bd5-bf35-f7be27353239}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.686294 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-hvpjx in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686353 3320 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-hvpjx after 0 failed attempt(s) I0703 21:56:12.686361 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-hvpjx I0703 21:56:12.686308 3320 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-cnqtk in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686373 3320 obj_retry.go:386] Retry successful for *v1.Pod openshift-image-registry/node-ca-cnqtk after 0 failed attempt(s) I0703 21:56:12.686377 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-cnqtk I0703 21:56:12.686235 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-dns/node-resolver-gg4w5 I0703 21:56:12.686387 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-dns/node-resolver-gg4w5 I0703 21:56:12.686395 3320 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-gg4w5 in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686399 3320 obj_retry.go:386] Retry successful for *v1.Pod openshift-dns/node-resolver-gg4w5 after 0 failed attempt(s) I0703 21:56:12.686402 3320 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-gg4w5 I0703 21:56:12.686227 3320 obj_retry.go:285] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-kbbxz before timer (time: 2026-07-03 21:56:13.53530978 +0000 UTC m=+4.778703589): skip I0703 21:56:12.686239 3320 obj_retry.go:365] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal I0703 21:56:12.686412 3320 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686416 3320 obj_retry.go:386] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal after 0 failed attempt(s) I0703 21:56:12.686420 3320 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-181.ec2.internal I0703 21:56:12.686248 3320 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-jgtmq] creating logical port openshift-network-diagnostics_network-check-target-jgtmq for pod on switch ip-10-0-1-181.ec2.internal I0703 21:56:12.686242 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:12.686500 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:12.686504 3320 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686509 3320 obj_retry.go:386] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs after 0 failed attempt(s) I0703 21:56:12.686514 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:12.686242 3320 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/konnectivity-agent-f42kw I0703 21:56:12.686524 3320 obj_retry.go:365] Adding new object: *v1.Pod kube-system/konnectivity-agent-f42kw I0703 21:56:12.686529 3320 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-f42kw in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686534 3320 obj_retry.go:386] Retry successful for *v1.Pod kube-system/konnectivity-agent-f42kw after 0 failed attempt(s) I0703 21:56:12.686540 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-f42kw I0703 21:56:12.686207 3320 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-ld22l in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686549 3320 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-ld22l after 0 failed attempt(s) I0703 21:56:12.686554 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-ld22l I0703 21:56:12.686244 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr I0703 21:56:12.686569 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr I0703 21:56:12.686580 3320 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686585 3320 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr after 0 failed attempt(s) I0703 21:56:12.686590 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xrhwr I0703 21:56:12.686253 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:12.686600 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:12.686607 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qh67m in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686613 3320 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-qh67m after 0 failed attempt(s) I0703 21:56:12.686618 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:12.686595 3320 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:c74be6f7-3838-4c9d-8ddc-73c4060e59a5 requested-chassis:ip-10-0-1-181.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f1c2850-d5f2-4118-9db2-0f25672b0bdb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.686256 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal I0703 21:56:12.686689 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal I0703 21:56:12.686259 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:12.686702 3320 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686708 3320 obj_retry.go:386] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal after 0 failed attempt(s) I0703 21:56:12.686710 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:12.686713 3320 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-181.ec2.internal I0703 21:56:12.686721 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-psmmd in node ip-10-0-1-181.ec2.internal I0703 21:56:12.686751 3320 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-psmmd] creating logical port openshift-multus_network-metrics-daemon-psmmd for pod on switch ip-10-0-1-181.ec2.internal I0703 21:56:12.686754 3320 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:3f1c2850-d5f2-4118-9db2-0f25672b0bdb}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.686831 3320 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:3f1c2850-d5f2-4118-9db2-0f25672b0bdb}]}}] Timeout: Where:[where column _uuid == {0fe7ffa5-4e62-490a-9bc1-0e734623fe5d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.686942 3320 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:u3879268261}] I0703 21:56:12.686971 3320 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:272a1191-7eaf-4700-a600-b19ce1366aa2 requested-chassis:ip-10-0-1-181.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4c2217b1-d221-4ea5-8cac-5cffab42f475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.686978 3320 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {50627a9d-342a-4929-9556-a5a54443d808}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.687028 3320 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:50627a9d-342a-4929-9556-a5a54443d808}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.687026 3320 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:u3879268261}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.687051 3320 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:c74be6f7-3838-4c9d-8ddc-73c4060e59a5 requested-chassis:ip-10-0-1-181.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f1c2850-d5f2-4118-9db2-0f25672b0bdb}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:3f1c2850-d5f2-4118-9db2-0f25672b0bdb}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:3f1c2850-d5f2-4118-9db2-0f25672b0bdb}]}}] Timeout: Where:[where column _uuid == {0fe7ffa5-4e62-490a-9bc1-0e734623fe5d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {50627a9d-342a-4929-9556-a5a54443d808}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:50627a9d-342a-4929-9556-a5a54443d808}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.687026 3320 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:4c2217b1-d221-4ea5-8cac-5cffab42f475}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.687138 3320 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:4c2217b1-d221-4ea5-8cac-5cffab42f475}]}}] Timeout: Where:[where column _uuid == {4ef3478a-f785-4ee7-83af-cb12998fc5b3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.687052 3320 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:0xc0094281e0 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:u3879268261} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u3879268261}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.687274 3320 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b8447faf-e794-4791-beaa-b3b3713b6f15}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.687321 3320 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:b8447faf-e794-4791-beaa-b3b3713b6f15}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.687345 3320 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:272a1191-7eaf-4700-a600-b19ce1366aa2 requested-chassis:ip-10-0-1-181.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4c2217b1-d221-4ea5-8cac-5cffab42f475}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:4c2217b1-d221-4ea5-8cac-5cffab42f475}]}}] Timeout: Where:[where column _uuid == {0b15c651-e5c4-4bdf-814b-de10681dfd1f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:4c2217b1-d221-4ea5-8cac-5cffab42f475}]}}] Timeout: Where:[where column _uuid == {4ef3478a-f785-4ee7-83af-cb12998fc5b3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.181 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b8447faf-e794-4791-beaa-b3b3713b6f15}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:b8447faf-e794-4791-beaa-b3b3713b6f15}]}}] Timeout: Where:[where column _uuid == {0730cdba-97c9-4db5-828e-f7ba3afc2a59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.687416 3320 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-jgtmq): added port &{name:openshift-network-diagnostics_network-check-target-jgtmq uuid:3f1c2850-d5f2-4118-9db2-0f25672b0bdb logicalSwitch:ip-10-0-1-181.ec2.internal ips:[0xc008e87590] 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:12.687481 3320 pods.go:252] [openshift-network-diagnostics/network-check-target-jgtmq] addLogicalPort took 1.248936ms, libovsdb time 353.556µs I0703 21:56:12.687498 3320 obj_retry.go:386] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-jgtmq after 0 failed attempt(s) I0703 21:56:12.687453 3320 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "c74be6f7-3838-4c9d-8ddc-73c4060e59a5" I0703 21:56:12.687506 3320 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-jgtmq I0703 21:56:12.687879 3320 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-psmmd): added port &{name:openshift-multus_network-metrics-daemon-psmmd uuid:4c2217b1-d221-4ea5-8cac-5cffab42f475 logicalSwitch:ip-10-0-1-181.ec2.internal ips:[0xc0085edc50] 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:12.687906 3320 pods.go:252] [openshift-multus/network-metrics-daemon-psmmd] addLogicalPort took 1.164106ms, libovsdb time 523.982µs I0703 21:56:12.687918 3320 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-psmmd after 0 failed attempt(s) I0703 21:56:12.687923 3320 egressip.go:1976] Egress node: ip-10-0-1-181.ec2.internal about to be initialized I0703 21:56:12.687934 3320 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "272a1191-7eaf-4700-a600-b19ce1366aa2" I0703 21:56:12.687925 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-psmmd I0703 21:56:12.688029 3320 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 1.890015ms) I0703 21:56:12.688033 3320 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 == {5f5ee761-9867-4254-a20e-0901acec0a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.688078 3320 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:5f5ee761-9867-4254-a20e-0901acec0a8e}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.688095 3320 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 == {5f5ee761-9867-4254-a20e-0901acec0a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:5f5ee761-9867-4254-a20e-0901acec0a8e}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.691457 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:12.691516 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-181.ec2.internal E0703 21:56:12.691547 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:56:12.691565 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:56:12.691574 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:56:12.692062 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:12.692080 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-181.ec2.internal I0703 21:56:12.692121 3320 egressip.go:1976] Egress node: ip-10-0-1-181.ec2.internal about to be initialized I0703 21:56:12.692180 3320 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 == {5f5ee761-9867-4254-a20e-0901acec0a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.692223 3320 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:5f5ee761-9867-4254-a20e-0901acec0a8e}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.692247 3320 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 == {5f5ee761-9867-4254-a20e-0901acec0a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:5f5ee761-9867-4254-a20e-0901acec0a8e}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:12.694151 3320 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:12.707062 3320 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:12.707929 3320 ovs.go:162] Exec(57): stdout: "" I0703 21:56:12.707943 3320 ovs.go:163] Exec(57): stderr: "" I0703 21:56:12.707964 3320 gateway_shared_intf.go:2164] Successfully added route into custom routing table: 7 I0703 21:56:12.707974 3320 ovs.go:159] Exec(58): /usr/sbin/ip -4 rule I0703 21:56:12.709379 3320 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:12.709391 3320 ovs.go:163] Exec(58): stderr: "" I0703 21:56:12.709398 3320 ovs.go:159] Exec(59): /usr/sbin/ip -4 rule add fwmark 0x1745ec lookup 7 prio 30 I0703 21:56:12.710783 3320 ovs.go:162] Exec(59): stdout: "" I0703 21:56:12.710798 3320 ovs.go:163] Exec(59): stderr: "" I0703 21:56:12.710811 3320 ovs.go:159] Exec(60): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.rp_filter=2 I0703 21:56:12.711688 3320 ovs.go:162] Exec(60): stdout: "net.ipv4.conf.ovn-k8s-mp0.rp_filter = 2\n" I0703 21:56:12.711701 3320 ovs.go:163] Exec(60): stderr: "" I0703 21:56:12.711711 3320 gateway_shared_intf.go:2357] Creating Gateway Node Port Watcher I0703 21:56:12.711724 3320 ovs.go:159] Exec(61): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0703 21:56:12.717163 3320 ovs.go:162] Exec(61): stdout: "1\n" I0703 21:56:12.717179 3320 ovs.go:163] Exec(61): stderr: "" I0703 21:56:12.722855 3320 iptables.go:107] Creating table: mangle chain: OUTPUT I0703 21:56:12.723936 3320 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:12.725094 3320 iptables.go:120] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0703 21:56:12.726235 3320 iptables.go:107] Creating table: nat chain: OUTPUT I0703 21:56:12.727414 3320 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:12.728598 3320 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0703 21:56:12.729758 3320 iptables.go:107] Creating table: nat chain: PREROUTING I0703 21:56:12.730876 3320 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:12.732009 3320 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0703 21:56:12.734323 3320 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0703 21:56:12.736567 3320 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0703 21:56:12.739143 3320 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0703 21:56:12.741468 3320 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0703 21:56:12.767747 3320 iptables.go:107] Creating table: filter chain: FORWARD I0703 21:56:12.769266 3320 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:12.770979 3320 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:12.774482 3320 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:12.777422 3320 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:12.780328 3320 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:12.783755 3320 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:12.786644 3320 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:12.788160 3320 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.1 W0703 21:56:12.788234 3320 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:12.788274 3320 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.4 W0703 21:56:12.788330 3320 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:12.788383 3320 gateway_init.go:423] Gateway and management port readiness took 2.24651894s I0703 21:56:12.788419 3320 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0703 21:56:12.788451 3320 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0703 21:56:12.788459 3320 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0703 21:56:12.788466 3320 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0703 21:56:12.788601 3320 network_controller.go:244] [node-nad-controller network controller]: syncing all networks I0703 21:56:12.788609 3320 network_controller.go:255] [node-nad-controller network controller]: finished syncing all networks. Time taken: 9.55µs I0703 21:56:12.788614 3320 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0703 21:56:12.788624 3320 nad_controller.go:161] [node-nad-controller NAD controller]: started I0703 21:56:12.788629 3320 default_node_network_controller.go:988] Starting the default node network controller I0703 21:56:12.789068 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:12.789122 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:12.789175 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:12.789198 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-118.ec2.internal, new=ip-10-0-2-118.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal I0703 21:56:12.789209 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:12.789218 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:12.794162 3320 gateway_init.go:433] Initializing Gateway Functionality for gateway Start I0703 21:56:12.794325 3320 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.1.181:{10.0.1.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::858:aff:fe80:2:{fe80:: ffffffffffffffff0000000000000000} fe80::f0be:4867:1e7d:334d:{fe80:: ffffffffffffffff0000000000000000}] I0703 21:56:12.794466 3320 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:12.794482 3320 default_node_network_controller.go:1078] Upgrade Hack: Interconnect is enabled I0703 21:56:12.797236 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:12.797259 3320 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:12.808408 3320 ovs.go:162] Exec(62): stdout: "" I0703 21:56:12.808429 3320 ovs.go:163] Exec(62): stderr: "" I0703 21:56:12.808438 3320 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:13.067000 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-bc5j8: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.2.118], PodStatus: false, PodCompleted?: false I0703 21:56:13.067025 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-bc5j8 I0703 21:56:13.067036 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:13.067055 3320 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-bc5j8 I0703 21:56:13.067075 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-bc5j8 I0703 21:56:13.067089 3320 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-bc5j8 in node ip-10-0-2-118.ec2.internal I0703 21:56:13.067095 3320 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-bc5j8 I0703 21:56:13.067101 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:13.067108 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-bc5j8 I0703 21:56:13.067041 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-bc5j8 in Admin Network Policy controller I0703 21:56:13.067132 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-bc5j8 Admin Network Policy controller: took 92.772µs I0703 21:56:13.097923 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-m6pc2 I0703 21:56:13.097922 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:13.098016 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-m6pc2: podLabels app=multus,component=network,controller-revision-hash=5665fcd65c,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.118], PodStatus: false, PodCompleted?: false I0703 21:56:13.098041 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-m6pc2 I0703 21:56:13.098050 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-m6pc2 in Admin Network Policy controller I0703 21:56:13.098060 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-m6pc2 I0703 21:56:13.098061 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-m6pc2 Admin Network Policy controller: took 11.822µs I0703 21:56:13.098076 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-m6pc2 in node ip-10-0-2-118.ec2.internal I0703 21:56:13.098085 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-m6pc2 I0703 21:56:13.098096 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:13.098105 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-m6pc2 I0703 21:56:13.098142 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-multus/multus-m6pc2. OVN-Kubernetes controller took 4.1121e-05 seconds. No OVN measurement. I0703 21:56:13.137200 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:13.137280 3320 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:13.137300 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:13.137317 3320 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn in node ip-10-0-2-118.ec2.internal I0703 21:56:13.137328 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:13.137338 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:13.137352 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:13.137248 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-c6lbn: podLabels app=ovnkube-node,component=network,controller-revision-hash=594c9878bb,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.2.118], PodStatus: false, PodCompleted?: false I0703 21:56:13.137257 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:13.137395 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn in Admin Network Policy controller I0703 21:56:13.137407 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn Admin Network Policy controller: took 12.888µs I0703 21:56:13.164856 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:13.164966 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:13.164987 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:13.164999 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-kbbxz in node ip-10-0-2-118.ec2.internal I0703 21:56:13.165022 3320 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-kbbxz, new=openshift-multus/network-metrics-daemon-kbbxz, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-kbbxz: suppressed error logged: pod openshift-multus/network-metrics-daemon-kbbxz: no pod IPs found I0703 21:56:13.165038 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:13.165052 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:13.241856 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:13.241885 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:13.241904 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:13.241919 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in node ip-10-0-2-118.ec2.internal I0703 21:56:13.241931 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:13.241940 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:13.241966 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:13.241964 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:13.241988 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-4khx8: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=7f6c64d789,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.118], PodStatus: false, PodCompleted?: false I0703 21:56:13.242031 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in Admin Network Policy controller I0703 21:56:13.242042 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-4khx8 Admin Network Policy controller: took 12.277µs I0703 21:56:13.264324 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-7jz98 I0703 21:56:13.264400 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-7jz98: podLabels app=konnectivity-agent,controller-revision-hash=79779977f9,pod-template-generation=1, podIPs: [10.0.2.118], PodStatus: false, PodCompleted?: false I0703 21:56:13.264431 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:13.264432 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-7jz98 in Admin Network Policy controller I0703 21:56:13.264445 3320 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:13.264450 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-7jz98 Admin Network Policy controller: took 20.863µs I0703 21:56:13.264457 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-7jz98 I0703 21:56:13.264480 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-7jz98 in node ip-10-0-2-118.ec2.internal I0703 21:56:13.264489 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:13.264495 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:13.264502 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-7jz98 I0703 21:56:13.284479 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:13.284485 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-ph6kb: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.2.118], PodStatus: false, PodCompleted?: false I0703 21:56:13.284498 3320 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-ph6kb I0703 21:56:13.284506 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-ph6kb in Admin Network Policy controller I0703 21:56:13.284513 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-ph6kb I0703 21:56:13.284517 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-ph6kb Admin Network Policy controller: took 10.605µs I0703 21:56:13.284526 3320 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-ph6kb in node ip-10-0-2-118.ec2.internal I0703 21:56:13.284527 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-ph6kb I0703 21:56:13.284533 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-ph6kb I0703 21:56:13.284553 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:13.284564 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-ph6kb I0703 21:56:13.298844 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:13.298872 3320 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:13.306436 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-7wsvw: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.2.118], PodStatus: false, PodCompleted?: false I0703 21:56:13.306450 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:13.306461 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:13.306467 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-7wsvw in Admin Network Policy controller I0703 21:56:13.306467 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:13.306480 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-7wsvw Admin Network Policy controller: took 13.481µs I0703 21:56:13.306486 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:13.306501 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-7wsvw in node ip-10-0-2-118.ec2.internal I0703 21:56:13.306508 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:13.306514 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:13.306521 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:13.308516 3320 ovs.go:162] Exec(63): stdout: "" I0703 21:56:13.308530 3320 ovs.go:163] Exec(63): stderr: "" I0703 21:56:13.308538 3320 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:13.328035 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:13.328034 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.2.118], PodStatus: false, PodCompleted?: false I0703 21:56:13.328133 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv in Admin Network Policy controller I0703 21:56:13.328142 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv Admin Network Policy controller: took 13.682µs I0703 21:56:13.328053 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:13.328155 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:13.328166 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:13.328180 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv in node ip-10-0-2-118.ec2.internal I0703 21:56:13.328188 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:13.328196 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:13.328203 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:13.346305 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:13.346327 3320 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:13.346342 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:13.346356 3320 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-d8674 in node ip-10-0-2-118.ec2.internal I0703 21:56:13.346381 3320 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-d8674, new=openshift-network-diagnostics/network-check-target-d8674, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-d8674: suppressed error logged: pod openshift-network-diagnostics/network-check-target-d8674: no pod IPs found I0703 21:56:13.346392 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:13.346429 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:13.798595 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:13.798636 3320 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:13.809504 3320 ovs.go:162] Exec(64): stdout: "" I0703 21:56:13.809523 3320 ovs.go:163] Exec(64): stderr: "" I0703 21:56:13.809534 3320 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:14.070144 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:14.070179 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-181.ec2.internal E0703 21:56:14.070233 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:56:14.070254 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:56:14.070264 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:56:14.070409 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:14.070423 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-181.ec2.internal I0703 21:56:14.070458 3320 egressip.go:1976] Egress node: ip-10-0-1-181.ec2.internal about to be initialized I0703 21:56:14.070519 3320 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 == {5f5ee761-9867-4254-a20e-0901acec0a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:14.070571 3320 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:5f5ee761-9867-4254-a20e-0901acec0a8e}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:14.070591 3320 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 == {5f5ee761-9867-4254-a20e-0901acec0a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:5f5ee761-9867-4254-a20e-0901acec0a8e}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:14.297836 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:14.297866 3320 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:14.308710 3320 ovs.go:162] Exec(65): stdout: "" I0703 21:56:14.308735 3320 ovs.go:163] Exec(65): stderr: "" I0703 21:56:14.308747 3320 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:14.798546 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:14.798582 3320 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:14.809888 3320 ovs.go:162] Exec(66): stdout: "" I0703 21:56:14.809915 3320 ovs.go:163] Exec(66): stderr: "" I0703 21:56:14.809928 3320 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:14.860359 3320 ovs.go:159] Exec(67): /usr/bin/ovn-appctl -t /var/run/ovn/ovn-controller.3030.ctl connection-status I0703 21:56:14.863826 3320 ovs.go:162] Exec(67): stdout: "connected\n" I0703 21:56:14.863844 3320 ovs.go:163] Exec(67): stderr: "" I0703 21:56:14.910066 3320 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-e16084bf9d0ee2a3549d8296f7822b2915bafc202387e556d0f3bb045e009f85.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2de16084bf9d0ee2a3549d8296f7822b2915bafc202387e556d0f3bb045e009f85_2emount"}, Sequence:0x39} I0703 21:56:14.910138 3320 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-e16084bf9d0ee2a3549d8296f7822b2915bafc202387e556d0f3bb045e009f85.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2de16084bf9d0ee2a3549d8296f7822b2915bafc202387e556d0f3bb045e009f85_2emount"}, Sequence:0x3a} I0703 21:56:14.910155 3320 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:14.910167 3320 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:14.910175 3320 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:14.910183 3320 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:14.910193 3320 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:14.910201 3320 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:14.910209 3320 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:14.910216 3320 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:14.910223 3320 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:14.910251 3320 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:14.910292 3320 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:14.910426 3320 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:0x655bbfbbdac90}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "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:0x655bbfbbd6e6f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9f1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd6e4a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9cd}, "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:0x655bbfbbd95b2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79e134}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5b, 0x7b, 0x99, 0xa5, 0x4b, 0xb0, 0x48, 0x77, 0xbd, 0xa5, 0x5e, 0x38, 0x4b, 0x5f, 0x39, 0x73}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbdac90}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x46} I0703 21:56:14.910898 3320 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:0x655bbfb693c0a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x47} I0703 21:56:14.911057 3320 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:14.911079 3320 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:0x655bbfb6b6b0f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "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:0x655bbfb6b6ab9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb6b6ab8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63a}, "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:0x655bbfb6b6b0f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x87, 0xc4, 0x0, 0x6a, 0xc9, 0x3f, 0x4f, 0x3, 0xb1, 0x28, 0x73, 0xcc, 0xb8, 0x2b, 0x86, 0xb7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbaf01bc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b4d3f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x49} I0703 21:56:14.911222 3320 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-e16084bf9d0ee2a3549d8296f7822b2915bafc202387e556d0f3bb045e009f85-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2de16084bf9d0ee2a3549d8296f7822b2915bafc202387e556d0f3bb045e009f85_2dmerged_2emount"}, Sequence:0x4a} I0703 21:56:14.911322 3320 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:0x655bbfba6b628}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6301aa}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4b} I0703 21:56:14.911370 3320 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:0x655bbfbbd5ca7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "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:0x655bbfbbd5c9f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5c9f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xd9, 0x10, 0xa1, 0xf8, 0x50, 0x47, 0x4c, 0xae, 0xb1, 0x4a, 0xb4, 0xc3, 0x9a, 0xbe, 0x3b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4c} I0703 21:56:14.911417 3320 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:0x655bbfbc0b6a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "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:0x655bbfbc0b69b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b697}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0x7c, 0xdb, 0x5c, 0xf6, 0xf2, 0x41, 0x57, 0xb8, 0x5d, 0xed, 0x5e, 0x1c, 0xb6, 0x21, 0xd5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4d} I0703 21:56:14.966902 3320 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-6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_2escope"}, Sequence:0x4e} I0703 21:56:14.966963 3320 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 {}{0x3ba, "/org/freedesktop/systemd1/job/954", "crio-conmon-6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665.scope"}, Sequence:0x4f} I0703 21:56:14.966979 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodfca4cb75_5fffab_5f4ad4_5fb2e0_5f0bb031f8ae9e_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:0x655bbfc9a47ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "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:0x655bbfc9a4497}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569019}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a4494}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569016}, "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:0x655bbfc9a47ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x33, 0x52, 0x71, 0x62, 0xa9, 0x44, 0xf3, 0xba, 0xb9, 0x8b, 0xbe, 0x72, 0xf5, 0x4e, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a47ac}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x50} I0703 21:56:14.967164 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:14.967220 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x52} I0703 21:56:14.980323 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:14.980374 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:0x655bbfe5c3cd1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3188853}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c3ccd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318884f}, "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{0xb7, 0xe7, 0x9f, 0x4e, 0x26, 0xb6, 0x41, 0xa6, 0x9f, 0xf7, 0xa2, 0x2, 0x38, 0xf5, 0xd1, 0x7b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ba, "/org/freedesktop/systemd1/job/954"}}, "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:14.980449 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:14.980650 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:0x655bbfe5c7020}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318bba2}, "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:0x655bbfe5c3cd1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3188853}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c3ccd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318884f}, "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:0x655bbfe5c7020}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318bba2}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb7, 0xe7, 0x9f, 0x4e, 0x26, 0xb6, 0x41, 0xa6, 0x9f, 0xf7, 0xa2, 0x2, 0x38, 0xf5, 0xd1, 0x7b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ba, "/org/freedesktop/systemd1/job/954"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c7020}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318bba2}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x56} I0703 21:56:14.980723 3320 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 {}{0x3ba, "/org/freedesktop/systemd1/job/954", "crio-conmon-6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665.scope", "done"}, Sequence:0x57} I0703 21:56:14.980744 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:14.980804 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:0x655bbfe5c7020}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318bba2}, "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:0x655bbfe5c3cd1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3188853}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c3ccd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318884f}, "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:0x655bbfe5c7020}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318bba2}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb7, 0xe7, 0x9f, 0x4e, 0x26, 0xb6, 0x41, 0xa6, 0x9f, 0xf7, 0xa2, 0x2, 0x38, 0xf5, 0xd1, 0x7b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c7020}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318bba2}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x59} I0703 21:56:14.985103 3320 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-6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665.scope", "/org/freedesktop/systemd1/unit/crio_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_2escope"}, Sequence:0x5a} I0703 21:56:14.985127 3320 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 {}{0x3c0, "/org/freedesktop/systemd1/job/960", "crio-6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665.scope"}, Sequence:0x5b} I0703 21:56:14.985252 3320 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:0x655bbfba6f2ce}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x633e50}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5c} I0703 21:56:14.985297 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:14.985341 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5e} I0703 21:56:14.985426 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodfca4cb75_5fffab_5f4ad4_5fb2e0_5f0bb031f8ae9e_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:0x655bbfc9a47ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "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:0x655bbfc9a4497}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569019}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a4494}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569016}, "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:0x655bbfc9a47ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x33, 0x52, 0x71, 0x62, 0xa9, 0x44, 0xf3, 0xba, 0xb9, 0x8b, 0xbe, 0x72, 0xf5, 0x4e, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a47ac}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5f} I0703 21:56:14.986678 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:14.986788 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:0x655bbfe5c83e8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318cf6a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c83e6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318cf69}, "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{0x7f, 0xe5, 0xde, 0xca, 0x66, 0xdb, 0x4e, 0x43, 0xb5, 0x89, 0x2, 0xc7, 0xa5, 0xa, 0xe6, 0x3c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3c0, "/org/freedesktop/systemd1/job/960"}}, "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:14.986880 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:14.986977 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:0x655bbfe5c8966}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318d4e8}, "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:0x655bbfe5c83e8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318cf6a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c83e6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318cf69}, "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:0x655bbfe5c8966}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318d4e8}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7f, 0xe5, 0xde, 0xca, 0x66, 0xdb, 0x4e, 0x43, 0xb5, 0x89, 0x2, 0xc7, 0xa5, 0xa, 0xe6, 0x3c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3c0, "/org/freedesktop/systemd1/job/960"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c8966}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318d4e8}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x63} I0703 21:56:14.987044 3320 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 {}{0x3c0, "/org/freedesktop/systemd1/job/960", "crio-6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665.scope", "done"}, Sequence:0x64} I0703 21:56:14.987141 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:14.987217 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:0x655bbfe5c8966}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318d4e8}, "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:0x655bbfe5c83e8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318cf6a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c83e6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318cf69}, "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:0x655bbfe5c8966}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318d4e8}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7f, 0xe5, 0xde, 0xca, 0x66, 0xdb, 0x4e, 0x43, 0xb5, 0x89, 0x2, 0xc7, 0xa5, 0xa, 0xe6, 0x3c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c8966}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318d4e8}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0703 21:56:15.019778 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:15.019827 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:0x655bbfe5c8966}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318d4e8}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5d08fa}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x319547c}, "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:0x655bbfe5c83e8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318cf6a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c83e6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318cf69}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5d08fa}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x319547c}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c8966}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318d4e8}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7f, 0xe5, 0xde, 0xca, 0x66, 0xdb, 0x4e, 0x43, 0xb5, 0x89, 0x2, 0xc7, 0xa5, 0xa, 0xe6, 0x3c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5d08fa}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x319547c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x68} I0703 21:56:15.019894 3320 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-6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665.scope", "/org/freedesktop/systemd1/unit/crio_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_2escope"}, Sequence:0x69} I0703 21:56:15.024321 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:15.024419 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_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:0x655bbfe5c7020}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318bba2}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5d1a9e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3196620}, "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:0x655bbfe5c3cd1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3188853}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c3ccd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318884f}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5d1a9e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3196620}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5c7020}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318bba2}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb7, 0xe7, 0x9f, 0x4e, 0x26, 0xb6, 0x41, 0xa6, 0x9f, 0xf7, 0xa2, 0x2, 0x38, 0xf5, 0xd1, 0x7b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfe5d1a9e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3196620}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x6b} I0703 21:56:15.024472 3320 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-6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d6845d4788ef2846de196a561e2ed23b9b9f907311e17c293786dbdbd75961665_2escope"}, Sequence:0x6c} I0703 21:56:15.297982 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:15.298015 3320 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:15.307124 3320 ovs.go:162] Exec(68): stdout: "" I0703 21:56:15.307143 3320 ovs.go:163] Exec(68): stderr: "" I0703 21:56:15.307154 3320 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:15.693390 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:15.693417 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:15.693433 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:15.693448 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qh67m in node ip-10-0-1-181.ec2.internal I0703 21:56:15.693458 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:15.693465 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:15.693472 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:15.798036 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:15.798065 3320 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:15.807336 3320 ovs.go:162] Exec(69): stdout: "" I0703 21:56:15.807352 3320 ovs.go:163] Exec(69): stderr: "" I0703 21:56:15.807362 3320 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:16.297760 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:16.297787 3320 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:16.306903 3320 ovs.go:162] Exec(70): stdout: "" I0703 21:56:16.306922 3320 ovs.go:163] Exec(70): stderr: "" I0703 21:56:16.306930 3320 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:16.798214 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:16.798244 3320 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:16.807683 3320 ovs.go:162] Exec(71): stdout: "" I0703 21:56:16.807698 3320 ovs.go:163] Exec(71): stderr: "" I0703 21:56:16.807707 3320 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:17.298295 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:17.298343 3320 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:17.307847 3320 ovs.go:162] Exec(72): stdout: "" I0703 21:56:17.307863 3320 ovs.go:163] Exec(72): stderr: "" I0703 21:56:17.307872 3320 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:17.797607 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:17.797632 3320 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:17.807192 3320 ovs.go:162] Exec(73): stdout: "" I0703 21:56:17.807210 3320 ovs.go:163] Exec(73): stderr: "" I0703 21:56:17.807220 3320 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:18.297640 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:18.297667 3320 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:18.306966 3320 ovs.go:162] Exec(74): stdout: "" I0703 21:56:18.306983 3320 ovs.go:163] Exec(74): stderr: "" I0703 21:56:18.306992 3320 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:18.797347 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:18.797376 3320 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:18.806756 3320 ovs.go:162] Exec(75): stdout: "" I0703 21:56:18.806777 3320 ovs.go:163] Exec(75): stderr: "" I0703 21:56:18.806787 3320 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:19.298408 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:19.298437 3320 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:19.306596 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:19.306671 3320 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:19.306711 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:19.306745 3320 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs in node ip-10-0-1-181.ec2.internal I0703 21:56:19.306758 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:19.306784 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:19.306798 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:19.306832 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-ovn-kubernetes/ovnkube-node-qx9vs. OVN-Kubernetes controller took 6.4867e-05 seconds. No OVN measurement. I0703 21:56:19.308964 3320 ovs.go:162] Exec(76): stdout: "" I0703 21:56:19.308981 3320 ovs.go:163] Exec(76): stderr: "" I0703 21:56:19.308993 3320 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:19.339030 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:19.339112 3320 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:19.339136 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:19.339169 3320 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-qx9vs in node ip-10-0-1-181.ec2.internal I0703 21:56:19.339182 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:19.339201 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:19.339216 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-qx9vs I0703 21:56:19.339241 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-ovn-kubernetes/ovnkube-node-qx9vs. OVN-Kubernetes controller took 6.3894e-05 seconds. No OVN measurement. I0703 21:56:19.798170 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:19.798198 3320 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:19.809792 3320 ovs.go:162] Exec(77): stdout: "" I0703 21:56:19.809821 3320 ovs.go:163] Exec(77): stderr: "" I0703 21:56:19.809833 3320 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:20.298880 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:20.298906 3320 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:20.310619 3320 ovs.go:162] Exec(78): stdout: "" I0703 21:56:20.310639 3320 ovs.go:163] Exec(78): stderr: "" I0703 21:56:20.310649 3320 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:20.798195 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:20.798221 3320 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:20.807426 3320 ovs.go:162] Exec(79): stdout: "" I0703 21:56:20.807446 3320 ovs.go:163] Exec(79): stderr: "" I0703 21:56:20.807456 3320 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:20.902520 3320 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-94ebd33ec8a3a0d06199cd89b871e18f2452da8e50e5832457e8ff24ea85737d.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d94ebd33ec8a3a0d06199cd89b871e18f2452da8e50e5832457e8ff24ea85737d_2emount"}, Sequence:0x6d} I0703 21:56:20.902576 3320 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-94ebd33ec8a3a0d06199cd89b871e18f2452da8e50e5832457e8ff24ea85737d.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d94ebd33ec8a3a0d06199cd89b871e18f2452da8e50e5832457e8ff24ea85737d_2emount"}, Sequence:0x6e} I0703 21:56:20.902595 3320 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:20.902629 3320 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:20.902745 3320 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:20.902786 3320 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:20.902877 3320 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:20.902971 3320 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:20.903013 3320 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:20.903081 3320 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:20.903232 3320 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:20.903293 3320 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:20.903458 3320 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:20.903521 3320 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:0x655bbfbbdac90}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "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:0x655bbfbbd6e6f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9f1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd6e4a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9cd}, "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:0x655bbfbbd95b2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79e134}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5b, 0x7b, 0x99, 0xa5, 0x4b, 0xb0, 0x48, 0x77, 0xbd, 0xa5, 0x5e, 0x38, 0x4b, 0x5f, 0x39, 0x73}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbdac90}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7a} I0703 21:56:20.903681 3320 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:0x655bbfb693c0a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7b} I0703 21:56:20.903738 3320 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:20.903848 3320 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:0x655bbfb6b6b0f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "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:0x655bbfb6b6ab9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb6b6ab8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63a}, "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:0x655bbfb6b6b0f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x87, 0xc4, 0x0, 0x6a, 0xc9, 0x3f, 0x4f, 0x3, 0xb1, 0x28, 0x73, 0xcc, 0xb8, 0x2b, 0x86, 0xb7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbaf01bc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b4d3f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7d} I0703 21:56:20.903924 3320 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-94ebd33ec8a3a0d06199cd89b871e18f2452da8e50e5832457e8ff24ea85737d-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d94ebd33ec8a3a0d06199cd89b871e18f2452da8e50e5832457e8ff24ea85737d_2dmerged_2emount"}, Sequence:0x7e} I0703 21:56:20.903992 3320 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:0x655bbfba6b628}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6301aa}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7f} I0703 21:56:20.904105 3320 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:0x655bbfbbd5ca7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "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:0x655bbfbbd5c9f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5c9f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xd9, 0x10, 0xa1, 0xf8, 0x50, 0x47, 0x4c, 0xae, 0xb1, 0x4a, 0xb4, 0xc3, 0x9a, 0xbe, 0x3b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x80} I0703 21:56:20.904252 3320 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:0x655bbfbc0b6a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "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:0x655bbfbc0b69b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b697}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0x7c, 0xdb, 0x5c, 0xf6, 0xf2, 0x41, 0x57, 0xb8, 0x5d, 0xed, 0x5e, 0x1c, 0xb6, 0x21, 0xd5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x81} I0703 21:56:20.959162 3320 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-7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_2escope"}, Sequence:0x82} I0703 21:56:20.959210 3320 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 {}{0x3c6, "/org/freedesktop/systemd1/job/966", "crio-conmon-7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64.scope"}, Sequence:0x83} I0703 21:56:20.959390 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodfca4cb75_5fffab_5f4ad4_5fb2e0_5f0bb031f8ae9e_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:0x655bbfc9a47ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "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:0x655bbfc9a4497}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569019}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a4494}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569016}, "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:0x655bbfc9a47ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x33, 0x52, 0x71, 0x62, 0xa9, 0x44, 0xf3, 0xba, 0xb9, 0x8b, 0xbe, 0x72, 0xf5, 0x4e, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a47ac}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x84} I0703 21:56:20.959614 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:20.959697 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x86} I0703 21:56:20.971244 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:20.971353 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:0x655bbfeb7ac68}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x373f7ea}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7ac65}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x373f7e7}, "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{0x62, 0xfd, 0x53, 0x5, 0xfa, 0x32, 0x4c, 0xfc, 0x84, 0x77, 0xd3, 0x2c, 0x43, 0xe8, 0x54, 0x76}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3c6, "/org/freedesktop/systemd1/job/966"}}, "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:20.971449 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:20.971639 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:0x655bbfeb7da5f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37425e1}, "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:0x655bbfeb7ac68}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x373f7ea}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7ac65}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x373f7e7}, "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:0x655bbfeb7da5f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37425e1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x62, 0xfd, 0x53, 0x5, 0xfa, 0x32, 0x4c, 0xfc, 0x84, 0x77, 0xd3, 0x2c, 0x43, 0xe8, 0x54, 0x76}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3c6, "/org/freedesktop/systemd1/job/966"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7da5f}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37425e1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8a} I0703 21:56:20.971722 3320 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 {}{0x3c6, "/org/freedesktop/systemd1/job/966", "crio-conmon-7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64.scope", "done"}, Sequence:0x8b} I0703 21:56:20.971736 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:20.971815 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:0x655bbfeb7da5f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37425e1}, "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:0x655bbfeb7ac68}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x373f7ea}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7ac65}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x373f7e7}, "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:0x655bbfeb7da5f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37425e1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x62, 0xfd, 0x53, 0x5, 0xfa, 0x32, 0x4c, 0xfc, 0x84, 0x77, 0xd3, 0x2c, 0x43, 0xe8, 0x54, 0x76}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7da5f}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37425e1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8d} I0703 21:56:20.975970 3320 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-7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64.scope", "/org/freedesktop/systemd1/unit/crio_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_2escope"}, Sequence:0x8e} I0703 21:56:20.976007 3320 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 {}{0x3cc, "/org/freedesktop/systemd1/job/972", "crio-7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64.scope"}, Sequence:0x8f} I0703 21:56:20.976131 3320 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:0x655bbfba6f2ce}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x633e50}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x90} I0703 21:56:20.976200 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:20.976370 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x92} I0703 21:56:20.976428 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodfca4cb75_5fffab_5f4ad4_5fb2e0_5f0bb031f8ae9e_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:0x655bbfc9a47ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "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:0x655bbfc9a4497}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569019}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a4494}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569016}, "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:0x655bbfc9a47ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x33, 0x52, 0x71, 0x62, 0xa9, 0x44, 0xf3, 0xba, 0xb9, 0x8b, 0xbe, 0x72, 0xf5, 0x4e, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a47ac}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x93} I0703 21:56:20.977490 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:20.977682 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:0x655bbfeb7edc3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743945}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7edc0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743942}, "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{0xe, 0x16, 0x99, 0x63, 0x77, 0xf8, 0x42, 0xb3, 0x94, 0x50, 0x43, 0xf4, 0x4d, 0xa5, 0x9e, 0x6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cc, "/org/freedesktop/systemd1/job/972"}}, "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:20.977779 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:20.977895 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:0x655bbfeb7f2ae}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743e30}, "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:0x655bbfeb7edc3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743945}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7edc0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743942}, "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:0x655bbfeb7f2ae}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743e30}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe, 0x16, 0x99, 0x63, 0x77, 0xf8, 0x42, 0xb3, 0x94, 0x50, 0x43, 0xf4, 0x4d, 0xa5, 0x9e, 0x6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cc, "/org/freedesktop/systemd1/job/972"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7f2ae}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743e30}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x97} I0703 21:56:20.977983 3320 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 {}{0x3cc, "/org/freedesktop/systemd1/job/972", "crio-7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64.scope", "done"}, Sequence:0x98} I0703 21:56:20.978005 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:20.978071 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:0x655bbfeb7f2ae}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743e30}, "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:0x655bbfeb7edc3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743945}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7edc0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743942}, "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:0x655bbfeb7f2ae}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743e30}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe, 0x16, 0x99, 0x63, 0x77, 0xf8, 0x42, 0xb3, 0x94, 0x50, 0x43, 0xf4, 0x4d, 0xa5, 0x9e, 0x6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7f2ae}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743e30}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9a} I0703 21:56:21.086837 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:21.086881 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:0x655bbfeb7f2ae}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743e30}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb99c62}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375e7e5}, "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:0x655bbfeb7edc3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743945}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7edc0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743942}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb99c62}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375e7e5}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7f2ae}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3743e30}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe, 0x16, 0x99, 0x63, 0x77, 0xf8, 0x42, 0xb3, 0x94, 0x50, 0x43, 0xf4, 0x4d, 0xa5, 0x9e, 0x6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb99c62}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375e7e5}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9c} I0703 21:56:21.086939 3320 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-7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64.scope", "/org/freedesktop/systemd1/unit/crio_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_2escope"}, Sequence:0x9d} I0703 21:56:21.105811 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:21.105862 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_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:0x655bbfeb7da5f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37425e1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb9e674}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37631f6}, "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:0x655bbfeb7ac68}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x373f7ea}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7ac65}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x373f7e7}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb9e674}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37631f6}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb7da5f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37425e1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x62, 0xfd, 0x53, 0x5, 0xfa, 0x32, 0x4c, 0xfc, 0x84, 0x77, 0xd3, 0x2c, 0x43, 0xe8, 0x54, 0x76}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfeb9e674}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37631f6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9f} I0703 21:56:21.105979 3320 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-7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d7322ad678fa3942c900d42b19a27e02cf4345997a79d19d364e92b11985f2c64_2escope"}, Sequence:0xa0} I0703 21:56:21.298898 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:21.298927 3320 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:21.308232 3320 ovs.go:162] Exec(80): stdout: "" I0703 21:56:21.308253 3320 ovs.go:163] Exec(80): stderr: "" I0703 21:56:21.308285 3320 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:21.695862 3320 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-afb6f592b7d390ff51757c117c8541a6a94472aa5b3d9a08c71925bafd99e47d.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dafb6f592b7d390ff51757c117c8541a6a94472aa5b3d9a08c71925bafd99e47d_2emount"}, Sequence:0xa1} I0703 21:56:21.695910 3320 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-afb6f592b7d390ff51757c117c8541a6a94472aa5b3d9a08c71925bafd99e47d.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dafb6f592b7d390ff51757c117c8541a6a94472aa5b3d9a08c71925bafd99e47d_2emount"}, Sequence:0xa2} I0703 21:56:21.696078 3320 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:21.696105 3320 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:21.696222 3320 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:21.696245 3320 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:21.696260 3320 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:21.696420 3320 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:21.696446 3320 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:21.696575 3320 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:21.696596 3320 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:21.696734 3320 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:21.696787 3320 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:21.696853 3320 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:0x655bbfbbdac90}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "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:0x655bbfbbd6e6f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9f1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd6e4a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9cd}, "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:0x655bbfbbd95b2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79e134}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5b, 0x7b, 0x99, 0xa5, 0x4b, 0xb0, 0x48, 0x77, 0xbd, 0xa5, 0x5e, 0x38, 0x4b, 0x5f, 0x39, 0x73}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbdac90}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xae} I0703 21:56:21.697031 3320 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:0x655bbfb693c0a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xaf} I0703 21:56:21.697076 3320 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:21.697227 3320 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:0x655bbfb6b6b0f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "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:0x655bbfb6b6ab9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb6b6ab8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63a}, "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:0x655bbfb6b6b0f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x87, 0xc4, 0x0, 0x6a, 0xc9, 0x3f, 0x4f, 0x3, 0xb1, 0x28, 0x73, 0xcc, 0xb8, 0x2b, 0x86, 0xb7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbaf01bc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b4d3f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb1} I0703 21:56:21.697311 3320 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-afb6f592b7d390ff51757c117c8541a6a94472aa5b3d9a08c71925bafd99e47d-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dafb6f592b7d390ff51757c117c8541a6a94472aa5b3d9a08c71925bafd99e47d_2dmerged_2emount"}, Sequence:0xb2} I0703 21:56:21.697327 3320 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:0x655bbfba6b628}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6301aa}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb3} I0703 21:56:21.697473 3320 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:0x655bbfbbd5ca7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "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:0x655bbfbbd5c9f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5c9f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xd9, 0x10, 0xa1, 0xf8, 0x50, 0x47, 0x4c, 0xae, 0xb1, 0x4a, 0xb4, 0xc3, 0x9a, 0xbe, 0x3b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb4} I0703 21:56:21.697526 3320 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:0x655bbfbc0b6a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "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:0x655bbfbc0b69b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b697}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0x7c, 0xdb, 0x5c, 0xf6, 0xf2, 0x41, 0x57, 0xb8, 0x5d, 0xed, 0x5e, 0x1c, 0xb6, 0x21, 0xd5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb5} I0703 21:56:21.705319 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:21.705343 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:21.705360 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:21.705391 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qh67m in node ip-10-0-1-181.ec2.internal I0703 21:56:21.705404 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:21.705411 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:21.705418 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:21.753145 3320 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-ceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_2escope"}, Sequence:0xb6} I0703 21:56:21.753222 3320 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 {}{0x3d2, "/org/freedesktop/systemd1/job/978", "crio-conmon-ceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6.scope"}, Sequence:0xb7} I0703 21:56:21.753366 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodfca4cb75_5fffab_5f4ad4_5fb2e0_5f0bb031f8ae9e_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:0x655bbfc9a47ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "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:0x655bbfc9a4497}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569019}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a4494}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569016}, "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:0x655bbfc9a47ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x33, 0x52, 0x71, 0x62, 0xa9, 0x44, 0xf3, 0xba, 0xb9, 0x8b, 0xbe, 0x72, 0xf5, 0x4e, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a47ac}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb8} I0703 21:56:21.753440 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:21.753551 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xba} I0703 21:56:21.767275 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:21.767323 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:0x655bbfec3c98e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3801510}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec3c98a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380150d}, "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{0xf7, 0xdd, 0x74, 0xdf, 0x72, 0xef, 0x4a, 0xf6, 0x91, 0xf1, 0x27, 0x9e, 0xa6, 0xd6, 0xa1, 0xb0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d2, "/org/freedesktop/systemd1/job/978"}}, "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:21.767406 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:21.767531 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:0x655bbfec3ffd5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3804b58}, "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:0x655bbfec3c98e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3801510}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec3c98a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380150d}, "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:0x655bbfec3ffd5}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3804b58}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf7, 0xdd, 0x74, 0xdf, 0x72, 0xef, 0x4a, 0xf6, 0x91, 0xf1, 0x27, 0x9e, 0xa6, 0xd6, 0xa1, 0xb0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d2, "/org/freedesktop/systemd1/job/978"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec3ffd5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3804b58}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xbe} I0703 21:56:21.767604 3320 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 {}{0x3d2, "/org/freedesktop/systemd1/job/978", "crio-conmon-ceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6.scope", "done"}, Sequence:0xbf} I0703 21:56:21.767746 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:21.767772 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:0x655bbfec3ffd5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3804b58}, "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:0x655bbfec3c98e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3801510}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec3c98a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380150d}, "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:0x655bbfec3ffd5}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3804b58}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf7, 0xdd, 0x74, 0xdf, 0x72, 0xef, 0x4a, 0xf6, 0x91, 0xf1, 0x27, 0x9e, 0xa6, 0xd6, 0xa1, 0xb0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec3ffd5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3804b58}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc1} I0703 21:56:21.772051 3320 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-ceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6.scope", "/org/freedesktop/systemd1/unit/crio_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_2escope"}, Sequence:0xc2} I0703 21:56:21.772070 3320 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 {}{0x3d8, "/org/freedesktop/systemd1/job/984", "crio-ceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6.scope"}, Sequence:0xc3} I0703 21:56:21.772309 3320 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:0x655bbfba6f2ce}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x633e50}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc4} I0703 21:56:21.772454 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:21.772589 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc6} I0703 21:56:21.772684 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodfca4cb75_5fffab_5f4ad4_5fb2e0_5f0bb031f8ae9e_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:0x655bbfc9a47ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "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:0x655bbfc9a4497}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569019}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a4494}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569016}, "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:0x655bbfc9a47ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x33, 0x52, 0x71, 0x62, 0xa9, 0x44, 0xf3, 0xba, 0xb9, 0x8b, 0xbe, 0x72, 0xf5, 0x4e, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a47ac}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc7} I0703 21:56:21.773759 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:21.773930 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:0x655bbfec413e2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3805f64}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec413df}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3805f61}, "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{0x4a, 0x65, 0xe2, 0x9e, 0xe7, 0xf9, 0x40, 0x23, 0xa6, 0x28, 0x8e, 0x70, 0xc9, 0xde, 0x6c, 0xca}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d8, "/org/freedesktop/systemd1/job/984"}}, "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:21.774026 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:21.774186 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:0x655bbfec41911}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806493}, "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:0x655bbfec413e2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3805f64}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec413df}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3805f61}, "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:0x655bbfec41911}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806493}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x65, 0xe2, 0x9e, 0xe7, 0xf9, 0x40, 0x23, 0xa6, 0x28, 0x8e, 0x70, 0xc9, 0xde, 0x6c, 0xca}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d8, "/org/freedesktop/systemd1/job/984"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec41911}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806493}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xcb} I0703 21:56:21.774257 3320 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 {}{0x3d8, "/org/freedesktop/systemd1/job/984", "crio-ceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6.scope", "done"}, Sequence:0xcc} I0703 21:56:21.774266 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:21.774345 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:0x655bbfec41911}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806493}, "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:0x655bbfec413e2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3805f64}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec413df}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3805f61}, "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:0x655bbfec41911}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806493}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x65, 0xe2, 0x9e, 0xe7, 0xf9, 0x40, 0x23, 0xa6, 0x28, 0x8e, 0x70, 0xc9, 0xde, 0x6c, 0xca}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec41911}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806493}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xce} I0703 21:56:21.798076 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:21.798123 3320 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:21.807377 3320 ovs.go:162] Exec(81): stdout: "" I0703 21:56:21.807396 3320 ovs.go:163] Exec(81): stderr: "" I0703 21:56:21.807406 3320 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:21.851383 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:21.851428 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:0x655bbfec41911}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806493}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec546e5}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3819267}, "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:0x655bbfec413e2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3805f64}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec413df}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3805f61}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec546e5}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3819267}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec41911}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806493}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x65, 0xe2, 0x9e, 0xe7, 0xf9, 0x40, 0x23, 0xa6, 0x28, 0x8e, 0x70, 0xc9, 0xde, 0x6c, 0xca}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec546e5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3819267}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xd0} I0703 21:56:21.851492 3320 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-ceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6.scope", "/org/freedesktop/systemd1/unit/crio_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_2escope"}, Sequence:0xd1} I0703 21:56:21.870989 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:21.871160 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_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:0x655bbfec3ffd5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3804b58}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec59354}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x381ded6}, "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:0x655bbfec3c98e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3801510}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec3c98a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380150d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec59354}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x381ded6}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec3ffd5}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3804b58}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf7, 0xdd, 0x74, 0xdf, 0x72, 0xef, 0x4a, 0xf6, 0x91, 0xf1, 0x27, 0x9e, 0xa6, 0xd6, 0xa1, 0xb0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfec59354}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x381ded6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xd3} I0703 21:56:21.871224 3320 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-ceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dceb6069e246d9a6e4104a20bb63475eef376df1f7bc7893d9b84af4c08903ee6_2escope"}, Sequence:0xd4} I0703 21:56:22.298341 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:22.298374 3320 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:22.307669 3320 ovs.go:162] Exec(82): stdout: "" I0703 21:56:22.307690 3320 ovs.go:163] Exec(82): stderr: "" I0703 21:56:22.307702 3320 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.317522 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:22.317564 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:22.317630 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:22.317671 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-118.ec2.internal, new=ip-10-0-2-118.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal I0703 21:56:22.317687 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:22.317701 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:22.700805 3320 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-9579c89754a4b30406f3f932553e53cb6eb99efd946a068b10499d2619dfa5d3.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9579c89754a4b30406f3f932553e53cb6eb99efd946a068b10499d2619dfa5d3_2emount"}, Sequence:0xd5} I0703 21:56:22.700901 3320 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-9579c89754a4b30406f3f932553e53cb6eb99efd946a068b10499d2619dfa5d3.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9579c89754a4b30406f3f932553e53cb6eb99efd946a068b10499d2619dfa5d3_2emount"}, Sequence:0xd6} I0703 21:56:22.700926 3320 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:22.701050 3320 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:22.701097 3320 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:22.701244 3320 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:22.701267 3320 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:22.701320 3320 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:22.702299 3320 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:22.702327 3320 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:22.702338 3320 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:22.702376 3320 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:22.702432 3320 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:22.702462 3320 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:0x655bbfbbdac90}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "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:0x655bbfbbd6e6f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9f1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd6e4a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9cd}, "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:0x655bbfbbd95b2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79e134}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5b, 0x7b, 0x99, 0xa5, 0x4b, 0xb0, 0x48, 0x77, 0xbd, 0xa5, 0x5e, 0x38, 0x4b, 0x5f, 0x39, 0x73}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbdac90}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe2} I0703 21:56:22.702517 3320 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:0x655bbfb693c0a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe3} I0703 21:56:22.702573 3320 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:22.702598 3320 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:0x655bbfb6b6b0f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "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:0x655bbfb6b6ab9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb6b6ab8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63a}, "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:0x655bbfb6b6b0f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x87, 0xc4, 0x0, 0x6a, 0xc9, 0x3f, 0x4f, 0x3, 0xb1, 0x28, 0x73, 0xcc, 0xb8, 0x2b, 0x86, 0xb7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbaf01bc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b4d3f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe5} I0703 21:56:22.702661 3320 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-9579c89754a4b30406f3f932553e53cb6eb99efd946a068b10499d2619dfa5d3-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9579c89754a4b30406f3f932553e53cb6eb99efd946a068b10499d2619dfa5d3_2dmerged_2emount"}, Sequence:0xe6} I0703 21:56:22.702677 3320 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:0x655bbfba6b628}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6301aa}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe7} I0703 21:56:22.702720 3320 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:0x655bbfbbd5ca7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "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:0x655bbfbbd5c9f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5c9f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xd9, 0x10, 0xa1, 0xf8, 0x50, 0x47, 0x4c, 0xae, 0xb1, 0x4a, 0xb4, 0xc3, 0x9a, 0xbe, 0x3b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe8} I0703 21:56:22.702769 3320 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:0x655bbfbc0b6a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "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:0x655bbfbc0b69b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b697}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0x7c, 0xdb, 0x5c, 0xf6, 0xf2, 0x41, 0x57, 0xb8, 0x5d, 0xed, 0x5e, 0x1c, 0xb6, 0x21, 0xd5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe9} I0703 21:56:22.710430 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:22.710502 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:22.710541 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:22.710577 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qh67m in node ip-10-0-1-181.ec2.internal I0703 21:56:22.710603 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:22.710617 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:22.710629 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:22.756204 3320 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-6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_2escope"}, Sequence:0xea} I0703 21:56:22.756700 3320 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 {}{0x3de, "/org/freedesktop/systemd1/job/990", "crio-conmon-6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea.scope"}, Sequence:0xeb} I0703 21:56:22.756829 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodfca4cb75_5fffab_5f4ad4_5fb2e0_5f0bb031f8ae9e_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:0x655bbfc9a47ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "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:0x655bbfc9a4497}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569019}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a4494}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569016}, "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:0x655bbfc9a47ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x33, 0x52, 0x71, 0x62, 0xa9, 0x44, 0xf3, 0xba, 0xb9, 0x8b, 0xbe, 0x72, 0xf5, 0x4e, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a47ac}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xec} I0703 21:56:22.756894 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:22.757039 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xee} I0703 21:56:22.778280 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:22.778339 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:0x655bbfed317df}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38f6361}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfed317db}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38f635d}, "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{0xd7, 0x16, 0x97, 0x7e, 0xce, 0xa2, 0x48, 0xb5, 0xa3, 0xaf, 0xfb, 0x2, 0xb0, 0x3a, 0x7b, 0x2c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3de, "/org/freedesktop/systemd1/job/990"}}, "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:22.778469 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:22.778512 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:0x655bbfed36d1b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fb89d}, "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:0x655bbfed317df}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38f6361}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfed317db}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38f635d}, "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:0x655bbfed36d1b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fb89d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd7, 0x16, 0x97, 0x7e, 0xce, 0xa2, 0x48, 0xb5, 0xa3, 0xaf, 0xfb, 0x2, 0xb0, 0x3a, 0x7b, 0x2c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3de, "/org/freedesktop/systemd1/job/990"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfed36d1b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fb89d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf2} I0703 21:56:22.778578 3320 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 {}{0x3de, "/org/freedesktop/systemd1/job/990", "crio-conmon-6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea.scope", "done"}, Sequence:0xf3} I0703 21:56:22.778591 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:22.778685 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:0x655bbfed36d1b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fb89d}, "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:0x655bbfed317df}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38f6361}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfed317db}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38f635d}, "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:0x655bbfed36d1b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fb89d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd7, 0x16, 0x97, 0x7e, 0xce, 0xa2, 0x48, 0xb5, 0xa3, 0xaf, 0xfb, 0x2, 0xb0, 0x3a, 0x7b, 0x2c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfed36d1b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fb89d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf5} I0703 21:56:22.783868 3320 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-6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea.scope", "/org/freedesktop/systemd1/unit/crio_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_2escope"}, Sequence:0xf6} I0703 21:56:22.783904 3320 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 {}{0x3e4, "/org/freedesktop/systemd1/job/996", "crio-6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea.scope"}, Sequence:0xf7} I0703 21:56:22.784058 3320 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:0x655bbfba6f2ce}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x633e50}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf8} I0703 21:56:22.784130 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:22.784182 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xfa} I0703 21:56:22.784240 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodfca4cb75_5fffab_5f4ad4_5fb2e0_5f0bb031f8ae9e_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:0x655bbfc9a47ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "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:0x655bbfc9a4497}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569019}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a4494}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1569016}, "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:0x655bbfc9a47ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x4a, 0x33, 0x52, 0x71, 0x62, 0xa9, 0x44, 0xf3, 0xba, 0xb9, 0x8b, 0xbe, 0x72, 0xf5, 0x4e, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc9a47ac}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156932f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xfb} I0703 21:56:22.785231 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:22.785277 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:0x655bbfed383f4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fcf76}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfed383f0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fcf73}, "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{0x34, 0xe4, 0x68, 0xef, 0xf3, 0x39, 0x4f, 0xf7, 0xa6, 0x2f, 0xda, 0xbd, 0xfb, 0x6f, 0xb4, 0x18}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e4, "/org/freedesktop/systemd1/job/996"}}, "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:22.785383 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:22.785499 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:0x655bbfed38858}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fd3da}, "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:0x655bbfed383f4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fcf76}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfed383f0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fcf73}, "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:0x655bbfed38858}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fd3da}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x34, 0xe4, 0x68, 0xef, 0xf3, 0x39, 0x4f, 0xf7, 0xa6, 0x2f, 0xda, 0xbd, 0xfb, 0x6f, 0xb4, 0x18}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e4, "/org/freedesktop/systemd1/job/996"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfed38858}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fd3da}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xff} I0703 21:56:22.785569 3320 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 {}{0x3e4, "/org/freedesktop/systemd1/job/996", "crio-6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea.scope", "done"}, Sequence:0x100} I0703 21:56:22.785651 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:22.785790 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d6024f2b6bd152e976cb1e8835da0fc7bcb8bfea8f28f672966b3f2a98af102ea_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:0x655bbfed38858}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fd3da}, "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:0x655bbfed383f4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fcf76}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfed383f0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fcf73}, "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:0x655bbfed38858}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fd3da}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x34, 0xe4, 0x68, 0xef, 0xf3, 0x39, 0x4f, 0xf7, 0xa6, 0x2f, 0xda, 0xbd, 0xfb, 0x6f, 0xb4, 0x18}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfed38858}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38fd3da}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x102} I0703 21:56:22.797717 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:22.797747 3320 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:22.806890 3320 ovs.go:162] Exec(83): stdout: "" I0703 21:56:22.806910 3320 ovs.go:163] Exec(83): stderr: "" I0703 21:56:22.806922 3320 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.298264 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:23.298293 3320 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:23.307583 3320 ovs.go:162] Exec(84): stdout: "" I0703 21:56:23.307602 3320 ovs.go:163] Exec(84): stderr: "" I0703 21:56:23.307612 3320 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.713626 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-qh67m: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=7f6c64d789,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.1.181], PodStatus: true, PodCompleted?: false I0703 21:56:23.713650 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:23.713670 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:23.713671 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-qh67m in Admin Network Policy controller I0703 21:56:23.713686 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:23.713685 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-qh67m Admin Network Policy controller: took 14.892µs I0703 21:56:23.713700 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qh67m in node ip-10-0-1-181.ec2.internal I0703 21:56:23.713709 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:23.713718 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:23.713728 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qh67m I0703 21:56:23.798049 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:23.798079 3320 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:23.807692 3320 ovs.go:162] Exec(85): stdout: "" I0703 21:56:23.807709 3320 ovs.go:163] Exec(85): stderr: "" I0703 21:56:23.807720 3320 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.299048 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:24.299074 3320 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:24.304853 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:24.304882 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-181.ec2.internal E0703 21:56:24.304912 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:56:24.304929 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:56:24.304938 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:56:24.305098 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:24.305115 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-181.ec2.internal I0703 21:56:24.305159 3320 egressip.go:1976] Egress node: ip-10-0-1-181.ec2.internal about to be initialized I0703 21:56:24.305231 3320 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 == {5f5ee761-9867-4254-a20e-0901acec0a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.305286 3320 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:5f5ee761-9867-4254-a20e-0901acec0a8e}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.305309 3320 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 == {5f5ee761-9867-4254-a20e-0901acec0a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:5f5ee761-9867-4254-a20e-0901acec0a8e}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.308966 3320 ovs.go:162] Exec(86): stdout: "" I0703 21:56:24.308981 3320 ovs.go:163] Exec(86): stderr: "" I0703 21:56:24.308990 3320 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.797496 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:24.797535 3320 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:24.806837 3320 ovs.go:162] Exec(87): stdout: "" I0703 21:56:24.806853 3320 ovs.go:163] Exec(87): stderr: "" I0703 21:56:24.806862 3320 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.839860 3320 obj_retry.go:512] Add event received for *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:24.839898 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-144.ec2.internal E0703 21:56:24.839919 3320 default_network_controller.go:867] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-0-144.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 21:56:24.839925 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-144.ec2.internal I0703 21:56:24.839935 3320 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-0-144.ec2.internal I0703 21:56:24.839939 3320 obj_retry.go:546] Failed to create *v1.Node ip-10-0-0-144.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal, error parsing annotation for node ip-10-0-0-144.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 21:56:24.839970 3320 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:24.839938 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-144.ec2.internal: 17.447µs I0703 21:56:24.839977 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-144.ec2.internal in Admin Network Policy controller I0703 21:56:24.839989 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-144.ec2.internal Admin Network Policy controller: took 13.444µs I0703 21:56:24.839918 3320 node_tracker.go:223] Node ip-10-0-0-144.ec2.internal has invalid / no HostSubnet annotations (probably waiting on initialization), or it's a hybrid overlay node: could not find "k8s.ovn.org/node-subnets" annotation I0703 21:56:24.840149 3320 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.181 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9f245c69-c288-4bd5-bf35-f7be27353239}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.840175 3320 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.181 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9f245c69-c288-4bd5-bf35-f7be27353239}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.840618 3320 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 == {449b0afc-70e6-433b-aabd-f1bc5c17b339}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.840675 3320 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:449b0afc-70e6-433b-aabd-f1bc5c17b339}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.840695 3320 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 == {449b0afc-70e6-433b-aabd-f1bc5c17b339}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:449b0afc-70e6-433b-aabd-f1bc5c17b339}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.840915 3320 obj_retry.go:551] Creating *factory.egressNode ip-10-0-0-144.ec2.internal took: 934.12µs I0703 21:56:24.851462 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:24.851503 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal E0703 21:56:24.851519 3320 ovn.go:441] Failed to unmarshal old node ip-10-0-0-144.ec2.internal annotation: unexpected end of JSON input E0703 21:56:24.851529 3320 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-144.ec2.internal annotation: unexpected end of JSON input I0703 21:56:24.851548 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false E0703 21:56:24.851586 3320 default_network_controller.go:1038] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-0-144.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 21:56:24.851607 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-144.ec2.internal, new=ip-10-0-0-144.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal, error parsing annotation for node ip-10-0-0-144.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 21:56:24.851629 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:24.851643 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:24.862771 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:24.862794 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal E0703 21:56:24.862821 3320 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-144.ec2.internal annotation: unexpected end of JSON input I0703 21:56:24.862833 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: true E0703 21:56:24.862854 3320 default_network_controller.go:1038] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-0-144.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 21:56:24.862868 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-144.ec2.internal, new=ip-10-0-0-144.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal, error parsing annotation for node ip-10-0-0-144.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 21:56:24.862882 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:24.862893 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:24.865474 3320 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:24.865545 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:24.865553 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:24.865567 3320 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-vlvq4 took: 892ns I0703 21:56:24.865569 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-vlvq4 in Admin Network Policy controller I0703 21:56:24.865578 3320 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:24.865582 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-vlvq4 Admin Network Policy controller: took 14.454µs I0703 21:56:24.865587 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:24.865600 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-vlvq4 took: 7.049µs I0703 21:56:24.874580 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:24.874597 3320 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:24.874612 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:24.874625 3320 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-vlvq4 in node ip-10-0-0-144.ec2.internal I0703 21:56:24.874648 3320 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-vlvq4, new=openshift-network-diagnostics/network-check-target-vlvq4, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-vlvq4: suppressed error logged: pod openshift-network-diagnostics/network-check-target-vlvq4: no pod IPs found I0703 21:56:24.874659 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:24.874668 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:24.877720 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-144.ec2.internal I0703 21:56:24.877781 3320 node_tracker.go:238] Node ip-10-0-0-144.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-144.ec2.internal" I0703 21:56:24.877799 3320 node_tracker.go:172] Node ip-10-0-0-144.ec2.internal switch + router changed, syncing services I0703 21:56:24.877812 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:24.877850 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:24.877866 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:24.877729 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:24.877875 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:24.877883 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:24.877888 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:24.877892 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:24.877901 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:24.877905 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default E0703 21:56:24.877921 3320 ovn.go:441] Failed to unmarshal old node ip-10-0-0-144.ec2.internal annotation: unexpected end of JSON input E0703 21:56:24.877929 3320 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-144.ec2.internal annotation: unexpected end of JSON input I0703 21:56:24.877942 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:24.877982 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:24.877913 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:24.877905 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.877891 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:24.877997 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878059 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:24.878064 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:24.878069 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:24.877920 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878073 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:24.878091 3320 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.29.99"}, 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:24.878097 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:24.878102 3320 address_set.go:575] (u3879268033/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) adding Addresses ([10.130.0.2 100.64.0.4]) to address set I0703 21:56:24.878107 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:24.878100 3320 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.208.223"}, 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.208.223"}, 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:24.878109 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878127 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878123 3320 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:32762, 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:30474, 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:24.878087 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878142 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878156 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:24.878164 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:24.878152 3320 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.2 100.64.0.4]}}] Timeout: Where:[where column _uuid == {85d41aca-9ab7-4a79-9f25-0c2093583cf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.878175 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878181 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878159 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.878187 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878116 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878190 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:24.878182 3320 transact.go:42] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.2 100.64.0.4]}}] Timeout: Where:[where column _uuid == {85d41aca-9ab7-4a79-9f25-0c2093583cf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:24.878196 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:24.878204 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878209 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:24.878202 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:24.878218 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878060 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:24.878228 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:24.878187 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.878209 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.878235 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:24.878245 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:24.878246 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.878251 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:24.878253 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:24.878239 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:24.878260 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:24.878262 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:24.878272 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:24.878272 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:24.878274 3320 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:24.878218 3320 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:24.878260 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:24.878278 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:24.878286 3320 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:24.878290 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:24.878293 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:24.878295 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:24.878304 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:24.878306 3320 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:24.878307 3320 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:24.878310 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:24.878307 3320 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:24.878312 3320 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:24.878317 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:24.878314 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 409.718µs I0703 21:56:24.878319 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 427.725µs I0703 21:56:24.878324 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 253.768µs I0703 21:56:24.878323 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:24.878243 3320 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-1-181.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.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.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:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:24.878334 3320 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:24.878335 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:24.878341 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 361.921µs I0703 21:56:24.878340 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:24.878354 3320 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:24.878359 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:24.878387 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:24.878397 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 497.433µs I0703 21:56:24.878407 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:24.878429 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:24.878414 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878440 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878474 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:24.878483 3320 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.98.21"}, 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:24.878495 3320 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:24.878496 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:24.878499 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:24.878510 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:24.878513 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:24.878519 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:24.878511 3320 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.204.209"}, 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.204.209"}, 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:24.878527 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:24.878531 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878535 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:24.878541 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:24.878542 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878548 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:24.878524 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878554 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:24.878561 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:24.878568 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:24.878576 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:24.878560 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.878584 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:24.878488 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:24.878592 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:24.878585 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:24.878597 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:24.878600 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:24.878610 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:24.878612 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:24.878608 3320 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.70.199"}, 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:24.878617 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:24.878622 3320 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:24.878623 3320 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:24.878625 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:24.878633 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:24.878641 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:24.878647 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:24.878648 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:24.878655 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:24.878657 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 238.859µs I0703 21:56:24.878658 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878661 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:24.878501 3320 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:24.878668 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:24.878677 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.436µs I0703 21:56:24.878685 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:24.878686 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.878721 3320 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:24.878733 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:24.878696 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878605 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878742 3320 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:24.878756 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:24.878761 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:24.878764 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:24.878761 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-144.ec2.internal, new=ip-10-0-0-144.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal I0703 21:56:24.878770 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 362.556µs I0703 21:56:24.878770 3320 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.42.137"}, 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:24.878368 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878773 3320 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.22.162"}, 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:24.878780 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:24.878783 3320 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:24.878783 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:24.878790 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878795 3320 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:24.878797 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:24.878801 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878701 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.878811 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:24.878815 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.878824 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:24.878811 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.878831 3320 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:24.878824 3320 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.27.235"}, 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:24.878820 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.878840 3320 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:24.878798 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878842 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878849 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.878853 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:24.878856 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:24.878861 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:24.878865 3320 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:24.878863 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 350.68µs I0703 21:56:24.878868 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:24.878873 3320 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:24.878884 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:24.878884 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.878885 3320 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.210.179"}, 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:24.878893 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:24.878897 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:24.878898 3320 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:24.878901 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 214.221µs I0703 21:56:24.878903 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 415.353µs I0703 21:56:24.878908 3320 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:24.878914 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:24.878917 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:24.878903 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.878924 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.763µs I0703 21:56:24.878932 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:24.878926 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.878892 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878930 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.878982 3320 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:24.878925 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.878991 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:24.878993 3320 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:24.878998 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:24.879004 3320 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:24.879005 3320 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:24.878944 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879011 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:24.879009 3320 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.221.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:24.879025 3320 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:24.879028 3320 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.64.21"}, 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:24.879034 3320 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:24.879035 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879033 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:24.879040 3320 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:24.879041 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 258.469µs I0703 21:56:24.879048 3320 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:24.879051 3320 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:24.879054 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 697µs I0703 21:56:24.879051 3320 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.161.234"}, 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:24.879058 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:24.879064 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:24.879067 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879055 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879077 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879078 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:24.879067 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879087 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:24.879096 3320 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:24.879097 3320 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:24.879093 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879111 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:24.879110 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:24.879120 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.879120 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 238.247µs I0703 21:56:24.879073 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879068 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879131 3320 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:24.879135 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:24.879140 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:24.879148 3320 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:24.879150 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:24.879151 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:24.879159 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:24.879165 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 252.188µs I0703 21:56:24.879163 3320 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.245.6"}, 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:24.879170 3320 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:24.879165 3320 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.126.158"}, 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:24.879176 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 243.844µs I0703 21:56:24.879179 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:24.879177 3320 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:24.879181 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879186 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.924µs I0703 21:56:24.879146 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879188 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:24.879190 3320 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:24.879195 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:24.879192 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879201 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 6.619µs I0703 21:56:24.879206 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:24.879210 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:24.879218 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.371µs I0703 21:56:24.879219 3320 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.32.213"}, 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:24.879208 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879214 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879233 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:24.879233 3320 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:24.879238 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.879239 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:24.879243 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879249 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:24.879252 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:24.879260 3320 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:24.879264 3320 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:24.879200 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879284 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:24.879288 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:24.879292 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 227.908µs I0703 21:56:24.879294 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 238.366µs I0703 21:56:24.879301 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:24.879304 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:24.879299 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000689229 seconds. No OVN measurement. I0703 21:56:24.879308 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:24.879272 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879313 3320 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.88.248"}, 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:24.879322 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:24.879328 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879333 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:24.879336 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879343 3320 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:24.879318 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:24.879313 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879346 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879241 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879369 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.879376 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:24.879377 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:24.879385 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:24.879384 3320 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:24.879392 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879392 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:24.879393 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 252.907µs I0703 21:56:24.879390 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:24.879395 3320 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:24.879401 3320 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:24.879404 3320 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.182.169"}, 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:24.879408 3320 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:24.879410 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:24.879415 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879420 3320 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:24.879419 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879424 3320 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:24.879431 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 244.032µs I0703 21:56:24.879435 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879441 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:24.879446 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:24.879452 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.738µs I0703 21:56:24.879464 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:24.879455 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879484 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.879454 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:24.879422 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879471 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879497 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:24.879499 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:24.879511 3320 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:24.879514 3320 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:24.879516 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:24.879472 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879530 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:24.879535 3320 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:24.879532 3320 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.117.112"}, 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:24.879539 3320 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:24.879541 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 308.19µs I0703 21:56:24.879542 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:24.879543 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:24.879545 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 237.657µs I0703 21:56:24.879551 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:24.879546 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879553 3320 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:24.879559 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:24.879557 3320 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.209.245"}, 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:24.879563 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879571 3320 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:24.879578 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:24.879581 3320 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:24.879585 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 281.391µs I0703 21:56:24.879579 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879596 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:24.879602 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.22µs I0703 21:56:24.879603 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.879560 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879611 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:24.879597 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879613 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:24.879625 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:24.879627 3320 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:24.879631 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:24.879636 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:24.879647 3320 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:24.879651 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:24.879659 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 247.063µs I0703 21:56:24.879620 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879646 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:24.879671 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:24.879673 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879677 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:24.879683 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879711 3320 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.103.89"}, 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:24.879702 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879723 3320 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:24.879727 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:24.879730 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879734 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:24.879742 3320 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:24.879672 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:24.879771 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:24.879741 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879779 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 228.689µs I0703 21:56:24.879788 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:24.879787 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:24.879793 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 5.25µs I0703 21:56:24.879799 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:24.879800 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:24.879762 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879811 3320 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:24.879678 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 214.572µs I0703 21:56:24.879831 3320 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:24.879827 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:24.879837 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 225.889µs I0703 21:56:24.879841 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:24.879805 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879849 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:24.879568 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879873 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:24.879891 3320 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.35.27"}, 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:24.879850 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879909 3320 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:24.879915 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:24.879918 3320 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:24.879860 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:24.879845 3320 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.142.152"}, 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:24.879934 3320 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:24.879932 3320 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.181.56"}, 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:24.879945 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879942 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:24.879872 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:24.879973 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879968 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879985 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.879983 3320 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.165.19"}, 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:24.879981 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:24.879977 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.879997 3320 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:24.879997 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.880001 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.880007 3320 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:24.880010 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:24.880019 3320 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:24.880003 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.880034 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:24.880036 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:24.880039 3320 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:24.879935 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.880027 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:24.880047 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:24.880056 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:24.880057 3320 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:24.880060 3320 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:24.880044 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:24.880068 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:24.880070 3320 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:24.880075 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:24.880079 3320 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:24.880046 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 374.311µs I0703 21:56:24.880084 3320 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:24.880082 3320 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:24.880088 3320 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:24.880091 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 250.768µs I0703 21:56:24.880094 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:24.880103 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:24.880105 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:24.880112 3320 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:24.880114 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 551.718µs I0703 21:56:24.880117 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 12.578µs I0703 21:56:24.880120 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 318.991µs I0703 21:56:24.880132 3320 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:24.880137 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 289.178µs I0703 21:56:24.880103 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:24.880164 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:24.880179 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:24.880185 3320 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:24.880201 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:24.880220 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:24.880229 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:24.880269 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:24.880277 3320 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:24.880296 3320 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:24.880302 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 208.216µs I0703 21:56:24.893435 3320 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-144.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-7941e21b96-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-144.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.openshift.io/os_id=rhcos, isHostCIDRsAltered?: false I0703 21:56:24.893467 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-144.ec2.internal in Admin Network Policy controller I0703 21:56:24.893478 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-144.ec2.internal Admin Network Policy controller: took 13.321µs I0703 21:56:24.893502 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:24.893522 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:24.893554 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-144.ec2.internal I0703 21:56:24.893563 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:24.893569 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-144.ec2.internal: 16.659µs I0703 21:56:24.893583 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-144.ec2.internal, new=ip-10-0-0-144.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal I0703 21:56:24.893591 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:24.893600 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:24.968197 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:24.968233 3320 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:24.968306 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 in Admin Network Policy controller I0703 21:56:24.968318 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:24.968319 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 Admin Network Policy controller: took 15.435µs I0703 21:56:24.968334 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh in Admin Network Policy controller I0703 21:56:24.968320 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:24.968331 3320 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:24.968343 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh Admin Network Policy controller: took 6.586µs I0703 21:56:24.968352 3320 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 took: 1.191µs I0703 21:56:24.968359 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:24.968363 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:24.968373 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:24.968377 3320 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh took: 769ns I0703 21:56:24.968386 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:24.968388 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-8s4r4 took: 8.029µs I0703 21:56:24.968396 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:24.968414 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh took: 9.512µs I0703 21:56:24.977208 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:24.977245 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:24.977262 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:24.977277 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh in node ip-10-0-0-144.ec2.internal I0703 21:56:24.977286 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:24.977308 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:24.977322 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:24.981202 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:24.981230 3320 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:24.981245 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:24.981257 3320 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 in node ip-10-0-0-144.ec2.internal I0703 21:56:24.981265 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:24.981273 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:24.981284 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:25.069212 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-pr5z7 I0703 21:56:25.069238 3320 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.069246 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-pr5z7 in Admin Network Policy controller I0703 21:56:25.069258 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.069260 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-pr5z7 Admin Network Policy controller: took 12.236µs I0703 21:56:25.069274 3320 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-pr5z7 took: 1.102µs I0703 21:56:25.069282 3320 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.069290 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.069306 3320 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.069309 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-pr5z7 took: 11.323µs I0703 21:56:25.069316 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.069322 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.069324 3320 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-kgmbp took: 232ns I0703 21:56:25.069330 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-kgmbp in Admin Network Policy controller I0703 21:56:25.069337 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-kgmbp Admin Network Policy controller: took 7.756µs I0703 21:56:25.069331 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.069353 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.069369 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-kgmbp took: 6.039µs I0703 21:56:25.077703 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.077748 3320 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.077763 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.077791 3320 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-pr5z7 in node ip-10-0-0-144.ec2.internal I0703 21:56:25.077801 3320 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.077810 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.077823 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.080596 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.080614 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.080628 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.080639 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-kgmbp in node ip-10-0-0-144.ec2.internal I0703 21:56:25.080646 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.080654 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.080664 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.097544 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.097559 3320 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.097572 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-sqdt7 in Admin Network Policy controller I0703 21:56:25.097576 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.097583 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-sqdt7 Admin Network Policy controller: took 15.434µs I0703 21:56:25.097590 3320 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-sqdt7 took: 866ns I0703 21:56:25.097635 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.097647 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.097679 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-sqdt7 took: 25.296µs I0703 21:56:25.106618 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.106634 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.106645 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.106658 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-sqdt7 in node ip-10-0-0-144.ec2.internal I0703 21:56:25.106686 3320 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-sqdt7, new=openshift-multus/network-metrics-daemon-sqdt7, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-sqdt7: suppressed error logged: pod openshift-multus/network-metrics-daemon-sqdt7: no pod IPs found I0703 21:56:25.106696 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.106708 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.108300 3320 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-d24g2 I0703 21:56:25.108320 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-d24g2 I0703 21:56:25.108335 3320 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-d24g2 took: 891ns I0703 21:56:25.108345 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-d24g2 I0703 21:56:25.108354 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-d24g2 I0703 21:56:25.108364 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-d24g2 I0703 21:56:25.108372 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-d24g2 took: 9.636µs I0703 21:56:25.108382 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-d24g2 in Admin Network Policy controller I0703 21:56:25.108394 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-d24g2 Admin Network Policy controller: took 12.722µs I0703 21:56:25.115748 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.115764 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-d24g2 I0703 21:56:25.115775 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-d24g2 I0703 21:56:25.115784 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-d24g2 in node ip-10-0-0-144.ec2.internal I0703 21:56:25.115789 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-d24g2 I0703 21:56:25.115795 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.115802 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-d24g2 I0703 21:56:25.145906 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:25.145940 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:25.145979 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-144.ec2.internal I0703 21:56:25.145973 3320 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-144.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-7941e21b96-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-144.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.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:25.145994 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-144.ec2.internal: 18.066µs I0703 21:56:25.146005 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:25.146006 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-144.ec2.internal in Admin Network Policy controller I0703 21:56:25.146015 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-144.ec2.internal Admin Network Policy controller: took 10.576µs I0703 21:56:25.146029 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-144.ec2.internal, new=ip-10-0-0-144.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal I0703 21:56:25.146429 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:25.146443 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:25.164161 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:25.164184 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:25.164238 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:25.164262 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-144.ec2.internal, new=ip-10-0-0-144.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal I0703 21:56:25.164274 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:25.164288 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:25.190321 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.190334 3320 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.190349 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-525sb in Admin Network Policy controller I0703 21:56:25.190353 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.190361 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-525sb Admin Network Policy controller: took 13.438µs I0703 21:56:25.190364 3320 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-525sb took: 822ns I0703 21:56:25.190373 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.190384 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.190403 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-525sb took: 11.428µs I0703 21:56:25.190408 3320 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.190481 3320 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.190429 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-bdl4f I0703 21:56:25.190490 3320 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-bdl4f took: 263ns I0703 21:56:25.190498 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.190499 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-bdl4f in Admin Network Policy controller I0703 21:56:25.190506 3320 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.190509 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-bdl4f Admin Network Policy controller: took 11.52µs I0703 21:56:25.190521 3320 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-bdl4f took: 5.612µs I0703 21:56:25.200287 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.200301 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.200312 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.200322 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-525sb in node ip-10-0-0-144.ec2.internal I0703 21:56:25.200327 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.200333 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.200341 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.202231 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.202245 3320 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.202259 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.202272 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-bdl4f in node ip-10-0-0-144.ec2.internal I0703 21:56:25.202279 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.202289 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.202300 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.289167 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-cb6st I0703 21:56:25.289223 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-cb6st in Admin Network Policy controller I0703 21:56:25.289230 3320 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-cb6st I0703 21:56:25.289239 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-cb6st Admin Network Policy controller: took 21.197µs I0703 21:56:25.289259 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-cb6st I0703 21:56:25.289272 3320 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-cb6st took: 821ns I0703 21:56:25.289280 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-cb6st I0703 21:56:25.289287 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-cb6st I0703 21:56:25.289302 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-cb6st took: 9.585µs I0703 21:56:25.296126 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.296142 3320 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-cb6st I0703 21:56:25.296157 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-cb6st I0703 21:56:25.296172 3320 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-cb6st in node ip-10-0-0-144.ec2.internal I0703 21:56:25.296182 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-cb6st I0703 21:56:25.296191 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.296207 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-cb6st I0703 21:56:25.297754 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:25.297780 3320 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.130.0.0/23" I0703 21:56:25.307353 3320 ovs.go:162] Exec(88): stdout: "" I0703 21:56:25.307372 3320 ovs.go:163] Exec(88): stderr: "" I0703 21:56:25.307384 3320 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:25.355649 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:25.355715 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:25.355764 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:25.355813 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-144.ec2.internal, new=ip-10-0-0-144.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal I0703 21:56:25.355828 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:25.355843 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:25.711521 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.0.144], PodStatus: false, PodCompleted?: false I0703 21:56:25.711544 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.711552 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:25.711565 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:25.711566 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh in Admin Network Policy controller I0703 21:56:25.711579 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh Admin Network Policy controller: took 13.271µs I0703 21:56:25.711583 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:25.711595 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh in node ip-10-0-0-144.ec2.internal I0703 21:56:25.711601 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:25.711607 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.711614 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:25.728318 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.728335 3320 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:25.728347 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:25.728357 3320 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-vlvq4 in node ip-10-0-0-144.ec2.internal I0703 21:56:25.728380 3320 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-vlvq4, new=openshift-network-diagnostics/network-check-target-vlvq4, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-vlvq4: suppressed error logged: pod openshift-network-diagnostics/network-check-target-vlvq4: no pod IPs found I0703 21:56:25.728388 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.728397 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:25.756237 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.756244 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:25.756256 3320 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:25.756270 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:25.756264 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-8s4r4: podLabels app=ovnkube-node,component=network,controller-revision-hash=594c9878bb,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.144], PodStatus: false, PodCompleted?: false I0703 21:56:25.756283 3320 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 in node ip-10-0-0-144.ec2.internal I0703 21:56:25.756293 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:25.756299 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.756299 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 in Admin Network Policy controller I0703 21:56:25.756306 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:25.756312 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 Admin Network Policy controller: took 13.589µs I0703 21:56:25.775568 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.775581 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.775594 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.775593 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-525sb: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.0.144], PodStatus: false, PodCompleted?: false I0703 21:56:25.775633 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.775604 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-525sb in node ip-10-0-0-144.ec2.internal I0703 21:56:25.775651 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-525sb in Admin Network Policy controller I0703 21:56:25.775662 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.775664 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-525sb Admin Network Policy controller: took 13.241µs I0703 21:56:25.775674 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.775689 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:25.795284 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.795308 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.795322 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.795336 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-sqdt7 in node ip-10-0-0-144.ec2.internal I0703 21:56:25.795361 3320 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-sqdt7, new=openshift-multus/network-metrics-daemon-sqdt7, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-sqdt7: suppressed error logged: pod openshift-multus/network-metrics-daemon-sqdt7: no pod IPs found I0703 21:56:25.795371 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.795382 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:25.797859 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:25.797881 3320 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.130.0.0/23" I0703 21:56:25.807142 3320 ovs.go:162] Exec(89): stdout: "" I0703 21:56:25.807155 3320 ovs.go:163] Exec(89): stderr: "" I0703 21:56:25.807164 3320 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:25.849587 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.849681 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.849702 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.849719 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.849737 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-kgmbp in node ip-10-0-0-144.ec2.internal I0703 21:56:25.849733 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-kgmbp: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=7f6c64d789,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.144], PodStatus: false, PodCompleted?: false I0703 21:56:25.849748 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.849757 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.849767 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:25.849766 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-kgmbp in Admin Network Policy controller I0703 21:56:25.849779 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-kgmbp Admin Network Policy controller: took 13.877µs I0703 21:56:25.869937 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.869978 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-d24g2 I0703 21:56:25.869993 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-d24g2 I0703 21:56:25.870007 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-d24g2 in node ip-10-0-0-144.ec2.internal I0703 21:56:25.870015 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-d24g2 I0703 21:56:25.870023 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.870018 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-d24g2: podLabels app=multus,component=network,controller-revision-hash=5665fcd65c,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.144], PodStatus: false, PodCompleted?: false I0703 21:56:25.870033 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-d24g2 I0703 21:56:25.870031 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-d24g2 I0703 21:56:25.870045 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-d24g2 in Admin Network Policy controller I0703 21:56:25.870058 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-d24g2 Admin Network Policy controller: took 12.822µs I0703 21:56:25.888029 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.888100 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-bdl4f I0703 21:56:25.888107 3320 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.888130 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.888140 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-bdl4f in node ip-10-0-0-144.ec2.internal I0703 21:56:25.888146 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.888030 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-bdl4f: podLabels app=konnectivity-agent,controller-revision-hash=79779977f9,pod-template-generation=1, podIPs: [10.0.0.144], PodStatus: false, PodCompleted?: false I0703 21:56:25.888153 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.888163 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-bdl4f I0703 21:56:25.888165 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-bdl4f in Admin Network Policy controller I0703 21:56:25.888176 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-bdl4f Admin Network Policy controller: took 13.143µs I0703 21:56:25.905339 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-pr5z7: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.0.144], PodStatus: false, PodCompleted?: false I0703 21:56:25.905377 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-pr5z7 in Admin Network Policy controller I0703 21:56:25.905390 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-pr5z7 Admin Network Policy controller: took 14.983µs I0703 21:56:25.905387 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.905407 3320 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.905411 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-pr5z7 I0703 21:56:25.905420 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.905433 3320 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-pr5z7 in node ip-10-0-0-144.ec2.internal I0703 21:56:25.905440 3320 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.905449 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.905459 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-pr5z7 I0703 21:56:25.922430 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-cb6st: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.0.144], PodStatus: false, PodCompleted?: false I0703 21:56:25.922522 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:25.922531 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-cb6st in Admin Network Policy controller I0703 21:56:25.922538 3320 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-cb6st I0703 21:56:25.922559 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-cb6st Admin Network Policy controller: took 30.792µs I0703 21:56:25.922564 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-cb6st I0703 21:56:25.922459 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-cb6st I0703 21:56:25.922577 3320 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-cb6st in node ip-10-0-0-144.ec2.internal I0703 21:56:25.922585 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-cb6st I0703 21:56:25.922593 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:25.922600 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-cb6st I0703 21:56:26.298551 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:26.298581 3320 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.130.0.0/23" I0703 21:56:26.307985 3320 ovs.go:162] Exec(90): stdout: "" I0703 21:56:26.308004 3320 ovs.go:163] Exec(90): stderr: "" I0703 21:56:26.308016 3320 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:26.798872 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:26.798903 3320 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.130.0.0/23" I0703 21:56:26.808158 3320 ovs.go:162] Exec(91): stdout: "" I0703 21:56:26.808178 3320 ovs.go:163] Exec(91): stderr: "" I0703 21:56:26.808189 3320 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:27.297796 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:27.297828 3320 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.130.0.0/23" I0703 21:56:27.307160 3320 ovs.go:162] Exec(92): stdout: "" I0703 21:56:27.307182 3320 ovs.go:163] Exec(92): stderr: "" I0703 21:56:27.307193 3320 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:27.797779 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:27.797809 3320 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.130.0.0/23" I0703 21:56:27.807033 3320 ovs.go:162] Exec(93): stdout: "" I0703 21:56:27.807047 3320 ovs.go:163] Exec(93): stderr: "" I0703 21:56:27.807056 3320 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:28.297539 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:28.297566 3320 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.130.0.0/23" I0703 21:56:28.306965 3320 ovs.go:162] Exec(94): stdout: "" I0703 21:56:28.306982 3320 ovs.go:163] Exec(94): stderr: "" I0703 21:56:28.306992 3320 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:28.798340 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:28.798367 3320 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.130.0.0/23" I0703 21:56:28.807601 3320 ovs.go:162] Exec(95): stdout: "" I0703 21:56:28.807621 3320 ovs.go:163] Exec(95): stderr: "" I0703 21:56:28.807630 3320 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:29.298451 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:29.298478 3320 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.130.0.0/23" I0703 21:56:29.307656 3320 ovs.go:162] Exec(96): stdout: "" I0703 21:56:29.307672 3320 ovs.go:163] Exec(96): stderr: "" I0703 21:56:29.307681 3320 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:29.798146 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:29.798174 3320 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.130.0.0/23" I0703 21:56:29.807414 3320 ovs.go:162] Exec(97): stdout: "" I0703 21:56:29.807431 3320 ovs.go:163] Exec(97): stderr: "" I0703 21:56:29.807441 3320 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:30.298089 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:30.298127 3320 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.130.0.0/23" I0703 21:56:30.307385 3320 ovs.go:162] Exec(98): stdout: "" I0703 21:56:30.307398 3320 ovs.go:163] Exec(98): stderr: "" I0703 21:56:30.307406 3320 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:30.798073 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:30.798100 3320 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.130.0.0/23" I0703 21:56:30.807339 3320 ovs.go:162] Exec(99): stdout: "" I0703 21:56:30.807357 3320 ovs.go:163] Exec(99): stderr: "" I0703 21:56:30.807370 3320 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:31.298253 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:31.298280 3320 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.130.0.0/23" I0703 21:56:31.307528 3320 ovs.go:162] Exec(100): stdout: "" I0703 21:56:31.307545 3320 ovs.go:163] Exec(100): stderr: "" I0703 21:56:31.307554 3320 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:31.348281 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-m6pc2: podLabels app=multus,component=network,controller-revision-hash=5665fcd65c,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.118], PodStatus: true, PodCompleted?: false I0703 21:56:31.348302 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:31.348327 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-m6pc2 in Admin Network Policy controller I0703 21:56:31.348331 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-m6pc2 I0703 21:56:31.348339 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-m6pc2 Admin Network Policy controller: took 13.348µs I0703 21:56:31.348350 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-m6pc2 I0703 21:56:31.348364 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-m6pc2 in node ip-10-0-2-118.ec2.internal I0703 21:56:31.348373 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-m6pc2 I0703 21:56:31.348382 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:31.348399 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-m6pc2 I0703 21:56:31.348431 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-multus/multus-m6pc2. OVN-Kubernetes controller took 3.9065e-05 seconds. No OVN measurement. I0703 21:56:31.350940 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal I0703 21:56:31.350972 3320 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal I0703 21:56:31.350994 3320 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal I0703 21:56:31.351004 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal in Admin Network Policy controller I0703 21:56:31.351006 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal in node ip-10-0-2-118.ec2.internal I0703 21:56:31.351016 3320 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal took: 11.38µs I0703 21:56:31.351017 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal Admin Network Policy controller: took 17.873µs I0703 21:56:31.351022 3320 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal I0703 21:56:31.351028 3320 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal I0703 21:56:31.351040 3320 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal took: 5.789µs I0703 21:56:31.368450 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-7wsvw: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.2.118], PodStatus: true, PodCompleted?: false I0703 21:56:31.368515 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-7wsvw in Admin Network Policy controller I0703 21:56:31.368534 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-7wsvw Admin Network Policy controller: took 17.788µs I0703 21:56:31.368468 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:31.368551 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:31.368570 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:31.368589 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-7wsvw in node ip-10-0-2-118.ec2.internal I0703 21:56:31.368598 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:31.368609 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:31.368622 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-7wsvw I0703 21:56:31.798303 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:31.798333 3320 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:31.807570 3320 ovs.go:162] Exec(101): stdout: "" I0703 21:56:31.807586 3320 ovs.go:163] Exec(101): stderr: "" I0703 21:56:31.807595 3320 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:32.164451 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal: podLabels k8s-app=kube-apiserver-proxy, podIPs: [10.0.2.118], PodStatus: true, PodCompleted?: false I0703 21:56:32.164559 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal in Admin Network Policy controller I0703 21:56:32.164579 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal Admin Network Policy controller: took 21.773µs I0703 21:56:32.164464 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal I0703 21:56:32.164531 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:32.164609 3320 default_network_controller.go:747] Recording update event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal I0703 21:56:32.164622 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal I0703 21:56:32.164634 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal in node ip-10-0-2-118.ec2.internal I0703 21:56:32.164646 3320 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal I0703 21:56:32.164654 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:32.164661 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-118.ec2.internal I0703 21:56:32.297744 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:32.297773 3320 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.130.0.0/23" I0703 21:56:32.307290 3320 ovs.go:162] Exec(102): stdout: "" I0703 21:56:32.307306 3320 ovs.go:163] Exec(102): stderr: "" I0703 21:56:32.307315 3320 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:32.353027 3320 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-118.ec2.internal I0703 21:56:32.353040 3320 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal I0703 21:56:32.353100 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal in Admin Network Policy controller I0703 21:56:32.353122 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal Admin Network Policy controller: took 23.507µs I0703 21:56:32.353125 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal I0703 21:56:32.353144 3320 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal in node ip-10-0-2-118.ec2.internal I0703 21:56:32.353155 3320 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal took: 15.039µs I0703 21:56:32.353163 3320 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal I0703 21:56:32.353173 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal I0703 21:56:32.353169 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-ph6kb: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.2.118], PodStatus: true, PodCompleted?: false I0703 21:56:32.353191 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal took: 10.001µs I0703 21:56:32.353198 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-ph6kb in Admin Network Policy controller I0703 21:56:32.353209 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-ph6kb Admin Network Policy controller: took 11.637µs I0703 21:56:32.353244 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:32.353259 3320 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-ph6kb I0703 21:56:32.353272 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-ph6kb I0703 21:56:32.353282 3320 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-ph6kb in node ip-10-0-2-118.ec2.internal I0703 21:56:32.353290 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-ph6kb I0703 21:56:32.353295 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:32.353302 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-ph6kb I0703 21:56:32.370936 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:32.371034 3320 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-bc5j8 I0703 21:56:32.371055 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-bc5j8 I0703 21:56:32.371071 3320 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-bc5j8 in node ip-10-0-2-118.ec2.internal I0703 21:56:32.371080 3320 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-bc5j8 I0703 21:56:32.371090 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:32.371105 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-bc5j8 I0703 21:56:32.370930 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-bc5j8: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.2.118], PodStatus: true, PodCompleted?: false I0703 21:56:32.371141 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-bc5j8 in Admin Network Policy controller I0703 21:56:32.371152 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-bc5j8 Admin Network Policy controller: took 11.179µs I0703 21:56:32.400341 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:32.400362 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:32.400373 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:32.400383 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in node ip-10-0-2-118.ec2.internal I0703 21:56:32.400392 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:32.400400 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:32.400408 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:32.422821 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-7jz98: podLabels app=konnectivity-agent,controller-revision-hash=79779977f9,pod-template-generation=1, podIPs: [10.0.2.118], PodStatus: true, PodCompleted?: false I0703 21:56:32.422874 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-7jz98 in Admin Network Policy controller I0703 21:56:32.422886 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-7jz98 Admin Network Policy controller: took 26.612µs I0703 21:56:32.422832 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:32.422903 3320 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:32.422923 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-7jz98 I0703 21:56:32.422936 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-7jz98 in node ip-10-0-2-118.ec2.internal I0703 21:56:32.422942 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:32.422965 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:32.422973 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-7jz98 I0703 21:56:32.797994 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:32.798023 3320 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:32.807228 3320 ovs.go:162] Exec(103): stdout: "" I0703 21:56:32.807244 3320 ovs.go:163] Exec(103): stderr: "" I0703 21:56:32.807253 3320 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:33.297902 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:33.297929 3320 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.130.0.0/23" I0703 21:56:33.307414 3320 ovs.go:162] Exec(104): stdout: "" I0703 21:56:33.307432 3320 ovs.go:163] Exec(104): stderr: "" I0703 21:56:33.307442 3320 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:33.359632 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal: podLabels , podIPs: [10.0.2.118], PodStatus: true, PodCompleted?: false I0703 21:56:33.359726 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal in Admin Network Policy controller I0703 21:56:33.359638 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:33.359763 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal Admin Network Policy controller: took 22.896µs I0703 21:56:33.359773 3320 default_network_controller.go:747] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal I0703 21:56:33.359789 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal I0703 21:56:33.359802 3320 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal in node ip-10-0-2-118.ec2.internal I0703 21:56:33.359811 3320 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal I0703 21:56:33.359819 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:33.359671 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal I0703 21:56:33.359831 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-118.ec2.internal I0703 21:56:33.448016 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:33.448117 3320 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:33.448136 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-7jz98 I0703 21:56:33.448148 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-7jz98 in node ip-10-0-2-118.ec2.internal I0703 21:56:33.448155 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:33.448165 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:33.448172 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-7jz98 I0703 21:56:33.797909 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:33.797939 3320 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:33.807565 3320 ovs.go:162] Exec(105): stdout: "" I0703 21:56:33.807584 3320 ovs.go:163] Exec(105): stderr: "" I0703 21:56:33.807596 3320 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:34.162139 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-118.ec2.internal I0703 21:56:34.162238 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-118.ec2.internal: 103.748µs I0703 21:56:34.162168 3320 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-118.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-7941e21b96-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-118.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?: false I0703 21:56:34.162252 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:34.162266 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-118.ec2.internal in Admin Network Policy controller I0703 21:56:34.162270 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:34.162275 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-118.ec2.internal Admin Network Policy controller: took 10.188µs I0703 21:56:34.162309 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:34.162335 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-118.ec2.internal, new=ip-10-0-2-118.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal I0703 21:56:34.162346 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:34.162354 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:34.298170 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:34.298196 3320 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.130.0.0/23" I0703 21:56:34.307567 3320 ovs.go:162] Exec(106): stdout: "" I0703 21:56:34.307584 3320 ovs.go:163] Exec(106): stderr: "" I0703 21:56:34.307594 3320 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:34.369901 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.2.118], PodStatus: true, PodCompleted?: false I0703 21:56:34.369967 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:34.370041 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv in Admin Network Policy controller I0703 21:56:34.370062 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:34.370067 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv Admin Network Policy controller: took 29.273µs I0703 21:56:34.370080 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:34.370097 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv in node ip-10-0-2-118.ec2.internal I0703 21:56:34.370103 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:34.370111 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:34.370119 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-x44vv I0703 21:56:34.389273 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:34.389295 3320 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:34.389310 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-7jz98 I0703 21:56:34.389324 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-7jz98 in node ip-10-0-2-118.ec2.internal I0703 21:56:34.389333 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-7jz98 I0703 21:56:34.389343 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:34.389353 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-7jz98 I0703 21:56:34.798063 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:34.798092 3320 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:34.807317 3320 ovs.go:162] Exec(107): stdout: "" I0703 21:56:34.807334 3320 ovs.go:163] Exec(107): stderr: "" I0703 21:56:34.807344 3320 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:34.927254 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:34.927289 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:34.927354 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:34.927378 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-144.ec2.internal, new=ip-10-0-0-144.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal I0703 21:56:34.927390 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:34.927400 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:35.298449 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:35.298478 3320 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.130.0.0/23" I0703 21:56:35.307694 3320 ovs.go:162] Exec(108): stdout: "" I0703 21:56:35.307715 3320 ovs.go:163] Exec(108): stderr: "" I0703 21:56:35.307724 3320 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:35.798302 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:35.798330 3320 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:35.807517 3320 ovs.go:162] Exec(109): stdout: "" I0703 21:56:35.807534 3320 ovs.go:163] Exec(109): stderr: "" I0703 21:56:35.807543 3320 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:36.298830 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:36.298858 3320 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.130.0.0/23" I0703 21:56:36.308006 3320 ovs.go:162] Exec(110): stdout: "" I0703 21:56:36.308024 3320 ovs.go:163] Exec(110): stderr: "" I0703 21:56:36.308033 3320 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:36.797281 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:36.797311 3320 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:36.806506 3320 ovs.go:162] Exec(111): stdout: "" I0703 21:56:36.806522 3320 ovs.go:163] Exec(111): stderr: "" I0703 21:56:36.806531 3320 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:37.298217 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:37.298245 3320 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.130.0.0/23" I0703 21:56:37.307441 3320 ovs.go:162] Exec(112): stdout: "" I0703 21:56:37.307460 3320 ovs.go:163] Exec(112): stderr: "" I0703 21:56:37.307469 3320 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:37.382308 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:37.382330 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:37.382346 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:37.382361 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in node ip-10-0-2-118.ec2.internal I0703 21:56:37.382369 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:37.382377 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:37.382386 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:37.418429 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-c6lbn: podLabels app=ovnkube-node,component=network,controller-revision-hash=594c9878bb,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.2.118], PodStatus: true, PodCompleted?: false I0703 21:56:37.418470 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:37.418508 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn in Admin Network Policy controller I0703 21:56:37.418515 3320 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:37.418528 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:37.418527 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn Admin Network Policy controller: took 20.052µs I0703 21:56:37.418538 3320 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn in node ip-10-0-2-118.ec2.internal I0703 21:56:37.418545 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:37.418551 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:37.418558 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:37.797685 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:37.797710 3320 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:37.806975 3320 ovs.go:162] Exec(113): stdout: "" I0703 21:56:37.806989 3320 ovs.go:163] Exec(113): stderr: "" I0703 21:56:37.806998 3320 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:38.297668 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:38.297697 3320 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.130.0.0/23" I0703 21:56:38.306837 3320 ovs.go:162] Exec(114): stdout: "" I0703 21:56:38.306853 3320 ovs.go:163] Exec(114): stderr: "" I0703 21:56:38.306864 3320 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:38.331868 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-118.ec2.internal I0703 21:56:38.331911 3320 node_tracker.go:238] Node ip-10-0-2-118.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-118.ec2.internal" I0703 21:56:38.331930 3320 node_tracker.go:172] Node ip-10-0-2-118.ec2.internal switch + router changed, syncing services I0703 21:56:38.331976 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:38.332000 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:38.332003 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:38.332015 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:38.332020 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:38.332025 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:38.332038 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:38.332047 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:38.332057 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone ip-10-0-2-118.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:38.332064 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:38.332063 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:38.332076 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:38.332088 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 14.061µs I0703 21:56:38.332088 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-118.ec2.internal, new=ip-10-0-2-118.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-118.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-118.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-118.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-118.ec2.internal I0703 21:56:38.332105 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:38.332104 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:38.332117 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:38.332079 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:38.332076 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.332170 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:38.332115 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.332185 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 15.476µs I0703 21:56:38.332198 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:38.332198 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:38.332210 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:38.332217 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:38.332221 3320 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.209.245"}, 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:38.332218 3320 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.117.112"}, 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:38.332233 3320 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:38.332240 3320 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:38.332240 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.332252 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.332225 3320 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:38.332264 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.332258 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.332286 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:38.332286 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:38.332295 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:38.332275 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.332302 3320 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:38.332311 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.332293 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:38.332321 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:38.332324 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.332161 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:38.332325 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:38.332328 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 222.788µs I0703 21:56:38.332336 3320 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:38.332338 3320 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:38.332346 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:38.332356 3320 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:38.332362 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:38.332364 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 307.173µs I0703 21:56:38.332370 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 306.959µs I0703 21:56:38.332356 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.332407 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:38.332347 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:38.332424 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:38.332420 3320 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.103.89"}, 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:38.332433 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:38.332436 3320 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:38.332440 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:38.332442 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:38.332446 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.332450 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.292µs I0703 21:56:38.332461 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.332485 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:38.332492 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:38.332499 3320 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:38.332448 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.332518 3320 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:38.332523 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:38.332528 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 182.177µs I0703 21:56:38.332534 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:38.332533 3320 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.142.152"}, 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:38.332541 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:38.332547 3320 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:38.332558 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.332570 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.332591 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.332548 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:38.332607 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.332548 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.332667 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:38.332676 3320 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.181.56"}, 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:38.332687 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.332694 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.332705 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.332724 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.332731 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.332737 3320 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:38.332752 3320 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:38.332759 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 210.844µs I0703 21:56:38.332678 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:38.332771 3320 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.165.19"}, 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:38.332782 3320 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:38.332787 3320 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:38.332797 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.332815 3320 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:38.332823 3320 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:38.332829 3320 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:38.332842 3320 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:38.332849 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 309.73µs I0703 21:56:38.332599 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:38.332860 3320 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:38.332877 3320 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:38.332886 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 446.461µs I0703 21:56:38.332542 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:38.332901 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:38.332906 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:38.332911 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:38.332915 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:38.332921 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:38.332925 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:38.332926 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:38.332935 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:38.332940 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:38.332937 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.332943 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.332958 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:38.333015 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:38.333015 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:38.333019 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:38.333027 3320 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.35.27"}, 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:38.333032 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333029 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:38.333041 3320 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:38.332929 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:38.333042 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:38.333050 3320 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:38.333053 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:38.333041 3320 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:38.332935 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:38.333057 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 16.932µs I0703 21:56:38.333058 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:38.333064 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333071 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:38.333072 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:38.333078 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:38.333082 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:38.333088 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:38.333089 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:38.333097 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:38.333102 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:38.333107 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:38.333111 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:38.333115 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:38.333080 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333120 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:38.333096 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:38.333124 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:38.333070 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333066 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333131 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:38.333132 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:38.333137 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:38.333143 3320 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:38.333128 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:38.333143 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:38.333150 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:38.333158 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:38.333157 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333162 3320 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:38.333159 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:38.333144 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:38.333166 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333165 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:38.333175 3320 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:38.333178 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:38.333180 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333184 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:38.333189 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:38.333181 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333193 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:38.333043 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333190 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:38.333197 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:38.333199 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.333205 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:38.333206 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333208 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333213 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:38.333222 3320 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:38.333233 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:38.333236 3320 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:38.333245 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 175.813µs I0703 21:56:38.333253 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:38.333248 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:38.333166 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 226.344µs I0703 21:56:38.333283 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:38.333189 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:38.333292 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 358.563µs I0703 21:56:38.333299 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:38.333298 3320 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:38.333286 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:38.333325 3320 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:38.333332 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 395.235µs I0703 21:56:38.333222 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333305 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333347 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:38.333348 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:38.333355 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:38.333330 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333361 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:38.333365 3320 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.27.235"}, 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:38.333368 3320 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:38.333374 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333378 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:38.333386 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:38.333389 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333390 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 465.72µs I0703 21:56:38.333395 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:38.333399 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:38.333404 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333357 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333417 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:38.333424 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:38.333432 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:38.333408 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333441 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:38.333381 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333449 3320 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:38.333452 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:38.333450 3320 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.98.21"}, 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:38.333462 3320 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:38.333461 3320 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.29.99"}, 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:38.333466 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 180.379µs I0703 21:56:38.333458 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333465 3320 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:38.333472 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333475 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:38.333476 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.333481 3320 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:38.333483 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333489 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.333497 3320 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:38.333493 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333510 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:38.333512 3320 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:38.333516 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 217.221µs I0703 21:56:38.333517 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:38.333482 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:38.333498 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333258 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333525 3320 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:38.333534 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:38.333536 3320 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:38.333541 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:38.333543 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:38.333549 3320 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:38.333526 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:38.333554 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 154.967µs I0703 21:56:38.333554 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333550 3320 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.208.223"}, 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.208.223"}, 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:38.333562 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:38.333567 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 5.009µs I0703 21:56:38.333565 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:38.333564 3320 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:32762, 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:30474, 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:38.333573 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:38.333576 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333578 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333592 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:38.333600 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333562 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333598 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:38.333626 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:38.333635 3320 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:38.333654 3320 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:38.333622 3320 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-1-181.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.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.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:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:38.333662 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 409µs I0703 21:56:38.333667 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:38.333671 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:38.333675 3320 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:38.333700 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:38.333704 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 229.058µs I0703 21:56:38.333677 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333712 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:38.333549 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:38.333730 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:38.333739 3320 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:38.333738 3320 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.210.179"}, 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:38.333719 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333749 3320 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:38.333755 3320 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:38.333580 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333760 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:38.333768 3320 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.221.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:38.333771 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:38.333765 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333777 3320 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:38.333783 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333755 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:38.333782 3320 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.42.137"}, 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:38.333789 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 443.656µs I0703 21:56:38.333797 3320 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:38.333803 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:38.333805 3320 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:38.333818 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333811 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.333839 3320 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:38.333847 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:38.333847 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:38.333856 3320 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.64.21"}, 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:38.333783 3320 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:38.333865 3320 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:38.333869 3320 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:38.333875 3320 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:38.333795 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333888 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:38.333876 3320 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:38.333896 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:38.333903 3320 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:38.333902 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.333918 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:38.333889 3320 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:38.333926 3320 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:38.333930 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 257.129µs I0703 21:56:38.333936 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:38.333943 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:38.333961 3320 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:38.333858 3320 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:38.333982 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:38.333990 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 185.973µs I0703 21:56:38.333923 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 210.952µs I0703 21:56:38.334002 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:38.334004 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:38.334009 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 5.491µs I0703 21:56:38.334016 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:38.333968 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.334037 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:38.334021 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.334011 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.334057 3320 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.204.209"}, 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.204.209"}, 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:38.334071 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:38.334076 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334078 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:38.334079 3320 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.161.234"}, 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:38.334086 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334089 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334091 3320 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.22.162"}, 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:38.334096 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.333992 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:38.334105 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334110 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 536.284µs I0703 21:56:38.334116 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334121 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:38.334105 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.334135 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:38.333635 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:38.334132 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.334148 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:38.334161 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.334130 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.334164 3320 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:38.334171 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.334165 3320 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.70.199"}, 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:38.334179 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:38.334182 3320 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:38.334184 3320 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:38.334187 3320 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.126.158"}, 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:38.334190 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:38.334195 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334197 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334198 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 255.093µs I0703 21:56:38.334202 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:38.334207 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334207 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 206.013µs I0703 21:56:38.334211 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:38.334221 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:38.334219 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.334216 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.334236 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:38.334245 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:38.334247 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.334252 3320 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:38.334260 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.334220 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.334266 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:38.334272 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 152.491µs I0703 21:56:38.334229 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.334272 3320 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:38.334283 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:38.334283 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:38.334290 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.294µs I0703 21:56:38.334292 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:38.334297 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:38.334301 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 4.552µs I0703 21:56:38.334301 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:38.334296 3320 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.245.6"}, 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:38.334304 3320 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.32.213"}, 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:38.334309 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 781.651µs I0703 21:56:38.334314 3320 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:38.334317 3320 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:38.334325 3320 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:38.334326 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:38.334325 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001121843 seconds. No OVN measurement. I0703 21:56:38.334328 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334341 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.334347 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.334373 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.334377 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:38.334384 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.334389 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:38.334337 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.334312 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:38.334399 3320 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:38.334419 3320 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:38.334418 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:38.334424 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 204.492µs I0703 21:56:38.334433 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:38.334437 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 4.918µs I0703 21:56:38.334443 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:38.334437 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:38.334457 3320 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:38.334470 3320 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:38.334395 3320 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:38.334411 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.334448 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.334495 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:38.334503 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 291.558µs I0703 21:56:38.334503 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:38.334507 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:38.334489 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.334520 3320 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.88.248"}, 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:38.334519 3320 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.182.169"}, 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:38.334525 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:38.334113 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.334529 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334532 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334537 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:38.334539 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334540 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.334543 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.334550 3320 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:38.334554 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.334551 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.334565 3320 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:38.334566 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.334575 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.334562 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.334575 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:38.334582 3320 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:38.334586 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 259.957µs I0703 21:56:38.334588 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.334590 3320 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:38.334599 3320 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:38.334601 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.334599 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 582.099µs I0703 21:56:38.334603 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 160.228µs I0703 21:56:38.334612 3320 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:38.334629 3320 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:38.334633 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 320.725µs I0703 21:56:38.398565 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:38.398640 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:38.398669 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:38.398690 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in node ip-10-0-2-118.ec2.internal I0703 21:56:38.398702 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:38.398712 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:38.398726 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:38.448580 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:38.448679 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:38.448733 3320 default_network_controller.go:1028] Node ip-10-0-2-118.ec2.internal in remote zone ip-10-0-2-118.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:38.448603 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-118.ec2.internal I0703 21:56:38.448810 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:a38188f8-46b7-4d9f-99d5-be38a116e2ab ip:10.0.2.118 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268262}] I0703 21:56:38.448832 3320 node_tracker.go:172] Node ip-10-0-2-118.ec2.internal switch + router changed, syncing services I0703 21:56:38.448846 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:38.448861 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:38.448874 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:38.448882 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:38.448864 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u3879268262}]} hostname:ip-10-0-2-118.ec2.internal name:a38188f8-46b7-4d9f-99d5-be38a116e2ab other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268263}] I0703 21:56:38.448893 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:38.448893 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:38.448903 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 10.945µs I0703 21:56:38.448895 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:a38188f8-46b7-4d9f-99d5-be38a116e2ab ip:10.0.2.118 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268262} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u3879268262}]} hostname:ip-10-0-2-118.ec2.internal name:a38188f8-46b7-4d9f-99d5-be38a116e2ab other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268263}] I0703 21:56:38.448978 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:38.448990 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:38.448995 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:38.449000 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:38.449003 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:38.449008 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:38.449014 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:38.448906 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.449029 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:38.449047 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:38.449052 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:38.449065 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:38.449068 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:38.449067 3320 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.142.152"}, 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:38.449087 3320 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:38.449096 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.449040 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.449059 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.449022 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:38.449080 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.449078 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.449153 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:38.449155 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:38.449174 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:38.449171 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:38.449183 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:38.449176 3320 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.181.56"}, 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:38.449190 3320 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.35.27"}, 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:38.449192 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:38.449201 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:38.449194 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.449119 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.449208 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:38.449210 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.449216 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:38.449215 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.449222 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:38.449228 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:38.449214 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:38.449240 3320 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:38.449225 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.449244 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.449252 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.449203 3320 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:38.449256 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.449260 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.449267 3320 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:38.449270 3320 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:38.449291 3320 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:38.449229 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:38.449301 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 254.285µs I0703 21:56:38.449282 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.449312 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:38.449315 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:38.449319 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:38.449318 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:38.449322 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.834µs I0703 21:56:38.449303 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.449331 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:38.449333 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:38.449337 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:38.449346 3320 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:38.449324 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:38.449361 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:38.449367 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:38.449374 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:38.449378 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:38.449337 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.449389 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 325.568µs I0703 21:56:38.449401 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:38.449348 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:38.449410 3320 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.103.89"}, 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:38.449417 3320 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:38.449419 3320 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:38.449436 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.449439 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:38.449447 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 381.245µs I0703 21:56:38.449458 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:38.449454 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.449382 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:38.449481 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:38.449488 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:38.449492 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:38.449495 3320 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:38.449501 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:38.449154 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:38.449555 3320 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.165.19"}, 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:38.449596 3320 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:38.449610 3320 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:38.449258 3320 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:38.449628 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 737.452µs I0703 21:56:38.449640 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:38.449647 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.88µs I0703 21:56:38.449630 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.449406 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:38.449662 3320 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:38.449673 3320 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:38.449685 3320 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:38.449664 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.449709 3320 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:38.449647 3320 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-2-118.ec2.internal for the network default I0703 21:56:38.449722 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 693.303µs I0703 21:56:38.449737 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:38.449736 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:38.449754 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:38.449764 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:38.449782 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.449750 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.449807 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:38.449788 3320 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-2-118.ec2.internal]} name:tstor-ip-10-0-2-118.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-118.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268264}] I0703 21:56:38.449510 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:38.449835 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:38.449820 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:38.449843 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:38.449838 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:38.449845 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:38.449853 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:38.449855 3320 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:38.449860 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:38.449858 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:38.449866 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:38.449871 3320 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:38.449856 3320 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:u3879268264}]}}] Timeout: Where:[where column _uuid == {bbf5be73-3e4c-46f6-ac9d-fe95c3baf6e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:38.449877 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 472.355µs I0703 21:56:38.449872 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:38.449890 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:38.449890 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.449916 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:38.449893 3320 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-2-118.ec2.internal]} name:tstor-ip-10-0-2-118.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-118.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268264} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268264}]}}] Timeout: Where:[where column _uuid == {bbf5be73-3e4c-46f6-ac9d-fe95c3baf6e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:38.449899 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.449872 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:38.449931 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:38.449975 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:38.449984 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:38.449987 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:38.449993 3320 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:38.449995 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:38.449991 3320 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.27.235"}, 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:38.450002 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:38.450006 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450008 3320 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:38.450010 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:38.450014 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 278.088µs I0703 21:56:38.450015 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450019 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:38.450023 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:38.450025 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:38.450032 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.450065 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.450073 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.450080 3320 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:38.450032 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.449517 3320 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:38.450101 3320 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:38.450103 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:38.450108 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 218.23µs I0703 21:56:38.450119 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:38.450116 3320 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.98.21"}, 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:38.450130 3320 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:38.450139 3320 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:38.450128 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.450156 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.450103 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 768.889µs I0703 21:56:38.450181 3320 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:38.450184 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:38.450194 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:38.450196 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:38.450195 3320 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.29.99"}, 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:38.450204 3320 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:38.450204 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450214 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450225 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:38.450232 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 208.118µs I0703 21:56:38.450245 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:38.450232 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.450256 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:38.450271 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:38.450279 3320 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:38.450206 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:38.450300 3320 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:38.449465 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:38.450253 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.450307 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 186.029µs I0703 21:56:38.450313 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:38.450322 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:38.450323 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:38.450327 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:38.450329 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:38.450343 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450417 3320 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:38.450338 3320 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.208.223"}, 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.208.223"}, 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:38.450444 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450449 3320 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:32762, 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:30474, 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:38.450469 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450478 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:38.450488 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:38.450508 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.450537 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:38.450548 3320 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:38.450576 3320 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:38.450347 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:38.450586 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.125516ms I0703 21:56:38.450539 3320 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-1-181.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.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.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:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:38.450598 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450602 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:38.450604 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:38.450608 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450615 3320 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:38.450628 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.450633 3320 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-2-118.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:u3879268265}] I0703 21:56:38.450653 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:38.450657 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.450612 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.450662 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 467.38µs I0703 21:56:38.450665 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:38.450673 3320 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:38.450677 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:38.450685 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:38.450696 3320 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:38.450331 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.450703 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 457.807µs I0703 21:56:38.450687 3320 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:u3879268265}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:38.450708 3320 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.210.179"}, 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:38.450717 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:38.450723 3320 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:38.450725 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:38.450734 3320 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:38.450686 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.450714 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-118.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:u3879268265} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3879268265}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:38.450738 3320 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.42.137"}, 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:38.450753 3320 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:38.450758 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:38.450751 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.450770 3320 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.221.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:38.450727 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.450780 3320 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:38.450782 3320 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:38.450784 3320 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:38.450793 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450793 3320 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:38.450800 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:38.450806 3320 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:38.450799 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.450813 3320 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.64.21"}, 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:38.450810 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.450826 3320 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:38.450834 3320 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:38.450836 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 234.673µs I0703 21:56:38.450837 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:38.450834 3320 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:38.450849 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:38.450850 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:38.450852 3320 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:38.450861 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:38.450861 3320 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:38.450873 3320 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:38.450885 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:38.450871 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.450892 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 215.237µs I0703 21:56:38.450900 3320 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:38.450906 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:38.450857 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.450912 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:38.450901 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:38.450923 3320 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:38.450929 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:38.450935 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 599.712µs I0703 21:56:38.450963 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:38.450970 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:38.450972 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 254.995µs I0703 21:56:38.450943 3320 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.204.209"}, 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.204.209"}, 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:38.450914 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.450984 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:38.450984 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450991 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.82µs I0703 21:56:38.450996 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450998 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:38.451001 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:38.451011 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 10.647µs I0703 21:56:38.451010 3320 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.22.162"}, 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:38.451020 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:38.451023 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451013 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451033 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.450981 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451049 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:38.451062 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:38.451068 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:38.451028 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451057 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451077 3320 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:38.451086 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.451090 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:38.451096 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.451099 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:38.451098 3320 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.70.199"}, 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:38.451106 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 257.113µs I0703 21:56:38.451108 3320 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:38.451112 3320 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:38.451103 3320 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.161.234"}, 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:38.451120 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:38.449656 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:38.451125 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451130 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:38.451135 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451136 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 231.917µs I0703 21:56:38.451151 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:38.451152 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451131 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451183 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.451132 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451196 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.451160 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451205 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:38.451207 3320 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:38.451211 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:38.451218 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:38.451122 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451219 3320 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.126.158"}, 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:38.451226 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451232 3320 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:38.451229 3320 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.245.6"}, 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:38.451232 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451238 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 217.85µs I0703 21:56:38.451242 3320 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:38.451245 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451251 3320 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:38.451253 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:38.451257 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:38.451244 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451273 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451262 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451265 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451276 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.451287 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:38.451288 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.451292 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.451295 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:38.451298 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:38.451300 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.451303 3320 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:38.451261 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451309 3320 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:38.451309 3320 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:38.451328 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:38.451329 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:38.451305 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:38.451339 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 370.819µs I0703 21:56:38.451343 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 193.034µs I0703 21:56:38.451334 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:38.451350 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:38.451353 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 232.977µs I0703 21:56:38.451329 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:38.451359 3320 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:38.451358 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:38.451365 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:38.451369 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 11.796µs I0703 21:56:38.451367 3320 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.32.213"}, 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:38.451376 3320 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:38.451380 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:38.451380 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.724723ms I0703 21:56:38.451381 3320 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:38.451390 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:38.451392 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451408 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 16.64µs I0703 21:56:38.451421 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:38.451407 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451435 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:38.451453 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:38.451430 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451388 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451355 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:38.451476 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 122.256µs I0703 21:56:38.451478 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:38.451487 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:38.451489 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:38.451489 3320 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.88.248"}, 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:38.451503 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451514 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451498 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001515714 seconds. No OVN measurement. I0703 21:56:38.451464 3320 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:38.451495 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:38.451542 3320 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:38.451551 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 300.565µs I0703 21:56:38.451373 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451563 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:38.451568 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:38.451577 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:38.451585 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451590 3320 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.182.169"}, 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:38.451595 3320 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:38.451604 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451609 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451615 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451572 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451633 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:38.451638 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:38.451650 3320 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.117.112"}, 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:38.451651 3320 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-2-118.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:u3879268266}] I0703 21:56:38.451505 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:38.451672 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451628 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451680 3320 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:38.451683 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:38.451687 3320 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:38.451701 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451708 3320 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:u3879268266}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:38.451734 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.451746 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.451647 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:38.451531 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451758 3320 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:38.451767 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:38.451768 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.451778 3320 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:38.451783 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.451794 3320 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:38.451797 3320 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:38.451801 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 314.408µs I0703 21:56:38.451807 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:38.451810 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:38.451814 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 250.833µs I0703 21:56:38.451816 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 5.367µs I0703 21:56:38.451820 3320 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:38.451706 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.451827 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:38.451826 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 404.671µs I0703 21:56:38.451687 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:38.451844 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:38.451855 3320 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:38.451870 3320 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:38.451874 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 510.802µs I0703 21:56:38.451835 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:38.451833 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:38.451911 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:38.451918 3320 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:38.451932 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:38.451938 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 558.249µs I0703 21:56:38.451899 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:38.451969 3320 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.209.245"}, 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:38.451981 3320 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:38.451987 3320 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:38.451998 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:38.452021 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:38.451733 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-118.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:u3879268266} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3879268266}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:38.452030 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:38.452038 3320 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:38.452057 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:38.452459 3320 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-2-118.ec2.internal took: 2.810208ms I0703 21:56:38.452482 3320 master.go:657] Creating Interconnect resources for node ip-10-0-2-118.ec2.internal took: 3.735465ms I0703 21:56:38.452503 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:38.452521 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 239.709µs I0703 21:56:38.452524 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:38.472066 3320 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:38.472093 3320 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:38.481354 3320 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:38.481391 3320 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:38.798502 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:38.798529 3320 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:38.808410 3320 ovs.go:162] Exec(115): stdout: "" I0703 21:56:38.808429 3320 ovs.go:163] Exec(115): stderr: "" I0703 21:56:38.808438 3320 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:38.835648 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-kbbxz: 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:38.835729 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-kbbxz in Admin Network Policy controller I0703 21:56:38.835752 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-kbbxz Admin Network Policy controller: took 24.06µs I0703 21:56:38.835678 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:38.835772 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:38.835788 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:38.835804 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-kbbxz in node ip-10-0-2-118.ec2.internal I0703 21:56:38.835893 3320 address_set.go:575] (u3879268079/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.3]) to address set I0703 21:56:38.835972 3320 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 == {adca8764-4296-4de9-886c-7d17c6633fd9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:38.835997 3320 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 == {adca8764-4296-4de9-886c-7d17c6633fd9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:38.836363 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:38.836377 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:38.836388 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-kbbxz I0703 21:56:38.837310 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:38.837324 3320 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:38.837339 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:38.837411 3320 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-d8674 in node ip-10-0-2-118.ec2.internal I0703 21:56:38.837361 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-d8674: 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:38.837486 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-d8674 in Admin Network Policy controller I0703 21:56:38.837496 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-d8674 Admin Network Policy controller: took 11.353µs I0703 21:56:38.837507 3320 address_set.go:575] (u3879268151/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.4]) to address set I0703 21:56:38.837540 3320 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 == {411db25a-9c25-485f-a07b-4e0b8b576f81}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:38.837576 3320 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 == {411db25a-9c25-485f-a07b-4e0b8b576f81}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:38.837864 3320 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:38.837879 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:38.837891 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-d8674 I0703 21:56:39.297454 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:39.297482 3320 ovs.go:159] Exec(116): /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:39.306701 3320 ovs.go:162] Exec(116): stdout: "" I0703 21:56:39.306719 3320 ovs.go:163] Exec(116): stderr: "" I0703 21:56:39.306729 3320 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:39.393266 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:39.393294 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:39.393312 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:39.393328 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in node ip-10-0-2-118.ec2.internal I0703 21:56:39.393336 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:39.393344 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:39.393354 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:39.498461 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:39.498492 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-118.ec2.internal I0703 21:56:39.498498 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:39.498507 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-118.ec2.internal: 19.937µs I0703 21:56:39.498513 3320 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-118.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-7941e21b96-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-118.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:39.498543 3320 master.go:657] Creating Interconnect resources for node ip-10-0-2-118.ec2.internal took: 887ns I0703 21:56:39.498543 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-118.ec2.internal in Admin Network Policy controller I0703 21:56:39.498555 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:39.498556 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-118.ec2.internal Admin Network Policy controller: took 12.76µs I0703 21:56:39.498565 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:39.498472 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-118.ec2.internal I0703 21:56:39.498584 3320 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-2-118.ec2.internal. Updating no re-route policies I0703 21:56:39.498622 3320 node_tracker.go:172] Node ip-10-0-2-118.ec2.internal switch + router changed, syncing services I0703 21:56:39.498640 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:39.498655 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:39.498669 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:39.498674 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:39.498679 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:39.498684 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:39.498690 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:39.498690 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:39.498696 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:39.498709 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:39.498710 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:39.498720 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:39.498747 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 28.191µs I0703 21:56:39.498763 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:39.498716 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.498705 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.498803 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:39.498812 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:39.498819 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:39.498802 3320 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.118 10.0.1.181 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9f245c69-c288-4bd5-bf35-f7be27353239}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:39.498821 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:39.498827 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:39.498827 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:39.498771 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.498835 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:39.498830 3320 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.118 10.0.1.181 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9f245c69-c288-4bd5-bf35-f7be27353239}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:39.498836 3320 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.117.112"}, 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:39.498842 3320 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.209.245"}, 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:39.498851 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:39.498854 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.498853 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:39.498865 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.498859 3320 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:39.498869 3320 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.181.56"}, 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:39.498879 3320 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:39.498883 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.498880 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.498895 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.498901 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.498909 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:39.498843 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:39.498898 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.498918 3320 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:39.498922 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:39.498914 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.498930 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:39.498933 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:39.498939 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.498945 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:39.498944 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:39.498945 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:39.498862 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.498971 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 262.116µs I0703 21:56:39.498973 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:39.498977 3320 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:39.498977 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:39.498986 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:39.498987 3320 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:39.498995 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:39.499002 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:39.499000 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:39.499001 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:39.499008 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:39.499009 3320 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:39.499012 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 328.007µs I0703 21:56:39.498726 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:39.499016 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 252.971µs I0703 21:56:39.499026 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:39.499030 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:39.499034 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.739µs I0703 21:56:39.499021 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:39.498995 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499043 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:39.499042 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:39.499046 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499058 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499059 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499061 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:39.499015 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:39.499070 3320 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:39.499075 3320 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.35.27"}, 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:39.499039 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499085 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499087 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:39.499087 3320 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:39.499052 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499098 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:39.499099 3320 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:39.499102 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:39.499081 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.499112 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:39.499118 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:39.499115 3320 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.103.89"}, 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:39.499121 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:39.499128 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:39.499116 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.499125 3320 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.142.152"}, 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:39.499131 3320 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:39.499136 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:39.499143 3320 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:39.499140 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:39.499140 3320 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:39.499144 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499152 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499150 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:39.499156 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:39.499137 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:39.499164 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:39.499168 3320 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:39.499172 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:39.499171 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:39.499170 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:39.499179 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 328.407µs I0703 21:56:39.499166 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.499170 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.499185 3320 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:39.499190 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:39.499192 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:39.499196 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:39.499198 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.499198 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 210.907µs I0703 21:56:39.499202 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.856µs I0703 21:56:39.499208 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:39.499209 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:39.499210 3320 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:39.499215 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:39.499219 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 512.913µs I0703 21:56:39.499219 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:39.499222 3320 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:39.499220 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:39.499228 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:39.499232 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:39.499240 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:39.499244 3320 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:39.499248 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:39.499250 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 207.618µs I0703 21:56:39.499256 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:39.499258 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:39.499263 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 5.094µs I0703 21:56:39.499263 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:39.499269 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:39.499224 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499236 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499237 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:39.499294 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:39.499296 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:39.499303 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:39.499302 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:39.499309 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:39.499220 3320 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:39.499316 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:39.499275 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499319 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499323 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:39.499324 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499330 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:39.499330 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:39.499337 3320 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:39.499337 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:39.499308 3320 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.165.19"}, 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:39.499344 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 314.767µs I0703 21:56:39.499335 3320 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:39.499345 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499353 3320 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:39.499357 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:39.499356 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499364 3320 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:39.499371 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:39.499388 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:39.499340 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:39.499382 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.499383 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:39.499416 3320 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:39.499417 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:39.499366 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499427 3320 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:39.499417 3320 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.98.21"}, 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:39.499432 3320 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:39.499398 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:39.499439 3320 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:39.499442 3320 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:39.499443 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:39.499447 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:39.499455 3320 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:39.499461 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 242.833µs I0703 21:56:39.499463 3320 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:39.499461 3320 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.29.99"}, 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:39.499462 3320 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:39.499470 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 254.889µs I0703 21:56:39.499455 3320 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:39.499473 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:39.499475 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499482 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:39.499488 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499497 3320 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:39.499505 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 276.591µs I0703 21:56:39.499519 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:39.499494 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.499508 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.499534 3320 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:39.499529 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499575 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:39.499591 3320 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:39.499537 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:39.499604 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:39.499610 3320 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:39.499633 3320 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:39.499350 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:39.499638 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 282.67µs I0703 21:56:39.499648 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:39.499649 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:39.499484 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:39.499658 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:39.499667 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 395.277µs I0703 21:56:39.499674 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:39.499684 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:39.499684 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:39.499658 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499590 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:39.499702 3320 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.208.223"}, 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.208.223"}, 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:39.499736 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499731 3320 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:32762, 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:30474, 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:39.499749 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499695 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499745 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:39.499786 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:39.499796 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499782 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.499801 3320 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.27.235"}, 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:39.499712 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:39.499822 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499826 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:39.499834 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499841 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499852 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:39.499925 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.499897 3320 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 == {449b0afc-70e6-433b-aabd-f1bc5c17b339}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:39.499839 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:39.499977 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:39.499984 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:39.499997 3320 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:39.499995 3320 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:449b0afc-70e6-433b-aabd-f1bc5c17b339}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:39.499989 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:39.500019 3320 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:39.500022 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:39.500027 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 506.654µs I0703 21:56:39.500038 3320 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:39.500048 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:39.499813 3320 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-1-181.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.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.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:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:39.500069 3320 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:39.500070 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:39.500076 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 427.881µs I0703 21:56:39.500084 3320 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:39.500045 3320 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 == {449b0afc-70e6-433b-aabd-f1bc5c17b339}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:449b0afc-70e6-433b-aabd-f1bc5c17b339}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:39.500096 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:39.500058 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.499491 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500130 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:39.500129 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:39.500138 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:39.500141 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 668.276µs I0703 21:56:39.500150 3320 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.64.21"}, 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:39.500158 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:39.499854 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500166 3320 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:39.500106 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500152 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:39.500173 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.500186 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500193 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500193 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:39.500208 3320 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:39.500170 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500218 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500245 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.500256 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:39.500255 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:39.500259 3320 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:39.500266 3320 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:39.500271 3320 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.22.162"}, 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:39.500282 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 586.03µs I0703 21:56:39.500287 3320 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:39.500176 3320 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:39.500293 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 810.874µs I0703 21:56:39.500300 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:39.500307 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:39.500314 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 7.731µs I0703 21:56:39.500322 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:39.500310 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500330 3320 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:39.500337 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:39.500345 3320 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:39.500208 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:39.500365 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:39.500311 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500375 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 326.848µs I0703 21:56:39.500329 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500388 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:39.500398 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:39.500426 3320 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.70.199"}, 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:39.500395 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500440 3320 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:39.500451 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500460 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:39.500476 3320 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.210.179"}, 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:39.500378 3320 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.204.209"}, 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.204.209"}, 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:39.500496 3320 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:39.500500 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500504 3320 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:39.500511 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500519 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500544 3320 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:39.500528 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500554 3320 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:39.500557 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:39.500402 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:39.500566 3320 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:39.500570 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:39.500577 3320 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.42.137"}, 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:39.500582 3320 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:39.500589 3320 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:39.500592 3320 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:39.500600 3320 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:39.500600 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 211.121µs I0703 21:56:39.500605 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:39.500612 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 517.675µs I0703 21:56:39.500616 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:39.500625 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:39.500287 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500633 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500614 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500469 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500645 3320 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:39.500647 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.500654 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:39.500656 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:39.500661 3320 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:39.500663 3320 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:39.500675 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:39.500681 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 359.465µs I0703 21:56:39.500681 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:39.500692 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 393.315µs I0703 21:56:39.500628 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500694 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:39.500703 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:39.500717 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:39.500633 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.479µs I0703 21:56:39.500739 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:39.500734 3320 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.221.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:39.500704 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500709 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500753 3320 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:39.500764 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500764 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:39.500765 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:39.500774 3320 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.126.158"}, 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:39.500777 3320 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.161.234"}, 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:39.500784 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500786 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500790 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500793 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500750 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500786 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500803 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500644 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500819 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:39.500821 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:39.500825 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:39.500809 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500828 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.500834 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:39.500836 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:39.500834 3320 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.245.6"}, 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:39.500841 3320 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:39.500839 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.500841 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:39.500847 3320 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:39.500848 3320 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:39.500854 3320 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:39.500854 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:39.500855 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:39.500856 3320 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:39.500862 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 159.647µs I0703 21:56:39.500865 3320 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:39.500871 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:39.500865 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500875 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:39.500881 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.500883 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 267.161µs I0703 21:56:39.500885 3320 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:39.500889 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:39.500886 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:39.500892 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 200.626µs I0703 21:56:39.500896 3320 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:39.500898 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:39.500896 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 738.47µs I0703 21:56:39.500903 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:39.500876 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500912 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:39.500913 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 9.698µs I0703 21:56:39.500916 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:39.500923 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 184.858µs I0703 21:56:39.500924 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:39.500926 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:39.500932 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:39.500933 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 9.579µs I0703 21:56:39.500933 3320 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.32.213"}, 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:39.500937 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 5.335µs I0703 21:56:39.500941 3320 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:39.500943 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:39.500969 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.500977 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001593129 seconds. No OVN measurement. I0703 21:56:39.500908 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500982 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.500921 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.500999 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:39.501006 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:39.501009 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:39.501013 3320 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:39.500971 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:39.501015 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:39.501028 3320 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:39.501032 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 161.665µs I0703 21:56:39.501030 3320 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.88.248"}, 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:39.501026 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:39.501035 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:39.501044 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.501048 3320 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:39.501055 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.501051 3320 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.182.169"}, 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:39.501060 3320 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:39.501066 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:39.501077 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:39.501072 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.501080 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.501103 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.501093 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:39.501113 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:39.501115 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:39.501118 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:39.501127 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:39.501129 3320 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:39.501130 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:39.501139 3320 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:39.501143 3320 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:39.501151 3320 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:39.501156 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 244.347µs I0703 21:56:39.501165 3320 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:39.501164 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:39.501170 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 227.033µs I0703 21:56:39.501174 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 276.702µs I0703 21:56:39.515205 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:39.515229 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:39.515266 3320 master.go:657] Creating Interconnect resources for node ip-10-0-2-118.ec2.internal took: 820ns I0703 21:56:39.515274 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:39.515281 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:39.797634 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:39.797661 3320 ovs.go:159] Exec(117): /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:39.806791 3320 ovs.go:162] Exec(117): stdout: "" I0703 21:56:39.806806 3320 ovs.go:163] Exec(117): stderr: "" I0703 21:56:39.806815 3320 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:39.853210 3320 ovs.go:159] Exec(118): /usr/bin/ovs-appctl --timeout=15 dpctl/dump-dps I0703 21:56:39.853225 3320 ovs.go:159] Exec(119): /usr/bin/ovs-ofctl -t 5 dump-aggregate br-int I0703 21:56:39.853282 3320 ovs.go:159] Exec(120): /usr/bin/ovs-appctl -t /var/run/openvswitch/ovs-vswitchd.1147.ctl memory/show I0703 21:56:39.857560 3320 ovs.go:162] Exec(118): stdout: "system@ovs-system\n" I0703 21:56:39.857580 3320 ovs.go:163] Exec(118): stderr: "" I0703 21:56:39.857596 3320 ovs.go:159] Exec(121): /usr/bin/ovs-appctl --timeout=15 dpctl/show system@ovs-system I0703 21:56:39.857903 3320 ovs.go:162] Exec(120): stdout: "handlers:8 idl-cells-Open_vSwitch:471 ofconns:5 ports:7 revalidators:3 rules:1437 udpif keys:5\n" I0703 21:56:39.857918 3320 ovs.go:163] Exec(120): stderr: "" I0703 21:56:39.858585 3320 ovs.go:162] Exec(119): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=165879 byte_count=967713274 flow_count=1428\n" I0703 21:56:39.858601 3320 ovs.go:163] Exec(119): stderr: "" I0703 21:56:39.858617 3320 ovs.go:159] Exec(122): /usr/bin/ovs-ofctl -t 5 dump-aggregate br-ex I0703 21:56:39.861231 3320 ovs.go:162] Exec(121): stdout: "system@ovs-system:\n lookups: hit:325107 missed:28 lost:0\n flows: 5\n masks: hit:325206 total:2 hit/pkt:1.00\n cache: hit:324045 hit-rate:99.66%\n caches:\n masks-cache: size:256\n port 0: ovs-system (internal)\n port 1: ens5\n port 2: br-ex (internal)\n port 3: br-int (internal)\n port 4: ovn-k8s-mp0 (internal)\n port 5: genev_sys_6081 (geneve: packet_type=ptap)\n" I0703 21:56:39.861264 3320 ovs.go:163] Exec(121): stderr: "" I0703 21:56:39.862703 3320 ovs.go:162] Exec(122): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=325114 byte_count=1649388422 flow_count=1\n" I0703 21:56:39.862717 3320 ovs.go:163] Exec(122): stderr: "" I0703 21:56:39.889881 3320 ovs.go:159] Exec(123): /usr/bin/ovn-appctl -t /var/run/ovn/ovnnb_db.ctl --timeout=5 memory/show I0703 21:56:39.892933 3320 ovs.go:162] Exec(123): stdout: "atoms:3850 cells:2261 json-caches:2 monitors:3 n-weak-refs:47 sessions:2\n" I0703 21:56:39.892968 3320 ovs.go:163] Exec(123): stderr: "" I0703 21:56:39.892995 3320 ovs.go:159] Exec(124): /usr/bin/ovn-appctl -t /var/run/ovn/ovnsb_db.ctl --timeout=5 memory/show I0703 21:56:39.895692 3320 ovs.go:162] Exec(124): stdout: "atoms:10710 cells:10358 json-caches:2 monitors:5 n-weak-refs:73 sessions:3\n" I0703 21:56:39.895703 3320 ovs.go:163] Exec(124): stderr: "" I0703 21:56:40.298023 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:40.298059 3320 ovs.go:159] Exec(125): /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.307795 3320 ovs.go:162] Exec(125): stdout: "" I0703 21:56:40.307814 3320 ovs.go:163] Exec(125): stderr: "" I0703 21:56:40.307824 3320 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.398128 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::c40f:e7ff:fe99:de19/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:56:40.608045 3320 model_client.go:382] Update operations generated as: [{Op:update Table:NB_Global Row:map[options:{GoMap:map[e2e_timestamp:1783115800 ipsec_encapsulation:false mac_prefix:1a:87:ed max_tunid:16711680 name:ip-10-0-1-181.ec2.internal northd-backoff-interval-ms:300 northd_internal_version:24.09.3-20.37.0-76.6 northd_probe_interval:5000 svc_monitor_mac:b2:0b:4e:b8:ee:92]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4801607d-4da3-446c-b508-947d3e2f13cc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.608475 3320 transact.go:42] Configuring OVN: [{Op:update Table:NB_Global Row:map[options:{GoMap:map[e2e_timestamp:1783115800 ipsec_encapsulation:false mac_prefix:1a:87:ed max_tunid:16711680 name:ip-10-0-1-181.ec2.internal northd-backoff-interval-ms:300 northd_internal_version:24.09.3-20.37.0-76.6 northd_probe_interval:5000 svc_monitor_mac:b2:0b:4e:b8:ee:92]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4801607d-4da3-446c-b508-947d3e2f13cc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:40.609023 3320 ovnkube_controller.go:1470] Failed to find "e2e_timestamp" from OVN_Southbound options. This may occur at startup. I0703 21:56:40.729054 3320 obj_retry.go:409] Going to retry *v1.Node resource setup for 1 objects: [ip-10-0-0-144.ec2.internal] I0703 21:56:40.729086 3320 obj_retry.go:418] Waiting for all the *v1.Node retry setup to complete in iterateRetryResources I0703 21:56:40.729103 3320 obj_retry.go:303] Retry object setup: *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:40.729121 3320 obj_retry.go:365] Adding new object: *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:40.729221 3320 obj_retry.go:377] Retry add failed for *v1.Node ip-10-0-0-144.ec2.internal, will try again later: adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal I0703 21:56:40.729239 3320 obj_retry.go:420] Function iterateRetryResources for *v1.Node ended (in 192.9µs) I0703 21:56:40.798436 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:40.798463 3320 ovs.go:159] Exec(126): /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.807837 3320 ovs.go:162] Exec(126): stdout: "" I0703 21:56:40.807856 3320 ovs.go:163] Exec(126): stderr: "" I0703 21:56:40.807865 3320 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.298076 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:41.298103 3320 ovs.go:159] Exec(127): /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.307551 3320 ovs.go:162] Exec(127): stdout: "" I0703 21:56:41.307569 3320 ovs.go:163] Exec(127): stderr: "" I0703 21:56:41.307578 3320 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.798221 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:41.798249 3320 ovs.go:159] Exec(128): /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.807704 3320 ovs.go:162] Exec(128): stdout: "" I0703 21:56:41.807718 3320 ovs.go:163] Exec(128): stderr: "" I0703 21:56:41.807727 3320 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.298460 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:42.298487 3320 ovs.go:159] Exec(129): /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.307745 3320 ovs.go:162] Exec(129): stdout: "" I0703 21:56:42.307764 3320 ovs.go:163] Exec(129): stderr: "" I0703 21:56:42.307773 3320 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.688875 3320 obj_retry.go:409] Going to retry *v1.Pod resource setup for 2 objects: [openshift-multus/network-metrics-daemon-sqdt7 openshift-network-diagnostics/network-check-target-vlvq4] I0703 21:56:42.688913 3320 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 21:56:42.688930 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:42.688942 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-vlvq4 I0703 21:56:42.688966 3320 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-vlvq4 in node ip-10-0-0-144.ec2.internal I0703 21:56:42.688975 3320 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:42.688996 3320 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-sqdt7 I0703 21:56:42.688998 3320 obj_retry.go:377] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-vlvq4, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-vlvq4: suppressed error logged: pod openshift-network-diagnostics/network-check-target-vlvq4: no pod IPs found I0703 21:56:42.689005 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-sqdt7 in node ip-10-0-0-144.ec2.internal I0703 21:56:42.689049 3320 obj_retry.go:377] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-sqdt7, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-sqdt7: suppressed error logged: pod openshift-multus/network-metrics-daemon-sqdt7: no pod IPs found I0703 21:56:42.689067 3320 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 202.869µs) I0703 21:56:42.798234 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:42.798262 3320 ovs.go:159] Exec(130): /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.807590 3320 ovs.go:162] Exec(130): stdout: "" I0703 21:56:42.807606 3320 ovs.go:163] Exec(130): stderr: "" I0703 21:56:42.807616 3320 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.024491 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:43.024521 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:43.024560 3320 master.go:657] Creating Interconnect resources for node ip-10-0-2-118.ec2.internal took: 715ns I0703 21:56:43.024569 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:43.024576 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:43.298089 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:43.298116 3320 ovs.go:159] Exec(131): /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.307499 3320 ovs.go:162] Exec(131): stdout: "" I0703 21:56:43.307514 3320 ovs.go:163] Exec(131): stderr: "" I0703 21:56:43.307523 3320 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.402443 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:43.402464 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:43.402475 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:43.402486 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in node ip-10-0-2-118.ec2.internal I0703 21:56:43.402493 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:43.402498 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:43.402506 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:43.798193 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:43.798223 3320 ovs.go:159] Exec(132): /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.807915 3320 ovs.go:162] Exec(132): stdout: "" I0703 21:56:43.807935 3320 ovs.go:163] Exec(132): stderr: "" I0703 21:56:43.807944 3320 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.894731 3320 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal I0703 21:56:43.894763 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal in Admin Network Policy controller I0703 21:56:43.894777 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal Admin Network Policy controller: took 15.369µs I0703 21:56:43.894801 3320 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal I0703 21:56:43.894823 3320 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal I0703 21:56:43.894840 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal in node ip-10-0-0-144.ec2.internal I0703 21:56:43.894873 3320 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal took: 33.942µs I0703 21:56:43.894883 3320 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal I0703 21:56:43.894893 3320 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal I0703 21:56:43.894914 3320 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal took: 11.5µs I0703 21:56:43.901451 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:43.901474 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-d24g2 I0703 21:56:43.901490 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-d24g2 I0703 21:56:43.901502 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-d24g2 in node ip-10-0-0-144.ec2.internal I0703 21:56:43.901510 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-d24g2 I0703 21:56:43.901517 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:43.901527 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-d24g2 I0703 21:56:43.901523 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-d24g2: podLabels app=multus,component=network,controller-revision-hash=5665fcd65c,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.144], PodStatus: true, PodCompleted?: false I0703 21:56:43.901582 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-d24g2 in Admin Network Policy controller I0703 21:56:43.901593 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-d24g2 Admin Network Policy controller: took 11.888µs I0703 21:56:43.923742 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:43.923766 3320 default_network_controller.go:747] Recording update event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal I0703 21:56:43.923777 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal I0703 21:56:43.923784 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal I0703 21:56:43.923788 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal in node ip-10-0-0-144.ec2.internal I0703 21:56:43.923799 3320 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal I0703 21:56:43.923805 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:43.923799 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal: podLabels k8s-app=kube-apiserver-proxy, podIPs: [10.0.0.144], PodStatus: true, PodCompleted?: false I0703 21:56:43.923815 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal I0703 21:56:43.923824 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal in Admin Network Policy controller I0703 21:56:43.923837 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-144.ec2.internal Admin Network Policy controller: took 14.526µs I0703 21:56:43.948124 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-525sb: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.0.144], PodStatus: true, PodCompleted?: false I0703 21:56:43.948156 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:43.948170 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:43.948174 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-525sb in Admin Network Policy controller I0703 21:56:43.948183 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:43.948188 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-525sb Admin Network Policy controller: took 15.104µs I0703 21:56:43.948194 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-525sb in node ip-10-0-0-144.ec2.internal I0703 21:56:43.948199 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:43.948205 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:43.948212 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-525sb I0703 21:56:44.297563 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:44.297594 3320 ovs.go:159] Exec(133): /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:44.306902 3320 ovs.go:162] Exec(133): stdout: "" I0703 21:56:44.306919 3320 ovs.go:163] Exec(133): stderr: "" I0703 21:56:44.306929 3320 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:44.454868 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:44.454930 3320 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:44.454975 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:44.454994 3320 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn in node ip-10-0-2-118.ec2.internal I0703 21:56:44.455006 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:44.455017 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:44.455030 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:44.486619 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:44.486681 3320 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:44.486697 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:44.486712 3320 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-c6lbn in node ip-10-0-2-118.ec2.internal I0703 21:56:44.486722 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:44.486732 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:44.486747 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-c6lbn I0703 21:56:44.759905 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:44.760018 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:44.760080 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:44.759915 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-144.ec2.internal I0703 21:56:44.760118 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-144.ec2.internal, new=ip-10-0-0-144.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal I0703 21:56:44.760131 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-144.ec2.internal: 218.465µs I0703 21:56:44.760134 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:44.759965 3320 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-144.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-7941e21b96-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-144.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:44.760149 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:44.760155 3320 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-144.ec2.internal in Admin Network Policy controller I0703 21:56:44.760162 3320 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-144.ec2.internal Admin Network Policy controller: took 7.918µs I0703 21:56:44.798230 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:44.798262 3320 ovs.go:159] Exec(134): /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:44.807815 3320 ovs.go:162] Exec(134): stdout: "" I0703 21:56:44.807829 3320 ovs.go:163] Exec(134): stderr: "" I0703 21:56:44.807837 3320 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:44.904093 3320 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-144.ec2.internal I0703 21:56:44.904130 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal in Admin Network Policy controller I0703 21:56:44.904144 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal Admin Network Policy controller: took 15.353µs I0703 21:56:44.904148 3320 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:44.904165 3320 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:44.904181 3320 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal in node ip-10-0-0-144.ec2.internal I0703 21:56:44.904188 3320 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal took: 11.315µs I0703 21:56:44.904194 3320 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:44.904200 3320 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:44.904214 3320 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal took: 8.352µs I0703 21:56:44.907740 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-pr5z7: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.0.144], PodStatus: true, PodCompleted?: false I0703 21:56:44.907777 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:44.907811 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-pr5z7 in Admin Network Policy controller I0703 21:56:44.907819 3320 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-pr5z7 I0703 21:56:44.907828 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-pr5z7 Admin Network Policy controller: took 18.391µs I0703 21:56:44.907833 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-pr5z7 I0703 21:56:44.907843 3320 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-pr5z7 in node ip-10-0-0-144.ec2.internal I0703 21:56:44.907848 3320 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-pr5z7 I0703 21:56:44.907854 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:44.907861 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-pr5z7 I0703 21:56:44.926208 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-bdl4f: podLabels app=konnectivity-agent,controller-revision-hash=79779977f9,pod-template-generation=1, podIPs: [10.0.0.144], PodStatus: true, PodCompleted?: false I0703 21:56:44.926240 3320 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-bdl4f in Admin Network Policy controller I0703 21:56:44.926252 3320 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-bdl4f Admin Network Policy controller: took 13.587µs I0703 21:56:44.926235 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:44.926322 3320 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:44.926340 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-bdl4f I0703 21:56:44.926349 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-bdl4f in node ip-10-0-0-144.ec2.internal I0703 21:56:44.926360 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:44.926367 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:44.926373 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-bdl4f I0703 21:56:44.944390 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-cb6st: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.0.144], PodStatus: true, PodCompleted?: false I0703 21:56:44.944426 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-cb6st in Admin Network Policy controller I0703 21:56:44.944433 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:44.944438 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-cb6st Admin Network Policy controller: took 12.955µs I0703 21:56:44.944449 3320 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-cb6st I0703 21:56:44.944464 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-cb6st I0703 21:56:44.944477 3320 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-cb6st in node ip-10-0-0-144.ec2.internal I0703 21:56:44.944485 3320 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-cb6st I0703 21:56:44.944493 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:44.944505 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-cb6st I0703 21:56:44.974181 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:44.974247 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:44.974265 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:44.974278 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-kgmbp in node ip-10-0-0-144.ec2.internal I0703 21:56:44.974287 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:44.974296 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:44.974308 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:44.991797 3320 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:44.991828 3320 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-144.ec2.internal: podLabels , podIPs: [10.0.0.144], PodStatus: false, PodCompleted?: false I0703 21:56:44.991809 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:44.991858 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal in Admin Network Policy controller I0703 21:56:44.991866 3320 default_network_controller.go:747] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:44.991871 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal Admin Network Policy controller: took 14.01µs I0703 21:56:44.991884 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:44.991910 3320 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal in node ip-10-0-0-144.ec2.internal I0703 21:56:44.991920 3320 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:44.991930 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:44.991942 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:45.298383 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:45.298414 3320 ovs.go:159] Exec(135): /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:45.307680 3320 ovs.go:162] Exec(135): stdout: "" I0703 21:56:45.307697 3320 ovs.go:163] Exec(135): stderr: "" I0703 21:56:45.307706 3320 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:45.798407 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:45.798437 3320 ovs.go:159] Exec(136): /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:45.807974 3320 ovs.go:162] Exec(136): stdout: "" I0703 21:56:45.807992 3320 ovs.go:163] Exec(136): stderr: "" I0703 21:56:45.808002 3320 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:45.924997 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.0.144], PodStatus: true, PodCompleted?: false I0703 21:56:45.925016 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:45.925073 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh in Admin Network Policy controller I0703 21:56:45.925089 3320 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:45.925094 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh Admin Network Policy controller: took 21.526µs I0703 21:56:45.925105 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:45.925118 3320 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh in node ip-10-0-0-144.ec2.internal I0703 21:56:45.925124 3320 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:45.925132 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:45.925142 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-985mh I0703 21:56:45.942338 3320 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-144.ec2.internal: podLabels , podIPs: [10.0.0.144], PodStatus: true, PodCompleted?: false I0703 21:56:45.942376 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal in Admin Network Policy controller I0703 21:56:45.942389 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal Admin Network Policy controller: took 15.127µs I0703 21:56:45.942416 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:45.942433 3320 default_network_controller.go:747] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:45.942447 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:45.942463 3320 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal in node ip-10-0-0-144.ec2.internal I0703 21:56:45.942470 3320 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:45.942476 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:45.942483 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-144.ec2.internal I0703 21:56:46.298463 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:46.298492 3320 ovs.go:159] Exec(137): /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:46.307821 3320 ovs.go:162] Exec(137): stdout: "" I0703 21:56:46.307840 3320 ovs.go:163] Exec(137): stderr: "" I0703 21:56:46.307851 3320 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:46.748432 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:46.748461 3320 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:46.748478 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-bdl4f I0703 21:56:46.748496 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-bdl4f in node ip-10-0-0-144.ec2.internal I0703 21:56:46.748505 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:46.748513 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:46.748524 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-bdl4f I0703 21:56:46.798322 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:46.798352 3320 ovs.go:159] Exec(138): /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:46.807698 3320 ovs.go:162] Exec(138): stdout: "" I0703 21:56:46.807714 3320 ovs.go:163] Exec(138): stderr: "" I0703 21:56:46.807723 3320 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:46.926399 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:46.926425 3320 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:46.926441 3320 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-bdl4f I0703 21:56:46.926455 3320 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-bdl4f in node ip-10-0-0-144.ec2.internal I0703 21:56:46.926464 3320 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-bdl4f I0703 21:56:46.926472 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:46.926481 3320 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-bdl4f I0703 21:56:47.298450 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:47.298479 3320 ovs.go:159] Exec(139): /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:47.307837 3320 ovs.go:162] Exec(139): stdout: "" I0703 21:56:47.307851 3320 ovs.go:163] Exec(139): stderr: "" I0703 21:56:47.307860 3320 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:47.411491 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:47.411539 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:47.411554 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:47.411569 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in node ip-10-0-2-118.ec2.internal I0703 21:56:47.411578 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:47.411588 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:47.411600 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:47.798336 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:47.798367 3320 ovs.go:159] Exec(140): /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:47.807686 3320 ovs.go:162] Exec(140): stdout: "" I0703 21:56:47.807706 3320 ovs.go:163] Exec(140): stderr: "" I0703 21:56:47.807718 3320 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:48.298400 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:48.298427 3320 ovs.go:159] Exec(141): /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:48.307694 3320 ovs.go:162] Exec(141): stdout: "" I0703 21:56:48.307709 3320 ovs.go:163] Exec(141): stderr: "" I0703 21:56:48.307717 3320 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:48.417464 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:48.417488 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:48.417504 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:48.417517 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in node ip-10-0-2-118.ec2.internal I0703 21:56:48.417524 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:48.417530 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:48.417540 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:48.798422 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:48.798450 3320 ovs.go:159] Exec(142): /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:48.807711 3320 ovs.go:162] Exec(142): stdout: "" I0703 21:56:48.807725 3320 ovs.go:163] Exec(142): stderr: "" I0703 21:56:48.807734 3320 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:48.901660 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2db4be0f570d43126f6403eef0157deadfc68e40847c69e4780910952206e1cf3c_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:0x105} I0703 21:56:48.901704 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2db4be0f570d43126f6403eef0157deadfc68e40847c69e4780910952206e1cf3c_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:0x655bbfdaff2b1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x26c3e33}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc00620721}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x51e52a3}, "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:0x655bbfdafee8e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x26c3a10}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfdafee8c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x26c3a0e}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc00620721}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x51e52a3}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfdaff2b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x26c3e33}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfb, 0x86, 0x4d, 0x6b, 0xfd, 0xaf, 0x40, 0xa5, 0x92, 0xf5, 0x57, 0x99, 0x20, 0x97, 0x14, 0x18}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc00620721}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x51e52a3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x106} I0703 21:56:48.901780 3320 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-b4be0f570d43126f6403eef0157deadfc68e40847c69e4780910952206e1cf3c.scope", "/org/freedesktop/systemd1/unit/crio_2db4be0f570d43126f6403eef0157deadfc68e40847c69e4780910952206e1cf3c_2escope"}, Sequence:0x107} I0703 21:56:48.917060 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2db4be0f570d43126f6403eef0157deadfc68e40847c69e4780910952206e1cf3c_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:0x108} I0703 21:56:48.917312 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2db4be0f570d43126f6403eef0157deadfc68e40847c69e4780910952206e1cf3c_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:0x655bbfdafc590}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x26c1112}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc00624412}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x51e8f94}, "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:0x655bbfdafa11f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x26beca1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfdafa11c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x26bec9e}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc00624412}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x51e8f94}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfdafc590}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x26c1112}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6b, 0xcb, 0xb8, 0x83, 0x1, 0x72, 0x4c, 0xcb, 0xbd, 0xa, 0x40, 0x2c, 0x42, 0xa8, 0x27, 0xf2}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc00624412}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x51e8f94}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x109} I0703 21:56:48.917384 3320 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-b4be0f570d43126f6403eef0157deadfc68e40847c69e4780910952206e1cf3c.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2db4be0f570d43126f6403eef0157deadfc68e40847c69e4780910952206e1cf3c_2escope"}, Sequence:0x10a} I0703 21:56:48.948837 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:48.948917 3320 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:48.948910 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-8s4r4: podLabels app=ovnkube-node,component=network,controller-revision-hash=594c9878bb,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.144], PodStatus: true, PodCompleted?: false I0703 21:56:48.948939 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:48.948967 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 in Admin Network Policy controller I0703 21:56:48.948976 3320 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 in node ip-10-0-0-144.ec2.internal I0703 21:56:48.948982 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 Admin Network Policy controller: took 34.965µs I0703 21:56:48.948986 3320 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:48.948997 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:48.949012 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-8s4r4 I0703 21:56:48.973693 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:48.973719 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:48.973733 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:48.973744 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-kgmbp in node ip-10-0-0-144.ec2.internal I0703 21:56:48.973750 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:48.973757 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:48.973764 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:49.298632 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:49.298664 3320 ovs.go:159] Exec(143): /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:49.308239 3320 ovs.go:162] Exec(143): stdout: "" I0703 21:56:49.308260 3320 ovs.go:163] Exec(143): stderr: "" I0703 21:56:49.308271 3320 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:49.419311 3320 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-4khx8: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=7f6c64d789,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.118], PodStatus: true, PodCompleted?: false I0703 21:56:49.419358 3320 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in Admin Network Policy controller I0703 21:56:49.419375 3320 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-4khx8 Admin Network Policy controller: took 18.722µs I0703 21:56:49.419378 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:49.419394 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:49.419410 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:49.419424 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4khx8 in node ip-10-0-2-118.ec2.internal I0703 21:56:49.419432 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:49.419441 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:49.419450 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4khx8 I0703 21:56:49.747831 3320 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-42855897bee2c2fde0c29f525928b294d3190ac2cff299f4dee22db8f233148c.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d42855897bee2c2fde0c29f525928b294d3190ac2cff299f4dee22db8f233148c_2emount"}, Sequence:0x10b} I0703 21:56:49.747887 3320 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-42855897bee2c2fde0c29f525928b294d3190ac2cff299f4dee22db8f233148c.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d42855897bee2c2fde0c29f525928b294d3190ac2cff299f4dee22db8f233148c_2emount"}, Sequence:0x10c} I0703 21:56:49.747979 3320 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:0x10d} I0703 21:56:49.748098 3320 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:0x10e} I0703 21:56:49.748113 3320 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:0x10f} I0703 21:56:49.748147 3320 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:0x110} I0703 21:56:49.748264 3320 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:0x111} I0703 21:56:49.748295 3320 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:0x112} I0703 21:56:49.748410 3320 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:0x113} I0703 21:56:49.748431 3320 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:0x114} I0703 21:56:49.748512 3320 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:0x115} I0703 21:56:49.748703 3320 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:0x116} I0703 21:56:49.748775 3320 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:0x117} I0703 21:56:49.748833 3320 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:0x655bbfbbdac90}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "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:0x655bbfbbd6e6f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9f1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd6e4a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79b9cd}, "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:0x655bbfbbd95b2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79e134}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5b, 0x7b, 0x99, 0xa5, 0x4b, 0xb0, 0x48, 0x77, 0xbd, 0xa5, 0x5e, 0x38, 0x4b, 0x5f, 0x39, 0x73}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbdac90}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79f812}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x118} I0703 21:56:49.749054 3320 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:0x655bbfb693c0a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "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:0x655bbfb693c0a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25878c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x119} I0703 21:56:49.749133 3320 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:0x11a} I0703 21:56:49.749208 3320 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:0x655bbfb6b6b0f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "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:0x655bbfb6b6ab9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb6b6ab8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b63a}, "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:0x655bbfb6b6b0f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x27b691}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x87, 0xc4, 0x0, 0x6a, 0xc9, 0x3f, 0x4f, 0x3, 0xb1, 0x28, 0x73, 0xcc, 0xb8, 0x2b, 0x86, 0xb7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbaf01bc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b4d3f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11b} I0703 21:56:49.749355 3320 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-42855897bee2c2fde0c29f525928b294d3190ac2cff299f4dee22db8f233148c-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d42855897bee2c2fde0c29f525928b294d3190ac2cff299f4dee22db8f233148c_2dmerged_2emount"}, Sequence:0x11c} I0703 21:56:49.749464 3320 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:0x655bbfba6b628}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6301aa}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11d} I0703 21:56:49.749538 3320 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:0x655bbfbbd5ca7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "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:0x655bbfbbd5c9f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5c9f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a821}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f307e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b7c00}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xd9, 0x10, 0xa1, 0xf8, 0x50, 0x47, 0x4c, 0xae, 0xb1, 0x4a, 0xb4, 0xc3, 0x9a, 0xbe, 0x3b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbbd5ca7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79a829}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11e} I0703 21:56:49.749673 3320 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:0x655bbfbc0b6a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "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:0x655bbfbc0b69b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b697}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d021b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfb8f1cf6}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b6878}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0x7c, 0xdb, 0x5c, 0xf6, 0xf2, 0x41, 0x57, 0xb8, 0x5d, 0xed, 0x5e, 0x1c, 0xb6, 0x21, 0xd5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfbc0b6a3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d0225}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11f} I0703 21:56:49.749773 3320 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-06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_2escope"}, Sequence:0x120} I0703 21:56:49.749898 3320 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 {}{0x3ea, "/org/freedesktop/systemd1/job/1002", "crio-conmon-06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605.scope"}, Sequence:0x121} I0703 21:56:49.749944 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4ac29f74_5f3dd7_5f454e_5f9544_5f1ffdeeed7a62_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:0x655bbfc99c0b8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1560c3a}, "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:0x655bbfc99bdb9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156093b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc99bdb6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1560939}, "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:0x655bbfc99c0b8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1560c3a}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbc, 0x8c, 0x2f, 0x1e, 0x91, 0x5e, 0x49, 0x32, 0x97, 0x9, 0x69, 0xcd, 0xd9, 0xd, 0x7b, 0xe1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc99c0b8}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1560c3a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x122} I0703 21:56:49.750182 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:0x123} I0703 21:56:49.750245 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x124} I0703 21:56:49.754372 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:49.754394 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-hvpjx I0703 21:56:49.754416 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-hvpjx I0703 21:56:49.754428 3320 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-hvpjx in node ip-10-0-1-181.ec2.internal I0703 21:56:49.754434 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-hvpjx I0703 21:56:49.754442 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:49.754448 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-hvpjx I0703 21:56:49.754478 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-multus/multus-hvpjx. OVN-Kubernetes controller took 3.5884e-05 seconds. No OVN measurement. I0703 21:56:49.762509 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x125} I0703 21:56:49.762614 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x655bc006efab8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b463a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc006efab5}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b4637}, "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{0x70, 0xbf, 0xf9, 0x79, 0x8c, 0x47, 0x46, 0xc, 0x87, 0x94, 0x79, 0x36, 0xe6, 0xb, 0xb, 0x54}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ea, "/org/freedesktop/systemd1/job/1002"}}, "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:0x126} I0703 21:56:49.762714 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x127} I0703 21:56:49.762930 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x655bc006f2c20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b77a3}, "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:0x655bc006efab8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b463a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc006efab5}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b4637}, "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:0x655bc006f2c20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b77a3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x70, 0xbf, 0xf9, 0x79, 0x8c, 0x47, 0x46, 0xc, 0x87, 0x94, 0x79, 0x36, 0xe6, 0xb, 0xb, 0x54}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ea, "/org/freedesktop/systemd1/job/1002"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc006f2c20}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b77a3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x128} I0703 21:56:49.763048 3320 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 {}{0x3ea, "/org/freedesktop/systemd1/job/1002", "crio-conmon-06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605.scope", "done"}, Sequence:0x129} I0703 21:56:49.763065 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x12a} I0703 21:56:49.763082 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x655bc006f2c20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b77a3}, "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:0x655bc006efab8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b463a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc006efab5}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b4637}, "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:0x655bc006f2c20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b77a3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x70, 0xbf, 0xf9, 0x79, 0x8c, 0x47, 0x46, 0xc, 0x87, 0x94, 0x79, 0x36, 0xe6, 0xb, 0xb, 0x54}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc006f2c20}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b77a3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12b} I0703 21:56:49.768485 3320 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-06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605.scope", "/org/freedesktop/systemd1/unit/crio_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_2escope"}, Sequence:0x12c} I0703 21:56:49.768519 3320 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 {}{0x3f0, "/org/freedesktop/systemd1/job/1008", "crio-06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605.scope"}, Sequence:0x12d} I0703 21:56:49.768593 3320 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:0x655bbfba6f2ce}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x633e50}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12e} I0703 21:56:49.768721 3320 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:0x9ba}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc665511}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a093}, "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:0x9ba}, "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:0x12f} I0703 21:56:49.768839 3320 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:0x655bbfc7066cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "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:0x655bbfc662c03}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227785}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc662c00}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1227784}, "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:0x655bbfc665617}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x122a199}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x1a, 0x81, 0xe1, 0x8a, 0x1a, 0x48, 0x40, 0xbc, 0x47, 0xb6, 0x65, 0xd1, 0x16, 0x94, 0xa6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc7066cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12cb24f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x130} I0703 21:56:49.768995 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4ac29f74_5f3dd7_5f454e_5f9544_5f1ffdeeed7a62_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:0x655bbfc99c0b8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1560c3a}, "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:0x655bbfc99bdb9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x156093b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc99bdb6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1560939}, "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:0x655bbfc99c0b8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1560c3a}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbc, 0x8c, 0x2f, 0x1e, 0x91, 0x5e, 0x49, 0x32, 0x97, 0x9, 0x69, 0xcd, 0xd9, 0xd, 0x7b, 0xe1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bbfc99c0b8}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1560c3a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x131} I0703 21:56:49.769834 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x132} I0703 21:56:49.769933 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x655bc006f447b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b8ffe}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc006f4478}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b8ffb}, "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{0xa2, 0x1e, 0x4, 0xe4, 0xea, 0x6a, 0x49, 0xb5, 0x8e, 0xde, 0xc0, 0xf6, 0xfe, 0xa7, 0x2b, 0x2d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3f0, "/org/freedesktop/systemd1/job/1008"}}, "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:0x133} I0703 21:56:49.770146 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x134} I0703 21:56:49.770191 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x655bc006f48f8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b947a}, "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:0x655bc006f447b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b8ffe}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc006f4478}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b8ffb}, "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:0x655bc006f48f8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b947a}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa2, 0x1e, 0x4, 0xe4, 0xea, 0x6a, 0x49, 0xb5, 0x8e, 0xde, 0xc0, 0xf6, 0xfe, 0xa7, 0x2b, 0x2d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3f0, "/org/freedesktop/systemd1/job/1008"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc006f48f8}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b947a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x135} I0703 21:56:49.770269 3320 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 {}{0x3f0, "/org/freedesktop/systemd1/job/1008", "crio-06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605.scope", "done"}, Sequence:0x136} I0703 21:56:49.770394 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x137} I0703 21:56:49.770414 3320 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d06d62d10fe914e4c8f9eee0583b3bb23da282a8588a6524b1accf176625c6605_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:0x655bc006f48f8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b947a}, "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:0x655bc006f447b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b8ffe}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc006f4478}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b8ffb}, "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:0x655bc006f48f8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b947a}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa2, 0x1e, 0x4, 0xe4, 0xea, 0x6a, 0x49, 0xb5, 0x8e, 0xde, 0xc0, 0xf6, 0xfe, 0xa7, 0x2b, 0x2d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc006f48f8}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x52b947a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x138} I0703 21:56:49.798653 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:49.798686 3320 ovs.go:159] Exec(144): /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:49.808515 3320 ovs.go:162] Exec(144): stdout: "" I0703 21:56:49.808545 3320 ovs.go:163] Exec(144): stderr: "" I0703 21:56:49.808558 3320 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:49.956302 3320 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:56:49.956324 3320 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:49.956338 3320 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:49.956352 3320 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-kgmbp in node ip-10-0-0-144.ec2.internal I0703 21:56:49.956360 3320 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:49.956368 3320 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:56:49.956376 3320 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-kgmbp I0703 21:56:50.011174 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-144.ec2.internal I0703 21:56:50.011224 3320 node_tracker.go:238] Node ip-10-0-0-144.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-144.ec2.internal" I0703 21:56:50.011240 3320 node_tracker.go:172] Node ip-10-0-0-144.ec2.internal switch + router changed, syncing services I0703 21:56:50.011258 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:50.011280 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.011293 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.011301 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:50.011298 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:50.011319 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:50.011327 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.011307 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:50.011359 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone ip-10-0-0-144.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:50.011366 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:50.011374 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:50.011375 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:50.011387 3320 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-144.ec2.internal, new=ip-10-0-0-144.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-144.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-144.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-144.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-144.ec2.internal I0703 21:56:50.011390 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 26.803µs I0703 21:56:50.011394 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:50.011399 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:50.011407 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:50.011387 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:50.011336 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.011320 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.011379 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.011462 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:50.011466 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:50.011418 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.011477 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:50.011491 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:50.011478 3320 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.142.152"}, 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:50.011497 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:50.011404 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.011502 3320 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:50.011408 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:50.011505 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:50.011510 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011417 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.011517 3320 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.165.19"}, 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:50.011525 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:50.011537 3320 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:50.011456 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.011543 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:50.011524 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.011546 3320 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:50.011545 3320 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.181.56"}, 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:50.011555 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.011563 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:50.011570 3320 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:50.011561 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:50.011576 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:50.011562 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011564 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.011585 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011590 3320 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.011591 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011595 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011596 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 268.404µs I0703 21:56:50.011594 3320 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:50.011593 3320 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.103.89"}, 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:50.011504 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:50.011606 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.011608 3320 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:50.011612 3320 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:50.011620 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:50.011623 3320 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:50.011626 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011629 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:50.011613 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.011611 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.011638 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.011645 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:50.011644 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:50.011645 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.011652 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:50.011649 3320 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:50.011617 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.011658 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:50.011658 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:50.011659 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.011664 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:50.011661 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 272.732µs I0703 21:56:50.011671 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.011671 3320 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:50.011647 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.011672 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:50.011679 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:50.011673 3320 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:50.011680 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:50.011686 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.013µs I0703 21:56:50.011686 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:50.011690 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.011685 3320 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.35.27"}, 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:50.011697 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:50.011700 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:50.011698 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.011704 3320 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:50.011709 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.011716 3320 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:50.011718 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:50.011715 3320 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:50.011719 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 296.219µs I0703 21:56:50.011725 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.011731 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:50.011734 3320 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:50.011737 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:50.011737 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:50.011742 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.011740 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 345.788µs I0703 21:56:50.011746 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.011732 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.011695 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:50.011754 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:50.011755 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.011758 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:50.011760 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.872µs I0703 21:56:50.011763 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:50.011748 3320 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.011770 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:50.011771 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 456.474µs I0703 21:56:50.011774 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:50.011766 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:50.011781 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:50.011784 3320 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:50.011801 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.011762 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.011806 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 200.568µs I0703 21:56:50.011748 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:50.011816 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:50.011787 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.011838 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:50.011778 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.011841 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:50.011849 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:50.011860 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011863 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011824 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.011872 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:50.011880 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.011885 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:50.011877 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.011862 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011891 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.011894 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:50.011902 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:50.011874 3320 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:50.011900 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.011913 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.011908 3320 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.27.235"}, 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:50.011914 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011919 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011921 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011933 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011972 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.011968 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.011901 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.011979 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:50.011990 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.011997 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.012000 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012000 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.012004 3320 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:50.011985 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.012010 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.012017 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:50.011982 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.012024 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012030 3320 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:50.012014 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.012044 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.012050 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:50.012055 3320 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:50.012031 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.012062 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 279.589µs I0703 21:56:50.012064 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:50.012067 3320 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:50.012072 3320 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:50.011919 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:50.012084 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.012020 3320 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:50.012092 3320 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:50.012054 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.012100 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 404.427µs I0703 21:56:50.012104 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:50.012111 3320 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:50.012118 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:50.012121 3320 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:50.012125 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 355.604µs I0703 21:56:50.012133 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:50.012094 3320 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:50.012167 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 430.54µs I0703 21:56:50.012129 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012139 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:50.012175 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:50.012197 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:50.012215 3320 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.29.99"}, 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:50.012242 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012208 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012255 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012268 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:50.012074 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.012277 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:50.012286 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012294 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012273 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012309 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:50.012286 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012311 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012324 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:50.012328 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.012335 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:50.012335 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:50.012336 3320 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:50.012342 3320 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:50.012344 3320 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.98.21"}, 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:50.012354 3320 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:50.012358 3320 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:50.012360 3320 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:50.012363 3320 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:50.012364 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 187.937µs I0703 21:56:50.012199 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:50.012377 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:50.012382 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:50.012384 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 7.508µs I0703 21:56:50.012373 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012394 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.012398 3320 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:50.012406 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:50.012399 3320 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.208.223"}, 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.208.223"}, 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:50.012412 3320 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:50.012430 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.012370 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 253.021µs I0703 21:56:50.012441 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 367.164µs I0703 21:56:50.012437 3320 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:32762, 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:30474, 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:50.012456 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012459 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.012403 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012093 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 278.014µs I0703 21:56:50.012476 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.012481 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:50.012466 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012494 3320 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.42.137"}, 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:50.012507 3320 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:50.012490 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012513 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:50.012517 3320 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:50.012522 3320 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.221.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:50.012532 3320 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:50.012487 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012538 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012533 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012550 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012561 3320 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:50.012561 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:50.012571 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:50.012574 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:50.012459 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:50.012522 3320 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-1-181.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.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.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:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:50.012581 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:50.012578 3320 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.64.21"}, 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:50.012586 3320 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:50.012590 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:50.012594 3320 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:50.012596 3320 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:50.012602 3320 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:50.012609 3320 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:50.012610 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.012619 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.012623 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 228.68µs I0703 21:56:50.012626 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 166.428µs I0703 21:56:50.012636 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.012640 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:50.012630 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012656 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:50.012589 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012662 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 528.046µs I0703 21:56:50.012665 3320 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:50.012674 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.012679 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:50.012679 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:50.012651 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012692 3320 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:50.012645 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012694 3320 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.210.179"}, 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:50.012708 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:50.012709 3320 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:50.012716 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:50.012717 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.012721 3320 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:50.012721 3320 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.22.162"}, 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:50.012727 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 250.367µs I0703 21:56:50.012735 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012683 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012731 3320 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.204.209"}, 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.204.209"}, 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:50.012743 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:50.012746 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012751 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012758 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 15.274µs I0703 21:56:50.012761 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012742 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012768 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:50.012775 3320 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:50.012762 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012787 3320 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:50.012776 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012789 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.012796 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:50.012799 3320 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:50.012802 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.012804 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:50.012812 3320 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:50.012814 3320 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:50.012822 3320 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:50.012777 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012831 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.012831 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 373.691µs I0703 21:56:50.012834 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:50.012837 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 201.776µs I0703 21:56:50.012757 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:50.012841 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 201.219µs I0703 21:56:50.012845 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.012849 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.012847 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:50.012852 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.012851 3320 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.70.199"}, 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:50.012862 3320 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.161.234"}, 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:50.012865 3320 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:50.012896 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012854 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012857 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012899 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012907 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012862 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.012919 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:50.012921 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:50.012933 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:50.012932 3320 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.126.158"}, 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:50.012922 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012934 3320 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.245.6"}, 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:50.012927 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.012964 3320 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.32.213"}, 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:50.012969 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012972 3320 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:50.012972 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.012979 3320 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:50.012977 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.012981 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012984 3320 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:50.012988 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.012996 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.013011 3320 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:50.013013 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.013004 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.013008 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.013009 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.013030 3320 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:50.013032 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:50.013035 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.013039 3320 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:50.013039 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:50.013044 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:50.013047 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 277.813µs I0703 21:56:50.013047 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.013052 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:50.013051 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.013055 3320 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:50.013061 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:50.013060 3320 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:50.013061 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 387.256µs I0703 21:56:50.013063 3320 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:50.013069 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.027µs I0703 21:56:50.013076 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:50.013078 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.013082 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:50.013083 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.013083 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.714µs I0703 21:56:50.013088 3320 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.013084 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 239.474µs I0703 21:56:50.013091 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 242.18µs I0703 21:56:50.013094 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 242.817µs I0703 21:56:50.013102 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.013108 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:50.013111 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001319667 seconds. No OVN measurement. I0703 21:56:50.013115 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.226µs I0703 21:56:50.013122 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.013127 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:50.013093 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.013112 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.013132 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.013181 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:50.013132 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:50.013189 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:50.013195 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:50.013199 3320 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.182.169"}, 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:50.013207 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:50.013207 3320 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.88.248"}, 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:50.013204 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:50.013215 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.013217 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.013221 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.013224 3320 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:50.013227 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.013232 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.013234 3320 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:50.013234 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.013228 3320 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:50.013245 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.013259 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.013245 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.013247 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.013252 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.013274 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.013268 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.013281 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.013282 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:50.013243 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.013288 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.013285 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:50.013293 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.013296 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:50.013299 3320 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:50.013301 3320 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:50.013302 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:50.013306 3320 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:50.013305 3320 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:50.013315 3320 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.117.112"}, 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:50.013327 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.013329 3320 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:50.013332 3320 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:50.013333 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.013334 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.013334 3320 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.013336 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 209.443µs I0703 21:56:50.013336 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 255.577µs I0703 21:56:50.013342 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 239.204µs I0703 21:56:50.013343 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 221.035µs I0703 21:56:50.013347 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:50.013357 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.013349 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.013365 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 18.516µs I0703 21:56:50.013371 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.013379 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.013385 3320 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:50.013401 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.013405 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 172.198µs I0703 21:56:50.013367 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.013436 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:50.013452 3320 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.209.245"}, 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:50.013468 3320 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:50.013479 3320 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:50.013496 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.013520 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:50.013533 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:50.013545 3320 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:50.013567 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.013576 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 221.903µs I0703 21:56:50.113243 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-144.ec2.internal I0703 21:56:50.113259 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:50.113285 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-144.ec2.internal I0703 21:56:50.113314 3320 node_tracker.go:172] Node ip-10-0-0-144.ec2.internal switch + router changed, syncing services I0703 21:56:50.113322 3320 default_network_controller.go:1028] Node ip-10-0-0-144.ec2.internal in remote zone ip-10-0-0-144.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 21:56:50.113326 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:50.113342 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:50.113359 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:50.113365 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:50.113381 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:50.113396 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.113403 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 25.776µs I0703 21:56:50.113389 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:e861223a-b640-4a48-ba68-891e7f6af919 ip:10.0.0.144 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268267}] I0703 21:56:50.113416 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.113387 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:50.113426 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 42.031µs I0703 21:56:50.113445 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 7.3447e-05 seconds. No OVN measurement. I0703 21:56:50.113444 3320 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u3879268267}]} hostname:ip-10-0-0-144.ec2.internal name:e861223a-b640-4a48-ba68-891e7f6af919 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268268}] I0703 21:56:50.113468 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:e861223a-b640-4a48-ba68-891e7f6af919 ip:10.0.0.144 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268267} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u3879268267}]} hostname:ip-10-0-0-144.ec2.internal name:e861223a-b640-4a48-ba68-891e7f6af919 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268268}] I0703 21:56:50.113425 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.113407 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:50.113411 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:50.113532 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.113540 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:50.113538 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:50.113546 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.113553 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:50.113559 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.113565 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.113572 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:50.113559 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:50.113580 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:50.113583 3320 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:50.113587 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:50.113589 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 10.263µs I0703 21:56:50.113595 3320 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:50.113601 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.113626 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:50.113536 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.113642 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:50.113596 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:50.113620 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.113650 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:50.113612 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.113658 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:50.113660 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.113662 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:50.113669 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:50.113669 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:50.113581 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.113674 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:50.113679 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.113675 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:50.113681 3320 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:50.113689 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:50.113689 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.113696 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:50.113694 3320 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.182.169"}, 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:50.113703 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:50.113696 3320 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.117.112"}, 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:50.113700 3320 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:50.113712 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:50.113711 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.113712 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.113719 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:50.113718 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.113715 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.113724 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.113721 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 303.189µs I0703 21:56:50.113725 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:50.113732 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.113736 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.113739 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:50.113744 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:50.113744 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.113746 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.902µs I0703 21:56:50.113751 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:50.113691 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.113757 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.113760 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:50.113743 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.113748 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.113768 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.113774 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:50.113775 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.113774 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.113757 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.113781 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.113776 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:50.113788 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.113789 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.113790 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.113792 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:50.113801 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.113796 3320 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.88.248"}, 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:50.113800 3320 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:50.113802 3320 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:50.113807 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:50.113807 3320 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:50.113811 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.113766 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.113817 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.113821 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.113825 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:50.113829 3320 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:50.113829 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.113833 3320 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:50.113832 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:50.113834 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:50.113836 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 235.199µs I0703 21:56:50.113835 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 422.577µs I0703 21:56:50.113839 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 252.149µs I0703 21:56:50.113845 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:50.113851 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.113847 3320 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.209.245"}, 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:50.113854 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:50.113837 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.113856 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.113860 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:50.113862 3320 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:50.113862 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.011µs I0703 21:56:50.113867 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.113867 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.113872 3320 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:50.113876 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:50.113880 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.113880 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.113890 3320 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:50.113890 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.113859 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.113870 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.113915 3320 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.113922 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:50.113885 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.113927 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 346.344µs I0703 21:56:50.113934 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:50.113934 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:50.113937 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:50.113942 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:50.113963 3320 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:50.113943 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:50.113969 3320 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.165.19"}, 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:50.113968 3320 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.142.152"}, 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:50.113978 3320 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.181.56"}, 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:50.113983 3320 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:50.113987 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.113989 3320 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:50.113992 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.113994 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 236.473µs I0703 21:56:50.113996 3320 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:50.114000 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114002 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114007 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.113971 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.114018 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.114018 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.114034 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.114057 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.114055 3320 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:50.114016 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.114066 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:50.114082 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:50.114095 3320 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.35.27"}, 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:50.114108 3320 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:50.114118 3320 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:50.114096 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:50.114134 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114144 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114133 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.114069 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.114157 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:50.114167 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.114172 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:50.114178 3320 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:50.114211 3320 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:50.114221 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 344.674µs I0703 21:56:50.114223 3320 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-0-144.ec2.internal for the network default I0703 21:56:50.114235 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:50.114243 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 9.469µs I0703 21:56:50.114249 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.114181 3320 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:50.114254 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.114293 3320 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-0-144.ec2.internal]} name:tstor-ip-10-0-0-144.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-144.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268269}] I0703 21:56:50.114324 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.114332 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 324.921µs I0703 21:56:50.114335 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:50.114344 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:50.114349 3320 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.103.89"}, 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:50.114367 3320 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:50.114377 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114075 3320 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:50.114365 3320 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:u3879268269}]}}] Timeout: Where:[where column _uuid == {bbf5be73-3e4c-46f6-ac9d-fe95c3baf6e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:50.114391 3320 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:50.114353 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.114392 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.114417 3320 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:50.114422 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:50.114425 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 564.916µs I0703 21:56:50.114395 3320 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-0-144.ec2.internal]} name:tstor-ip-10-0-0-144.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-144.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u3879268269} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u3879268269}]}}] Timeout: Where:[where column _uuid == {bbf5be73-3e4c-46f6-ac9d-fe95c3baf6e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:50.114433 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:50.114434 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:50.114445 3320 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:50.114451 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114469 3320 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.114460 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.114482 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 229.269µs I0703 21:56:50.114490 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114495 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:50.114501 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.559µs I0703 21:56:50.114439 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:50.114510 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:50.114513 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.114519 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.114635 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:50.114523 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.114656 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114663 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:50.114664 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.114674 3320 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:50.114681 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114692 3320 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:50.114697 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 354.296µs I0703 21:56:50.114705 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.114708 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:50.114717 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.114751 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:50.114071 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:50.114764 3320 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:50.114765 3320 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:50.114779 3320 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.114783 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 934.319µs I0703 21:56:50.114791 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:50.114792 3320 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:50.114799 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 288.019µs I0703 21:56:50.114815 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.114798 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.114519 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:50.114858 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:50.114865 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:50.114879 3320 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.27.235"}, 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:50.114715 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.114896 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114899 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114909 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114907 3320 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:50.114921 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:50.114934 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114940 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114826 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.114969 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.114984 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:50.114987 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.114989 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.114997 3320 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.98.21"}, 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:50.115015 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.115017 3320 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:50.115028 3320 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:50.114926 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.114998 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.115043 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.115026 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.114161 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115044 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115061 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:50.115063 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:50.115071 3320 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:50.115047 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:50.115076 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:50.115078 3320 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:50.115084 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:50.115091 3320 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:50.115093 3320 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:50.115096 3320 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:50.115109 3320 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:50.115116 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 405.837µs I0703 21:56:50.115120 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.115122 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:50.115127 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 314.731µs I0703 21:56:50.115129 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.187681ms I0703 21:56:50.115134 3320 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:50.115059 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.115141 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:50.115141 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 702.142µs I0703 21:56:50.115147 3320 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:50.115159 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:50.115172 3320 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:50.115178 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 385.795µs I0703 21:56:50.115189 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.115173 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115242 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:50.115199 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115259 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:50.115129 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:50.115273 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:50.115275 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:50.115292 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115252 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115291 3320 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.42.137"}, 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:50.115302 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115309 3320 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:50.115319 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:50.115321 3320 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:50.115295 3320 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-144.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:u3879268270}] I0703 21:56:50.115323 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115331 3320 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.210.179"}, 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:50.115283 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115349 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.115349 3320 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:50.115339 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115363 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:50.115362 3320 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:50.115372 3320 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:50.115372 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:50.115384 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:50.115388 3320 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.29.99"}, 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:50.115397 3320 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:50.115384 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115408 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115414 3320 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:50.115420 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115424 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.115426 3320 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:50.115432 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 241.765µs I0703 21:56:50.115439 3320 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:50.115443 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.115439 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115461 3320 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:50.115468 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 227.162µs I0703 21:56:50.115471 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:50.115150 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:50.115479 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.115483 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:50.115451 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115496 3320 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:50.115506 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:50.115511 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:50.115515 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:50.115521 3320 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:50.115375 3320 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:50.115524 3320 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.221.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:50.115490 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115539 3320 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:50.115529 3320 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.208.223"}, 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.208.223"}, 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:50.115547 3320 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:50.115529 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 399.481µs I0703 21:56:50.115554 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:50.115554 3320 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:32762, 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:30474, 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:50.115566 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.115570 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115571 3320 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.64.21"}, 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:50.115387 3320 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:u3879268270}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:50.115589 3320 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:50.115600 3320 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:50.115576 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115603 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115590 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-144.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:u3879268270} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3879268270}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:50.115624 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:50.115549 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115618 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115637 3320 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.204.209"}, 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.204.209"}, 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:50.115649 3320 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:50.115654 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115663 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:50.115665 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115649 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115675 3320 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:50.115629 3320 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-1-181.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.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.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:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:50.115680 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:50.115688 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:50.115554 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 397.615µs I0703 21:56:50.115692 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:50.115698 3320 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:50.115700 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.115683 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115706 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:50.115704 3320 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:50.115708 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 228.972µs I0703 21:56:50.115714 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:50.115725 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.115726 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:50.115728 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.115733 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:50.115735 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 293.411µs I0703 21:56:50.115738 3320 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:50.115739 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 598.176µs I0703 21:56:50.115748 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:50.115754 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:50.115755 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 7.987µs I0703 21:56:50.115715 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115761 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.7µs I0703 21:56:50.115764 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:50.115761 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.115772 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.115772 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 205.953µs I0703 21:56:50.115781 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:50.115785 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.115735 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115793 3320 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.22.162"}, 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:50.115807 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115811 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:50.115815 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115773 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115781 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115826 3320 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.70.199"}, 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:50.115793 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.115837 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:50.115831 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115843 3320 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:50.115849 3320 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.161.234"}, 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:50.115854 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:50.115854 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.115861 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115863 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115868 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.115867 3320 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.245.6"}, 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:50.115873 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115850 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:50.115877 3320 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:50.115880 3320 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:50.115890 3320 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:50.115888 3320 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.126.158"}, 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:50.115879 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115899 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:50.115900 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115890 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115906 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 200.973µs I0703 21:56:50.115909 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.115916 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.115919 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.115906 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115922 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.115911 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.115928 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.115932 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.115936 3320 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:50.115941 3320 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:50.115944 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.115973 3320 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:50.115942 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.115981 3320 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:50.115981 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.115985 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:50.115988 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 222.303µs I0703 21:56:50.115992 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 266.831µs I0703 21:56:50.115993 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.115997 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:50.115928 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.116002 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 217.673µs I0703 21:56:50.116008 3320 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:50.116022 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:50.116028 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.116033 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 261.18µs I0703 21:56:50.116033 3320 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.32.213"}, 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:50.116045 3320 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:50.116054 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.116068 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.116099 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:50.116126 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:50.116138 3320 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:50.116163 3320 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.116172 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 252.997µs I0703 21:56:50.116424 3320 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-144.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:u3879268271}] I0703 21:56:50.116470 3320 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:u3879268271}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:50.116495 3320 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-144.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:u3879268271} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u3879268271}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:50.116901 3320 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-0-144.ec2.internal took: 2.677294ms I0703 21:56:50.116920 3320 master.go:657] Creating Interconnect resources for node ip-10-0-0-144.ec2.internal took: 3.588998ms I0703 21:56:50.116936 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:50.116978 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-144.ec2.internal I0703 21:56:50.172777 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-118.ec2.internal I0703 21:56:50.172855 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:50.172862 3320 node_tracker.go:172] Node ip-10-0-2-118.ec2.internal switch + router changed, syncing services I0703 21:56:50.172872 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-118.ec2.internal I0703 21:56:50.172882 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:50.172904 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:50.172921 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.172924 3320 master.go:657] Creating Interconnect resources for node ip-10-0-2-118.ec2.internal took: 994ns I0703 21:56:50.172937 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:50.172966 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:50.172987 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.172928 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.173060 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.173066 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.173072 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:50.172994 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.173077 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:50.173082 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:50.173087 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.173091 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:50.173095 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:50.173102 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.173107 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:50.173111 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.173113 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:50.172972 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-118.ec2.internal I0703 21:56:50.173120 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.173129 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.173138 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:50.173143 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.173133 3320 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.161.234"}, 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:50.173147 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.173153 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:50.173157 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:50.173155 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173161 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:50.173166 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:50.173170 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:50.173169 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173175 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:50.173179 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:50.173183 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:50.173186 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:50.173193 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:50.173122 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.173197 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:50.173209 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:50.173139 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.173216 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.173222 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:50.173200 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.173236 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:50.173239 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.173253 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.173248 3320 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.245.6"}, 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:50.173267 3320 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:50.173269 3320 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:50.173212 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.173279 3320 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:50.173228 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:50.173295 3320 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:50.173298 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.173303 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:50.173307 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.173305 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 361.556µs I0703 21:56:50.173311 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:50.173306 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:50.173293 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.173328 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:50.173337 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.806µs I0703 21:56:50.173352 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:50.173329 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.173361 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 11.527µs I0703 21:56:50.173364 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.173371 3320 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:50.173317 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.173394 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000289529 seconds. No OVN measurement. I0703 21:56:50.173329 3320 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.88.248"}, 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:50.173412 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.173416 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.173418 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173419 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 312.89µs I0703 21:56:50.173424 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.173431 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:50.173432 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173373 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:50.173453 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.173482 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.173497 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.173434 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.173509 3320 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:50.173446 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.173538 3320 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.173002 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.173546 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 422.911µs I0703 21:56:50.173552 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:50.173561 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:50.173563 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:50.173569 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.16µs I0703 21:56:50.173512 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.173574 3320 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.126.158"}, 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:50.173584 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:50.173586 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173587 3320 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.182.169"}, 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:50.173593 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173600 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:50.173119 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.173602 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173614 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:50.173630 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173612 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.173632 3320 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:50.173594 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:50.173644 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:50.173646 3320 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:50.173656 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:50.173647 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.173666 3320 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:50.173674 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:50.173668 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.173691 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.173695 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173699 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 713.544µs I0703 21:56:50.173699 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:50.173712 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:50.173713 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.173722 3320 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:50.173706 3320 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:50.173619 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.173736 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173747 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.173754 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 320.184µs I0703 21:56:50.173755 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:50.173766 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.173768 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:50.173768 3320 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.32.213"}, 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:50.173776 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.299µs I0703 21:56:50.173723 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.173782 3320 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:50.173785 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.173794 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173797 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:50.173777 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.173813 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:50.173809 3320 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.117.112"}, 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:50.173826 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173827 3320 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:50.173811 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.173835 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173795 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.173842 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:50.173853 3320 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:50.173855 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:50.173859 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 274.812µs I0703 21:56:50.173861 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:50.173849 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.173866 3320 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:50.173873 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.173876 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.173873 3320 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.209.245"}, 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:50.173888 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.173888 3320 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:50.173890 3320 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.173898 3320 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:50.173899 3320 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:50.173900 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 781.639µs I0703 21:56:50.173914 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:50.173918 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.173922 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.614µs I0703 21:56:50.173924 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 212.031µs I0703 21:56:50.173931 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.173917 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.173934 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.173882 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.173944 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:50.173974 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:50.173979 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:50.173985 3320 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:50.173992 3320 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.35.27"}, 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:50.174005 3320 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:50.174008 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.174017 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 231.86µs I0703 21:56:50.173944 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174018 3320 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:50.174031 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:50.174037 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.514µs I0703 21:56:50.173939 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174043 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:50.174053 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:50.174063 3320 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.142.152"}, 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:50.174067 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:50.174058 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.174077 3320 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:50.174082 3320 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.103.89"}, 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:50.174090 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174090 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:50.174096 3320 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:50.174105 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:50.174064 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174108 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174117 3320 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:50.174108 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.174127 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:50.174134 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.174139 3320 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.165.19"}, 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:50.174145 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:50.174144 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.174153 3320 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:50.174156 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 283.045µs I0703 21:56:50.174157 3320 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:50.174164 3320 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:50.174171 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:50.174127 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.174184 3320 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.174189 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:50.174190 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 256.918µs I0703 21:56:50.174181 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.174200 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:50.174203 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:50.174209 3320 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:50.174213 3320 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:50.174221 3320 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:50.174232 3320 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:50.174236 3320 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.174183 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174245 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 313.944µs I0703 21:56:50.174214 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174257 3320 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:50.174265 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:50.174269 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 222.832µs I0703 21:56:50.174268 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:50.174281 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:50.174280 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:50.174279 3320 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.181.56"}, 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:50.174296 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174307 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174297 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:50.174281 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174330 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174289 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:50.174340 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174327 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.174350 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:50.174355 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.174358 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:50.174366 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174370 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.174374 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174359 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.174376 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.174382 3320 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:50.174390 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:50.174392 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174385 3320 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:50.174401 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:50.174407 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174409 3320 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:50.174412 3320 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:50.174413 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.174418 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 247.169µs I0703 21:56:50.174430 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:50.174437 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:50.174438 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 8.037µs I0703 21:56:50.174441 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.174425 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.174443 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 239.681µs I0703 21:56:50.174450 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:50.174457 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:50.174456 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:50.174470 3320 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:50.174453 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.174493 3320 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:50.174501 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 233.474µs I0703 21:56:50.174503 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:50.174466 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174512 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:50.174516 3320 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:50.174459 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:50.174527 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:50.174545 3320 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:50.174540 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:50.174546 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:50.174553 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 273.028µs I0703 21:56:50.174558 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174520 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174562 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:50.174567 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:50.174567 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174578 3320 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.208.223"}, 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.208.223"}, 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:50.174586 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.174576 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174609 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.174585 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:50.174621 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:50.174627 3320 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:50.174628 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174634 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:50.174641 3320 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:50.174645 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 189.015µs I0703 21:56:50.174641 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.174649 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174654 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:50.174657 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174659 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.174675 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174687 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.174662 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174694 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.174706 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:50.174714 3320 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.27.235"}, 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:50.174698 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.174706 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.174726 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.173673 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.174604 3320 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:32762, 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:30474, 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:50.174733 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:50.174736 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174736 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:50.174741 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.174743 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174747 3320 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:50.174751 3320 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:50.174756 3320 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:50.174752 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.174773 3320 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:50.174776 3320 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:50.174777 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.174780 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 267.408µs I0703 21:56:50.174785 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 216.653µs I0703 21:56:50.174793 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.174798 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.174781 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.174805 3320 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:50.174808 3320 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:50.174804 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:50.174814 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 1.441876ms I0703 21:56:50.174825 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:50.174827 3320 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:50.174834 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 179.386µs I0703 21:56:50.174845 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.174819 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174815 3320 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-1-181.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.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.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:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:50.174810 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174878 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:50.174890 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:50.174853 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174902 3320 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:50.174834 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.174905 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:50.174913 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:50.174918 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:50.174925 3320 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.22.162"}, 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:50.174922 3320 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.98.21"}, 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:50.174925 3320 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.70.199"}, 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:50.174933 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174941 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174941 3320 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:50.174939 3320 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:50.174966 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:50.174969 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174973 3320 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:50.174902 3320 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.29.99"}, 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:50.174985 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.174996 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.174985 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.175004 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.175008 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.175012 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.175012 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.175023 3320 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:50.175027 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.175038 3320 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:50.175045 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:50.175032 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.175049 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 225.03µs I0703 21:56:50.175058 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:50.175060 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:50.175062 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.175063 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 4.945µs I0703 21:56:50.175070 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 224.881µs I0703 21:56:50.175072 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:50.174994 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.175081 3320 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:50.175083 3320 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:50.175089 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:50.175101 3320 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:50.175109 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 306.885µs I0703 21:56:50.175117 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.174973 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 523.448µs I0703 21:56:50.175123 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.175165 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.175177 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:50.175186 3320 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.221.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:50.175195 3320 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:50.175201 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.175082 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:50.175175 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.175100 3320 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:50.175218 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.175240 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:50.175242 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.175244 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:50.175250 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 453.507µs I0703 21:56:50.175258 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:50.175259 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.175255 3320 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.64.21"}, 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:50.175226 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.175269 3320 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:50.175272 3320 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:50.175285 3320 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:50.175289 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:50.175294 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.175072 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.175301 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 182.635µs I0703 21:56:50.175302 3320 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.210.179"}, 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:50.175313 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:50.175317 3320 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:50.175323 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.418µs I0703 21:56:50.175303 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.175266 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.175328 3320 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:50.175338 3320 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:50.175306 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.175351 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:50.175346 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.175351 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:50.175362 3320 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:50.175365 3320 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:50.175370 3320 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:50.175369 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:50.175377 3320 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:50.175383 3320 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.42.137"}, 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:50.175394 3320 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:50.175392 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.175372 3320 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.204.209"}, 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.204.209"}, 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:50.175403 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 321.883µs I0703 21:56:50.175405 3320 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:50.175408 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 242.912µs I0703 21:56:50.175412 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.175418 3320 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:50.175422 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.175436 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.175452 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.175471 3320 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:50.175482 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:50.175485 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:50.175494 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:50.175496 3320 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:50.175508 3320 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:50.175520 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.175529 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.175530 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 456.723µs I0703 21:56:50.175548 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 275.662µs I0703 21:56:50.298275 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-144.ec2.internal, subnet 10.130.0.0/23 I0703 21:56:50.298305 3320 ovs.go:159] Exec(145): /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:50.308021 3320 ovs.go:162] Exec(145): stdout: "670ab71f-a6d3-4f7e-a098-51c15184ce69\n" I0703 21:56:50.308038 3320 ovs.go:163] Exec(145): stderr: "" I0703 21:56:50.308048 3320 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 - 670ab71f-a6d3-4f7e-a098-51c15184ce69 : stderr - : err I0703 21:56:50.308078 3320 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-118.ec2.internal, subnet 10.129.0.0/23 I0703 21:56:50.308092 3320 ovs.go:159] Exec(146): /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:50.317340 3320 ovs.go:162] Exec(146): stdout: "3f02e54f-4c5c-4fde-b791-a96811d476d9\n" I0703 21:56:50.317359 3320 ovs.go:163] Exec(146): stderr: "" I0703 21:56:50.317369 3320 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 - 3f02e54f-4c5c-4fde-b791-a96811d476d9 : stderr - : err I0703 21:56:50.317379 3320 default_node_network_controller.go:1110] Upgrade Hack: Syncing nodes took 37.522890111s I0703 21:56:50.317400 3320 ovs.go:159] Exec(147): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0703 21:56:50.322039 3320 ovs.go:162] Exec(147): stdout: "Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.ec2.internal\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-181.ec2.internal\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-181.ec2.internal\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-1-181.ec2.internal\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-181.ec2.internal\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.ec2.internal\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-181.ec2.internal\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-1-181.ec2.internal\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n" I0703 21:56:50.322094 3320 ovs.go:163] Exec(147): stderr: "" I0703 21:56:50.322104 3320 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_cluster Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.ec2.internal Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-dns-operator/metrics_TCP_cluster Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-181.ec2.internal Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-181.ec2.internal Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-181.ec2.internal Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_openshift-apiserver-operator/metrics_TCP_cluster Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-181.ec2.internal Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.ec2.internal Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-181.ec2.internal Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-181.ec2.internal Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_openshift-insights/metrics_TCP_cluster Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster : stderr - : err I0703 21:56:50.322111 3320 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:50.322118 3320 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:50.322123 3320 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:50.322126 3320 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:50.322130 3320 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:50.322135 3320 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:50.322140 3320 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:50.322146 3320 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0703 21:56:50.322151 3320 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0703 21:56:50.322154 3320 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:50.322157 3320 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:50.322161 3320 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:50.322164 3320 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:50.322168 3320 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0703 21:56:50.322172 3320 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:50.322176 3320 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:50.322179 3320 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:50.322183 3320 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:50.322186 3320 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:50.322190 3320 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:50.322193 3320 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:50.322197 3320 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:50.322201 3320 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:50.322205 3320 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:50.322207 3320 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:50.322210 3320 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:50.322215 3320 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:50.322219 3320 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:50.322223 3320 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:50.322227 3320 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:50.322232 3320 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:50.322237 3320 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0703 21:56:50.322244 3320 default_node_network_controller.go:1130] Upgrade Hack: Syncing services took 37.527754798s I0703 21:56:50.322266 3320 ovs.go:159] Exec(148): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-psmmd I0703 21:56:50.326873 3320 ovs.go:162] Exec(148): stdout: "2cdb600a-4466-4cce-aae6-875cddc711e0\n" I0703 21:56:50.326886 3320 ovs.go:163] Exec(148): stderr: "" I0703 21:56:50.326892 3320 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-psmmd : stdout - 2cdb600a-4466-4cce-aae6-875cddc711e0 : stderr - I0703 21:56:50.326904 3320 ovs.go:159] Exec(149): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-jgtmq I0703 21:56:50.331512 3320 ovs.go:162] Exec(149): stdout: "30892ce8-a1d6-4158-b48d-23dfe82322e6\n" I0703 21:56:50.331523 3320 ovs.go:163] Exec(149): stderr: "" I0703 21:56:50.331529 3320 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-jgtmq : stdout - 30892ce8-a1d6-4158-b48d-23dfe82322e6 : stderr - I0703 21:56:50.331538 3320 default_node_network_controller.go:1151] Upgrade Hack: Syncing pods took 37.537047713s I0703 21:56:50.331553 3320 kube.go:130] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-1-181.ec2.internal] on node ip-10-0-1-181.ec2.internal I0703 21:56:50.346300 3320 default_node_network_controller.go:1165] ovnkube-node ip-10-0-1-181.ec2.internal finished annotating node with remote-zone-migrated; took: 37.551802532s I0703 21:56:50.346362 3320 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:50.346492 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-181.ec2.internal I0703 21:56:50.346609 3320 node_tracker.go:172] Node ip-10-0-1-181.ec2.internal switch + router changed, syncing services I0703 21:56:50.346635 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:50.346495 3320 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:56:50.346657 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:50.346745 3320 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:50.346723 3320 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-181.ec2.internal I0703 21:56:50.346766 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:56:50.346771 3320 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:56:50.346783 3320 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 18.141µs I0703 21:56:50.346755 3320 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 21:56:50.346867 3320 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 21:56:50.346874 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.346879 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default E0703 21:56:50.346879 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:56:50.346884 3320 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.346783 3320 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 e2ddb48d-391d-4af7-ad22-ead90d254c2a 1770 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf76f }] [] []},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.165.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.165.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.346893 3320 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:56:50.346895 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:56:50.346903 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:56:50.346926 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:56:50.346936 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:56:50.346966 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.346963 3320 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.165.19"}, 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:50.346983 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:56:50.346899 3320 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a58eee9-dbeb-41d8-939b-325ff585d49c 2320 0 2026-07-03 21:46:47 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfb27 }] [] []},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.181.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.346995 3320 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 13.042µs I0703 21:56:50.347009 3320 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.347018 3320 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:56:50.346967 3320 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress af2e673d-71a3-4a99-acce-0ab6aef4664d 1910 0 2026-07-03 21:46:44 +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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f01de }] [] []},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.134.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.346982 3320 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 99df6e4f-5b8e-4b0d-9ea9-4aec2be2cfb6 902 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f04bb }] [] []},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.35.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.347052 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:56:50.347066 3320 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.134.5"}, 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.134.5"}, 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.134.5"}, 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:50.347017 3320 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 ced833ed-c1e3-446a-b47c-a7c5cc29037f 4000 0 2026-07-03 21:47:11 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f08c7 0xc0071f08c8}] [] []},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.103.89,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.89],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.347084 3320 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347091 3320 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347097 3320 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:56:50.347108 3320 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.103.89"}, 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:50.347121 3320 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:50.347128 3320 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347110 3320 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.134.5", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.134.5", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.347134 3320 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:56:50.347139 3320 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:56:50.347146 3320 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:56:50.347150 3320 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-181.ec2.internal I0703 21:56:50.347153 3320 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:50.346984 3320 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:50.347162 3320 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:50.347176 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:56:50.347172 3320 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.165.19", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.347183 3320 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 251.38µs I0703 21:56:50.347188 3320 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:50.347141 3320 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.103.89", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.347196 3320 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:50.347198 3320 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:56:50.347203 3320 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:50.347206 3320 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:56:50.347204 3320 egressip.go:1976] Egress node: ip-10-0-1-181.ec2.internal about to be initialized I0703 21:56:50.347212 3320 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:50.347220 3320 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:50.347226 3320 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 460.702µs I0703 21:56:50.347036 3320 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.181.56"}, 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:50.347071 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:56:50.347238 3320 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347246 3320 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347252 3320 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.35.27"}, 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:50.347257 3320 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.181.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.347271 3320 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:50.347283 3320 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:50.347227 3320 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:56:50.347304 3320 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 295.77µs I0703 21:56:50.346888 3320 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.347316 3320 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 21:56:50.347322 3320 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:50.347328 3320 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 21:56:50.347306 3320 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.35.27", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.347336 3320 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.347273 3320 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.347316 3320 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 == {5f5ee761-9867-4254-a20e-0901acec0a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:50.347343 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:56:50.347346 3320 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.347356 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:56:50.347357 3320 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:50.347368 3320 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:50.347374 3320 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:56:50.347379 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 486.162µs I0703 21:56:50.347383 3320 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:56:50.347388 3320 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 21:56:50.347389 3320 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 5.708µs I0703 21:56:50.347342 3320 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 51a12bd7-269a-4681-942d-fc5e123fc681 1116 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf57b }] [] []},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.142.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.142.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.347379 3320 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:5f5ee761-9867-4254-a20e-0901acec0a8e}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:50.347407 3320 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:56:50.347415 3320 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.142.152"}, 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:50.347424 3320 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:50.347394 3320 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default e96a98a2-cc91-4ac1-b8b2-c99efc522212 1589 0 2026-07-03 21:46:41 +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.171.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.347430 3320 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347406 3320 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 == {5f5ee761-9867-4254-a20e-0901acec0a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:5f5ee761-9867-4254-a20e-0901acec0a8e}]}}] Timeout: Where:[where column _uuid == {03d5c1b7-3604-4e25-ba83-ecafeb799da8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:56:50.347446 3320 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.198.110] []}] I0703 21:56:50.347440 3320 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.142.152", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.347461 3320 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347379 3320 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 21:56:50.347462 3320 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.347466 3320 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.162"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.198.110"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.347474 3320 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:56:50.347479 3320 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347498 3320 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.347504 3320 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-1-181.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.171.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.198.110", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.347526 3320 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:56:50.347474 3320 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 454631df-9982-4d8f-9a96-57dc8c6b88ad 3395 0 2026-07-03 21:47:00 +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 0e7da429-d568-4666-9848-eb7e653b4eec 0xc006ddfdb7 }] [] []},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:50.347332 3320 services_controller.go:614] Adding service default/packageserver for network=default I0703 21:56:50.347395 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:56:50.347553 3320 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 21:56:50.347557 3320 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 610.596µs I0703 21:56:50.347560 3320 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:56:50.347570 3320 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 21:56:50.347575 3320 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:56:50.347578 3320 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347589 3320 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:50.347578 3320 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default ca2361a5-254f-4dd4-b05b-00bc81cead27 1751 0 2026-07-03 21:46:42 +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.129.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.129.63],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.347615 3320 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347638 3320 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.149.82] []}] I0703 21:56:50.347586 3320 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator dba4e3f8-6f7c-477f-839c-b025622f2ace 1940 0 2026-07-03 21:46:44 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfa67 }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.347659 3320 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347667 3320 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.129.63"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.149.82"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.347673 3320 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:56:50.347680 3320 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347687 3320 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.27.235"}, 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:50.347703 3320 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.347709 3320 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347719 3320 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347481 3320 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:50.347714 3320 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-1-181.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.129.63", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.149.82", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.347742 3320 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:56:50.347750 3320 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:56:50.347752 3320 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:50.347756 3320 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 420.016µs I0703 21:56:50.347741 3320 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.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.347562 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.347772 3320 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 21:56:50.347772 3320 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.347777 3320 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 21:56:50.347775 3320 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 21:56:50.347782 3320 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 21:56:50.347644 3320 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.347785 3320 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 215.442µs I0703 21:56:50.347785 3320 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.347795 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.347798 3320 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:56:50.347800 3320 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:50.347827 3320 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:56:50.347796 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.347805 3320 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 f7dc9f58-f40c-4ce4-97b2-8838ba830438 5220 0 2026-07-03 21:49:43 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 3fe931bb-65e1-4cc8-a355-8b08c2c3b0dd 0xc006ddfbbd 0xc006ddfbbe}] [] []},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.98.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.98.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.347534 3320 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:50.347847 3320 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:56:50.347806 3320 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 6fe683d0-ebba-4e09-adb5-a2b279055d25 2015 0 2026-07-03 21:46:45 +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.29.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.347863 3320 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:56:50.347862 3320 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:50.347870 3320 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 481.206µs I0703 21:56:50.347788 3320 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 21:56:50.347874 3320 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:56:50.347877 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:56:50.347885 3320 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 21:56:50.347893 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:50.347888 3320 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.29.99"}, 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:50.347841 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 263.893µs I0703 21:56:50.347898 3320 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:56:50.347904 3320 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.347904 3320 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347908 3320 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 21:56:50.347907 3320 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 526.126µs I0703 21:56:50.347917 3320 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.347928 3320 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:56:50.347930 3320 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.29.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.347891 3320 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.98.21"}, 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:50.347915 3320 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5a8dc4a0-7632-4628-9352-4b260649b4a3 3336 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f02db }] [] []},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.21.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.21.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.347973 3320 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:56:50.347975 3320 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:50.347983 3320 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:56:50.347895 3320 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress db66fc99-14f6-4fb8-ba0f-47fac6b09179 3254 0 2026-07-03 21:46:44 +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=2ratr6oqnrpa3mo89qks9a2paljaje4m,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7941e21b96,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 fb58adef-be66-4e43-bdfe-5fc93948e6db 0xc0071f0117 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32762,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30474,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.208.223,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30489,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.208.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:adb66fc9914f64fb8ba0f47fac6b0917-1547de36028e017d.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:56:50.347990 3320 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:50.347992 3320 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:56:50.348005 3320 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:56:50.347938 3320 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default e8404711-108c-43aa-a7b2-69bb6fca419f 1605 0 2026-07-03 21:46:41 +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.74.36,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.74.36],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348003 3320 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.21.187"}, 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:50.348009 3320 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 211.936µs I0703 21:56:50.347912 3320 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.348015 3320 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348009 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:50.348022 3320 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348025 3320 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.348026 3320 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:56:50.348032 3320 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 21:56:50.347985 3320 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:50.348040 3320 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.348039 3320 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.29.2] []}] I0703 21:56:50.348033 3320 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.21.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348040 3320 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.208.223"}, 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.208.223"}, 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:50.348054 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:56:50.348057 3320 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348057 3320 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:32762, 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:30474, 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:50.348054 3320 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.98.21", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348075 3320 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348085 3320 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:50.348097 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:56:50.348107 3320 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:50.348064 3320 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 6aa51f5c-1547-46b3-a3b6-868230c256f8 970 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf947 }] [] []},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.210.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348058 3320 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.348113 3320 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.208.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.208.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348133 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:56:50.348136 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:56:50.348140 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 346.312µs I0703 21:56:50.348150 3320 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.210.179"}, 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:50.348158 3320 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.348169 3320 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:50.348180 3320 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:50.348068 3320 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.74.36"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.29.2"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:56:50.348142 3320 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-1-181.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.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-181.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:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32762, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.181", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30474, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:56:50.348205 3320 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348213 3320 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:56:50.348197 3320 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.210.179", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348172 3320 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 8f8f88e8-05cf-428d-80f8-ce7253542d41 497 0 2026-07-03 21:46:13 +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.221.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.221.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348223 3320 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.348130 3320 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:56:50.348228 3320 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:50.348235 3320 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:50.348242 3320 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:50.348233 3320 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-1-181.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.74.36", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.29.2", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.348225 3320 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:50.348259 3320 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:56:50.348274 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 365.316µs I0703 21:56:50.348277 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:56:50.348285 3320 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.348290 3320 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.221.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:50.348303 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:56:50.348313 3320 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 427.843µs I0703 21:56:50.348313 3320 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:50.348325 3320 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.348325 3320 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348253 3320 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:50.348306 3320 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 0966e237-8d6c-4967-be27-c36dfb218974 5241 0 2026-07-03 21:49:44 +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.64.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.64.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348344 3320 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.221.61", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348363 3320 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:56:50.348372 3320 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:56:50.348334 3320 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 9fa6e701-f762-4fca-aa16-8435f35101b6 3242 0 2026-07-03 21:46:54 +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 b4f14060-f4a1-4eae-b5b3-c522be278a7b 0xc006ddff40 }] [] []},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.204.209,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.204.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348384 3320 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:56:50.348395 3320 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:50.348402 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:56:50.348416 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:56:50.348417 3320 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.204.209"}, 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.204.209"}, 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:50.348433 3320 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 268.081µs I0703 21:56:50.348435 3320 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348445 3320 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348446 3320 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:56:50.348363 3320 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:50.348460 3320 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 405.293µs I0703 21:56:50.348471 3320 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.348463 3320 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.204.209", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.204.209", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348457 3320 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator f045f4ab-6981-4c88-99d5-f373609fee3d 1729 0 2026-07-03 21:46:42 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0027 }] [] []},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.22.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348501 3320 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:56:50.348506 3320 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:56:50.348480 3320 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 8dd238ef-d643-45b0-b141-5aa855847bc5 907 0 2026-07-03 21:46:26 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f037f }] [] []},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.70.199,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.199],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348514 3320 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.22.162"}, 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:50.348515 3320 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:56:50.348525 3320 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348531 3320 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348531 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:56:50.348532 3320 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:50.348540 3320 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.70.199"}, 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:50.348543 3320 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.22.162", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348553 3320 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:50.348558 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:56:50.348561 3320 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348558 3320 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.348565 3320 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 239.881µs I0703 21:56:50.348570 3320 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.348377 3320 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.64.21"}, 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:50.348581 3320 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:50.348573 3320 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.70.199", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348584 3320 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:50.348591 3320 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.348596 3320 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:50.348599 3320 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.348597 3320 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:56:50.348605 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 160.059µs I0703 21:56:50.348606 3320 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:50.348622 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:56:50.348628 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 157.627µs I0703 21:56:50.348616 3320 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.64.21", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348262 3320 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:56:50.348650 3320 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:50.348653 3320 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:50.348663 3320 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:50.348673 3320 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:56:50.348676 3320 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:50.348679 3320 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 752.848µs I0703 21:56:50.348047 3320 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 21:56:50.348692 3320 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.348697 3320 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 21:56:50.348703 3320 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 21:56:50.348702 3320 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:56:50.348708 3320 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.348712 3320 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.348712 3320 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 426.192µs I0703 21:56:50.348716 3320 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.348721 3320 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:50.348728 3320 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 21:56:50.348730 3320 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:56:50.348735 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.348739 3320 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.133µs I0703 21:56:50.348741 3320 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:50.348747 3320 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.348750 3320 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:56:50.348756 3320 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.348759 3320 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:56:50.348757 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.237µs I0703 21:56:50.348764 3320 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.348773 3320 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.348774 3320 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 1079f515-8541-4699-8ad8-160ed65b1448 3352 0 2026-07-03 21:46:58 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0437 }] [] []},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.245.6,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.6],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348769 3320 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator e5dfc3e7-47eb-4197-b200-5d8847666eda 709 0 2026-07-03 21:46:23 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf4e7 }] [] []},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.161.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348783 3320 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 8fda3da3-c72e-4ebf-90e8-f44ef181fd9d 4272 0 2026-07-03 21:47:37 +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 4edda985-78a5-4c7b-a8db-5cb40bff6f10 0xc0071f07ce 0xc0071f07cf}] [] []},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.32.213,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.213],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348853 3320 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:56:50.348855 3320 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:56:50.348859 3320 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:56:50.348870 3320 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.245.6"}, 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:50.348872 3320 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.161.234"}, 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:50.348876 3320 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.32.213"}, 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:50.348886 3320 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.348886 3320 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:50.348889 3320 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348894 3320 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:50.348898 3320 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:50.348901 3320 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348905 3320 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348896 3320 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 2f264a4e-8d36-4853-a471-868fcfc085ae 1791 0 2026-07-03 21:46:43 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf427 }] [] []},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.126.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.348920 3320 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.161.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348920 3320 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.245.6", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348924 3320 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.32.213", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348961 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:56:50.348965 3320 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.348973 3320 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:56:50.348978 3320 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.348978 3320 services_controller.go:614] Adding service default/openshift for network=default I0703 21:56:50.348976 3320 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.126.158"}, 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:50.348986 3320 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:56:50.348989 3320 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.348989 3320 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:50.348987 3320 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.348991 3320 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.348997 3320 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:50.348998 3320 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:50.349005 3320 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.349007 3320 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.349006 3320 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.349013 3320 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:56:50.349017 3320 services_controller.go:614] Adding service default/kubernetes for network=default I0703 21:56:50.349016 3320 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:50.349019 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 261.262µs I0703 21:56:50.349025 3320 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:56:50.349034 3320 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:56:50.349033 3320 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 259.507µs I0703 21:56:50.349028 3320 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.126.158", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.349043 3320 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.887µs I0703 21:56:50.349044 3320 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:56:50.349050 3320 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:56:50.349054 3320 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:56:50.349056 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 290.858µs I0703 21:56:50.349063 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.349065 3320 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:56:50.349074 3320 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:56:50.349074 3320 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:50.349084 3320 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 11.133µs I0703 21:56:50.349092 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:56:50.349096 3320 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 211.651µs I0703 21:56:50.349098 3320 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.349105 3320 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 21:56:50.349110 3320 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 5.729µs I0703 21:56:50.349062 3320 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 97a3f94f-19ec-4dcb-9d8b-8e51dd828002 1112 0 2026-07-03 21:46:32 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddfcf7 }] [] []},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.182.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.182.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.349118 3320 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.349072 3320 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 c031d3b0-0da8-4979-b04c-a6fb46726a41 965 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0587 }] [] []},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.103.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.103.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.349134 3320 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:56:50.349147 3320 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000329502 seconds. No OVN measurement. I0703 21:56:50.349150 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:56:50.349108 3320 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e5d7328e-7f34-4241-b8c4-3d85c64c9035 982 0 2026-07-03 21:46:28 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f0ab7 }] [] []},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.88.248,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.248],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.349127 3320 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4a7fb77a-44fc-4e32-83cf-96e8ee3243cd 1091 0 2026-07-03 21:46:31 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf35f }] [] []},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.117.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.349170 3320 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.103.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}, services.lbConfig{vips:[]string{"172.30.103.128"}, 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:50.349185 3320 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:56:50.349185 3320 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:56:50.349188 3320 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:50.349201 3320 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:50.349201 3320 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.88.248"}, 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:50.349194 3320 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.117.112"}, 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:50.349217 3320 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.349217 3320 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.349224 3320 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.349229 3320 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.349150 3320 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.182.169"}, 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:50.349222 3320 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.103.128", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.103.128", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.349235 3320 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.117.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.349249 3320 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:56:50.349251 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:56:50.349260 3320 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.349247 3320 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.88.248", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.348757 3320 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 4b69cea0-06a4-415a-b263-aa09ce184da2 1037 0 2026-07-03 21:46:30 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc006ddf897 }] [] []},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.42.137,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.42.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.349264 3320 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.349269 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:56:50.349267 3320 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.349272 3320 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.349278 3320 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:50.349280 3320 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:50.349283 3320 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.349286 3320 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:56:50.349292 3320 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:56:50.349294 3320 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:50.349296 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 178.717µs I0703 21:56:50.349298 3320 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.42.137"}, 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:50.349305 3320 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:56:50.349303 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:56:50.349285 3320 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.182.169", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.349311 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 5.76µs I0703 21:56:50.349313 3320 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 250.229µs I0703 21:56:50.349316 3320 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:56:50.349319 3320 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.349314 3320 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:50.349321 3320 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:56:50.349321 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 224.751µs I0703 21:56:50.349326 3320 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 21:56:50.349328 3320 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:50.349334 3320 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:56:50.349346 3320 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:50.349344 3320 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.42.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.349324 3320 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 d4c26d9c-c91c-44ad-a78b-9bef1eda8c3e 767 0 2026-07-03 21:46:25 +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 29fa1cb9-02e7-4e2f-876f-ed6b3d825e8d 0xc0071f061b }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:56:50.349363 3320 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:50.349370 3320 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:56:50.349371 3320 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:56:50.349373 3320 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:56:50.349377 3320 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 327.057µs I0703 21:56:50.349380 3320 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:50.349338 3320 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f26734cd-75fe-4f01-ae9c-2dd2612bb8c9 273 0 2026-07-03 21:45:50 +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:50.349383 3320 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.209.245"}, 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:50.349392 3320 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:50.349394 3320 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:56:50.349398 3320 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:50.349399 3320 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 653.564µs I0703 21:56:50.349410 3320 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:56:50.349435 3320 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:56:50.349450 3320 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:50.349468 3320 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:56:50.349492 3320 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:56:50.349409 3320 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.209.245", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:56:50.349507 3320 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:56:50.349518 3320 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:56:50.349506 3320 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-1-181.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-1-181.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-181.ec2.internal"}, Groups:[]string(nil)}} I0703 21:56:50.349526 3320 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:50.349532 3320 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:56:50.349543 3320 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:50.349545 3320 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:56:50.349554 3320 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 235.063µs I0703 21:56:50.349566 3320 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 21:56:50.349574 3320 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 249.282µs I0703 21:56:50.352989 3320 default_node_network_controller.go:1171] Upgrade hack: ovnkube-node ip-10-0-1-181.ec2.internal finished setting DB Auth; took: 37.55849564s I0703 21:56:50.353003 3320 default_node_network_controller.go:1176] Waiting for gateway and management port readiness... I0703 21:56:50.353033 3320 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00052ef00 0xc0005268c0 0xc000526930 0xc0005269a0 0xc000526a10 0xc000526a80 0xc000526af0 0xc000028550 0xc000526b60 0xc000526bd0 0xc0000285f0 0xc000526770 map[0x2933060:0xc0047ff9e0 0x29335a0:0xc003f797a0 0x2933840:0xc0044e48a0 0x2933ae0:0xc004cfcc60 0x2933d80:0xc0050dbe00 0x2934020:0xc0058f5b00 0x2934560:0xc0055bc960 0x2934aa0:0xc005dfcc00 0x2934d40:0xc006177c20 0x295eda0:0xc001ded560 0x295f140:0xc002d285a0 0x295fc20:0xc0005fcae0 0x2961580:0xc00160f140 0x2961cc0:0xc003c80780 0x29627a0:0xc0018c85a0] 0xc0000c5ce0 0} I0703 21:56:50.353088 3320 gateway.go:147] Starting gateway service sync I0703 21:56:50.353401 3320 openflow_manager.go:108] Gateway OpenFlow sync requested I0703 21:56:50.353409 3320 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0703 21:56:50.353417 3320 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 32762 -j DNAT --to-destination 172.30.208.223:80" for protocol: 0 I0703 21:56:50.353423 3320 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 30474 -j DNAT --to-destination 172.30.208.223:443" for protocol: 0 I0703 21:56:50.354975 3320 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0703 21:56:50.367668 3320 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0703 21:56:50.367695 3320 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 32762 -j DNAT --to-destination 172.30.208.223:80" for protocol: 0 I0703 21:56:50.367705 3320 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 30474 -j DNAT --to-destination 172.30.208.223:443" for protocol: 0 I0703 21:56:50.369052 3320 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0703 21:56:50.369065 3320 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 32762 -j DNAT --to-destination 172.30.208.223:80" for protocol: 0 I0703 21:56:50.369070 3320 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 30474 -j DNAT --to-destination 172.30.208.223:443" for protocol: 0 I0703 21:56:50.370283 3320 gateway_iptables.go:609] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0703 21:56:50.370296 3320 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 32762 -j DNAT --to-destination 172.30.208.223:80" for protocol: 0 I0703 21:56:50.370301 3320 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 30474 -j DNAT --to-destination 172.30.208.223:443" for protocol: 0 I0703 21:56:50.405676 3320 gateway.go:164] Gateway service sync done. Time taken: 52.572667ms I0703 21:56:50.405768 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0703 21:56:50.405783 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0703 21:56:50.405833 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0703 21:56:50.405847 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.405852 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 71.523µs I0703 21:56:50.405859 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 21:56:50.405864 3320 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0703 21:56:50.405878 3320 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0703 21:56:50.405885 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.405889 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 24.97µs I0703 21:56:50.405894 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 21:56:50.405898 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 310ns I0703 21:56:50.405902 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 21:56:50.405906 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0703 21:56:50.405917 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0703 21:56:50.405923 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.405927 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 21.229µs I0703 21:56:50.405932 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift I0703 21:56:50.405936 3320 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift took: 217ns I0703 21:56:50.405939 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 21:56:50.405943 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 268ns I0703 21:56:50.405963 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 21:56:50.405969 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 200ns I0703 21:56:50.405972 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 21:56:50.405977 3320 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0703 21:56:50.405990 3320 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0703 21:56:50.405997 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406000 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 23.783µs I0703 21:56:50.406005 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway default/kubernetes I0703 21:56:50.406009 3320 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0703 21:56:50.406023 3320 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0703 21:56:50.406034 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406038 3320 obj_retry.go:551] Creating *factory.serviceForGateway default/kubernetes took: 28.704µs I0703 21:56:50.406043 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 21:56:50.406053 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0703 21:56:50.406065 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0703 21:56:50.406071 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406075 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 21.737µs I0703 21:56:50.406080 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 21:56:50.406084 3320 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:56:50.406095 3320 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:56:50.406102 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406107 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 22.225µs I0703 21:56:50.406111 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0703 21:56:50.406115 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0703 21:56:50.406126 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0703 21:56:50.406132 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406136 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 20.279µs I0703 21:56:50.406140 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0703 21:56:50.406145 3320 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0703 21:56:50.406156 3320 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0703 21:56:50.406163 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406167 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 22.102µs I0703 21:56:50.406171 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 21:56:50.406176 3320 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0703 21:56:50.406186 3320 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0703 21:56:50.406192 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406196 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 20.457µs I0703 21:56:50.406200 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 21:56:50.406205 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 397ns I0703 21:56:50.406208 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 21:56:50.406212 3320 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0703 21:56:50.406224 3320 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0703 21:56:50.406230 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406234 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 21.735µs I0703 21:56:50.406238 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 21:56:50.406242 3320 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0703 21:56:50.406252 3320 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0703 21:56:50.406259 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406263 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 20.429µs I0703 21:56:50.406267 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 21:56:50.406272 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 299ns I0703 21:56:50.406276 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 21:56:50.406279 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 198ns I0703 21:56:50.406283 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-apiserver I0703 21:56:50.406287 3320 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0703 21:56:50.406298 3320 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0703 21:56:50.406305 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406309 3320 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-apiserver took: 21.34µs I0703 21:56:50.406313 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0703 21:56:50.406317 3320 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0703 21:56:50.406326 3320 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0703 21:56:50.406335 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406342 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns/dns-default took: 24.929µs I0703 21:56:50.406347 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0703 21:56:50.406351 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0703 21:56:50.406361 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0703 21:56:50.406367 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406371 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 19.986µs I0703 21:56:50.406375 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 21:56:50.406379 3320 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:56:50.406390 3320 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:56:50.406397 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406401 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 20.92µs I0703 21:56:50.406405 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0703 21:56:50.406409 3320 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0703 21:56:50.406420 3320 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0703 21:56:50.406426 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406430 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 20.723µs I0703 21:56:50.406434 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0703 21:56:50.406442 3320 port_claim.go:197] Handle NodePort service router-default port 32762 I0703 21:56:50.406449 3320 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32762 and protocol TCP I0703 21:56:50.406455 3320 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:32762/tcp) I0703 21:56:50.406648 3320 port_claim.go:197] Handle NodePort service router-default port 30474 I0703 21:56:50.406657 3320 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30474 and protocol TCP I0703 21:56:50.406662 3320 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:30474/tcp) I0703 21:56:50.406695 3320 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 30489 I0703 21:56:50.406740 3320 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 21:56:50.406748 3320 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0703 21:56:50.406762 3320 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0703 21:56:50.406781 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406791 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-default took: 347.736µs I0703 21:56:50.406800 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-insights/metrics I0703 21:56:50.406806 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0703 21:56:50.406807 3320 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 30489 I0703 21:56:50.406819 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0703 21:56:50.406824 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406828 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-insights/metrics took: 21.936µs I0703 21:56:50.406832 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0703 21:56:50.406836 3320 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0703 21:56:50.406847 3320 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0703 21:56:50.406854 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406858 3320 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 21.34µs I0703 21:56:50.406863 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway default/packageserver I0703 21:56:50.406867 3320 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0703 21:56:50.406877 3320 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0703 21:56:50.406883 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406887 3320 obj_retry.go:551] Creating *factory.serviceForGateway default/packageserver took: 19.888µs I0703 21:56:50.406891 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 21:56:50.406895 3320 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0703 21:56:50.406906 3320 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0703 21:56:50.406910 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406914 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 18.508µs I0703 21:56:50.406919 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 21:56:50.406923 3320 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:56:50.406933 3320 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:56:50.406939 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406943 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 20.136µs I0703 21:56:50.406965 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 21:56:50.406970 3320 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0703 21:56:50.406981 3320 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0703 21:56:50.406987 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.406992 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 20.916µs I0703 21:56:50.406996 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0703 21:56:50.407001 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0703 21:56:50.407011 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0703 21:56:50.407018 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.407022 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 20.91µs I0703 21:56:50.407026 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 21:56:50.407030 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0703 21:56:50.407040 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0703 21:56:50.407046 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.407051 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 19.464µs I0703 21:56:50.407055 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0703 21:56:50.407059 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 265ns I0703 21:56:50.407063 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 21:56:50.407067 3320 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:50.407080 3320 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:50.407086 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.407090 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 22.738µs I0703 21:56:50.407094 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 21:56:50.407098 3320 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:50.407108 3320 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:50.407115 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.407119 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 20.008µs I0703 21:56:50.407123 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0703 21:56:50.407127 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 247ns I0703 21:56:50.407131 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0703 21:56:50.407135 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0703 21:56:50.407146 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0703 21:56:50.407153 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.407156 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 21.326µs I0703 21:56:50.407161 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 21:56:50.407165 3320 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0703 21:56:50.407175 3320 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0703 21:56:50.407182 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.407186 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 19.639µs I0703 21:56:50.407190 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 21:56:50.407194 3320 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0703 21:56:50.407205 3320 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0703 21:56:50.407212 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.407216 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 21.822µs I0703 21:56:50.407220 3320 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 21:56:50.407224 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:56:50.407234 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:56:50.407240 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.407244 3320 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 19.057µs I0703 21:56:50.407258 3320 factory.go:1336] Added *v1.Service event handler 13 I0703 21:56:50.407270 3320 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00052ef00 0xc0005268c0 0xc000526930 0xc0005269a0 0xc000526a10 0xc000526a80 0xc000526af0 0xc000028550 0xc000526b60 0xc000526bd0 0xc0000285f0 0xc000526770 map[0x2933060:0xc0047ff9e0 0x29335a0:0xc003f797a0 0x2933840:0xc0044e48a0 0x2933ae0:0xc004cfcc60 0x2933d80:0xc0050dbe00 0x2934020:0xc0058f5b00 0x2934560:0xc0055bc960 0x2934aa0:0xc005dfcc00 0x2934d40:0xc006177c20 0x295eda0:0xc001ded560 0x295f140:0xc002d285a0 0x295fc20:0xc0005fcae0 0x2961580:0xc00160f140 0x2961cc0:0xc003c80780 0x29627a0:0xc0018c85a0] 0xc0000c5ce0 0} I0703 21:56:50.407365 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-qd7r8 I0703 21:56:50.407380 3320 gateway_shared_intf.go:1116] Adding endpointslice csi-snapshot-controller-operator-metrics-qd7r8 in namespace openshift-cluster-storage-operator I0703 21:56:50.407400 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-qd7r8 took: 24.557µs I0703 21:56:50.407407 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-p2kts I0703 21:56:50.407413 3320 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-catalog-p2kts in namespace openshift-deployment-validation-operator I0703 21:56:50.407424 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-p2kts took: 11.802µs I0703 21:56:50.407428 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-6pfkf I0703 21:56:50.407433 3320 gateway_shared_intf.go:1116] Adding endpointslice metrics-6pfkf in namespace openshift-insights I0703 21:56:50.407441 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-insights/metrics-6pfkf took: 9.11µs I0703 21:56:50.407448 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-8l88r I0703 21:56:50.407453 3320 gateway_shared_intf.go:1116] Adding endpointslice metrics-8l88r in namespace openshift-kube-storage-version-migrator-operator I0703 21:56:50.407462 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-8l88r took: 8.9µs I0703 21:56:50.407469 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-896n5 I0703 21:56:50.407474 3320 gateway_shared_intf.go:1116] Adding endpointslice metrics-896n5 in namespace openshift-service-ca-operator I0703 21:56:50.407482 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-896n5 took: 9.637µs I0703 21:56:50.407486 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-fklj8 I0703 21:56:50.407492 3320 gateway_shared_intf.go:1116] Adding endpointslice performance-addon-operator-service-fklj8 in namespace openshift-cluster-node-tuning-operator I0703 21:56:50.407501 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-fklj8 took: 10.375µs I0703 21:56:50.407505 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-zzm9v I0703 21:56:50.407510 3320 gateway_shared_intf.go:1116] Adding endpointslice cluster-version-operator-zzm9v in namespace openshift-cluster-version I0703 21:56:50.407519 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-zzm9v took: 9.58µs I0703 21:56:50.407525 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-hskkd I0703 21:56:50.407531 3320 gateway_shared_intf.go:1116] Adding endpointslice metrics-hskkd in namespace openshift-console-operator I0703 21:56:50.407539 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-hskkd took: 9.435µs I0703 21:56:50.407543 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-l5vs6 I0703 21:56:50.407548 3320 gateway_shared_intf.go:1116] Adding endpointslice metrics-l5vs6 in namespace openshift-dns-operator I0703 21:56:50.407557 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-l5vs6 took: 9.697µs I0703 21:56:50.407562 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-mxg6k I0703 21:56:50.407567 3320 gateway_shared_intf.go:1116] Adding endpointslice machine-config-operator-mxg6k in namespace openshift-machine-config-operator I0703 21:56:50.407577 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-mxg6k took: 10.796µs I0703 21:56:50.407583 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-27gg7 I0703 21:56:50.407588 3320 gateway_shared_intf.go:1116] Adding endpointslice check-endpoints-27gg7 in namespace openshift-apiserver I0703 21:56:50.407597 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-27gg7 took: 9.494µs I0703 21:56:50.407604 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-f78pz I0703 21:56:50.407609 3320 gateway_shared_intf.go:1116] Adding endpointslice ingress-canary-f78pz in namespace openshift-ingress-canary I0703 21:56:50.407617 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-f78pz took: 8.961µs I0703 21:56:50.407622 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-6tszf I0703 21:56:50.407627 3320 gateway_shared_intf.go:1116] Adding endpointslice network-check-target-6tszf in namespace openshift-network-diagnostics I0703 21:56:50.407635 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-6tszf took: 9.734µs I0703 21:56:50.407639 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-67hh9 I0703 21:56:50.407644 3320 gateway_shared_intf.go:1116] Adding endpointslice metrics-67hh9 in namespace openshift-apiserver-operator I0703 21:56:50.407652 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-67hh9 took: 8.948µs I0703 21:56:50.407656 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-chfj7 I0703 21:56:50.407662 3320 gateway_shared_intf.go:1116] Adding endpointslice image-registry-chfj7 in namespace openshift-image-registry I0703 21:56:50.407670 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-chfj7 took: 9.537µs I0703 21:56:50.407676 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-6zvkf I0703 21:56:50.407681 3320 gateway_shared_intf.go:1116] Adding endpointslice metrics-6zvkf in namespace openshift-ingress-operator I0703 21:56:50.407695 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-6zvkf took: 14.16µs I0703 21:56:50.407702 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-wkvhm I0703 21:56:50.407707 3320 gateway_shared_intf.go:1116] Adding endpointslice metrics-wkvhm in namespace openshift-kube-controller-manager-operator I0703 21:56:50.407716 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-wkvhm took: 9.737µs I0703 21:56:50.407719 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-rwbmv I0703 21:56:50.407725 3320 gateway_shared_intf.go:1116] Adding endpointslice machine-config-daemon-rwbmv in namespace openshift-machine-config-operator I0703 21:56:50.407734 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-rwbmv took: 10.268µs I0703 21:56:50.407740 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-vxgr5 I0703 21:56:50.407745 3320 gateway_shared_intf.go:1116] Adding endpointslice openshift-oauth-apiserver-vxgr5 in namespace default I0703 21:56:50.407755 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-vxgr5 took: 10.082µs I0703 21:56:50.407761 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-797gs I0703 21:56:50.407765 3320 gateway_shared_intf.go:1116] Adding endpointslice cluster-storage-operator-metrics-797gs in namespace openshift-cluster-storage-operator I0703 21:56:50.407775 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-797gs took: 9.597µs I0703 21:56:50.407781 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-b8nk7 I0703 21:56:50.407786 3320 gateway_shared_intf.go:1116] Adding endpointslice cco-metrics-b8nk7 in namespace openshift-cloud-credential-operator I0703 21:56:50.407795 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-b8nk7 took: 9.606µs I0703 21:56:50.407800 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-xd4c4 I0703 21:56:50.407805 3320 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-metrics-xd4c4 in namespace openshift-deployment-validation-operator I0703 21:56:50.407815 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-xd4c4 took: 10.124µs I0703 21:56:50.407819 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-xbf6b I0703 21:56:50.407824 3320 gateway_shared_intf.go:1116] Adding endpointslice dns-default-xbf6b in namespace openshift-dns I0703 21:56:50.407845 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-xbf6b took: 20.754µs I0703 21:56:50.407851 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-rng92 I0703 21:56:50.407857 3320 gateway_shared_intf.go:1116] Adding endpointslice networking-console-plugin-rng92 in namespace openshift-network-console I0703 21:56:50.407866 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-rng92 took: 10.125µs I0703 21:56:50.407870 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-tzkcc I0703 21:56:50.407875 3320 gateway_shared_intf.go:1116] Adding endpointslice router-internal-default-tzkcc in namespace openshift-ingress I0703 21:56:50.407885 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-tzkcc took: 10.313µs I0703 21:56:50.407889 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-lvfx5 I0703 21:56:50.407893 3320 gateway_shared_intf.go:1116] Adding endpointslice machine-config-controller-lvfx5 in namespace openshift-machine-config-operator I0703 21:56:50.407902 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-lvfx5 took: 9.047µs I0703 21:56:50.407908 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-46pr6 I0703 21:56:50.407918 3320 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 21:56:50.407925 3320 gateway_shared_intf.go:1116] Adding endpointslice router-default-46pr6 in namespace openshift-ingress I0703 21:56:50.407934 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-46pr6 took: 21.347µs I0703 21:56:50.407938 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/kubernetes I0703 21:56:50.407943 3320 gateway_shared_intf.go:1116] Adding endpointslice kubernetes in namespace default I0703 21:56:50.407973 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/kubernetes took: 30.335µs I0703 21:56:50.407981 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-g6wng I0703 21:56:50.407985 3320 gateway_shared_intf.go:1116] Adding endpointslice openshift-apiserver-g6wng in namespace default I0703 21:56:50.407995 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-apiserver-g6wng took: 10.113µs I0703 21:56:50.408001 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/packageserver-2gs8h I0703 21:56:50.408006 3320 gateway_shared_intf.go:1116] Adding endpointslice packageserver-2gs8h in namespace default I0703 21:56:50.408015 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/packageserver-2gs8h took: 9.509µs I0703 21:56:50.408019 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-ggs6z I0703 21:56:50.408024 3320 gateway_shared_intf.go:1116] Adding endpointslice metrics-ggs6z in namespace openshift-authentication-operator I0703 21:56:50.408033 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-ggs6z took: 8.595µs I0703 21:56:50.408039 3320 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-4hzvg I0703 21:56:50.408043 3320 gateway_shared_intf.go:1116] Adding endpointslice metrics-4hzvg in namespace openshift-config-operator I0703 21:56:50.408052 3320 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-4hzvg took: 9.157µs I0703 21:56:50.408063 3320 factory.go:1336] Added *v1.EndpointSlice event handler 14 I0703 21:56:50.408073 3320 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00052ef00 0xc0005268c0 0xc000526930 0xc0005269a0 0xc000526a10 0xc000526a80 0xc000526af0 0xc000028550 0xc000526b60 0xc000526bd0 0xc0000285f0 0xc000526770 map[0x2933060:0xc0047ff9e0 0x29335a0:0xc003f797a0 0x2933840:0xc0044e48a0 0x2933ae0:0xc004cfcc60 0x2933d80:0xc0050dbe00 0x2934020:0xc0058f5b00 0x2934560:0xc0055bc960 0x2934aa0:0xc005dfcc00 0x2934d40:0xc006177c20 0x295eda0:0xc001ded560 0x295f140:0xc002d285a0 0x295fc20:0xc0005fcae0 0x2961580:0xc00160f140 0x2961cc0:0xc003c80780 0x29627a0:0xc0018c85a0] 0xc0000c5ce0 0} I0703 21:56:50.408107 3320 gateway.go:479] Reconciling gateway with updates I0703 21:56:50.408179 3320 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:50.418148 3320 gateway.go:513] Adding service default/openshift to retryServices I0703 21:56:50.418166 3320 gateway.go:513] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0703 21:56:50.418170 3320 gateway.go:513] Adding service openshift-dns-operator/metrics to retryServices I0703 21:56:50.418174 3320 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0703 21:56:50.418178 3320 gateway.go:513] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0703 21:56:50.418181 3320 gateway.go:513] Adding service openshift-service-ca-operator/metrics to retryServices I0703 21:56:50.418185 3320 gateway.go:513] Adding service default/kubernetes to retryServices I0703 21:56:50.418188 3320 gateway.go:513] Adding service openshift-apiserver-operator/metrics to retryServices I0703 21:56:50.418191 3320 gateway.go:513] Adding service openshift-cluster-samples-operator/metrics to retryServices I0703 21:56:50.418196 3320 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0703 21:56:50.418204 3320 gateway.go:513] Adding service openshift-network-diagnostics/network-check-source to retryServices I0703 21:56:50.418207 3320 gateway.go:513] Adding service openshift-network-diagnostics/network-check-target to retryServices I0703 21:56:50.418210 3320 gateway.go:513] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0703 21:56:50.418214 3320 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0703 21:56:50.418218 3320 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0703 21:56:50.418221 3320 gateway.go:513] Adding service openshift-console-operator/metrics to retryServices I0703 21:56:50.418225 3320 gateway.go:513] Adding service openshift-ingress/router-internal-default to retryServices I0703 21:56:50.418228 3320 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0703 21:56:50.418231 3320 gateway.go:513] Adding service default/openshift-apiserver to retryServices I0703 21:56:50.418234 3320 gateway.go:513] Adding service openshift-dns/dns-default to retryServices I0703 21:56:50.418239 3320 gateway.go:513] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0703 21:56:50.418242 3320 gateway.go:513] Adding service openshift-insights/metrics to retryServices I0703 21:56:50.418246 3320 gateway.go:513] Adding service default/openshift-oauth-apiserver to retryServices I0703 21:56:50.418249 3320 gateway.go:513] Adding service default/packageserver to retryServices I0703 21:56:50.418253 3320 gateway.go:513] Adding service openshift-config-operator/metrics to retryServices I0703 21:56:50.418256 3320 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0703 21:56:50.418259 3320 gateway.go:513] Adding service openshift-image-registry/image-registry to retryServices I0703 21:56:50.418265 3320 gateway.go:513] Adding service openshift-ingress/router-default to retryServices I0703 21:56:50.418268 3320 gateway.go:513] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0703 21:56:50.418272 3320 gateway.go:513] Adding service openshift-multus/network-metrics-service to retryServices I0703 21:56:50.418275 3320 gateway.go:513] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0703 21:56:50.418278 3320 gateway.go:513] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0703 21:56:50.418282 3320 gateway.go:513] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0703 21:56:50.418285 3320 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0703 21:56:50.418290 3320 gateway.go:513] Adding service openshift-ingress-canary/ingress-canary to retryServices I0703 21:56:50.418293 3320 gateway.go:513] Adding service openshift-ingress-operator/metrics to retryServices I0703 21:56:50.418296 3320 gateway.go:513] Adding service openshift-network-operator/metrics to retryServices I0703 21:56:50.418299 3320 gateway.go:513] Adding service openshift-authentication-operator/metrics to retryServices I0703 21:56:50.418302 3320 gateway.go:513] Adding service openshift-apiserver/check-endpoints to retryServices I0703 21:56:50.418305 3320 gateway.go:513] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0703 21:56:50.418310 3320 gateway.go:513] Adding service openshift-network-console/networking-console-plugin to retryServices I0703 21:56:50.418325 3320 obj_retry.go:240] Iterate retry objects requested (resource *factory.serviceForGateway) I0703 21:56:50.418336 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.418351 3320 factory.go:1336] Added *v1.EgressIP event handler 15 I0703 21:56:50.418355 3320 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0703 21:56:50.418375 3320 obj_retry.go:409] Going to retry *factory.serviceForGateway resource setup for 41 objects: [openshift-ingress/router-default openshift-deployment-validation-operator/deployment-validation-operator-metrics openshift-ingress-canary/ingress-canary openshift-authentication-operator/metrics openshift-service-ca-operator/metrics openshift-network-diagnostics/network-check-source default/openshift-oauth-apiserver openshift-image-registry/image-registry openshift-insights/metrics openshift-deployment-validation-operator/deployment-validation-operator-catalog default/openshift openshift-machine-config-operator/machine-config-daemon default/kubernetes openshift-monitoring/cluster-monitoring-operator openshift-kube-storage-version-migrator-operator/metrics openshift-network-console/networking-console-plugin openshift-cluster-machine-approver/machine-approver openshift-apiserver-operator/metrics openshift-machine-config-operator/machine-config-operator openshift-cluster-storage-operator/cluster-storage-operator-metrics default/packageserver openshift-config-operator/metrics openshift-multus/network-metrics-service openshift-dns-operator/metrics openshift-cloud-credential-operator/cco-metrics openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-machine-config-operator/machine-config-controller openshift-cluster-node-tuning-operator/node-tuning-operator openshift-cluster-version/cluster-version-operator openshift-console-operator/metrics default/openshift-apiserver openshift-network-operator/metrics openshift-apiserver/check-endpoints openshift-dns/dns-default openshift-kube-controller-manager-operator/metrics openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics openshift-ingress-operator/metrics openshift-ovn-kubernetes/ovn-kubernetes-node openshift-cluster-samples-operator/metrics openshift-network-diagnostics/network-check-target openshift-ingress/router-internal-default] I0703 21:56:50.418433 3320 obj_retry.go:418] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0703 21:56:50.418456 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0703 21:56:50.418461 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0703 21:56:50.418468 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 21:56:50.418455 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 21:56:50.418389 3320 gateway.go:330] Spawning Conntrack Rule Check Thread I0703 21:56:50.418481 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 21:56:50.418491 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 21:56:50.418492 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0703 21:56:50.418495 3320 default_node_network_controller.go:1182] Gateway and management port readiness took 65.479201ms I0703 21:56:50.418498 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0703 21:56:50.418503 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0703 21:56:50.418504 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 21:56:50.418509 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0703 21:56:50.418507 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 21:56:50.418513 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 21:56:50.418518 3320 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0703 21:56:50.418523 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 21:56:50.418509 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 21:56:50.418527 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0703 21:56:50.418532 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:56:50.418533 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 21:56:50.418535 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0703 21:56:50.418540 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0703 21:56:50.418535 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0703 21:56:50.418543 3320 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0703 21:56:50.418550 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0703 21:56:50.418555 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0703 21:56:50.418565 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 21:56:50.418574 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 21:56:50.418578 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:56:50.418577 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0703 21:56:50.418588 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 21:56:50.418590 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.418591 3320 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0703 21:56:50.418594 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 21:56:50.418596 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0703 21:56:50.418600 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0703 21:56:50.418600 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 21:56:50.418483 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 21:56:50.418610 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 21:56:50.418512 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0703 21:56:50.418613 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 21:56:50.418620 3320 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0703 21:56:50.418625 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0703 21:56:50.418634 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.418641 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0703 21:56:50.418648 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0703 21:56:50.418651 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 21:56:50.418656 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.418656 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/kubernetes I0703 21:56:50.418660 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 21:56:50.418662 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0703 21:56:50.418666 3320 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0703 21:56:50.418658 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 21:56:50.418669 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 21:56:50.418676 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0703 21:56:50.418678 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 21:56:50.418679 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 21:56:50.418621 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 21:56:50.418518 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0703 21:56:50.418555 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0703 21:56:50.418472 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0703 21:56:50.418697 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0703 21:56:50.418700 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0703 21:56:50.418524 3320 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0703 21:56:50.418703 3320 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0703 21:56:50.418706 3320 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0703 21:56:50.418683 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.418714 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.418716 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.418720 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0703 21:56:50.418722 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0703 21:56:50.418701 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0703 21:56:50.418727 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 21:56:50.418732 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0703 21:56:50.418734 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 21:56:50.418737 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 21:56:50.418738 3320 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0703 21:56:50.418742 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0703 21:56:50.418751 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.418750 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 21:56:50.418751 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0703 21:56:50.418758 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0703 21:56:50.418760 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 21:56:50.418764 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0703 21:56:50.418483 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 21:56:50.418763 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 21:56:50.418494 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift I0703 21:56:50.418773 3320 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:56:50.418475 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0703 21:56:50.418779 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift I0703 21:56:50.418782 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 21:56:50.418714 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0703 21:56:50.418791 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 21:56:50.418793 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0703 21:56:50.418797 3320 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0703 21:56:50.418798 3320 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0703 21:56:50.418806 3320 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:56:50.418591 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 21:56:50.418819 3320 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0703 21:56:50.418799 3320 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:50.418826 3320 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0703 21:56:50.418829 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 21:56:50.418742 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 21:56:50.418837 3320 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:56:50.418739 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0703 21:56:50.418864 3320 ovs.go:159] Exec(150): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0703 21:56:50.418869 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0703 21:56:50.418889 3320 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:56:50.418500 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0703 21:56:50.418911 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0703 21:56:50.418840 3320 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:56:50.418923 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0703 21:56:50.418611 3320 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:50.418967 3320 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:56:50.418697 3320 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0703 21:56:50.418784 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0703 21:56:50.419024 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0703 21:56:50.419052 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0703 21:56:50.418753 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0703 21:56:50.418976 3320 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:50.418720 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0703 21:56:50.419060 3320 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:50.419076 3320 ovs.go:159] Exec(151): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0703 21:56:50.419086 3320 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:50.418676 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 21:56:50.419169 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0703 21:56:50.418524 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/packageserver I0703 21:56:50.419179 3320 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0703 21:56:50.419182 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/packageserver I0703 21:56:50.419212 3320 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0703 21:56:50.419241 3320 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0703 21:56:50.418473 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0703 21:56:50.419254 3320 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0703 21:56:50.419278 3320 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0703 21:56:50.418579 3320 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0703 21:56:50.419293 3320 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0703 21:56:50.419301 3320 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0703 21:56:50.419311 3320 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0703 21:56:50.418590 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0703 21:56:50.419321 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0703 21:56:50.418602 3320 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 21:56:50.419329 3320 node_ip_handler_linux.go:172] Node IP manager is running I0703 21:56:50.419332 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0703 21:56:50.418602 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 21:56:50.419343 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 21:56:50.419350 3320 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0703 21:56:50.419376 3320 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0703 21:56:50.418612 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 21:56:50.419389 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 21:56:50.419395 3320 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0703 21:56:50.419420 3320 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0703 21:56:50.418620 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 21:56:50.419433 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 21:56:50.419439 3320 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0703 21:56:50.419465 3320 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0703 21:56:50.418667 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/kubernetes I0703 21:56:50.419478 3320 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0703 21:56:50.419504 3320 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0703 21:56:50.418684 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0703 21:56:50.418684 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 21:56:50.419531 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 21:56:50.418691 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 21:56:50.419547 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0703 21:56:50.418693 3320 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:50.419549 3320 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0703 21:56:50.419594 3320 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0703 21:56:50.418707 3320 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0703 21:56:50.419635 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0703 21:56:50.418769 3320 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:50.419673 3320 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:56:50.418772 3320 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0703 21:56:50.418772 3320 port_claim.go:197] Handle NodePort service router-default port 32762 I0703 21:56:50.419701 3320 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32762 and protocol TCP I0703 21:56:50.419732 3320 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:32762/tcp) I0703 21:56:50.419748 3320 port_claim.go:71] Svc openshift-ingress/router-default: port 32762 is already open, no action needed I0703 21:56:50.419756 3320 port_claim.go:197] Handle NodePort service router-default port 30474 I0703 21:56:50.418777 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 21:56:50.419763 3320 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30474 and protocol TCP I0703 21:56:50.419778 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0703 21:56:50.419781 3320 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:30474/tcp) I0703 21:56:50.418785 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0703 21:56:50.418704 3320 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0703 21:56:50.419794 3320 port_claim.go:71] Svc openshift-ingress/router-default: port 30474 is already open, no action needed I0703 21:56:50.419806 3320 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 30489 I0703 21:56:50.419823 3320 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 21:56:50.419831 3320 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0703 21:56:50.419839 3320 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0703 21:56:50.419851 3320 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0703 21:56:50.418546 3320 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0703 21:56:50.419863 3320 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0703 21:56:50.419871 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0703 21:56:50.424708 3320 ovs.go:162] Exec(151): stdout: "" I0703 21:56:50.424722 3320 ovs.go:163] Exec(151): stderr: "" I0703 21:56:50.424744 3320 ovs.go:159] Exec(152): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0703 21:56:50.430385 3320 ovs.go:162] Exec(152): stdout: "" I0703 21:56:50.430398 3320 ovs.go:163] Exec(152): stderr: "" I0703 21:56:50.430554 3320 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" W0703 21:56:50.430591 3320 egressip_healthcheck.go:74] Health checking using insecure connection I0703 21:56:50.430626 3320 egressip_healthcheck.go:107] Starting Egress IP Health Server on 10.128.0.2:9107 I0703 21:56:50.430934 3320 egressservice_node.go:93] Setting up event handlers for Egress Services I0703 21:56:50.431058 3320 egressservice_node.go:183] Starting Egress Services Controller I0703 21:56:50.431072 3320 shared_informer.go:313] Waiting for caches to sync for egressservices I0703 21:56:50.431081 3320 shared_informer.go:320] Caches are synced for egressservices I0703 21:56:50.431088 3320 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0703 21:56:50.431093 3320 shared_informer.go:320] Caches are synced for egressservices_services I0703 21:56:50.431099 3320 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0703 21:56:50.431105 3320 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0703 21:56:50.431112 3320 egressservice_node.go:197] Repairing Egress Services I0703 21:56:50.438076 3320 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:50.441227 3320 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0703 21:56:50.441239 3320 external_controller.go:276] Starting Admin Policy Based Route Controller I0703 21:56:50.441384 3320 default_node_network_controller.go:1316] Egress IP for secondary host network is disabled I0703 21:56:50.441401 3320 link_network_manager.go:115] Link manager is running I0703 21:56:50.441417 3320 default_node_network_controller.go:1327] Default node network controller initialized and ready. I0703 21:56:50.441482 3320 ovspinning_linux.go:39] OVS CPU affinity pinning disabled I0703 21:56:50.441712 3320 vrf_manager.go:128] VRF manager is running I0703 21:56:50.457804 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0703 21:56:50.457813 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0703 21:56:50.457830 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0703 21:56:50.457833 3320 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:50.457842 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0703 21:56:50.457853 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0703 21:56:50.457855 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0703 21:56:50.457860 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0703 21:56:50.495713 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0703 21:56:50.495724 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0703 21:56:50.495739 3320 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:50.495747 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0703 21:56:50.495762 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0703 21:56:50.495772 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0703 21:56:50.495780 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0703 21:56:50.495791 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0703 21:56:50.495803 3320 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:50.495814 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0703 21:56:50.495823 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0703 21:56:50.495832 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0703 21:56:50.533335 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0703 21:56:50.533359 3320 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0703 21:56:50.533369 3320 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:52.161022 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-144.ec2.internal I0703 21:56:52.161079 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-144.ec2.internal I0703 21:56:52.161095 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-144.ec2.internal: 22.954µs I0703 21:56:52.161107 3320 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-0-144.ec2.internal. Updating no re-route policies I0703 21:56:52.161140 3320 node_tracker.go:172] Node ip-10-0-0-144.ec2.internal switch + router changed, syncing services I0703 21:56:52.161165 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:52.318760 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-181.ec2.internal I0703 21:56:52.318781 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-181.ec2.internal: 28.579µs E0703 21:56:52.318781 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:56:52.318801 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:56:52.318808 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 21:56:52.337198 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:56:52.337223 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:56:52.337230 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:56:52.347085 3320 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-7c85448b4f-kc9c9] creating logical port openshift-image-registry_image-registry-7c85448b4f-kc9c9 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:56:52.347210 3320 kube.go:317] Updating pod openshift-image-registry/image-registry-7c85448b4f-kc9c9 I0703 21:56:52.362512 3320 pod.go:62] [openshift-image-registry/image-registry-7c85448b4f-kc9c9] pod update took 15.325415ms I0703 21:56:52.362585 3320 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-7c85448b4f-kc9c9] addLogicalPort annotation time took 15.402192ms I0703 21:56:52.363627 3320 pods.go:252] [openshift-image-registry/image-registry-7c85448b4f-kc9c9] addLogicalPort took 16.554239ms, libovsdb time 761.42µs I0703 21:56:52.385404 3320 base_network_controller_pods.go:477] [default/openshift-dns/dns-default-vb862] creating logical port openshift-dns_dns-default-vb862 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:56:52.385542 3320 kube.go:317] Updating pod openshift-dns/dns-default-vb862 I0703 21:56:52.389345 3320 base_network_controller_pods.go:477] [default/openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2] creating logical port openshift-deployment-validation-operator_deployment-validation-operator-catalog-rrqj2 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:56:52.389397 3320 base_network_controller_pods.go:477] [default/openshift-ingress-canary/ingress-canary-m77ds] creating logical port openshift-ingress-canary_ingress-canary-m77ds for pod on switch ip-10-0-1-181.ec2.internal I0703 21:56:52.389478 3320 kube.go:317] Updating pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 I0703 21:56:52.389535 3320 kube.go:317] Updating pod openshift-ingress-canary/ingress-canary-m77ds I0703 21:56:52.394312 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-118.ec2.internal I0703 21:56:52.394388 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-118.ec2.internal: 80.203µs I0703 21:56:52.404991 3320 pod.go:62] [openshift-dns/dns-default-vb862] pod update took 19.478795ms I0703 21:56:52.405014 3320 base_network_controller_pods.go:921] [default/openshift-dns/dns-default-vb862] addLogicalPort annotation time took 19.508231ms I0703 21:56:52.406095 3320 pods.go:252] [openshift-dns/dns-default-vb862] addLogicalPort took 20.714731ms, libovsdb time 786.517µs I0703 21:56:52.409740 3320 pod.go:62] [openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2] pod update took 20.293883ms I0703 21:56:52.409757 3320 base_network_controller_pods.go:921] [default/openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2] addLogicalPort annotation time took 20.31921ms I0703 21:56:52.409909 3320 pod.go:62] [openshift-ingress-canary/ingress-canary-m77ds] pod update took 20.393311ms I0703 21:56:52.409928 3320 base_network_controller_pods.go:921] [default/openshift-ingress-canary/ingress-canary-m77ds] addLogicalPort annotation time took 20.412431ms I0703 21:56:52.410897 3320 pods.go:252] [openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2] addLogicalPort took 21.57239ms, libovsdb time 840.469µs I0703 21:56:52.411108 3320 pods.go:252] [openshift-ingress-canary/ingress-canary-m77ds] addLogicalPort took 21.71698ms, libovsdb time 867.312µs I0703 21:56:52.468911 3320 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-144.ec2.internal I0703 21:56:52.469030 3320 node_tracker.go:172] Node ip-10-0-0-144.ec2.internal switch + router changed, syncing services I0703 21:56:52.469058 3320 services_controller.go:549] Full service sync requested for network=default I0703 21:56:52.750226 3320 cni.go:312] [openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 4deefeb8d79f77b79c78dd8b128cc4d6e249e88220b170d08303ca043054bda0 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 4deefeb8d79f77b79c78dd8b128cc4d6e249e88220b170d08303ca043054bda0 network default NAD default] I0703 21:56:52.758585 3320 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:52.758668 3320 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:52.765379 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: deployment-validation-operator-catalog-rrqj2, hostIfaceName: 4deefeb8d79f77b, network: default, NAD default, SandboxID: "4deefeb8d79f77b79c78dd8b128cc4d6e249e88220b170d08303ca043054bda0", PCI device ID: , UID: "406feaa1-9678-4585-ae1e-f3bd4dcaa94b", MAC: 0a:58:0a:80:00:07, IPs: [10.128.0.7/23] I0703 21:56:52.808618 3320 cni.go:333] [openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 4deefeb8d79f77b79c78dd8b128cc4d6e249e88220b170d08303ca043054bda0 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/deployment-validation-operator-catalog-rrqj2 4deefeb8d79f77b79c78dd8b128cc4d6e249e88220b170d08303ca043054bda0 network default NAD default], result "{\"interfaces\":[{\"name\":\"4deefeb8d79f77b\",\"mac\":\"7e:12:6f:e1:f9:13\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:07\",\"sandbox\":\"/var/run/netns/ec3a394a-1f4c-49b2-a6b7-f33e2243a43f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.7/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:56:54.054656 3320 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-144.ec2.internal I0703 21:56:54.054773 3320 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-144.ec2.internal: 123.82µs I0703 21:56:54.479042 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::7c12:6fff:fee1:f913/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 21:57:05.208984 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:57:05.209012 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:57:05.209019 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:57:10.377305 3320 base_network_controller_pods.go:477] [default/openshift-console-operator/console-operator-7d4ddc79d6-m4qqr] creating logical port openshift-console-operator_console-operator-7d4ddc79d6-m4qqr for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:10.377487 3320 kube.go:317] Updating pod openshift-console-operator/console-operator-7d4ddc79d6-m4qqr I0703 21:57:10.392562 3320 pod.go:62] [openshift-console-operator/console-operator-7d4ddc79d6-m4qqr] pod update took 15.097658ms I0703 21:57:10.392592 3320 base_network_controller_pods.go:921] [default/openshift-console-operator/console-operator-7d4ddc79d6-m4qqr] addLogicalPort annotation time took 15.133619ms I0703 21:57:10.393852 3320 pods.go:252] [openshift-console-operator/console-operator-7d4ddc79d6-m4qqr] addLogicalPort took 16.576259ms, libovsdb time 945.681µs I0703 21:57:10.479616 3320 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-source-658d84f764-n2cnc] creating logical port openshift-network-diagnostics_network-check-source-658d84f764-n2cnc for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:10.479747 3320 kube.go:317] Updating pod openshift-network-diagnostics/network-check-source-658d84f764-n2cnc I0703 21:57:10.484768 3320 base_network_controller_pods.go:477] [default/openshift-network-console/networking-console-plugin-6d95f7dc7-mtvd7] creating logical port openshift-network-console_networking-console-plugin-6d95f7dc7-mtvd7 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:10.484885 3320 kube.go:317] Updating pod openshift-network-console/networking-console-plugin-6d95f7dc7-mtvd7 I0703 21:57:10.493685 3320 base_network_controller_pods.go:477] [default/openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-ch5zs] creating logical port openshift-cluster-samples-operator_cluster-samples-operator-695d9bb6bd-ch5zs for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:10.493785 3320 kube.go:317] Updating pod openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-ch5zs I0703 21:57:10.500011 3320 pod.go:62] [openshift-network-diagnostics/network-check-source-658d84f764-n2cnc] pod update took 20.298886ms I0703 21:57:10.500052 3320 base_network_controller_pods.go:921] [default/openshift-network-diagnostics/network-check-source-658d84f764-n2cnc] addLogicalPort annotation time took 20.344906ms I0703 21:57:10.501172 3320 pods.go:252] [openshift-network-diagnostics/network-check-source-658d84f764-n2cnc] addLogicalPort took 21.58446ms, libovsdb time 834.759µs I0703 21:57:10.505870 3320 pod.go:62] [openshift-network-console/networking-console-plugin-6d95f7dc7-mtvd7] pod update took 21.00491ms I0703 21:57:10.505936 3320 base_network_controller_pods.go:921] [default/openshift-network-console/networking-console-plugin-6d95f7dc7-mtvd7] addLogicalPort annotation time took 21.073611ms I0703 21:57:10.506875 3320 pods.go:252] [openshift-network-console/networking-console-plugin-6d95f7dc7-mtvd7] addLogicalPort took 22.131807ms, libovsdb time 655.913µs I0703 21:57:10.517173 3320 pod.go:62] [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-ch5zs] pod update took 23.407796ms I0703 21:57:10.517196 3320 base_network_controller_pods.go:921] [default/openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-ch5zs] addLogicalPort annotation time took 23.43261ms I0703 21:57:10.518234 3320 pods.go:252] [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-ch5zs] addLogicalPort took 24.574878ms, libovsdb time 790.432µs I0703 21:57:10.727892 3320 cni.go:312] [openshift-console-operator/console-operator-7d4ddc79d6-m4qqr d47f6211815e8b25e0087250202fa0a95cd1aaac6b886ab9e5df0694eb452d39 network default NAD default] ADD starting CNI request [openshift-console-operator/console-operator-7d4ddc79d6-m4qqr d47f6211815e8b25e0087250202fa0a95cd1aaac6b886ab9e5df0694eb452d39 network default NAD default] I0703 21:57:10.729814 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:10.729838 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:10.737198 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-console-operator, podName: console-operator-7d4ddc79d6-m4qqr, hostIfaceName: d47f6211815e8b2, network: default, NAD default, SandboxID: "d47f6211815e8b25e0087250202fa0a95cd1aaac6b886ab9e5df0694eb452d39", PCI device ID: , UID: "30b990a0-7b74-4905-87cc-82524796b42c", MAC: 0a:58:0a:80:00:09, IPs: [10.128.0.9/23] I0703 21:57:10.780275 3320 cni.go:333] [openshift-console-operator/console-operator-7d4ddc79d6-m4qqr d47f6211815e8b25e0087250202fa0a95cd1aaac6b886ab9e5df0694eb452d39 network default NAD default] ADD finished CNI request [openshift-console-operator/console-operator-7d4ddc79d6-m4qqr d47f6211815e8b25e0087250202fa0a95cd1aaac6b886ab9e5df0694eb452d39 network default NAD default], result "{\"interfaces\":[{\"name\":\"d47f6211815e8b2\",\"mac\":\"12:16:08:98:f9:1b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:09\",\"sandbox\":\"/var/run/netns/a8d0fb24-2ef7-48b7-b40f-fa7d1194328c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.9/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:10.836580 3320 cni.go:312] [openshift-network-diagnostics/network-check-source-658d84f764-n2cnc 968922664dab053a4f2e5dede3499e8f3eb70433729deb1d5ed4fbe7585666d3 network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-source-658d84f764-n2cnc 968922664dab053a4f2e5dede3499e8f3eb70433729deb1d5ed4fbe7585666d3 network default NAD default] I0703 21:57:10.843197 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:10.843321 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:10.844753 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-source-658d84f764-n2cnc, hostIfaceName: 968922664dab053, network: default, NAD default, SandboxID: "968922664dab053a4f2e5dede3499e8f3eb70433729deb1d5ed4fbe7585666d3", PCI device ID: , UID: "9166c2e5-c4a0-4aa1-ac7b-310b25eddbe8", MAC: 0a:58:0a:80:00:0a, IPs: [10.128.0.10/23] I0703 21:57:10.885626 3320 cni.go:333] [openshift-network-diagnostics/network-check-source-658d84f764-n2cnc 968922664dab053a4f2e5dede3499e8f3eb70433729deb1d5ed4fbe7585666d3 network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-source-658d84f764-n2cnc 968922664dab053a4f2e5dede3499e8f3eb70433729deb1d5ed4fbe7585666d3 network default NAD default], result "{\"interfaces\":[{\"name\":\"968922664dab053\",\"mac\":\"2e:9b:8e:8b:81:38\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0a\",\"sandbox\":\"/var/run/netns/e1c25d7a-e6f4-490b-b57d-adbbf5e6f457\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.10/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:11.822179 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::1016:8ff:fe98:f91b/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:12.654132 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::2c9b:8eff:fe8b:8138/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:14.503263 3320 namespace.go:92] [openshift-kube-storage-version-migrator] adding namespace I0703 21:57:14.504159 3320 namespace.go:96] [openshift-kube-storage-version-migrator] adding namespace took 872.178µs I0703 21:57:14.539683 3320 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace E0703 21:57:15.528554 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:57:15.528579 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:57:15.528586 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:57:17.255115 3320 namespace.go:92] [openshift-service-ca] adding namespace I0703 21:57:17.255918 3320 namespace.go:96] [openshift-service-ca] adding namespace took 784.129µs I0703 21:57:17.273437 3320 namespace.go:136] [openshift-service-ca] updating namespace I0703 21:57:18.916013 3320 base_network_controller_pods.go:477] [default/openshift-service-ca/service-ca-6549cb95df-zhhgw] creating logical port openshift-service-ca_service-ca-6549cb95df-zhhgw for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:18.916106 3320 kube.go:317] Updating pod openshift-service-ca/service-ca-6549cb95df-zhhgw I0703 21:57:18.936746 3320 pod.go:62] [openshift-service-ca/service-ca-6549cb95df-zhhgw] pod update took 20.664008ms I0703 21:57:18.936831 3320 base_network_controller_pods.go:921] [default/openshift-service-ca/service-ca-6549cb95df-zhhgw] addLogicalPort annotation time took 20.750869ms I0703 21:57:18.937938 3320 pods.go:252] [openshift-service-ca/service-ca-6549cb95df-zhhgw] addLogicalPort took 21.941461ms, libovsdb time 758.865µs I0703 21:57:19.275966 3320 cni.go:312] [openshift-service-ca/service-ca-6549cb95df-zhhgw 1a204e74826ebd3e01821d6371591ffb296e9dd2f1d477f82bfb383eab0cbb28 network default NAD default] ADD starting CNI request [openshift-service-ca/service-ca-6549cb95df-zhhgw 1a204e74826ebd3e01821d6371591ffb296e9dd2f1d477f82bfb383eab0cbb28 network default NAD default] I0703 21:57:19.277647 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:19.277667 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:19.284178 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-service-ca, podName: service-ca-6549cb95df-zhhgw, hostIfaceName: 1a204e74826ebd3, network: default, NAD default, SandboxID: "1a204e74826ebd3e01821d6371591ffb296e9dd2f1d477f82bfb383eab0cbb28", PCI device ID: , UID: "7aa7a699-f37c-4e48-8d0f-664a16aef638", MAC: 0a:58:0a:80:00:0d, IPs: [10.128.0.13/23] I0703 21:57:19.325838 3320 cni.go:333] [openshift-service-ca/service-ca-6549cb95df-zhhgw 1a204e74826ebd3e01821d6371591ffb296e9dd2f1d477f82bfb383eab0cbb28 network default NAD default] ADD finished CNI request [openshift-service-ca/service-ca-6549cb95df-zhhgw 1a204e74826ebd3e01821d6371591ffb296e9dd2f1d477f82bfb383eab0cbb28 network default NAD default], result "{\"interfaces\":[{\"name\":\"1a204e74826ebd3\",\"mac\":\"22:e7:90:70:60:f1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0d\",\"sandbox\":\"/var/run/netns/ebc88961-268f-4a10-8892-7a566690c696\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.13/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:20.334127 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::20e7:90ff:fe70:60f1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:20.431663 3320 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:20.431738 3320 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:57:26.462373 3320 cni.go:312] [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-ch5zs 65ac7e0e100e82955a8539f31e647ae7594d055e125e37027f6b92dda33b59b0 network default NAD default] ADD starting CNI request [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-ch5zs 65ac7e0e100e82955a8539f31e647ae7594d055e125e37027f6b92dda33b59b0 network default NAD default] I0703 21:57:26.465765 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:26.465844 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:26.471375 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-cluster-samples-operator, podName: cluster-samples-operator-695d9bb6bd-ch5zs, hostIfaceName: 65ac7e0e100e829, network: default, NAD default, SandboxID: "65ac7e0e100e82955a8539f31e647ae7594d055e125e37027f6b92dda33b59b0", PCI device ID: , UID: "72ef1c7c-0d1d-4418-a760-fbbcfaf8ec5a", MAC: 0a:58:0a:80:00:0c, IPs: [10.128.0.12/23] I0703 21:57:26.515873 3320 cni.go:333] [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-ch5zs 65ac7e0e100e82955a8539f31e647ae7594d055e125e37027f6b92dda33b59b0 network default NAD default] ADD finished CNI request [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-ch5zs 65ac7e0e100e82955a8539f31e647ae7594d055e125e37027f6b92dda33b59b0 network default NAD default], result "{\"interfaces\":[{\"name\":\"65ac7e0e100e829\",\"mac\":\"de:93:4e:75:d2:8a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0c\",\"sandbox\":\"/var/run/netns/ffd991ef-0ea7-45fe-8453-aa81317f893a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.12/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:27.822100 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::dc93:4eff:fe75:d28a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:39.999905 3320 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7c85448b4f-kc9c9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:57:39.999978 3320 pods.go:174] Deleting pod: openshift-image-registry/image-registry-7c85448b4f-kc9c9 I0703 21:57:40.001340 3320 pods.go:217] Attempting to release IPs for pod: openshift-image-registry/image-registry-7c85448b4f-kc9c9, ips: 10.128.0.5 I0703 21:57:40.001373 3320 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7c85448b4f-kc9c9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:57:40.008307 3320 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-5b69d4b76b-v7m67] creating logical port openshift-image-registry_image-registry-5b69d4b76b-v7m67 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:40.008402 3320 kube.go:317] Updating pod openshift-image-registry/image-registry-5b69d4b76b-v7m67 I0703 21:57:40.022944 3320 pod.go:62] [openshift-image-registry/image-registry-5b69d4b76b-v7m67] pod update took 14.569941ms I0703 21:57:40.023004 3320 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-5b69d4b76b-v7m67] addLogicalPort annotation time took 14.633159ms I0703 21:57:40.024081 3320 pods.go:252] [openshift-image-registry/image-registry-5b69d4b76b-v7m67] addLogicalPort took 15.811544ms, libovsdb time 763.494µs I0703 21:57:40.037774 3320 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7c85448b4f-kc9c9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:57:40.037830 3320 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7c85448b4f-kc9c9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:57:40.080135 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-7c85448b4f-kc9c9 I0703 21:57:40.080161 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-7c85448b4f-kc9c9 I0703 21:57:40.666243 3320 cni.go:312] [openshift-image-registry/image-registry-5b69d4b76b-v7m67 b1fc648507c18246f245740f1f461df909720cd64f3bd5258b71ef93abf2806a network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-5b69d4b76b-v7m67 b1fc648507c18246f245740f1f461df909720cd64f3bd5258b71ef93abf2806a network default NAD default] I0703 21:57:40.668654 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:40.668749 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:40.674504 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-5b69d4b76b-v7m67, hostIfaceName: b1fc648507c1824, network: default, NAD default, SandboxID: "b1fc648507c18246f245740f1f461df909720cd64f3bd5258b71ef93abf2806a", PCI device ID: , UID: "4600d5e5-d7b4-4f77-b875-a28b2d6505f2", MAC: 0a:58:0a:80:00:0e, IPs: [10.128.0.14/23] I0703 21:57:40.718640 3320 cni.go:333] [openshift-image-registry/image-registry-5b69d4b76b-v7m67 b1fc648507c18246f245740f1f461df909720cd64f3bd5258b71ef93abf2806a network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-5b69d4b76b-v7m67 b1fc648507c18246f245740f1f461df909720cd64f3bd5258b71ef93abf2806a network default NAD default], result "{\"interfaces\":[{\"name\":\"b1fc648507c1824\",\"mac\":\"7e:a2:a8:2b:db:4d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0e\",\"sandbox\":\"/var/run/netns/caf291b8-b71c-4238-8346-f3767f708e4b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.14/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:42.607840 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::7ca2:a8ff:fe2b:db4d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:42.641523 3320 cni.go:312] [openshift-network-console/networking-console-plugin-6d95f7dc7-mtvd7 00b6d60b0edbd65a7323cb8118d0c8e31ea5b61758f23e472610dad8b755d416 network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-6d95f7dc7-mtvd7 00b6d60b0edbd65a7323cb8118d0c8e31ea5b61758f23e472610dad8b755d416 network default NAD default] I0703 21:57:42.644011 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:42.644097 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:42.651867 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-6d95f7dc7-mtvd7, hostIfaceName: 00b6d60b0edbd65, network: default, NAD default, SandboxID: "00b6d60b0edbd65a7323cb8118d0c8e31ea5b61758f23e472610dad8b755d416", PCI device ID: , UID: "f4cf273b-e8c8-4571-8b07-c9f0009f95d8", MAC: 0a:58:0a:80:00:0b, IPs: [10.128.0.11/23] I0703 21:57:42.694350 3320 cni.go:333] [openshift-network-console/networking-console-plugin-6d95f7dc7-mtvd7 00b6d60b0edbd65a7323cb8118d0c8e31ea5b61758f23e472610dad8b755d416 network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-6d95f7dc7-mtvd7 00b6d60b0edbd65a7323cb8118d0c8e31ea5b61758f23e472610dad8b755d416 network default NAD default], result "{\"interfaces\":[{\"name\":\"00b6d60b0edbd65\",\"mac\":\"ea:53:5f:dd:36:a3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0b\",\"sandbox\":\"/var/run/netns/b7ad2b8f-947c-4e61-974d-b735e0b8b794\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.11/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:44.270115 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::e853:5fff:fedd:36a3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:45.161419 3320 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-9785l] creating logical port openshift-monitoring_prometheus-operator-admission-webhook-7d979c648b-9785l for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:45.161509 3320 kube.go:317] Updating pod openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-9785l I0703 21:57:45.174166 3320 pod.go:62] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-9785l] pod update took 12.68268ms I0703 21:57:45.174191 3320 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-9785l] addLogicalPort annotation time took 12.711183ms I0703 21:57:45.175432 3320 pods.go:252] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-9785l] addLogicalPort took 14.046495ms, libovsdb time 901.468µs I0703 21:57:45.512651 3320 cni.go:312] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-9785l 2468b712475356b91cb6ff92c55d9685442082db02f79111297f7e23bc83ae1a network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-9785l 2468b712475356b91cb6ff92c55d9685442082db02f79111297f7e23bc83ae1a network default NAD default] I0703 21:57:45.515308 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:45.515386 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:45.521324 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-admission-webhook-7d979c648b-9785l, hostIfaceName: 2468b712475356b, network: default, NAD default, SandboxID: "2468b712475356b91cb6ff92c55d9685442082db02f79111297f7e23bc83ae1a", PCI device ID: , UID: "a3167e4a-9bc8-4e3c-ab55-4f65c6d92cbe", MAC: 0a:58:0a:80:00:0f, IPs: [10.128.0.15/23] I0703 21:57:45.563399 3320 cni.go:333] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-9785l 2468b712475356b91cb6ff92c55d9685442082db02f79111297f7e23bc83ae1a network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-9785l 2468b712475356b91cb6ff92c55d9685442082db02f79111297f7e23bc83ae1a network default NAD default], result "{\"interfaces\":[{\"name\":\"2468b712475356b\",\"mac\":\"3a:cc:58:a3:f5:3d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0f\",\"sandbox\":\"/var/run/netns/be52019f-e3e1-4f76-af26-c79a8b3965ac\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.15/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0703 21:57:45.852305 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:57:45.852333 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:57:45.852343 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:57:47.342184 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::38cc:58ff:fea3:f53d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:50.447873 3320 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:50.447978 3320 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:57:51.820221 3320 base_network_controller_pods.go:477] [default/openshift-monitoring/kube-state-metrics-748c6b784b-r92bp] creating logical port openshift-monitoring_kube-state-metrics-748c6b784b-r92bp for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:51.820340 3320 kube.go:317] Updating pod openshift-monitoring/kube-state-metrics-748c6b784b-r92bp I0703 21:57:51.843477 3320 pod.go:62] [openshift-monitoring/kube-state-metrics-748c6b784b-r92bp] pod update took 23.162213ms I0703 21:57:51.843502 3320 base_network_controller_pods.go:921] [default/openshift-monitoring/kube-state-metrics-748c6b784b-r92bp] addLogicalPort annotation time took 23.193356ms I0703 21:57:51.844823 3320 pods.go:252] [openshift-monitoring/kube-state-metrics-748c6b784b-r92bp] addLogicalPort took 24.621062ms, libovsdb time 958.266µs I0703 21:57:52.178914 3320 cni.go:312] [openshift-monitoring/kube-state-metrics-748c6b784b-r92bp 5f70719a01382f5f8182b8de0b531693668765f663adac2aaea3da0f1bb4b97b network default NAD default] ADD starting CNI request [openshift-monitoring/kube-state-metrics-748c6b784b-r92bp 5f70719a01382f5f8182b8de0b531693668765f663adac2aaea3da0f1bb4b97b network default NAD default] I0703 21:57:52.180876 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:52.180904 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:52.189311 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: kube-state-metrics-748c6b784b-r92bp, hostIfaceName: 5f70719a01382f5, network: default, NAD default, SandboxID: "5f70719a01382f5f8182b8de0b531693668765f663adac2aaea3da0f1bb4b97b", PCI device ID: , UID: "f7e9b5b3-4589-48cd-91d9-fc0b569ec2e0", MAC: 0a:58:0a:80:00:10, IPs: [10.128.0.16/23] I0703 21:57:52.236174 3320 cni.go:333] [openshift-monitoring/kube-state-metrics-748c6b784b-r92bp 5f70719a01382f5f8182b8de0b531693668765f663adac2aaea3da0f1bb4b97b network default NAD default] ADD finished CNI request [openshift-monitoring/kube-state-metrics-748c6b784b-r92bp 5f70719a01382f5f8182b8de0b531693668765f663adac2aaea3da0f1bb4b97b network default NAD default], result "{\"interfaces\":[{\"name\":\"5f70719a01382f5\",\"mac\":\"1e:ac:d5:4b:41:ce\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:10\",\"sandbox\":\"/var/run/netns/c788bf24-b4fc-4e4b-9c48-4aefb61cdc20\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.16/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:52.779772 3320 base_network_controller_pods.go:477] [default/openshift-monitoring/alertmanager-main-0] creating logical port openshift-monitoring_alertmanager-main-0 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:52.779974 3320 kube.go:317] Updating pod openshift-monitoring/alertmanager-main-0 I0703 21:57:52.800295 3320 pod.go:62] [openshift-monitoring/alertmanager-main-0] pod update took 20.376062ms I0703 21:57:52.800321 3320 base_network_controller_pods.go:921] [default/openshift-monitoring/alertmanager-main-0] addLogicalPort annotation time took 20.404599ms I0703 21:57:52.801558 3320 pods.go:252] [openshift-monitoring/alertmanager-main-0] addLogicalPort took 21.802492ms, libovsdb time 762.785µs I0703 21:57:53.140828 3320 cni.go:312] [openshift-monitoring/alertmanager-main-0 d3c979500a7d6add7b581a70b4f6641189f0b5a8133f0e513ea9d3020bec1e73 network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-0 d3c979500a7d6add7b581a70b4f6641189f0b5a8133f0e513ea9d3020bec1e73 network default NAD default] I0703 21:57:53.143657 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:53.143751 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:53.150300 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-0, hostIfaceName: d3c979500a7d6ad, network: default, NAD default, SandboxID: "d3c979500a7d6add7b581a70b4f6641189f0b5a8133f0e513ea9d3020bec1e73", PCI device ID: , UID: "edc3dc93-319c-4e8a-8777-06333447f02a", MAC: 0a:58:0a:80:00:11, IPs: [10.128.0.17/23] I0703 21:57:53.197106 3320 cni.go:333] [openshift-monitoring/alertmanager-main-0 d3c979500a7d6add7b581a70b4f6641189f0b5a8133f0e513ea9d3020bec1e73 network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-0 d3c979500a7d6add7b581a70b4f6641189f0b5a8133f0e513ea9d3020bec1e73 network default NAD default], result "{\"interfaces\":[{\"name\":\"d3c979500a7d6ad\",\"mac\":\"3a:8a:12:df:ca:57\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:11\",\"sandbox\":\"/var/run/netns/460bafb3-9a06-41c4-8b9d-989d33a245f4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.17/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:53.486129 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::1cac:d5ff:fe4b:41ce/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:53.741026 3320 cni.go:312] [openshift-network-diagnostics/network-check-target-jgtmq 70c11842d04249149e3714f89d39fb6ffcc9a1dac762b457ab8d50ab588f433d network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-jgtmq 70c11842d04249149e3714f89d39fb6ffcc9a1dac762b457ab8d50ab588f433d network default NAD default] I0703 21:57:53.742204 3320 cni.go:312] [openshift-multus/network-metrics-daemon-psmmd 0d6e4d68913a46153cfa67e8064d7db3869d077281f0734e454c6ad416cd5347 network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-psmmd 0d6e4d68913a46153cfa67e8064d7db3869d077281f0734e454c6ad416cd5347 network default NAD default] I0703 21:57:53.744339 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:53.744410 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:53.747655 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:53.747765 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:53.755544 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-jgtmq, hostIfaceName: 70c11842d042491, network: default, NAD default, SandboxID: "70c11842d04249149e3714f89d39fb6ffcc9a1dac762b457ab8d50ab588f433d", PCI device ID: , UID: "c74be6f7-3838-4c9d-8ddc-73c4060e59a5", MAC: 0a:58:0a:80:00:03, IPs: [10.128.0.3/23] I0703 21:57:53.757729 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-psmmd, hostIfaceName: 0d6e4d68913a461, network: default, NAD default, SandboxID: "0d6e4d68913a46153cfa67e8064d7db3869d077281f0734e454c6ad416cd5347", PCI device ID: , UID: "272a1191-7eaf-4700-a600-b19ce1366aa2", MAC: 0a:58:0a:80:00:04, IPs: [10.128.0.4/23] I0703 21:57:53.780269 3320 base_network_controller_pods.go:477] [default/openshift-monitoring/thanos-querier-67b7745656-c5xm2] creating logical port openshift-monitoring_thanos-querier-67b7745656-c5xm2 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:53.780456 3320 kube.go:317] Updating pod openshift-monitoring/thanos-querier-67b7745656-c5xm2 I0703 21:57:53.799406 3320 pod.go:62] [openshift-monitoring/thanos-querier-67b7745656-c5xm2] pod update took 18.999825ms I0703 21:57:53.799438 3320 base_network_controller_pods.go:921] [default/openshift-monitoring/thanos-querier-67b7745656-c5xm2] addLogicalPort annotation time took 19.035313ms I0703 21:57:53.801145 3320 pods.go:252] [openshift-monitoring/thanos-querier-67b7745656-c5xm2] addLogicalPort took 20.890281ms, libovsdb time 1.261207ms I0703 21:57:53.820896 3320 cni.go:333] [openshift-network-diagnostics/network-check-target-jgtmq 70c11842d04249149e3714f89d39fb6ffcc9a1dac762b457ab8d50ab588f433d network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-jgtmq 70c11842d04249149e3714f89d39fb6ffcc9a1dac762b457ab8d50ab588f433d network default NAD default], result "{\"interfaces\":[{\"name\":\"70c11842d042491\",\"mac\":\"ee:9e:9f:9b:22:c0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:03\",\"sandbox\":\"/var/run/netns/a5a21a9f-d4f9-4126-9606-b6b9324676db\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.3/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:53.842007 3320 cni.go:333] [openshift-multus/network-metrics-daemon-psmmd 0d6e4d68913a46153cfa67e8064d7db3869d077281f0734e454c6ad416cd5347 network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-psmmd 0d6e4d68913a46153cfa67e8064d7db3869d077281f0734e454c6ad416cd5347 network default NAD default], result "{\"interfaces\":[{\"name\":\"0d6e4d68913a461\",\"mac\":\"46:ac:ed:56:83:56\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:04\",\"sandbox\":\"/var/run/netns/3c91bff5-d671-4311-adb0-2244b57e620e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.4/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:54.150508 3320 cni.go:312] [openshift-monitoring/thanos-querier-67b7745656-c5xm2 161548c5d692bec8f8eb492c239e8765fc70d5cb6b509c5c7c168626d57790d6 network default NAD default] ADD starting CNI request [openshift-monitoring/thanos-querier-67b7745656-c5xm2 161548c5d692bec8f8eb492c239e8765fc70d5cb6b509c5c7c168626d57790d6 network default NAD default] I0703 21:57:54.153399 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:54.153502 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:54.162020 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: thanos-querier-67b7745656-c5xm2, hostIfaceName: 161548c5d692bec, network: default, NAD default, SandboxID: "161548c5d692bec8f8eb492c239e8765fc70d5cb6b509c5c7c168626d57790d6", PCI device ID: , UID: "09b9569d-c04f-4368-a8fc-31deea1bf50a", MAC: 0a:58:0a:80:00:12, IPs: [10.128.0.18/23] I0703 21:57:54.209312 3320 cni.go:333] [openshift-monitoring/thanos-querier-67b7745656-c5xm2 161548c5d692bec8f8eb492c239e8765fc70d5cb6b509c5c7c168626d57790d6 network default NAD default] ADD finished CNI request [openshift-monitoring/thanos-querier-67b7745656-c5xm2 161548c5d692bec8f8eb492c239e8765fc70d5cb6b509c5c7c168626d57790d6 network default NAD default], result "{\"interfaces\":[{\"name\":\"161548c5d692bec\",\"mac\":\"32:73:c5:52:88:63\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:12\",\"sandbox\":\"/var/run/netns/e4e90fb4-297d-4da4-afb5-4a4885ae416a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.18/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:55.022600 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::ec9e:9fff:fe9b:22c0/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:55.086167 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::388a:12ff:fedf:ca57/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:55.407118 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::44ac:edff:fe56:8356/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:55.790145 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::3073:c5ff:fe52:8863/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:57.015481 3320 cni.go:312] [openshift-ingress-canary/ingress-canary-m77ds bddf90ef4f3b2e4d3270ba68c7689a6dd399f758cb47d06a5ac0882281b44eab network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-m77ds bddf90ef4f3b2e4d3270ba68c7689a6dd399f758cb47d06a5ac0882281b44eab network default NAD default] I0703 21:57:57.019379 3320 cni.go:312] [openshift-dns/dns-default-vb862 f2468006e7a126f036e1ab8a121363e1441e4ee47ae1cb061a837a64fb3c23e4 network default NAD default] ADD starting CNI request [openshift-dns/dns-default-vb862 f2468006e7a126f036e1ab8a121363e1441e4ee47ae1cb061a837a64fb3c23e4 network default NAD default] I0703 21:57:57.021700 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:57.021744 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:57.021757 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:57.021768 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:57.034434 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-m77ds, hostIfaceName: bddf90ef4f3b2e4, network: default, NAD default, SandboxID: "bddf90ef4f3b2e4d3270ba68c7689a6dd399f758cb47d06a5ac0882281b44eab", PCI device ID: , UID: "f4ea2efa-9217-4a18-8ba5-3c98be348df7", MAC: 0a:58:0a:80:00:08, IPs: [10.128.0.8/23] I0703 21:57:57.034667 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-dns, podName: dns-default-vb862, hostIfaceName: f2468006e7a126f, network: default, NAD default, SandboxID: "f2468006e7a126f036e1ab8a121363e1441e4ee47ae1cb061a837a64fb3c23e4", PCI device ID: , UID: "7538c64e-daac-4434-a953-5e96283e3dde", MAC: 0a:58:0a:80:00:06, IPs: [10.128.0.6/23] I0703 21:57:57.109474 3320 cni.go:333] [openshift-ingress-canary/ingress-canary-m77ds bddf90ef4f3b2e4d3270ba68c7689a6dd399f758cb47d06a5ac0882281b44eab network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-m77ds bddf90ef4f3b2e4d3270ba68c7689a6dd399f758cb47d06a5ac0882281b44eab network default NAD default], result "{\"interfaces\":[{\"name\":\"bddf90ef4f3b2e4\",\"mac\":\"86:71:66:ea:8c:81\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:08\",\"sandbox\":\"/var/run/netns/f52b885d-a04e-4cfc-8389-3d0d9686f656\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.8/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:57.126217 3320 cni.go:333] [openshift-dns/dns-default-vb862 f2468006e7a126f036e1ab8a121363e1441e4ee47ae1cb061a837a64fb3c23e4 network default NAD default] ADD finished CNI request [openshift-dns/dns-default-vb862 f2468006e7a126f036e1ab8a121363e1441e4ee47ae1cb061a837a64fb3c23e4 network default NAD default], result "{\"interfaces\":[{\"name\":\"f2468006e7a126f\",\"mac\":\"92:a1:2f:f1:62:97\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:06\",\"sandbox\":\"/var/run/netns/878c55a6-fb31-413d-a6f6-2528495bf033\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.6/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:57.284018 3320 base_network_controller_pods.go:477] [default/openshift-monitoring/metrics-server-58fd6c87bf-8xrnv] creating logical port openshift-monitoring_metrics-server-58fd6c87bf-8xrnv for pod on switch ip-10-0-1-181.ec2.internal I0703 21:57:57.284193 3320 kube.go:317] Updating pod openshift-monitoring/metrics-server-58fd6c87bf-8xrnv I0703 21:57:57.301283 3320 pod.go:62] [openshift-monitoring/metrics-server-58fd6c87bf-8xrnv] pod update took 17.117604ms I0703 21:57:57.301332 3320 base_network_controller_pods.go:921] [default/openshift-monitoring/metrics-server-58fd6c87bf-8xrnv] addLogicalPort annotation time took 17.172063ms I0703 21:57:57.303227 3320 pods.go:252] [openshift-monitoring/metrics-server-58fd6c87bf-8xrnv] addLogicalPort took 19.224854ms, libovsdb time 1.185784ms I0703 21:57:57.667988 3320 cni.go:312] [openshift-monitoring/metrics-server-58fd6c87bf-8xrnv 393941dcc88e42dd213a731fde8d332c28e677faee93cb31f80de12d267b2118 network default NAD default] ADD starting CNI request [openshift-monitoring/metrics-server-58fd6c87bf-8xrnv 393941dcc88e42dd213a731fde8d332c28e677faee93cb31f80de12d267b2118 network default NAD default] I0703 21:57:57.675021 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:57.675140 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:57:57.680414 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: metrics-server-58fd6c87bf-8xrnv, hostIfaceName: 393941dcc88e42d, network: default, NAD default, SandboxID: "393941dcc88e42dd213a731fde8d332c28e677faee93cb31f80de12d267b2118", PCI device ID: , UID: "df52e05f-fe43-4a8a-9aec-7d8436082d08", MAC: 0a:58:0a:80:00:13, IPs: [10.128.0.19/23] I0703 21:57:57.748450 3320 cni.go:333] [openshift-monitoring/metrics-server-58fd6c87bf-8xrnv 393941dcc88e42dd213a731fde8d332c28e677faee93cb31f80de12d267b2118 network default NAD default] ADD finished CNI request [openshift-monitoring/metrics-server-58fd6c87bf-8xrnv 393941dcc88e42dd213a731fde8d332c28e677faee93cb31f80de12d267b2118 network default NAD default], result "{\"interfaces\":[{\"name\":\"393941dcc88e42d\",\"mac\":\"9a:f6:59:98:6e:70\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:13\",\"sandbox\":\"/var/run/netns/e6e87d74-6ced-4303-8b55-854899e043d4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.19/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:57:58.158229 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::8471:66ff:feea:8c81/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:58.478233 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::90a1:2fff:fef1:6297/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:57:59.310213 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::98f6:59ff:fe98:6e70/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:58:03.909071 3320 obj_retry.go:466] Detected object openshift-image-registry/image-registry-54bff58774-jpzb4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:58:03.909766 3320 obj_retry.go:466] Detected object openshift-image-registry/image-registry-54bff58774-jpzb4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:58:04.666024 3320 obj_retry.go:460] Detected object openshift-image-registry/image-registry-54bff58774-jpzb4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:04.666049 3320 obj_retry.go:460] Detected object openshift-image-registry/image-registry-54bff58774-jpzb4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:04.673218 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-54bff58774-jpzb4 I0703 21:58:04.673246 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-54bff58774-jpzb4 I0703 21:58:08.118832 3320 base_network_controller_pods.go:477] [default/openshift-console/downloads-6d4c9b4b6c-h676p] creating logical port openshift-console_downloads-6d4c9b4b6c-h676p for pod on switch ip-10-0-1-181.ec2.internal I0703 21:58:08.119072 3320 kube.go:317] Updating pod openshift-console/downloads-6d4c9b4b6c-h676p I0703 21:58:08.133306 3320 pod.go:62] [openshift-console/downloads-6d4c9b4b6c-h676p] pod update took 14.273041ms I0703 21:58:08.133332 3320 base_network_controller_pods.go:921] [default/openshift-console/downloads-6d4c9b4b6c-h676p] addLogicalPort annotation time took 14.303561ms I0703 21:58:08.134714 3320 pods.go:252] [openshift-console/downloads-6d4c9b4b6c-h676p] addLogicalPort took 15.90956ms, libovsdb time 1.02318ms I0703 21:58:08.473721 3320 cni.go:312] [openshift-console/downloads-6d4c9b4b6c-h676p 3c0e1b6bd3c0ee21f103c82b2aa8a346d8de1f830ce1a79d652a342d2907b740 network default NAD default] ADD starting CNI request [openshift-console/downloads-6d4c9b4b6c-h676p 3c0e1b6bd3c0ee21f103c82b2aa8a346d8de1f830ce1a79d652a342d2907b740 network default NAD default] I0703 21:58:08.477588 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:58:08.477640 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:58:08.485310 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: downloads-6d4c9b4b6c-h676p, hostIfaceName: 3c0e1b6bd3c0ee2, network: default, NAD default, SandboxID: "3c0e1b6bd3c0ee21f103c82b2aa8a346d8de1f830ce1a79d652a342d2907b740", PCI device ID: , UID: "ba0bdbc2-92b8-43ed-9ead-6d928fe9749b", MAC: 0a:58:0a:80:00:14, IPs: [10.128.0.20/23] I0703 21:58:08.534607 3320 cni.go:333] [openshift-console/downloads-6d4c9b4b6c-h676p 3c0e1b6bd3c0ee21f103c82b2aa8a346d8de1f830ce1a79d652a342d2907b740 network default NAD default] ADD finished CNI request [openshift-console/downloads-6d4c9b4b6c-h676p 3c0e1b6bd3c0ee21f103c82b2aa8a346d8de1f830ce1a79d652a342d2907b740 network default NAD default], result "{\"interfaces\":[{\"name\":\"3c0e1b6bd3c0ee2\",\"mac\":\"36:47:21:1e:89:65\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:14\",\"sandbox\":\"/var/run/netns/08530ebb-5ea5-4d73-a2d5-9265294813d5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.20/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:58:08.687493 3320 base_network_controller_pods.go:477] [default/openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8] creating logical port openshift-deployment-validation-operator_304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:58:08.687592 3320 kube.go:317] Updating pod openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 I0703 21:58:08.700427 3320 pod.go:62] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8] pod update took 12.869243ms I0703 21:58:08.700450 3320 base_network_controller_pods.go:921] [default/openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8] addLogicalPort annotation time took 12.898961ms I0703 21:58:08.701986 3320 pods.go:252] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8] addLogicalPort took 14.52465ms, libovsdb time 1.175981ms I0703 21:58:09.056568 3320 cni.go:312] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 57e08a0e8916cb66732ff19568792ab109d8ca7d9f43d74761e2f072cad86355 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 57e08a0e8916cb66732ff19568792ab109d8ca7d9f43d74761e2f072cad86355 network default NAD default] I0703 21:58:09.058544 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:58:09.058581 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:58:09.066351 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: 304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8, hostIfaceName: 57e08a0e8916cb6, network: default, NAD default, SandboxID: "57e08a0e8916cb66732ff19568792ab109d8ca7d9f43d74761e2f072cad86355", PCI device ID: , UID: "ab1e64d1-39c7-456b-aac0-9f1a6030da83", MAC: 0a:58:0a:80:00:15, IPs: [10.128.0.21/23] I0703 21:58:09.114023 3320 cni.go:333] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 57e08a0e8916cb66732ff19568792ab109d8ca7d9f43d74761e2f072cad86355 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 57e08a0e8916cb66732ff19568792ab109d8ca7d9f43d74761e2f072cad86355 network default NAD default], result "{\"interfaces\":[{\"name\":\"57e08a0e8916cb6\",\"mac\":\"6e:2a:1d:a1:f2:e6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:15\",\"sandbox\":\"/var/run/netns/136126d7-65ed-49b8-8339-ea0a5b13dbcb\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.21/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:58:09.742131 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::3447:21ff:fe1e:8965/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:58:10.830532 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::6c2a:1dff:fea1:f2e6/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:58:16.427337 3320 base_network_controller_pods.go:477] [default/openshift-console/console-667fc8d978-lgpx5] creating logical port openshift-console_console-667fc8d978-lgpx5 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:58:16.427476 3320 kube.go:317] Updating pod openshift-console/console-667fc8d978-lgpx5 I0703 21:58:16.440889 3320 pod.go:62] [openshift-console/console-667fc8d978-lgpx5] pod update took 13.461974ms I0703 21:58:16.440994 3320 base_network_controller_pods.go:921] [default/openshift-console/console-667fc8d978-lgpx5] addLogicalPort annotation time took 13.570201ms I0703 21:58:16.442456 3320 pods.go:252] [openshift-console/console-667fc8d978-lgpx5] addLogicalPort took 15.139842ms, libovsdb time 955.135µs E0703 21:58:16.590228 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:58:16.590254 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:58:16.590265 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:58:16.785393 3320 cni.go:312] [openshift-console/console-667fc8d978-lgpx5 2425384a61d093c44f1c75259338e0d1f0832060e519ff97a29d8b077df8d91f network default NAD default] ADD starting CNI request [openshift-console/console-667fc8d978-lgpx5 2425384a61d093c44f1c75259338e0d1f0832060e519ff97a29d8b077df8d91f network default NAD default] I0703 21:58:16.788269 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:58:16.788358 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:58:16.793547 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-667fc8d978-lgpx5, hostIfaceName: 2425384a61d093c, network: default, NAD default, SandboxID: "2425384a61d093c44f1c75259338e0d1f0832060e519ff97a29d8b077df8d91f", PCI device ID: , UID: "6a23089e-99ed-45a0-8189-55474998829a", MAC: 0a:58:0a:80:00:16, IPs: [10.128.0.22/23] I0703 21:58:16.845838 3320 cni.go:333] [openshift-console/console-667fc8d978-lgpx5 2425384a61d093c44f1c75259338e0d1f0832060e519ff97a29d8b077df8d91f network default NAD default] ADD finished CNI request [openshift-console/console-667fc8d978-lgpx5 2425384a61d093c44f1c75259338e0d1f0832060e519ff97a29d8b077df8d91f network default NAD default], result "{\"interfaces\":[{\"name\":\"2425384a61d093c\",\"mac\":\"76:c9:e4:b4:e8:40\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:16\",\"sandbox\":\"/var/run/netns/b076eed3-c1e8-4e7f-a0f0-4d4288eda239\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.22/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:58:17.934201 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::74c9:e4ff:feb4:e840/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:58:20.466096 3320 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:20.466177 3320 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:25.999224 3320 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7c85448b4f-z7dkg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:58:25.999929 3320 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7c85448b4f-z7dkg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:58:26.222613 3320 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7c85448b4f-z7dkg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:26.222638 3320 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7c85448b4f-z7dkg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:26.228688 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-7c85448b4f-z7dkg I0703 21:58:26.228722 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-7c85448b4f-z7dkg I0703 21:58:37.138338 3320 cni.go:312] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 57e08a0e8916cb66732ff19568792ab109d8ca7d9f43d74761e2f072cad86355 network default NAD default] DEL starting CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 57e08a0e8916cb66732ff19568792ab109d8ca7d9f43d74761e2f072cad86355 network default NAD default] I0703 21:58:37.215851 3320 cni.go:333] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 57e08a0e8916cb66732ff19568792ab109d8ca7d9f43d74761e2f072cad86355 network default NAD default] DEL finished CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 57e08a0e8916cb66732ff19568792ab109d8ca7d9f43d74761e2f072cad86355 network default NAD default], result "{\"dns\":{}}", err I0703 21:58:37.261667 3320 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:58:37.261782 3320 pods.go:174] Deleting pod: openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 I0703 21:58:37.263615 3320 pods.go:217] Attempting to release IPs for pod: openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8, ips: 10.128.0.21 I0703 21:58:37.263667 3320 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:58:37.263708 3320 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 21:58:37.263724 3320 base_network_controller_policy.go:635] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0703 21:58:38.303397 3320 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:38.303472 3320 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:38.303494 3320 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644vs7q8 of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:38.866014 3320 namespace.go:136] [openshift-deployment-validation-operator] updating namespace I0703 21:58:38.878297 3320 namespace.go:136] [openshift-deployment-validation-operator] updating namespace I0703 21:58:41.538569 3320 base_network_controller_pods.go:477] [default/openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-zcsrj] creating logical port openshift-deployment-validation-operator_deployment-validation-operator-59ccb886c6-zcsrj for pod on switch ip-10-0-1-181.ec2.internal I0703 21:58:41.538698 3320 kube.go:317] Updating pod openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-zcsrj I0703 21:58:41.553518 3320 pod.go:62] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-zcsrj] pod update took 14.859944ms I0703 21:58:41.553543 3320 base_network_controller_pods.go:921] [default/openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-zcsrj] addLogicalPort annotation time took 14.890529ms I0703 21:58:41.554858 3320 pods.go:252] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-zcsrj] addLogicalPort took 16.317467ms, libovsdb time 897.963µs I0703 21:58:41.893742 3320 cni.go:312] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-zcsrj b3fb9bca724df85df8deba27444cd0eefb72c06268cf13b4affd3a75ded529a4 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-zcsrj b3fb9bca724df85df8deba27444cd0eefb72c06268cf13b4affd3a75ded529a4 network default NAD default] I0703 21:58:41.895715 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:58:41.895744 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:58:41.903654 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: deployment-validation-operator-59ccb886c6-zcsrj, hostIfaceName: b3fb9bca724df85, network: default, NAD default, SandboxID: "b3fb9bca724df85df8deba27444cd0eefb72c06268cf13b4affd3a75ded529a4", PCI device ID: , UID: "6cd567ad-1c05-43ee-91ac-06775cce8c8b", MAC: 0a:58:0a:80:00:17, IPs: [10.128.0.23/23] I0703 21:58:41.948139 3320 cni.go:333] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-zcsrj b3fb9bca724df85df8deba27444cd0eefb72c06268cf13b4affd3a75ded529a4 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-zcsrj b3fb9bca724df85df8deba27444cd0eefb72c06268cf13b4affd3a75ded529a4 network default NAD default], result "{\"interfaces\":[{\"name\":\"b3fb9bca724df85\",\"mac\":\"b2:b5:0e:a7:3f:96\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:17\",\"sandbox\":\"/var/run/netns/043dd3ab-e146-4751-b90b-cc973e5b95f5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.23/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:58:43.918191 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::b0b5:eff:fea7:3f96/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 21:58:47.098843 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 21:58:47.098983 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 21:58:47.098999 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 21:58:50.486793 3320 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:50.486856 3320 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:51.732785 3320 obj_retry.go:466] Detected object openshift-console/console-667fc8d978-kt78d of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:58:51.733393 3320 obj_retry.go:466] Detected object openshift-console/console-667fc8d978-kt78d of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:58:52.093418 3320 obj_retry.go:460] Detected object openshift-console/console-667fc8d978-kt78d of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:52.093460 3320 obj_retry.go:460] Detected object openshift-console/console-667fc8d978-kt78d of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:58:52.102105 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-667fc8d978-kt78d I0703 21:58:52.102132 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-667fc8d978-kt78d I0703 21:59:00.989625 3320 obj_retry.go:466] Detected object openshift-ingress/router-default-67c8cd65d9-5l974 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:00.990581 3320 obj_retry.go:466] Detected object openshift-ingress/router-default-67c8cd65d9-5l974 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:01.320651 3320 obj_retry.go:460] Detected object openshift-ingress/router-default-67c8cd65d9-5l974 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:01.320676 3320 obj_retry.go:460] Detected object openshift-ingress/router-default-67c8cd65d9-5l974 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:01.324257 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-67c8cd65d9-5l974 I0703 21:59:01.324333 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-67c8cd65d9-5l974 I0703 21:59:02.489610 3320 cni.go:312] [openshift-console/console-667fc8d978-lgpx5 2425384a61d093c44f1c75259338e0d1f0832060e519ff97a29d8b077df8d91f network default NAD default] DEL starting CNI request [openshift-console/console-667fc8d978-lgpx5 2425384a61d093c44f1c75259338e0d1f0832060e519ff97a29d8b077df8d91f network default NAD default] I0703 21:59:02.571401 3320 cni.go:333] [openshift-console/console-667fc8d978-lgpx5 2425384a61d093c44f1c75259338e0d1f0832060e519ff97a29d8b077df8d91f network default NAD default] DEL finished CNI request [openshift-console/console-667fc8d978-lgpx5 2425384a61d093c44f1c75259338e0d1f0832060e519ff97a29d8b077df8d91f network default NAD default], result "{\"dns\":{}}", err I0703 21:59:02.618369 3320 obj_retry.go:466] Detected object openshift-console/console-667fc8d978-lgpx5 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:02.618407 3320 pods.go:174] Deleting pod: openshift-console/console-667fc8d978-lgpx5 I0703 21:59:02.619888 3320 pods.go:217] Attempting to release IPs for pod: openshift-console/console-667fc8d978-lgpx5, ips: 10.128.0.22 I0703 21:59:02.619921 3320 obj_retry.go:466] Detected object openshift-console/console-667fc8d978-lgpx5 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:03.206352 3320 obj_retry.go:460] Detected object openshift-console/console-667fc8d978-lgpx5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:03.206484 3320 obj_retry.go:460] Detected object openshift-console/console-667fc8d978-lgpx5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:03.212456 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-667fc8d978-lgpx5 I0703 21:59:03.212484 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-667fc8d978-lgpx5 I0703 21:59:13.056844 3320 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 21:59:13.057407 3320 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 21:59:13.359168 3320 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 21:59:13.359197 3320 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 21:59:13.366420 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0703 21:59:13.366449 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0703 21:59:17.777818 3320 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 21:59:17.778366 3320 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 21:59:18.175845 3320 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 21:59:18.175863 3320 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 21:59:18.181455 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0703 21:59:18.181483 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 I0703 21:59:19.579890 3320 base_network_controller_pods.go:477] [default/openshift-console/console-77cd9bb85d-fk829] creating logical port openshift-console_console-77cd9bb85d-fk829 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:59:19.580087 3320 kube.go:317] Updating pod openshift-console/console-77cd9bb85d-fk829 I0703 21:59:19.597886 3320 pod.go:62] [openshift-console/console-77cd9bb85d-fk829] pod update took 17.835211ms I0703 21:59:19.598030 3320 base_network_controller_pods.go:921] [default/openshift-console/console-77cd9bb85d-fk829] addLogicalPort annotation time took 17.983441ms I0703 21:59:19.599733 3320 pods.go:252] [openshift-console/console-77cd9bb85d-fk829] addLogicalPort took 19.862733ms, libovsdb time 1.140982ms I0703 21:59:19.933852 3320 cni.go:312] [openshift-console/console-77cd9bb85d-fk829 c368b47aa2c129212d447e39868bd2bfd18941b98c83d970ed5a81b951870db6 network default NAD default] ADD starting CNI request [openshift-console/console-77cd9bb85d-fk829 c368b47aa2c129212d447e39868bd2bfd18941b98c83d970ed5a81b951870db6 network default NAD default] I0703 21:59:19.938574 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:19.938658 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:59:19.945890 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-77cd9bb85d-fk829, hostIfaceName: c368b47aa2c1292, network: default, NAD default, SandboxID: "c368b47aa2c129212d447e39868bd2bfd18941b98c83d970ed5a81b951870db6", PCI device ID: , UID: "7289f98f-478a-4dcd-9272-7555533851e3", MAC: 0a:58:0a:80:00:18, IPs: [10.128.0.24/23] I0703 21:59:19.995662 3320 cni.go:333] [openshift-console/console-77cd9bb85d-fk829 c368b47aa2c129212d447e39868bd2bfd18941b98c83d970ed5a81b951870db6 network default NAD default] ADD finished CNI request [openshift-console/console-77cd9bb85d-fk829 c368b47aa2c129212d447e39868bd2bfd18941b98c83d970ed5a81b951870db6 network default NAD default], result "{\"interfaces\":[{\"name\":\"c368b47aa2c1292\",\"mac\":\"92:1c:c9:99:c7:86\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:18\",\"sandbox\":\"/var/run/netns/d0079ab4-3950-46f0-a742-01aa6c3f9ad5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.24/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:59:20.517155 3320 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:20.517216 3320 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:21.934103 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::901c:c9ff:fe99:c786/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:44.887977 3320 obj_retry.go:466] Detected object openshift-console/console-6dc8766f6c-8vt92 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:44.888556 3320 obj_retry.go:466] Detected object openshift-console/console-6dc8766f6c-8vt92 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:44.975711 3320 cni.go:312] [openshift-monitoring/alertmanager-main-0 d3c979500a7d6add7b581a70b4f6641189f0b5a8133f0e513ea9d3020bec1e73 network default NAD default] DEL starting CNI request [openshift-monitoring/alertmanager-main-0 d3c979500a7d6add7b581a70b4f6641189f0b5a8133f0e513ea9d3020bec1e73 network default NAD default] I0703 21:59:45.047040 3320 cni.go:333] [openshift-monitoring/alertmanager-main-0 d3c979500a7d6add7b581a70b4f6641189f0b5a8133f0e513ea9d3020bec1e73 network default NAD default] DEL finished CNI request [openshift-monitoring/alertmanager-main-0 d3c979500a7d6add7b581a70b4f6641189f0b5a8133f0e513ea9d3020bec1e73 network default NAD default], result "{\"dns\":{}}", err I0703 21:59:45.102532 3320 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 21:59:45.102575 3320 pods.go:174] Deleting pod: openshift-monitoring/alertmanager-main-0 I0703 21:59:45.104205 3320 pods.go:217] Attempting to release IPs for pod: openshift-monitoring/alertmanager-main-0, ips: 10.128.0.17 I0703 21:59:45.104239 3320 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 21:59:45.251710 3320 obj_retry.go:460] Detected object openshift-console/console-6dc8766f6c-8vt92 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:45.251740 3320 obj_retry.go:460] Detected object openshift-console/console-6dc8766f6c-8vt92 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:45.257478 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-6dc8766f6c-8vt92 I0703 21:59:45.257509 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-6dc8766f6c-8vt92 I0703 21:59:45.335167 3320 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 21:59:45.335202 3320 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 21:59:45.340943 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0703 21:59:45.341050 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 I0703 21:59:45.380926 3320 base_network_controller_pods.go:477] [default/openshift-monitoring/alertmanager-main-0] creating logical port openshift-monitoring_alertmanager-main-0 for pod on switch ip-10-0-1-181.ec2.internal I0703 21:59:45.381099 3320 kube.go:317] Updating pod openshift-monitoring/alertmanager-main-0 I0703 21:59:45.399849 3320 pod.go:62] [openshift-monitoring/alertmanager-main-0] pod update took 18.790946ms I0703 21:59:45.399880 3320 base_network_controller_pods.go:921] [default/openshift-monitoring/alertmanager-main-0] addLogicalPort annotation time took 18.822369ms I0703 21:59:45.401245 3320 pods.go:252] [openshift-monitoring/alertmanager-main-0] addLogicalPort took 20.418391ms, libovsdb time 860.729µs I0703 21:59:45.733360 3320 cni.go:312] [openshift-monitoring/alertmanager-main-0 5d5436629309ec9e6925aecc495a70b4bd1b042f90c991a4f9d6026bde5750c7 network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-0 5d5436629309ec9e6925aecc495a70b4bd1b042f90c991a4f9d6026bde5750c7 network default NAD default] I0703 21:59:45.735943 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:45.735999 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 21:59:45.743247 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-0, hostIfaceName: 5d5436629309ec9, network: default, NAD default, SandboxID: "5d5436629309ec9e6925aecc495a70b4bd1b042f90c991a4f9d6026bde5750c7", PCI device ID: , UID: "dfcdf319-c0bd-4540-999f-f9b98b53bc08", MAC: 0a:58:0a:80:00:19, IPs: [10.128.0.25/23] I0703 21:59:45.786317 3320 cni.go:333] [openshift-monitoring/alertmanager-main-0 5d5436629309ec9e6925aecc495a70b4bd1b042f90c991a4f9d6026bde5750c7 network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-0 5d5436629309ec9e6925aecc495a70b4bd1b042f90c991a4f9d6026bde5750c7 network default NAD default], result "{\"interfaces\":[{\"name\":\"5d5436629309ec9\",\"mac\":\"c6:b3:c5:5f:80:a8\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:19\",\"sandbox\":\"/var/run/netns/54439bb6-3648-4f8f-8fc6-f6bf430b11f4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.25/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 21:59:47.278114 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::c4b3:c5ff:fe5f:80a8/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 21:59:50.535675 3320 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:50.535733 3320 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:55.625420 3320 obj_retry.go:466] Detected object openshift-console/console-6dc8766f6c-lscgq of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:55.626006 3320 obj_retry.go:466] Detected object openshift-console/console-6dc8766f6c-lscgq of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:56.475429 3320 obj_retry.go:460] Detected object openshift-console/console-6dc8766f6c-lscgq of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:56.475493 3320 obj_retry.go:460] Detected object openshift-console/console-6dc8766f6c-lscgq of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:56.480749 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-6dc8766f6c-lscgq I0703 21:59:56.480804 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-6dc8766f6c-lscgq I0703 22:00:05.628207 3320 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-qk8jc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:05.628774 3320 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-qk8jc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:06.522775 3320 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-qk8jc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:06.522801 3320 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-qk8jc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:20.356133 3320 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:00:20.356790 3320 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:00:20.548736 3320 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:00:20.548767 3320 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:00:20.555061 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0703 22:00:20.555110 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 I0703 22:00:20.565887 3320 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:20.565989 3320 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:50.590996 3320 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:50.591059 3320 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:01:09.845060 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:01:10.607622 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:01:12.073536 3320 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 5 items received I0703 22:01:20.610206 3320 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:20.610261 3320 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:22.877857 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 656 items received I0703 22:01:24.865789 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 4 items received I0703 22:01:29.090446 3320 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:01:40.866032 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 70 items received I0703 22:01:50.632409 3320 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:50.632472 3320 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:00.464313 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:02:00.464344 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:02:00.464352 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:02:07.175568 3320 obj_retry.go:466] Detected object openshift-console/console-77cd9bb85d-n44td of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:07.176239 3320 obj_retry.go:466] Detected object openshift-console/console-77cd9bb85d-n44td of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:07.626400 3320 obj_retry.go:460] Detected object openshift-console/console-77cd9bb85d-n44td of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:07.626422 3320 obj_retry.go:460] Detected object openshift-console/console-77cd9bb85d-n44td of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:07.633419 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-77cd9bb85d-n44td I0703 22:02:07.633443 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-77cd9bb85d-n44td E0703 22:02:10.505380 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:02:10.505416 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:02:10.505426 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:02:17.112129 3320 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace I0703 22:02:17.997224 3320 cni.go:312] [openshift-console/console-77cd9bb85d-fk829 c368b47aa2c129212d447e39868bd2bfd18941b98c83d970ed5a81b951870db6 network default NAD default] DEL starting CNI request [openshift-console/console-77cd9bb85d-fk829 c368b47aa2c129212d447e39868bd2bfd18941b98c83d970ed5a81b951870db6 network default NAD default] I0703 22:02:18.072529 3320 cni.go:333] [openshift-console/console-77cd9bb85d-fk829 c368b47aa2c129212d447e39868bd2bfd18941b98c83d970ed5a81b951870db6 network default NAD default] DEL finished CNI request [openshift-console/console-77cd9bb85d-fk829 c368b47aa2c129212d447e39868bd2bfd18941b98c83d970ed5a81b951870db6 network default NAD default], result "{\"dns\":{}}", err I0703 22:02:18.114843 3320 obj_retry.go:466] Detected object openshift-console/console-77cd9bb85d-fk829 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:18.114930 3320 pods.go:174] Deleting pod: openshift-console/console-77cd9bb85d-fk829 I0703 22:02:18.116515 3320 pods.go:217] Attempting to release IPs for pod: openshift-console/console-77cd9bb85d-fk829, ips: 10.128.0.24 I0703 22:02:18.116609 3320 obj_retry.go:466] Detected object openshift-console/console-77cd9bb85d-fk829 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:18.762630 3320 obj_retry.go:460] Detected object openshift-console/console-77cd9bb85d-fk829 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:18.762721 3320 obj_retry.go:460] Detected object openshift-console/console-77cd9bb85d-fk829 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:18.767915 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-77cd9bb85d-fk829 I0703 22:02:18.767944 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-77cd9bb85d-fk829 I0703 22:02:20.650634 3320 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:20.650702 3320 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:20.821148 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:02:20.821181 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:02:20.821191 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:02:30.912195 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:02:30.912227 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:02:30.912236 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:02:50.665634 3320 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:50.665700 3320 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:51.000904 3320 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0703 22:02:58.872468 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 146 items received I0703 22:03:08.079830 3320 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:03:11.682290 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:03:11.682314 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:03:11.682321 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:03:20.684662 3320 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:20.684719 3320 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:03:21.844052 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:03:21.844079 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:03:21.844086 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:03:32.125636 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:03:32.125781 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:03:32.125798 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:03:42.475267 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:03:42.475343 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:03:42.475354 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:03:50.095339 3320 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:03:50.702121 3320 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:50.702194 3320 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:52.878354 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 15 items received E0703 22:04:02.706625 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:04:02.706656 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:04:02.706664 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:04:04.977325 3320 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:04:10.062197 3320 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 7 items received E0703 22:04:12.915734 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:04:12.915767 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:04:12.915776 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:04:20.720494 3320 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:20.720557 3320 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:28.872753 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 77 items received I0703 22:04:42.068045 3320 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 8 items received I0703 22:04:50.747513 3320 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:50.747573 3320 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:05:03.896105 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:05:03.896140 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:05:03.896149 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:05:14.270231 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:05:14.270263 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:05:14.270272 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:05:20.770314 3320 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:20.770374 3320 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:05:24.493519 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:05:24.493612 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:05:24.493628 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:05:34.815496 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:05:34.815610 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:05:34.815626 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:05:39.095776 3320 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 9 items received I0703 22:05:50.789637 3320 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:50.789704 3320 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:05.084400 3320 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 10 items received I0703 22:06:06.814643 3320 namespace.go:92] [tssc] adding namespace I0703 22:06:06.815610 3320 namespace.go:96] [tssc] adding namespace took 946.556µs I0703 22:06:06.830228 3320 namespace.go:136] [tssc] updating namespace I0703 22:06:06.845031 3320 namespace.go:136] [tssc] updating namespace I0703 22:06:07.081632 3320 namespace.go:92] [null] adding namespace I0703 22:06:07.082625 3320 namespace.go:96] [null] adding namespace took 968.231µs I0703 22:06:07.098130 3320 namespace.go:136] [null] updating namespace I0703 22:06:07.102965 3320 namespace.go:136] [null] updating namespace E0703 22:06:09.844758 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:06:10.608196 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:06:12.296578 3320 namespace.go:92] [tssc-keycloak] adding namespace I0703 22:06:12.297486 3320 namespace.go:96] [tssc-keycloak] adding namespace took 836.035µs I0703 22:06:12.300414 3320 namespace.go:92] [rhbk-operator] adding namespace I0703 22:06:12.300481 3320 namespace.go:92] [tssc-dh] adding namespace I0703 22:06:12.301151 3320 namespace.go:96] [rhbk-operator] adding namespace took 677.312µs I0703 22:06:12.301879 3320 namespace.go:96] [tssc-dh] adding namespace took 1.323367ms I0703 22:06:12.306522 3320 namespace.go:92] [tssc-gitops] adding namespace I0703 22:06:12.306630 3320 namespace.go:92] [rhtpa-operator] adding namespace I0703 22:06:12.306748 3320 namespace.go:92] [tssc-tas] adding namespace I0703 22:06:12.307386 3320 namespace.go:96] [tssc-gitops] adding namespace took 809.677µs I0703 22:06:12.308096 3320 namespace.go:96] [rhtpa-operator] adding namespace took 1.415211ms I0703 22:06:12.308657 3320 namespace.go:96] [tssc-tas] adding namespace took 1.85045ms I0703 22:06:12.308679 3320 namespace.go:92] [tssc-tpa] adding namespace I0703 22:06:12.309186 3320 namespace.go:96] [tssc-tpa] adding namespace took 498.542µs I0703 22:06:12.323239 3320 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:06:12.345270 3320 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:06:12.345333 3320 namespace.go:136] [rhbk-operator] updating namespace I0703 22:06:12.353154 3320 namespace.go:136] [tssc-dh] updating namespace I0703 22:06:12.353207 3320 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:06:12.353362 3320 namespace.go:136] [tssc-gitops] updating namespace I0703 22:06:12.360013 3320 namespace.go:136] [rhbk-operator] updating namespace I0703 22:06:12.360183 3320 namespace.go:136] [tssc-tpa] updating namespace I0703 22:06:12.362982 3320 namespace.go:136] [tssc-tas] updating namespace I0703 22:06:12.376151 3320 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:06:12.387022 3320 namespace.go:136] [rhbk-operator] updating namespace I0703 22:06:12.402229 3320 namespace.go:136] [tssc-dh] updating namespace I0703 22:06:12.406044 3320 namespace.go:136] [tssc-dh] updating namespace I0703 22:06:12.432326 3320 namespace.go:136] [tssc-gitops] updating namespace I0703 22:06:12.450529 3320 namespace.go:136] [tssc-gitops] updating namespace I0703 22:06:12.458614 3320 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:06:12.482189 3320 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:06:12.506332 3320 namespace.go:136] [tssc-tas] updating namespace I0703 22:06:12.510138 3320 namespace.go:136] [tssc-tas] updating namespace I0703 22:06:12.532172 3320 namespace.go:136] [tssc-tpa] updating namespace I0703 22:06:12.539408 3320 namespace.go:136] [tssc-tpa] updating namespace I0703 22:06:13.400640 3320 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:06:13.400723 3320 namespace.go:136] [tssc-tpa] updating namespace I0703 22:06:13.572008 3320 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-1-181.ec2.internal I0703 22:06:13.572169 3320 kube.go:317] Updating pod tssc/test-tssc-subscriptions I0703 22:06:13.604672 3320 pod.go:62] [tssc/test-tssc-subscriptions] pod update took 32.543503ms I0703 22:06:13.604774 3320 base_network_controller_pods.go:921] [default/tssc/test-tssc-subscriptions] addLogicalPort annotation time took 32.651394ms I0703 22:06:13.606138 3320 pods.go:252] [tssc/test-tssc-subscriptions] addLogicalPort took 34.149222ms, libovsdb time 921.202µs I0703 22:06:13.935201 3320 cni.go:312] [tssc/test-tssc-subscriptions 0a18c8c2e7baafc73394275538bf7b10e35195512ad07468333e0bfddd16a45f network default NAD default] ADD starting CNI request [tssc/test-tssc-subscriptions 0a18c8c2e7baafc73394275538bf7b10e35195512ad07468333e0bfddd16a45f network default NAD default] I0703 22:06:13.936813 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:13.936885 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:06:13.943863 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-subscriptions, hostIfaceName: 0a18c8c2e7baafc, network: default, NAD default, SandboxID: "0a18c8c2e7baafc73394275538bf7b10e35195512ad07468333e0bfddd16a45f", PCI device ID: , UID: "25b6757f-af38-44c1-bb41-246dce7e8808", MAC: 0a:58:0a:80:00:1a, IPs: [10.128.0.26/23] I0703 22:06:13.988903 3320 cni.go:333] [tssc/test-tssc-subscriptions 0a18c8c2e7baafc73394275538bf7b10e35195512ad07468333e0bfddd16a45f network default NAD default] ADD finished CNI request [tssc/test-tssc-subscriptions 0a18c8c2e7baafc73394275538bf7b10e35195512ad07468333e0bfddd16a45f network default NAD default], result "{\"interfaces\":[{\"name\":\"0a18c8c2e7baafc\",\"mac\":\"66:8f:d1:8d:88:3e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1a\",\"sandbox\":\"/var/run/netns/ba893727-87c9-4e00-9d70-faf223e4cae8\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.26/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:06:15.170237 3320 base_network_controller_pods.go:477] [default/openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw] creating logical port openshift-marketplace_12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw for pod on switch ip-10-0-1-181.ec2.internal I0703 22:06:15.170371 3320 kube.go:317] Updating pod openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw I0703 22:06:15.182581 3320 pod.go:62] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw] pod update took 12.238723ms I0703 22:06:15.182672 3320 base_network_controller_pods.go:921] [default/openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw] addLogicalPort annotation time took 12.333007ms I0703 22:06:15.184144 3320 pods.go:252] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw] addLogicalPort took 13.935386ms, libovsdb time 978.121µs I0703 22:06:15.251685 3320 base_network_controller_pods.go:477] [default/openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg] creating logical port openshift-marketplace_feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg for pod on switch ip-10-0-1-181.ec2.internal I0703 22:06:15.252063 3320 kube.go:317] Updating pod openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg I0703 22:06:15.264876 3320 pod.go:62] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg] pod update took 12.854918ms I0703 22:06:15.265008 3320 base_network_controller_pods.go:921] [default/openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg] addLogicalPort annotation time took 12.994813ms I0703 22:06:15.266725 3320 pods.go:252] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg] addLogicalPort took 15.071555ms, libovsdb time 1.110481ms I0703 22:06:15.438189 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::648f:d1ff:fe8d:883e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:15.751014 3320 cni.go:312] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg bdfca77501e0d3d9abb6b21817685a4c21d27e1bb00476cb38057196df163706 network default NAD default] ADD starting CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg bdfca77501e0d3d9abb6b21817685a4c21d27e1bb00476cb38057196df163706 network default NAD default] I0703 22:06:15.752394 3320 cni.go:312] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw 68359bed7e59d6d6c2a6118e667ae3d7d40e099c52207a20f6f43fa24c99f135 network default NAD default] ADD starting CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw 68359bed7e59d6d6c2a6118e667ae3d7d40e099c52207a20f6f43fa24c99f135 network default NAD default] I0703 22:06:15.754578 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:15.754649 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:06:15.757423 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:15.757524 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:06:15.762646 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg, hostIfaceName: bdfca77501e0d3d, network: default, NAD default, SandboxID: "bdfca77501e0d3d9abb6b21817685a4c21d27e1bb00476cb38057196df163706", PCI device ID: , UID: "7832509b-1409-4436-9d16-74339c0d45ba", MAC: 0a:58:0a:80:00:1c, IPs: [10.128.0.28/23] I0703 22:06:15.764782 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw, hostIfaceName: 68359bed7e59d6d, network: default, NAD default, SandboxID: "68359bed7e59d6d6c2a6118e667ae3d7d40e099c52207a20f6f43fa24c99f135", PCI device ID: , UID: "9de785cf-a0b1-4fd7-ab2e-a4fd9fe12505", MAC: 0a:58:0a:80:00:1b, IPs: [10.128.0.27/23] I0703 22:06:15.812368 3320 cni.go:333] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg bdfca77501e0d3d9abb6b21817685a4c21d27e1bb00476cb38057196df163706 network default NAD default] ADD finished CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg bdfca77501e0d3d9abb6b21817685a4c21d27e1bb00476cb38057196df163706 network default NAD default], result "{\"interfaces\":[{\"name\":\"bdfca77501e0d3d\",\"mac\":\"3a:38:6b:a3:4b:38\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1c\",\"sandbox\":\"/var/run/netns/8ec9df80-bb58-41d5-8599-6cb224da1539\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.28/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:06:15.833789 3320 cni.go:333] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw 68359bed7e59d6d6c2a6118e667ae3d7d40e099c52207a20f6f43fa24c99f135 network default NAD default] ADD finished CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw 68359bed7e59d6d6c2a6118e667ae3d7d40e099c52207a20f6f43fa24c99f135 network default NAD default], result "{\"interfaces\":[{\"name\":\"68359bed7e59d6d\",\"mac\":\"ea:8d:ee:95:73:ab\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1b\",\"sandbox\":\"/var/run/netns/2055cc17-4311-42f5-8003-76d152812904\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.27/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:06:16.782102 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::e88d:eeff:fe95:73ab/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:17.550183 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::3838:6bff:fea3:4b38/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:18.679392 3320 base_network_controller_pods.go:477] [default/openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99] creating logical port openshift-marketplace_5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 for pod on switch ip-10-0-1-181.ec2.internal I0703 22:06:18.679515 3320 kube.go:317] Updating pod openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 I0703 22:06:18.692917 3320 pod.go:62] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99] pod update took 13.443313ms I0703 22:06:18.693027 3320 base_network_controller_pods.go:921] [default/openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99] addLogicalPort annotation time took 13.560781ms I0703 22:06:18.694737 3320 pods.go:252] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99] addLogicalPort took 15.363493ms, libovsdb time 1.163571ms I0703 22:06:18.792438 3320 base_network_controller_pods.go:477] [default/openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4] creating logical port openshift-marketplace_09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 for pod on switch ip-10-0-1-181.ec2.internal I0703 22:06:18.792606 3320 kube.go:317] Updating pod openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 I0703 22:06:18.805824 3320 pod.go:62] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4] pod update took 13.257587ms I0703 22:06:18.805851 3320 base_network_controller_pods.go:921] [default/openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4] addLogicalPort annotation time took 13.295233ms I0703 22:06:18.807821 3320 pods.go:252] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4] addLogicalPort took 15.418271ms, libovsdb time 1.361436ms I0703 22:06:18.878072 3320 base_network_controller_pods.go:477] [default/openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b] creating logical port openshift-marketplace_237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b for pod on switch ip-10-0-1-181.ec2.internal I0703 22:06:18.878409 3320 kube.go:317] Updating pod openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b I0703 22:06:18.891582 3320 pod.go:62] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b] pod update took 13.218071ms I0703 22:06:18.891682 3320 base_network_controller_pods.go:921] [default/openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b] addLogicalPort annotation time took 13.322794ms I0703 22:06:18.893677 3320 pods.go:252] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b] addLogicalPort took 15.623904ms, libovsdb time 1.360992ms I0703 22:06:18.979419 3320 base_network_controller_pods.go:477] [default/openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc] creating logical port openshift-marketplace_04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc for pod on switch ip-10-0-1-181.ec2.internal I0703 22:06:18.979608 3320 kube.go:317] Updating pod openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc I0703 22:06:18.993001 3320 pod.go:62] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc] pod update took 13.435963ms I0703 22:06:18.993035 3320 base_network_controller_pods.go:921] [default/openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc] addLogicalPort annotation time took 13.474363ms I0703 22:06:18.994683 3320 pods.go:252] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc] addLogicalPort took 15.295342ms, libovsdb time 1.101704ms I0703 22:06:19.428828 3320 cni.go:312] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw 68359bed7e59d6d6c2a6118e667ae3d7d40e099c52207a20f6f43fa24c99f135 network default NAD default] DEL starting CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw 68359bed7e59d6d6c2a6118e667ae3d7d40e099c52207a20f6f43fa24c99f135 network default NAD default] I0703 22:06:19.506074 3320 cni.go:333] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw 68359bed7e59d6d6c2a6118e667ae3d7d40e099c52207a20f6f43fa24c99f135 network default NAD default] DEL finished CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw 68359bed7e59d6d6c2a6118e667ae3d7d40e099c52207a20f6f43fa24c99f135 network default NAD default], result "{\"dns\":{}}", err I0703 22:06:19.723276 3320 obj_retry.go:466] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:19.723374 3320 pods.go:174] Deleting pod: openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw I0703 22:06:19.725593 3320 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw, ips: 10.128.0.27 I0703 22:06:19.725636 3320 obj_retry.go:466] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:20.745099 3320 obj_retry.go:460] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:20.745127 3320 obj_retry.go:460] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0599tdw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:20.820022 3320 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:20.820099 3320 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:22.203344 3320 cni.go:312] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b bb3f58710c989459899539904bee9333a05c1447f6cc24bce415e5a61a90aa48 network default NAD default] ADD starting CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b bb3f58710c989459899539904bee9333a05c1447f6cc24bce415e5a61a90aa48 network default NAD default] I0703 22:06:22.205881 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:22.205916 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:06:22.206388 3320 cni.go:312] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc 6728e9619630dc320aa6dbca847ebaa1c879a35d7b082390f31bb145e61a0ef4 network default NAD default] ADD starting CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc 6728e9619630dc320aa6dbca847ebaa1c879a35d7b082390f31bb145e61a0ef4 network default NAD default] I0703 22:06:22.208763 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:22.208792 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:06:22.209259 3320 cni.go:312] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 f9fa931c4fdbe6dbcf870bd3770cdd49912dbb3c6cecc8e58d8af7dff8c69093 network default NAD default] ADD starting CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 f9fa931c4fdbe6dbcf870bd3770cdd49912dbb3c6cecc8e58d8af7dff8c69093 network default NAD default] I0703 22:06:22.212183 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:22.212252 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:06:22.219247 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc, hostIfaceName: 6728e9619630dc3, network: default, NAD default, SandboxID: "6728e9619630dc320aa6dbca847ebaa1c879a35d7b082390f31bb145e61a0ef4", PCI device ID: , UID: "c91e5bf5-5327-4895-9ea8-926acf404e4a", MAC: 0a:58:0a:80:00:20, IPs: [10.128.0.32/23] I0703 22:06:22.221903 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b, hostIfaceName: bb3f58710c98945, network: default, NAD default, SandboxID: "bb3f58710c989459899539904bee9333a05c1447f6cc24bce415e5a61a90aa48", PCI device ID: , UID: "31dec4e3-91e8-4d7a-b1dc-a82b162fe8aa", MAC: 0a:58:0a:80:00:1f, IPs: [10.128.0.31/23] I0703 22:06:22.237619 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99, hostIfaceName: f9fa931c4fdbe6d, network: default, NAD default, SandboxID: "f9fa931c4fdbe6dbcf870bd3770cdd49912dbb3c6cecc8e58d8af7dff8c69093", PCI device ID: , UID: "315ccb1e-3dc5-40de-b1c5-e5976bd23f77", MAC: 0a:58:0a:80:00:1d, IPs: [10.128.0.29/23] I0703 22:06:22.284378 3320 cni.go:312] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 54fce8da63cb878fbcdb2ec36db3e2d01355c0c9f981f95ea9a389778b158629 network default NAD default] ADD starting CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 54fce8da63cb878fbcdb2ec36db3e2d01355c0c9f981f95ea9a389778b158629 network default NAD default] I0703 22:06:22.287219 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:22.287327 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:06:22.297262 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4, hostIfaceName: 54fce8da63cb878, network: default, NAD default, SandboxID: "54fce8da63cb878fbcdb2ec36db3e2d01355c0c9f981f95ea9a389778b158629", PCI device ID: , UID: "5708e5ea-7bdc-4a7c-b594-aba6af715aa8", MAC: 0a:58:0a:80:00:1e, IPs: [10.128.0.30/23] I0703 22:06:22.303819 3320 cni.go:333] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc 6728e9619630dc320aa6dbca847ebaa1c879a35d7b082390f31bb145e61a0ef4 network default NAD default] ADD finished CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc 6728e9619630dc320aa6dbca847ebaa1c879a35d7b082390f31bb145e61a0ef4 network default NAD default], result "{\"interfaces\":[{\"name\":\"6728e9619630dc3\",\"mac\":\"86:be:dc:0c:d8:00\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:20\",\"sandbox\":\"/var/run/netns/9cebe833-a04d-40ce-bbc9-786ee1b17aa1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.32/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:06:22.321989 3320 cni.go:333] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b bb3f58710c989459899539904bee9333a05c1447f6cc24bce415e5a61a90aa48 network default NAD default] ADD finished CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b bb3f58710c989459899539904bee9333a05c1447f6cc24bce415e5a61a90aa48 network default NAD default], result "{\"interfaces\":[{\"name\":\"bb3f58710c98945\",\"mac\":\"ee:f3:1e:6c:53:4e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1f\",\"sandbox\":\"/var/run/netns/20d0441a-5799-47ee-a560-9e50032339c5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.31/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:06:22.344477 3320 cni.go:333] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 f9fa931c4fdbe6dbcf870bd3770cdd49912dbb3c6cecc8e58d8af7dff8c69093 network default NAD default] ADD finished CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 f9fa931c4fdbe6dbcf870bd3770cdd49912dbb3c6cecc8e58d8af7dff8c69093 network default NAD default], result "{\"interfaces\":[{\"name\":\"f9fa931c4fdbe6d\",\"mac\":\"0e:55:d8:91:78:2f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1d\",\"sandbox\":\"/var/run/netns/c276470a-9580-4144-bb98-abffc29843fa\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.29/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:06:22.383619 3320 cni.go:333] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 54fce8da63cb878fbcdb2ec36db3e2d01355c0c9f981f95ea9a389778b158629 network default NAD default] ADD finished CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 54fce8da63cb878fbcdb2ec36db3e2d01355c0c9f981f95ea9a389778b158629 network default NAD default], result "{\"interfaces\":[{\"name\":\"54fce8da63cb878\",\"mac\":\"e6:06:16:6c:07:bf\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1e\",\"sandbox\":\"/var/run/netns/8e0fd5bf-40a8-4245-a90d-659ddd273ba3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.30/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:06:23.456241 3320 cni.go:312] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg bdfca77501e0d3d9abb6b21817685a4c21d27e1bb00476cb38057196df163706 network default NAD default] DEL starting CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg bdfca77501e0d3d9abb6b21817685a4c21d27e1bb00476cb38057196df163706 network default NAD default] I0703 22:06:23.530385 3320 cni.go:333] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg bdfca77501e0d3d9abb6b21817685a4c21d27e1bb00476cb38057196df163706 network default NAD default] DEL finished CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg bdfca77501e0d3d9abb6b21817685a4c21d27e1bb00476cb38057196df163706 network default NAD default], result "{\"dns\":{}}", err I0703 22:06:23.566702 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::c55:d8ff:fe91:782f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:23.566727 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::ecf3:1eff:fe6c:534e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:23.575759 3320 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:23.575801 3320 pods.go:174] Deleting pod: openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg I0703 22:06:23.577362 3320 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg, ips: 10.128.0.28 I0703 22:06:23.577390 3320 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:23.758123 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::84be:dcff:fe0c:d800/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:24.078280 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::e406:16ff:fe6c:7bf/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:06:24.668520 3320 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:24.668545 3320 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0703 22:06:25.934021 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:06:25.934058 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:06:25.934067 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:06:27.488576 3320 cni.go:312] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b bb3f58710c989459899539904bee9333a05c1447f6cc24bce415e5a61a90aa48 network default NAD default] DEL starting CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b bb3f58710c989459899539904bee9333a05c1447f6cc24bce415e5a61a90aa48 network default NAD default] I0703 22:06:27.488739 3320 cni.go:312] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc 6728e9619630dc320aa6dbca847ebaa1c879a35d7b082390f31bb145e61a0ef4 network default NAD default] DEL starting CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc 6728e9619630dc320aa6dbca847ebaa1c879a35d7b082390f31bb145e61a0ef4 network default NAD default] I0703 22:06:27.489055 3320 cni.go:312] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 54fce8da63cb878fbcdb2ec36db3e2d01355c0c9f981f95ea9a389778b158629 network default NAD default] DEL starting CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 54fce8da63cb878fbcdb2ec36db3e2d01355c0c9f981f95ea9a389778b158629 network default NAD default] I0703 22:06:27.489772 3320 cni.go:312] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 f9fa931c4fdbe6dbcf870bd3770cdd49912dbb3c6cecc8e58d8af7dff8c69093 network default NAD default] DEL starting CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 f9fa931c4fdbe6dbcf870bd3770cdd49912dbb3c6cecc8e58d8af7dff8c69093 network default NAD default] I0703 22:06:27.580778 3320 cni.go:333] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc 6728e9619630dc320aa6dbca847ebaa1c879a35d7b082390f31bb145e61a0ef4 network default NAD default] DEL finished CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc 6728e9619630dc320aa6dbca847ebaa1c879a35d7b082390f31bb145e61a0ef4 network default NAD default], result "{\"dns\":{}}", err I0703 22:06:27.628988 3320 cni.go:333] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 54fce8da63cb878fbcdb2ec36db3e2d01355c0c9f981f95ea9a389778b158629 network default NAD default] DEL finished CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 54fce8da63cb878fbcdb2ec36db3e2d01355c0c9f981f95ea9a389778b158629 network default NAD default], result "{\"dns\":{}}", err I0703 22:06:27.646510 3320 cni.go:333] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b bb3f58710c989459899539904bee9333a05c1447f6cc24bce415e5a61a90aa48 network default NAD default] DEL finished CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b bb3f58710c989459899539904bee9333a05c1447f6cc24bce415e5a61a90aa48 network default NAD default], result "{\"dns\":{}}", err I0703 22:06:27.656137 3320 obj_retry.go:466] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:27.656237 3320 pods.go:174] Deleting pod: openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc I0703 22:06:27.660072 3320 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc, ips: 10.128.0.32 I0703 22:06:27.660169 3320 obj_retry.go:466] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:27.669120 3320 cni.go:333] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 f9fa931c4fdbe6dbcf870bd3770cdd49912dbb3c6cecc8e58d8af7dff8c69093 network default NAD default] DEL finished CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 f9fa931c4fdbe6dbcf870bd3770cdd49912dbb3c6cecc8e58d8af7dff8c69093 network default NAD default], result "{\"dns\":{}}", err I0703 22:06:27.747388 3320 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:27.747443 3320 pods.go:174] Deleting pod: openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 I0703 22:06:27.748933 3320 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4, ips: 10.128.0.30 I0703 22:06:27.748988 3320 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:27.878984 3320 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:27.879090 3320 pods.go:174] Deleting pod: openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b I0703 22:06:27.881871 3320 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b, ips: 10.128.0.31 I0703 22:06:27.882020 3320 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:27.999600 3320 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:27.999737 3320 pods.go:174] Deleting pod: openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 I0703 22:06:28.001549 3320 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99, ips: 10.128.0.29 I0703 22:06:28.001643 3320 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:06:28.687534 3320 obj_retry.go:460] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:28.687634 3320 obj_retry.go:460] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:28.772278 3320 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:28.772389 3320 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bakzjw4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:28.901928 3320 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:28.901999 3320 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2zh24b of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:29.021811 3320 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:06:29.021886 3320 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615jvc99 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0703 22:06:36.254420 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:06:36.254452 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:06:36.254461 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:06:39.419677 3320 namespace.go:136] [openshift-operators] updating namespace I0703 22:06:39.451682 3320 namespace.go:136] [openshift-operators] updating namespace E0703 22:06:46.281519 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:06:46.281588 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:06:46.281599 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:06:50.555857 3320 namespace.go:92] [trusted-artifact-signer] adding namespace I0703 22:06:50.556756 3320 namespace.go:96] [trusted-artifact-signer] adding namespace took 875.651µs I0703 22:06:50.580217 3320 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 22:06:50.591419 3320 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 22:06:50.835142 3320 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:50.835222 3320 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:53.168397 3320 namespace.go:136] [openshift-operators] updating namespace E0703 22:06:56.691445 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:06:56.691519 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:06:56.691529 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:07:12.648671 3320 cni.go:312] [tssc/test-tssc-subscriptions 0a18c8c2e7baafc73394275538bf7b10e35195512ad07468333e0bfddd16a45f network default NAD default] DEL starting CNI request [tssc/test-tssc-subscriptions 0a18c8c2e7baafc73394275538bf7b10e35195512ad07468333e0bfddd16a45f network default NAD default] I0703 22:07:12.718804 3320 cni.go:333] [tssc/test-tssc-subscriptions 0a18c8c2e7baafc73394275538bf7b10e35195512ad07468333e0bfddd16a45f network default NAD default] DEL finished CNI request [tssc/test-tssc-subscriptions 0a18c8c2e7baafc73394275538bf7b10e35195512ad07468333e0bfddd16a45f network default NAD default], result "{\"dns\":{}}", err I0703 22:07:12.863330 3320 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:12.863448 3320 pods.go:174] Deleting pod: tssc/test-tssc-subscriptions I0703 22:07:12.864846 3320 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-subscriptions, ips: 10.128.0.26 I0703 22:07:12.864877 3320 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:12.885998 3320 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:12.886024 3320 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:12.892633 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-subscriptions I0703 22:07:12.892663 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-subscriptions I0703 22:07:13.661995 3320 namespace.go:136] [tssc-gitops] updating namespace I0703 22:07:13.744238 3320 namespace.go:136] [tssc-gitops] updating namespace I0703 22:07:13.848330 3320 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-post-deploy-hsg54] creating logical port tssc-gitops_tssc-gitops-post-deploy-hsg54 for pod on switch ip-10-0-1-181.ec2.internal I0703 22:07:13.848425 3320 kube.go:317] Updating pod tssc-gitops/tssc-gitops-post-deploy-hsg54 I0703 22:07:13.850229 3320 namespace.go:92] [openshift-gitops] adding namespace I0703 22:07:13.851105 3320 namespace.go:96] [openshift-gitops] adding namespace took 857.323µs I0703 22:07:13.891213 3320 namespace.go:136] [openshift-gitops] updating namespace I0703 22:07:13.894473 3320 pod.go:62] [tssc-gitops/tssc-gitops-post-deploy-hsg54] pod update took 46.071427ms I0703 22:07:13.894496 3320 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-post-deploy-hsg54] addLogicalPort annotation time took 46.099954ms I0703 22:07:13.895601 3320 pods.go:252] [tssc-gitops/tssc-gitops-post-deploy-hsg54] addLogicalPort took 47.288414ms, libovsdb time 776.776µs I0703 22:07:13.976220 3320 namespace.go:136] [openshift-gitops] updating namespace I0703 22:07:14.213836 3320 cni.go:312] [tssc-gitops/tssc-gitops-post-deploy-hsg54 e2413a3dc8e4b9b6c1cd1b66fbc82c50bb3053ec7a6ad696619acb1a1b3bdf07 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-post-deploy-hsg54 e2413a3dc8e4b9b6c1cd1b66fbc82c50bb3053ec7a6ad696619acb1a1b3bdf07 network default NAD default] I0703 22:07:14.216712 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:14.216936 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:14.222366 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-post-deploy-hsg54, hostIfaceName: e2413a3dc8e4b9b, network: default, NAD default, SandboxID: "e2413a3dc8e4b9b6c1cd1b66fbc82c50bb3053ec7a6ad696619acb1a1b3bdf07", PCI device ID: , UID: "d3613d0a-1e2b-4bcb-a18e-e7e2b7434ec0", MAC: 0a:58:0a:80:00:21, IPs: [10.128.0.33/23] I0703 22:07:14.270331 3320 cni.go:333] [tssc-gitops/tssc-gitops-post-deploy-hsg54 e2413a3dc8e4b9b6c1cd1b66fbc82c50bb3053ec7a6ad696619acb1a1b3bdf07 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-post-deploy-hsg54 e2413a3dc8e4b9b6c1cd1b66fbc82c50bb3053ec7a6ad696619acb1a1b3bdf07 network default NAD default], result "{\"interfaces\":[{\"name\":\"e2413a3dc8e4b9b\",\"mac\":\"62:29:16:ef:e6:5b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:21\",\"sandbox\":\"/var/run/netns/e376336b-31f0-4f47-ae3f-ab14813c1e36\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.33/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:16.110166 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::6029:16ff:feef:e65b/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:19.137525 3320 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk] creating logical port tssc-gitops_tssc-gitops-dex-server-79bcdc956f-qrcnk for pod on switch ip-10-0-1-181.ec2.internal I0703 22:07:19.137632 3320 kube.go:317] Updating pod tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk I0703 22:07:19.154310 3320 pod.go:62] [tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk] pod update took 16.699808ms I0703 22:07:19.154349 3320 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk] addLogicalPort annotation time took 16.745665ms I0703 22:07:19.156022 3320 pods.go:252] [tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk] addLogicalPort took 18.521015ms, libovsdb time 1.153893ms I0703 22:07:19.702454 3320 base_network_controller_pods.go:477] [default/openshift-gitops/cluster-5877c478c5-6ddhc] creating logical port openshift-gitops_cluster-5877c478c5-6ddhc for pod on switch ip-10-0-1-181.ec2.internal I0703 22:07:19.702641 3320 kube.go:317] Updating pod openshift-gitops/cluster-5877c478c5-6ddhc I0703 22:07:19.722612 3320 pod.go:62] [openshift-gitops/cluster-5877c478c5-6ddhc] pod update took 20.00683ms I0703 22:07:19.722642 3320 base_network_controller_pods.go:921] [default/openshift-gitops/cluster-5877c478c5-6ddhc] addLogicalPort annotation time took 20.043259ms I0703 22:07:19.724238 3320 pods.go:252] [openshift-gitops/cluster-5877c478c5-6ddhc] addLogicalPort took 21.800925ms, libovsdb time 1.100807ms I0703 22:07:19.795168 3320 base_network_controller_pods.go:477] [default/openshift-gitops/gitops-plugin-77998f4897-b962q] creating logical port openshift-gitops_gitops-plugin-77998f4897-b962q for pod on switch ip-10-0-1-181.ec2.internal I0703 22:07:19.795333 3320 kube.go:317] Updating pod openshift-gitops/gitops-plugin-77998f4897-b962q I0703 22:07:19.809511 3320 pod.go:62] [openshift-gitops/gitops-plugin-77998f4897-b962q] pod update took 14.22098ms I0703 22:07:19.809539 3320 base_network_controller_pods.go:921] [default/openshift-gitops/gitops-plugin-77998f4897-b962q] addLogicalPort annotation time took 14.251057ms I0703 22:07:19.811058 3320 pods.go:252] [openshift-gitops/gitops-plugin-77998f4897-b962q] addLogicalPort took 15.90584ms, libovsdb time 997.311µs I0703 22:07:20.460194 3320 cni.go:312] [openshift-gitops/gitops-plugin-77998f4897-b962q f6654ef43dde9b22e22094cfe4249e8c3d0238c9154c4a7e5f192721d0392faf network default NAD default] ADD starting CNI request [openshift-gitops/gitops-plugin-77998f4897-b962q f6654ef43dde9b22e22094cfe4249e8c3d0238c9154c4a7e5f192721d0392faf network default NAD default] I0703 22:07:20.463933 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:20.464044 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:20.471201 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: gitops-plugin-77998f4897-b962q, hostIfaceName: f6654ef43dde9b2, network: default, NAD default, SandboxID: "f6654ef43dde9b22e22094cfe4249e8c3d0238c9154c4a7e5f192721d0392faf", PCI device ID: , UID: "f6287be8-6b6b-4954-855a-d32baad565d4", MAC: 0a:58:0a:80:00:24, IPs: [10.128.0.36/23] I0703 22:07:20.493180 3320 cni.go:312] [openshift-gitops/cluster-5877c478c5-6ddhc 1dbca961af41481b6eead005a1058927f666701614d5b0281403c7a8b8697b88 network default NAD default] ADD starting CNI request [openshift-gitops/cluster-5877c478c5-6ddhc 1dbca961af41481b6eead005a1058927f666701614d5b0281403c7a8b8697b88 network default NAD default] I0703 22:07:20.494293 3320 cni.go:312] [tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk 7266cbd424191c54246b7ea37cdb45d7df4dacec6e34ff66a77f66ef612e6198 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk 7266cbd424191c54246b7ea37cdb45d7df4dacec6e34ff66a77f66ef612e6198 network default NAD default] I0703 22:07:20.497435 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:20.497516 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:20.497697 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:20.497729 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:20.511568 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-dex-server-79bcdc956f-qrcnk, hostIfaceName: 7266cbd424191c5, network: default, NAD default, SandboxID: "7266cbd424191c54246b7ea37cdb45d7df4dacec6e34ff66a77f66ef612e6198", PCI device ID: , UID: "38f16bec-f779-43a2-a1bb-fd1d424e9c72", MAC: 0a:58:0a:80:00:22, IPs: [10.128.0.34/23] I0703 22:07:20.513653 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: cluster-5877c478c5-6ddhc, hostIfaceName: 1dbca961af41481, network: default, NAD default, SandboxID: "1dbca961af41481b6eead005a1058927f666701614d5b0281403c7a8b8697b88", PCI device ID: , UID: "91125497-e527-415a-81c9-f50ee26448e5", MAC: 0a:58:0a:80:00:23, IPs: [10.128.0.35/23] I0703 22:07:20.542237 3320 cni.go:333] [openshift-gitops/gitops-plugin-77998f4897-b962q f6654ef43dde9b22e22094cfe4249e8c3d0238c9154c4a7e5f192721d0392faf network default NAD default] ADD finished CNI request [openshift-gitops/gitops-plugin-77998f4897-b962q f6654ef43dde9b22e22094cfe4249e8c3d0238c9154c4a7e5f192721d0392faf network default NAD default], result "{\"interfaces\":[{\"name\":\"f6654ef43dde9b2\",\"mac\":\"f2:5a:dc:5b:7e:1b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:24\",\"sandbox\":\"/var/run/netns/1e6112d4-88ab-4895-b86d-b4471e68c549\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.36/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:20.575161 3320 cni.go:333] [openshift-gitops/cluster-5877c478c5-6ddhc 1dbca961af41481b6eead005a1058927f666701614d5b0281403c7a8b8697b88 network default NAD default] ADD finished CNI request [openshift-gitops/cluster-5877c478c5-6ddhc 1dbca961af41481b6eead005a1058927f666701614d5b0281403c7a8b8697b88 network default NAD default], result "{\"interfaces\":[{\"name\":\"1dbca961af41481\",\"mac\":\"2e:a7:37:72:5b:54\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:23\",\"sandbox\":\"/var/run/netns/85945e01-67b5-433b-b21e-53859300b589\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.35/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:20.596620 3320 cni.go:333] [tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk 7266cbd424191c54246b7ea37cdb45d7df4dacec6e34ff66a77f66ef612e6198 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk 7266cbd424191c54246b7ea37cdb45d7df4dacec6e34ff66a77f66ef612e6198 network default NAD default], result "{\"interfaces\":[{\"name\":\"7266cbd424191c5\",\"mac\":\"42:6e:9b:bf:74:a5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:22\",\"sandbox\":\"/var/run/netns/0b3c576f-5c64-4043-b972-b67aebc9a40e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.34/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:20.864576 3320 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:20.864652 3320 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:21.679181 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::2ca7:37ff:fe72:5b54/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:22.127159 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::406e:9bff:febf:74a5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:22.190142 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::f05a:dcff:fe5b:7e1b/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:22.569592 3320 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-server-5f9785c7f4-t9ncf] creating logical port openshift-gitops_openshift-gitops-server-5f9785c7f4-t9ncf for pod on switch ip-10-0-1-181.ec2.internal I0703 22:07:22.569705 3320 kube.go:317] Updating pod openshift-gitops/openshift-gitops-server-5f9785c7f4-t9ncf I0703 22:07:22.589060 3320 pod.go:62] [openshift-gitops/openshift-gitops-server-5f9785c7f4-t9ncf] pod update took 19.386296ms I0703 22:07:22.589089 3320 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-server-5f9785c7f4-t9ncf] addLogicalPort annotation time took 19.422456ms I0703 22:07:22.590517 3320 pods.go:252] [openshift-gitops/openshift-gitops-server-5f9785c7f4-t9ncf] addLogicalPort took 20.943094ms, libovsdb time 968.969µs I0703 22:07:23.106909 3320 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-network-policy for network default I0703 22:07:23.108128 3320 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:23.108944 3320 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:23.110106 3320 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:23.110181 3320 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:23.112421 3320 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-network-policy resources completed, update namespace loglevel I0703 22:07:23.117339 3320 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-ha-network-policy for network default I0703 22:07:23.117412 3320 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:23.118137 3320 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:23.125776 3320 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-dex-server-network-policy for network default I0703 22:07:23.125836 3320 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:23.140935 3320 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:23.141067 3320 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy for network default I0703 22:07:23.141119 3320 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy added to peer address sets [] I0703 22:07:23.154534 3320 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:23.154632 3320 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-server-network-policy for network default I0703 22:07:23.154672 3320 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-server-network-policy added to peer address sets [] I0703 22:07:23.156061 3320 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-server-network-policy resources completed, update namespace loglevel I0703 22:07:23.156129 3320 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-application-controller-network-policy for network default I0703 22:07:23.156156 3320 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-application-controller-network-policy added to peer address sets [] I0703 22:07:23.169687 3320 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:23.169735 3320 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-repo-server-network-policy for network default I0703 22:07:23.170403 3320 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:23.170929 3320 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:23.171981 3320 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:23.172006 3320 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:23.185917 3320 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:23.465761 3320 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-dex-server-8667fc9778-dbmtf] creating logical port openshift-gitops_openshift-gitops-dex-server-8667fc9778-dbmtf for pod on switch ip-10-0-1-181.ec2.internal I0703 22:07:23.466023 3320 kube.go:317] Updating pod openshift-gitops/openshift-gitops-dex-server-8667fc9778-dbmtf I0703 22:07:23.480361 3320 pod.go:62] [openshift-gitops/openshift-gitops-dex-server-8667fc9778-dbmtf] pod update took 14.454824ms I0703 22:07:23.480450 3320 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-dex-server-8667fc9778-dbmtf] addLogicalPort annotation time took 14.550419ms I0703 22:07:23.482276 3320 pods.go:252] [openshift-gitops/openshift-gitops-dex-server-8667fc9778-dbmtf] addLogicalPort took 16.539601ms, libovsdb time 1.237433ms I0703 22:07:24.569179 3320 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-1-181.ec2.internal I0703 22:07:24.569313 3320 kube.go:317] Updating pod tssc-gitops/tssc-gitops-application-controller-0 I0703 22:07:24.589311 3320 pod.go:62] [tssc-gitops/tssc-gitops-application-controller-0] pod update took 20.021652ms I0703 22:07:24.589342 3320 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-application-controller-0] addLogicalPort annotation time took 20.058006ms I0703 22:07:24.590866 3320 pods.go:252] [tssc-gitops/tssc-gitops-application-controller-0] addLogicalPort took 21.70319ms, libovsdb time 987.271µs I0703 22:07:24.842691 3320 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-network-policy for network default I0703 22:07:24.843888 3320 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:24.845038 3320 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:24.845980 3320 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:24.846044 3320 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:24.848390 3320 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-network-policy resources completed, update namespace loglevel I0703 22:07:24.879625 3320 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-ha-network-policy for network default I0703 22:07:24.879687 3320 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:24.880690 3320 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:24.908018 3320 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-dex-server-network-policy for network default I0703 22:07:24.908081 3320 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:24.921461 3320 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:24.924582 3320 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy for network default I0703 22:07:24.924612 3320 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy added to peer address sets [] I0703 22:07:24.936395 3320 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:24.940005 3320 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-server-network-policy for network default I0703 22:07:24.940030 3320 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-server-network-policy added to peer address sets [] I0703 22:07:24.940981 3320 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-server-network-policy resources completed, update namespace loglevel I0703 22:07:24.967040 3320 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-application-controller-network-policy for network default I0703 22:07:24.967074 3320 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-application-controller-network-policy added to peer address sets [] I0703 22:07:24.980136 3320 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:24.983639 3320 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-repo-server-network-policy for network default I0703 22:07:24.984243 3320 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:24.984831 3320 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:24.985843 3320 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:24.985861 3320 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:24.998440 3320 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:25.912580 3320 cni.go:312] [tssc-gitops/tssc-gitops-application-controller-0 0c9db2fe77ae79415242cd910fc945231de781195b48c9bcd2a6793ad9cc92c3 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-application-controller-0 0c9db2fe77ae79415242cd910fc945231de781195b48c9bcd2a6793ad9cc92c3 network default NAD default] I0703 22:07:25.916158 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:25.916189 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:25.922367 3320 cni.go:312] [openshift-gitops/openshift-gitops-server-5f9785c7f4-t9ncf 9e3ae8b88b8e20a738b7dc6689c46b7b6659e1661e15445b3461cee000dd7ffc network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-server-5f9785c7f4-t9ncf 9e3ae8b88b8e20a738b7dc6689c46b7b6659e1661e15445b3461cee000dd7ffc network default NAD default] I0703 22:07:25.924642 3320 cni.go:312] [openshift-gitops/openshift-gitops-dex-server-8667fc9778-dbmtf f75a325847dbe2a7a5c9d5f75ff554935e3521f0a8abd1041a41e2a10a259290 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-dex-server-8667fc9778-dbmtf f75a325847dbe2a7a5c9d5f75ff554935e3521f0a8abd1041a41e2a10a259290 network default NAD default] I0703 22:07:25.925874 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-application-controller-0, hostIfaceName: 0c9db2fe77ae794, network: default, NAD default, SandboxID: "0c9db2fe77ae79415242cd910fc945231de781195b48c9bcd2a6793ad9cc92c3", PCI device ID: , UID: "864df64d-5893-40bd-b9bd-94dc00e7b596", MAC: 0a:58:0a:80:00:27, IPs: [10.128.0.39/23] I0703 22:07:25.926911 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:25.927003 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:25.927046 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:25.927076 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:07:25.940420 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-dex-server-8667fc9778-dbmtf, hostIfaceName: f75a325847dbe2a, network: default, NAD default, SandboxID: "f75a325847dbe2a7a5c9d5f75ff554935e3521f0a8abd1041a41e2a10a259290", PCI device ID: , UID: "873062ba-ccdf-45a0-89a5-f092809deed2", MAC: 0a:58:0a:80:00:26, IPs: [10.128.0.38/23] I0703 22:07:25.944053 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-server-5f9785c7f4-t9ncf, hostIfaceName: 9e3ae8b88b8e20a, network: default, NAD default, SandboxID: "9e3ae8b88b8e20a738b7dc6689c46b7b6659e1661e15445b3461cee000dd7ffc", PCI device ID: , UID: "ae78e077-6ce3-4de2-a52b-34a35381a21d", MAC: 0a:58:0a:80:00:25, IPs: [10.128.0.37/23] I0703 22:07:26.211767 3320 cni.go:333] [tssc-gitops/tssc-gitops-application-controller-0 0c9db2fe77ae79415242cd910fc945231de781195b48c9bcd2a6793ad9cc92c3 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-application-controller-0 0c9db2fe77ae79415242cd910fc945231de781195b48c9bcd2a6793ad9cc92c3 network default NAD default], result "{\"interfaces\":[{\"name\":\"0c9db2fe77ae794\",\"mac\":\"72:18:23:56:e6:a3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:27\",\"sandbox\":\"/var/run/netns/bcb7b017-22b7-48ab-9201-d720834563e8\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.39/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:26.237382 3320 cni.go:333] [openshift-gitops/openshift-gitops-server-5f9785c7f4-t9ncf 9e3ae8b88b8e20a738b7dc6689c46b7b6659e1661e15445b3461cee000dd7ffc network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-server-5f9785c7f4-t9ncf 9e3ae8b88b8e20a738b7dc6689c46b7b6659e1661e15445b3461cee000dd7ffc network default NAD default], result "{\"interfaces\":[{\"name\":\"9e3ae8b88b8e20a\",\"mac\":\"f2:9b:02:92:e8:b6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:25\",\"sandbox\":\"/var/run/netns/d047e813-a247-45e4-b624-eed57f00d55c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.37/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:26.237841 3320 cni.go:333] [openshift-gitops/openshift-gitops-dex-server-8667fc9778-dbmtf f75a325847dbe2a7a5c9d5f75ff554935e3521f0a8abd1041a41e2a10a259290 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-dex-server-8667fc9778-dbmtf f75a325847dbe2a7a5c9d5f75ff554935e3521f0a8abd1041a41e2a10a259290 network default NAD default], result "{\"interfaces\":[{\"name\":\"f75a325847dbe2a\",\"mac\":\"b6:4e:07:a8:08:b4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:26\",\"sandbox\":\"/var/run/netns/476a71bf-8cf7-407d-ba69-919d8d2fb999\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.38/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:07:27.311111 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::f09b:2ff:fe92:e8b6/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:07:27.371067 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:07:27.371095 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:07:27.371104 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:07:27.374122 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::7018:23ff:fe56:e6a3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:27.630109 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: fe80::b44e:7ff:fea8:8b4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:07:30.320078 3320 namespace.go:136] [openshift-gitops] updating namespace I0703 22:07:31.093387 3320 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 E0703 22:07:37.848827 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:07:37.848858 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:07:37.848866 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:07:38.868443 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 20 items received I0703 22:07:41.490698 3320 cni.go:312] [tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk 7266cbd424191c54246b7ea37cdb45d7df4dacec6e34ff66a77f66ef612e6198 network default NAD default] DEL starting CNI request [tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk 7266cbd424191c54246b7ea37cdb45d7df4dacec6e34ff66a77f66ef612e6198 network default NAD default] I0703 22:07:41.560704 3320 cni.go:333] [tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk 7266cbd424191c54246b7ea37cdb45d7df4dacec6e34ff66a77f66ef612e6198 network default NAD default] DEL finished CNI request [tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk 7266cbd424191c54246b7ea37cdb45d7df4dacec6e34ff66a77f66ef612e6198 network default NAD default], result "{\"dns\":{}}", err I0703 22:07:41.692596 3320 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:41.692701 3320 pods.go:174] Deleting pod: tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk I0703 22:07:41.694182 3320 pods.go:217] Attempting to release IPs for pod: tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk, ips: 10.128.0.34 I0703 22:07:41.694219 3320 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:41.694259 3320 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 22:07:41.694273 3320 base_network_controller_policy.go:635] Processing NetworkPolicy tssc-gitops/tssc-gitops-dex-server-network-policy to delete 1 local pods... I0703 22:07:42.030639 3320 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:42.030667 3320 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:42.030694 3320 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:42.061879 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.localPodSelector tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk I0703 22:07:42.061907 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk I0703 22:07:42.061936 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/tssc-gitops-dex-server-79bcdc956f-qrcnk E0703 22:07:48.088716 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:07:48.088742 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:07:48.088750 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:07:50.885375 3320 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:50.885459 3320 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:07:58.446182 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:07:58.446214 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:07:58.446222 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:08:01.004022 3320 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 3 items received I0703 22:08:03.914065 3320 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-2jc2k of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:03.914649 3320 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-2jc2k of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:03.914695 3320 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-2jc2k of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 22:08:03.914705 3320 base_network_controller_policy.go:635] Processing NetworkPolicy openshift-gitops/openshift-gitops-dex-server-network-policy to delete 1 local pods... I0703 22:08:04.829386 3320 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-2jc2k of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:04.829412 3320 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-2jc2k of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:04.829433 3320 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-2jc2k of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:04.832319 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.localPodSelector openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-2jc2k I0703 22:08:04.832364 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-2jc2k I0703 22:08:04.832381 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-2jc2k I0703 22:08:20.913074 3320 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:20.913132 3320 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:36.964034 3320 cni.go:312] [tssc-gitops/tssc-gitops-post-deploy-hsg54 e2413a3dc8e4b9b6c1cd1b66fbc82c50bb3053ec7a6ad696619acb1a1b3bdf07 network default NAD default] DEL starting CNI request [tssc-gitops/tssc-gitops-post-deploy-hsg54 e2413a3dc8e4b9b6c1cd1b66fbc82c50bb3053ec7a6ad696619acb1a1b3bdf07 network default NAD default] I0703 22:08:37.043334 3320 cni.go:333] [tssc-gitops/tssc-gitops-post-deploy-hsg54 e2413a3dc8e4b9b6c1cd1b66fbc82c50bb3053ec7a6ad696619acb1a1b3bdf07 network default NAD default] DEL finished CNI request [tssc-gitops/tssc-gitops-post-deploy-hsg54 e2413a3dc8e4b9b6c1cd1b66fbc82c50bb3053ec7a6ad696619acb1a1b3bdf07 network default NAD default], result "{\"dns\":{}}", err I0703 22:08:37.090262 3320 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-hsg54 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:37.090340 3320 pods.go:174] Deleting pod: tssc-gitops/tssc-gitops-post-deploy-hsg54 I0703 22:08:37.091972 3320 pods.go:217] Attempting to release IPs for pod: tssc-gitops/tssc-gitops-post-deploy-hsg54, ips: 10.128.0.33 I0703 22:08:37.092001 3320 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-hsg54 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:38.122166 3320 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-hsg54 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:38.122188 3320 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-hsg54 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:38.303322 3320 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-1-181.ec2.internal I0703 22:08:38.303431 3320 kube.go:317] Updating pod tssc-gitops/test-tssc-gitops I0703 22:08:38.321297 3320 pod.go:62] [tssc-gitops/test-tssc-gitops] pod update took 17.886475ms I0703 22:08:38.321392 3320 base_network_controller_pods.go:921] [default/tssc-gitops/test-tssc-gitops] addLogicalPort annotation time took 17.989472ms I0703 22:08:38.322834 3320 pods.go:252] [tssc-gitops/test-tssc-gitops] addLogicalPort took 19.546886ms, libovsdb time 932.843µs I0703 22:08:38.668969 3320 cni.go:312] [tssc-gitops/test-tssc-gitops 2b24c0321dc28c4582fe2006db36db2d0029182dff04aa86c2b4bd96ab003a93 network default NAD default] ADD starting CNI request [tssc-gitops/test-tssc-gitops 2b24c0321dc28c4582fe2006db36db2d0029182dff04aa86c2b4bd96ab003a93 network default NAD default] I0703 22:08:38.670750 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:08:38.670777 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:08:38.678341 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: test-tssc-gitops, hostIfaceName: 2b24c0321dc28c4, network: default, NAD default, SandboxID: "2b24c0321dc28c4582fe2006db36db2d0029182dff04aa86c2b4bd96ab003a93", PCI device ID: , UID: "9758cb56-78ae-4053-9dd0-c8eb696c8073", MAC: 0a:58:0a:80:00:28, IPs: [10.128.0.40/23] I0703 22:08:38.724888 3320 cni.go:333] [tssc-gitops/test-tssc-gitops 2b24c0321dc28c4582fe2006db36db2d0029182dff04aa86c2b4bd96ab003a93 network default NAD default] ADD finished CNI request [tssc-gitops/test-tssc-gitops 2b24c0321dc28c4582fe2006db36db2d0029182dff04aa86c2b4bd96ab003a93 network default NAD default], result "{\"interfaces\":[{\"name\":\"2b24c0321dc28c4\",\"mac\":\"1e:a9:88:fa:0a:2a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:28\",\"sandbox\":\"/var/run/netns/36373cbc-f507-4e5f-9b41-9bdb8973d795\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.40/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:08:40.718147 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: fe80::1ca9:88ff:fefa:a2a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:08:42.082971 3320 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 1 items received I0703 22:08:43.875601 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 103 items received I0703 22:08:47.010683 3320 cni.go:312] [tssc-gitops/test-tssc-gitops 2b24c0321dc28c4582fe2006db36db2d0029182dff04aa86c2b4bd96ab003a93 network default NAD default] DEL starting CNI request [tssc-gitops/test-tssc-gitops 2b24c0321dc28c4582fe2006db36db2d0029182dff04aa86c2b4bd96ab003a93 network default NAD default] I0703 22:08:47.083796 3320 cni.go:333] [tssc-gitops/test-tssc-gitops 2b24c0321dc28c4582fe2006db36db2d0029182dff04aa86c2b4bd96ab003a93 network default NAD default] DEL finished CNI request [tssc-gitops/test-tssc-gitops 2b24c0321dc28c4582fe2006db36db2d0029182dff04aa86c2b4bd96ab003a93 network default NAD default], result "{\"dns\":{}}", err I0703 22:08:47.135725 3320 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:47.135828 3320 pods.go:174] Deleting pod: tssc-gitops/test-tssc-gitops I0703 22:08:47.137603 3320 pods.go:217] Attempting to release IPs for pod: tssc-gitops/test-tssc-gitops, ips: 10.128.0.40 I0703 22:08:47.137718 3320 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:47.156843 3320 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:47.156879 3320 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:47.163306 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/test-tssc-gitops I0703 22:08:47.163335 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/test-tssc-gitops I0703 22:08:47.397418 3320 namespace.go:136] [tssc-gitops] updating namespace I0703 22:08:48.257751 3320 base_network_controller_pods.go:477] [default/tssc/test-tssc-infrastructure] creating logical port tssc_test-tssc-infrastructure for pod on switch ip-10-0-1-181.ec2.internal I0703 22:08:48.258047 3320 kube.go:317] Updating pod tssc/test-tssc-infrastructure I0703 22:08:48.270829 3320 pod.go:62] [tssc/test-tssc-infrastructure] pod update took 12.817992ms I0703 22:08:48.270851 3320 base_network_controller_pods.go:921] [default/tssc/test-tssc-infrastructure] addLogicalPort annotation time took 12.846083ms I0703 22:08:48.272347 3320 pods.go:252] [tssc/test-tssc-infrastructure] addLogicalPort took 14.617983ms, libovsdb time 975.728µs I0703 22:08:48.621813 3320 cni.go:312] [tssc/test-tssc-infrastructure 9a491e8d25223db5ee732b9354df1e3238b87ce834a1930f13b4249509460bd2 network default NAD default] ADD starting CNI request [tssc/test-tssc-infrastructure 9a491e8d25223db5ee732b9354df1e3238b87ce834a1930f13b4249509460bd2 network default NAD default] I0703 22:08:48.624528 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:08:48.624643 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:08:48.632253 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-infrastructure, hostIfaceName: 9a491e8d25223db, network: default, NAD default, SandboxID: "9a491e8d25223db5ee732b9354df1e3238b87ce834a1930f13b4249509460bd2", PCI device ID: , UID: "6a5c4a54-f13d-427b-9a3b-5c054ad41eb5", MAC: 0a:58:0a:80:00:29, IPs: [10.128.0.41/23] I0703 22:08:48.679162 3320 cni.go:333] [tssc/test-tssc-infrastructure 9a491e8d25223db5ee732b9354df1e3238b87ce834a1930f13b4249509460bd2 network default NAD default] ADD finished CNI request [tssc/test-tssc-infrastructure 9a491e8d25223db5ee732b9354df1e3238b87ce834a1930f13b4249509460bd2 network default NAD default], result "{\"interfaces\":[{\"name\":\"9a491e8d25223db\",\"mac\":\"02:17:4e:f3:28:d0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:29\",\"sandbox\":\"/var/run/netns/f41e380d-c7e2-45e1-8d7a-60fb4918e20c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.41/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0703 22:08:49.386266 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:08:49.386370 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:08:49.386382 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:08:49.742190 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: fe80::17:4eff:fef3:28d0/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:08:50.929269 3320 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:50.929350 3320 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:59.688900 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:08:59.688929 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:08:59.688938 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:09:01.099010 3320 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 3 items received I0703 22:09:18.129159 3320 cni.go:312] [tssc/test-tssc-infrastructure 9a491e8d25223db5ee732b9354df1e3238b87ce834a1930f13b4249509460bd2 network default NAD default] DEL starting CNI request [tssc/test-tssc-infrastructure 9a491e8d25223db5ee732b9354df1e3238b87ce834a1930f13b4249509460bd2 network default NAD default] I0703 22:09:18.219854 3320 cni.go:333] [tssc/test-tssc-infrastructure 9a491e8d25223db5ee732b9354df1e3238b87ce834a1930f13b4249509460bd2 network default NAD default] DEL finished CNI request [tssc/test-tssc-infrastructure 9a491e8d25223db5ee732b9354df1e3238b87ce834a1930f13b4249509460bd2 network default NAD default], result "{\"dns\":{}}", err I0703 22:09:18.264525 3320 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.264655 3320 pods.go:174] Deleting pod: tssc/test-tssc-infrastructure I0703 22:09:18.266117 3320 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-infrastructure, ips: 10.128.0.41 I0703 22:09:18.266162 3320 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.281621 3320 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.281647 3320 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.286829 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-infrastructure I0703 22:09:18.286944 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-infrastructure I0703 22:09:19.278468 3320 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-1-181.ec2.internal I0703 22:09:19.278575 3320 kube.go:317] Updating pod tssc/test-tssc-iam I0703 22:09:19.307682 3320 kube.go:317] Updating pod tssc/test-tssc-iam I0703 22:09:19.323135 3320 pod.go:62] [tssc/test-tssc-iam] pod update took 44.586798ms I0703 22:09:19.323168 3320 base_network_controller_pods.go:921] [default/tssc/test-tssc-iam] addLogicalPort annotation time took 44.623721ms I0703 22:09:19.324436 3320 pods.go:252] [tssc/test-tssc-iam] addLogicalPort took 45.988165ms, libovsdb time 810.506µs I0703 22:09:19.629244 3320 cni.go:312] [tssc/test-tssc-iam b3cb8cbe7acf8e96347c7ca3ba1a2c6708b1b114f948cf204c2f87d3d7a1fa8f network default NAD default] ADD starting CNI request [tssc/test-tssc-iam b3cb8cbe7acf8e96347c7ca3ba1a2c6708b1b114f948cf204c2f87d3d7a1fa8f network default NAD default] I0703 22:09:19.631255 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:09:19.631346 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:09:19.637981 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-iam, hostIfaceName: b3cb8cbe7acf8e9, network: default, NAD default, SandboxID: "b3cb8cbe7acf8e96347c7ca3ba1a2c6708b1b114f948cf204c2f87d3d7a1fa8f", PCI device ID: , UID: "39532d06-1b7c-4779-8f11-c418df4986e1", MAC: 0a:58:0a:80:00:2a, IPs: [10.128.0.42/23] I0703 22:09:19.684931 3320 cni.go:333] [tssc/test-tssc-iam b3cb8cbe7acf8e96347c7ca3ba1a2c6708b1b114f948cf204c2f87d3d7a1fa8f network default NAD default] ADD finished CNI request [tssc/test-tssc-iam b3cb8cbe7acf8e96347c7ca3ba1a2c6708b1b114f948cf204c2f87d3d7a1fa8f network default NAD default], result "{\"interfaces\":[{\"name\":\"b3cb8cbe7acf8e9\",\"mac\":\"3e:bb:b9:1e:1c:06\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2a\",\"sandbox\":\"/var/run/netns/906e8c5f-99f2-420e-8680-5db3e9cd58a3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.42/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0703 22:09:20.143107 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:09:20.143153 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:09:20.143162 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:09:20.396768 3320 base_network_controller_policy.go:1172] Adding network policy tssc-keycloak/keycloak-network-policy for network default I0703 22:09:20.397498 3320 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.397526 3320 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.399776 3320 base_network_controller_policy.go:1225] Create network policy tssc-keycloak/keycloak-network-policy resources completed, update namespace loglevel I0703 22:09:20.719085 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: fe80::3cbb:b9ff:fe1e:1c06/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:09:20.946593 3320 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:20.946654 3320 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:21.869972 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 57 items received E0703 22:09:30.445391 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:09:30.445448 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:09:30.445457 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:09:32.077042 3320 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:09:36.875649 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 79 items received E0703 22:09:40.845117 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:09:40.845184 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:09:40.845194 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:09:50.966883 3320 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:50.967123 3320 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:54.881522 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 54 items received I0703 22:10:01.071313 3320 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:10:04.347344 3320 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-t4hvx of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:04.347894 3320 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-t4hvx of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:05.242446 3320 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-t4hvx of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:05.242478 3320 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-t4hvx of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:10.308732 3320 cni.go:312] [tssc/test-tssc-iam b3cb8cbe7acf8e96347c7ca3ba1a2c6708b1b114f948cf204c2f87d3d7a1fa8f network default NAD default] DEL starting CNI request [tssc/test-tssc-iam b3cb8cbe7acf8e96347c7ca3ba1a2c6708b1b114f948cf204c2f87d3d7a1fa8f network default NAD default] I0703 22:10:10.382465 3320 cni.go:333] [tssc/test-tssc-iam b3cb8cbe7acf8e96347c7ca3ba1a2c6708b1b114f948cf204c2f87d3d7a1fa8f network default NAD default] DEL finished CNI request [tssc/test-tssc-iam b3cb8cbe7acf8e96347c7ca3ba1a2c6708b1b114f948cf204c2f87d3d7a1fa8f network default NAD default], result "{\"dns\":{}}", err I0703 22:10:10.429779 3320 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:10.429819 3320 pods.go:174] Deleting pod: tssc/test-tssc-iam I0703 22:10:10.431432 3320 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-iam, ips: 10.128.0.42 I0703 22:10:10.431462 3320 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:10.448604 3320 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:10.448703 3320 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:10.454922 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0703 22:10:10.454980 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0703 22:10:11.183277 3320 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-1-181.ec2.internal I0703 22:10:11.183462 3320 kube.go:317] Updating pod tssc-tas/test-tssc-tas I0703 22:10:11.202413 3320 pod.go:62] [tssc-tas/test-tssc-tas] pod update took 18.973552ms I0703 22:10:11.202443 3320 base_network_controller_pods.go:921] [default/tssc-tas/test-tssc-tas] addLogicalPort annotation time took 19.010093ms I0703 22:10:11.203813 3320 pods.go:252] [tssc-tas/test-tssc-tas] addLogicalPort took 20.564442ms, libovsdb time 947.364µs I0703 22:10:11.536771 3320 cni.go:312] [tssc-tas/test-tssc-tas 8a607209ae43f4bf70939443358d4484bc148291a265f756baa97ceaa43a40f1 network default NAD default] ADD starting CNI request [tssc-tas/test-tssc-tas 8a607209ae43f4bf70939443358d4484bc148291a265f756baa97ceaa43a40f1 network default NAD default] I0703 22:10:11.538574 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:11.538596 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:10:11.545616 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: test-tssc-tas, hostIfaceName: 8a607209ae43f4b, network: default, NAD default, SandboxID: "8a607209ae43f4bf70939443358d4484bc148291a265f756baa97ceaa43a40f1", PCI device ID: , UID: "2d5b0184-85b2-44b5-bf01-1c7f547375fb", MAC: 0a:58:0a:80:00:2b, IPs: [10.128.0.43/23] I0703 22:10:11.592849 3320 cni.go:333] [tssc-tas/test-tssc-tas 8a607209ae43f4bf70939443358d4484bc148291a265f756baa97ceaa43a40f1 network default NAD default] ADD finished CNI request [tssc-tas/test-tssc-tas 8a607209ae43f4bf70939443358d4484bc148291a265f756baa97ceaa43a40f1 network default NAD default], result "{\"interfaces\":[{\"name\":\"8a607209ae43f4b\",\"mac\":\"fa:18:60:69:86:92\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2b\",\"sandbox\":\"/var/run/netns/9eada39b-d457-44d2-a8cf-0006f6133e77\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.43/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:10:12.891727 3320 base_network_controller_pods.go:477] [default/tssc-tas/fulcio-server-6877d69dc9-xkg27] creating logical port tssc-tas_fulcio-server-6877d69dc9-xkg27 for pod on switch ip-10-0-1-181.ec2.internal I0703 22:10:12.891865 3320 kube.go:317] Updating pod tssc-tas/fulcio-server-6877d69dc9-xkg27 I0703 22:10:12.908028 3320 pod.go:62] [tssc-tas/fulcio-server-6877d69dc9-xkg27] pod update took 16.185596ms I0703 22:10:12.908058 3320 base_network_controller_pods.go:921] [default/tssc-tas/fulcio-server-6877d69dc9-xkg27] addLogicalPort annotation time took 16.219389ms I0703 22:10:12.909329 3320 pods.go:252] [tssc-tas/fulcio-server-6877d69dc9-xkg27] addLogicalPort took 17.628716ms, libovsdb time 896.618µs I0703 22:10:12.922920 3320 base_network_controller_pods.go:477] [default/tssc-tas/ctlog-createtree-job-qht2v-2wkm6] creating logical port tssc-tas_ctlog-createtree-job-qht2v-2wkm6 for pod on switch ip-10-0-1-181.ec2.internal I0703 22:10:12.923069 3320 kube.go:317] Updating pod tssc-tas/ctlog-createtree-job-qht2v-2wkm6 I0703 22:10:12.939359 3320 pod.go:62] [tssc-tas/ctlog-createtree-job-qht2v-2wkm6] pod update took 16.321419ms I0703 22:10:12.939526 3320 base_network_controller_pods.go:921] [default/tssc-tas/ctlog-createtree-job-qht2v-2wkm6] addLogicalPort annotation time took 16.50442ms I0703 22:10:12.940741 3320 pods.go:252] [tssc-tas/ctlog-createtree-job-qht2v-2wkm6] addLogicalPort took 17.838293ms, libovsdb time 818.603µs I0703 22:10:13.455256 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: fe80::f818:60ff:fe69:8692/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:13.470451 3320 base_network_controller_pods.go:477] [default/tssc-tas/rekor-createtree-job-wtbhb-zq6ht] creating logical port tssc-tas_rekor-createtree-job-wtbhb-zq6ht for pod on switch ip-10-0-1-181.ec2.internal I0703 22:10:13.470543 3320 kube.go:317] Updating pod tssc-tas/rekor-createtree-job-wtbhb-zq6ht I0703 22:10:13.485606 3320 pod.go:62] [tssc-tas/rekor-createtree-job-wtbhb-zq6ht] pod update took 15.08842ms I0703 22:10:13.485699 3320 base_network_controller_pods.go:921] [default/tssc-tas/rekor-createtree-job-wtbhb-zq6ht] addLogicalPort annotation time took 15.188115ms I0703 22:10:13.487202 3320 pods.go:252] [tssc-tas/rekor-createtree-job-wtbhb-zq6ht] addLogicalPort took 16.779526ms, libovsdb time 956.204µs I0703 22:10:13.559187 3320 cni.go:312] [tssc-tas/fulcio-server-6877d69dc9-xkg27 234047c5f215ff7e9d7a8b48a52aa8af8cf79102ddd46a0fe772314b924c3771 network default NAD default] ADD starting CNI request [tssc-tas/fulcio-server-6877d69dc9-xkg27 234047c5f215ff7e9d7a8b48a52aa8af8cf79102ddd46a0fe772314b924c3771 network default NAD default] I0703 22:10:13.560876 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:13.561004 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:10:13.567515 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: fulcio-server-6877d69dc9-xkg27, hostIfaceName: 234047c5f215ff7, network: default, NAD default, SandboxID: "234047c5f215ff7e9d7a8b48a52aa8af8cf79102ddd46a0fe772314b924c3771", PCI device ID: , UID: "51931f87-d8d5-4e59-b274-b1e1f7e400ac", MAC: 0a:58:0a:80:00:2c, IPs: [10.128.0.44/23] I0703 22:10:13.617206 3320 cni.go:333] [tssc-tas/fulcio-server-6877d69dc9-xkg27 234047c5f215ff7e9d7a8b48a52aa8af8cf79102ddd46a0fe772314b924c3771 network default NAD default] ADD finished CNI request [tssc-tas/fulcio-server-6877d69dc9-xkg27 234047c5f215ff7e9d7a8b48a52aa8af8cf79102ddd46a0fe772314b924c3771 network default NAD default], result "{\"interfaces\":[{\"name\":\"234047c5f215ff7\",\"mac\":\"5a:eb:1f:cd:4d:9d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2c\",\"sandbox\":\"/var/run/netns/2b43bb92-f269-4444-bc9e-abdcffdd2ea7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.44/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:10:13.836396 3320 cni.go:312] [tssc-tas/rekor-createtree-job-wtbhb-zq6ht d165cf72c958016d9e3685c6ecf7c759e3ccb9b29219930c4df3d359c9e1be49 network default NAD default] ADD starting CNI request [tssc-tas/rekor-createtree-job-wtbhb-zq6ht d165cf72c958016d9e3685c6ecf7c759e3ccb9b29219930c4df3d359c9e1be49 network default NAD default] I0703 22:10:13.839114 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:13.839139 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:10:13.846407 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: rekor-createtree-job-wtbhb-zq6ht, hostIfaceName: d165cf72c958016, network: default, NAD default, SandboxID: "d165cf72c958016d9e3685c6ecf7c759e3ccb9b29219930c4df3d359c9e1be49", PCI device ID: , UID: "02a05674-1a5e-490b-8c74-afc9fa06d360", MAC: 0a:58:0a:80:00:2e, IPs: [10.128.0.46/23] I0703 22:10:13.891780 3320 cni.go:333] [tssc-tas/rekor-createtree-job-wtbhb-zq6ht d165cf72c958016d9e3685c6ecf7c759e3ccb9b29219930c4df3d359c9e1be49 network default NAD default] ADD finished CNI request [tssc-tas/rekor-createtree-job-wtbhb-zq6ht d165cf72c958016d9e3685c6ecf7c759e3ccb9b29219930c4df3d359c9e1be49 network default NAD default], result "{\"interfaces\":[{\"name\":\"d165cf72c958016\",\"mac\":\"d2:68:9c:01:d6:4f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2e\",\"sandbox\":\"/var/run/netns/fb5faa5f-e820-4b3d-b522-f197c0292c59\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.46/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:10:14.259355 3320 cni.go:312] [tssc-tas/ctlog-createtree-job-qht2v-2wkm6 155baf4f67f00bac9bb1cc50d1157976bec527fa8b3979c12fa8de73beddb114 network default NAD default] ADD starting CNI request [tssc-tas/ctlog-createtree-job-qht2v-2wkm6 155baf4f67f00bac9bb1cc50d1157976bec527fa8b3979c12fa8de73beddb114 network default NAD default] I0703 22:10:14.262203 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:14.262230 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:10:14.273892 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: ctlog-createtree-job-qht2v-2wkm6, hostIfaceName: 155baf4f67f00ba, network: default, NAD default, SandboxID: "155baf4f67f00bac9bb1cc50d1157976bec527fa8b3979c12fa8de73beddb114", PCI device ID: , UID: "accf11d8-769f-422b-b7b9-94aeb0f09d61", MAC: 0a:58:0a:80:00:2d, IPs: [10.128.0.45/23] I0703 22:10:14.343603 3320 cni.go:333] [tssc-tas/ctlog-createtree-job-qht2v-2wkm6 155baf4f67f00bac9bb1cc50d1157976bec527fa8b3979c12fa8de73beddb114 network default NAD default] ADD finished CNI request [tssc-tas/ctlog-createtree-job-qht2v-2wkm6 155baf4f67f00bac9bb1cc50d1157976bec527fa8b3979c12fa8de73beddb114 network default NAD default], result "{\"interfaces\":[{\"name\":\"155baf4f67f00ba\",\"mac\":\"fe:34:7c:2a:b0:a5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2d\",\"sandbox\":\"/var/run/netns/733da1ec-481f-4b1c-8327-362dc4c95068\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.45/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:10:14.862385 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: fe80::58eb:1fff:fecd:4d9d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:15.886108 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: fe80::d068:9cff:fe01:d64f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:16.270141 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: fe80::fc34:7cff:fe2a:b0a5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:10:20.982828 3320 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:20.982886 3320 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:22.414580 3320 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-wt6fh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:22.415140 3320 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-wt6fh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:23.323327 3320 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-wt6fh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:23.323411 3320 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-wt6fh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:34.019882 3320 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-lpzxs-9qz82 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:34.020532 3320 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-lpzxs-9qz82 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:34.923919 3320 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-lpzxs-9qz82 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:34.923945 3320 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-lpzxs-9qz82 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:43.880308 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 439 items received I0703 22:10:50.997776 3320 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:50.997836 3320 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:52.099076 3320 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 5 items received E0703 22:10:52.612328 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:10:52.612360 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:10:52.612369 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:11:05.528433 3320 cni.go:312] [tssc-tas/test-tssc-tas 8a607209ae43f4bf70939443358d4484bc148291a265f756baa97ceaa43a40f1 network default NAD default] DEL starting CNI request [tssc-tas/test-tssc-tas 8a607209ae43f4bf70939443358d4484bc148291a265f756baa97ceaa43a40f1 network default NAD default] I0703 22:11:05.599328 3320 cni.go:333] [tssc-tas/test-tssc-tas 8a607209ae43f4bf70939443358d4484bc148291a265f756baa97ceaa43a40f1 network default NAD default] DEL finished CNI request [tssc-tas/test-tssc-tas 8a607209ae43f4bf70939443358d4484bc148291a265f756baa97ceaa43a40f1 network default NAD default], result "{\"dns\":{}}", err I0703 22:11:05.649931 3320 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:05.650029 3320 pods.go:174] Deleting pod: tssc-tas/test-tssc-tas I0703 22:11:05.651645 3320 pods.go:217] Attempting to release IPs for pod: tssc-tas/test-tssc-tas, ips: 10.128.0.43 I0703 22:11:05.651680 3320 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:05.684110 3320 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:05.684214 3320 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:05.689921 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tas/test-tssc-tas I0703 22:11:05.689969 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tas/test-tssc-tas I0703 22:11:06.296316 3320 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-1-181.ec2.internal I0703 22:11:06.296426 3320 kube.go:317] Updating pod tssc/test-tssc-pipelines-config I0703 22:11:06.311994 3320 pod.go:62] [tssc/test-tssc-pipelines-config] pod update took 15.602721ms I0703 22:11:06.312016 3320 base_network_controller_pods.go:921] [default/tssc/test-tssc-pipelines-config] addLogicalPort annotation time took 15.632708ms I0703 22:11:06.313521 3320 pods.go:252] [tssc/test-tssc-pipelines-config] addLogicalPort took 17.233281ms, libovsdb time 884.514µs I0703 22:11:06.650640 3320 cni.go:312] [tssc/test-tssc-pipelines-config b9db1e692a6fe8e3897327bf23ea19ec4c7fecfc28a2dfb93745f1cc627a328c network default NAD default] ADD starting CNI request [tssc/test-tssc-pipelines-config b9db1e692a6fe8e3897327bf23ea19ec4c7fecfc28a2dfb93745f1cc627a328c network default NAD default] I0703 22:11:06.653292 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:06.653415 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:06.660663 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-pipelines-config, hostIfaceName: b9db1e692a6fe8e, network: default, NAD default, SandboxID: "b9db1e692a6fe8e3897327bf23ea19ec4c7fecfc28a2dfb93745f1cc627a328c", PCI device ID: , UID: "ed416411-b71b-4861-b4b5-31e5ef8916fe", MAC: 0a:58:0a:80:00:2f, IPs: [10.128.0.47/23] I0703 22:11:06.706969 3320 cni.go:333] [tssc/test-tssc-pipelines-config b9db1e692a6fe8e3897327bf23ea19ec4c7fecfc28a2dfb93745f1cc627a328c network default NAD default] ADD finished CNI request [tssc/test-tssc-pipelines-config b9db1e692a6fe8e3897327bf23ea19ec4c7fecfc28a2dfb93745f1cc627a328c network default NAD default], result "{\"interfaces\":[{\"name\":\"b9db1e692a6fe8e\",\"mac\":\"26:f3:7a:4d:90:33\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2f\",\"sandbox\":\"/var/run/netns/afe79983-eebc-4c15-998e-e20269cc24cb\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.47/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:07.207602 3320 namespace.go:92] [openshift-pipelines] adding namespace I0703 22:11:07.208758 3320 namespace.go:96] [openshift-pipelines] adding namespace took 1.125176ms I0703 22:11:07.232565 3320 namespace.go:136] [openshift-pipelines] updating namespace I0703 22:11:07.982138 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: fe80::24f3:7aff:fe4d:9033/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:08.486672 3320 namespace.go:136] [null] updating namespace I0703 22:11:08.661753 3320 namespace.go:136] [open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m] updating namespace I0703 22:11:09.064881 3320 namespace.go:136] [rhbk-operator] updating namespace I0703 22:11:09.262893 3320 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:11:09.465377 3320 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 22:11:09.666248 3320 namespace.go:136] [tssc] updating namespace E0703 22:11:09.844361 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:11:09.865302 3320 namespace.go:136] [tssc-dh] updating namespace I0703 22:11:10.075101 3320 namespace.go:136] [tssc-gitops] updating namespace I0703 22:11:10.271345 3320 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:11:10.472597 3320 namespace.go:136] [tssc-tas] updating namespace E0703 22:11:10.607706 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:11:10.673462 3320 namespace.go:136] [tssc-tpa] updating namespace I0703 22:11:10.802480 3320 namespace.go:136] [default] updating namespace I0703 22:11:10.811717 3320 namespace.go:136] [null] updating namespace I0703 22:11:10.822722 3320 namespace.go:136] [open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m] updating namespace I0703 22:11:10.829900 3320 namespace.go:136] [openshift] updating namespace I0703 22:11:10.838489 3320 namespace.go:136] [rhbk-operator] updating namespace I0703 22:11:10.849453 3320 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:11:10.858524 3320 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 22:11:10.868387 3320 namespace.go:136] [tssc] updating namespace I0703 22:11:10.877022 3320 namespace.go:136] [tssc-dh] updating namespace I0703 22:11:10.886972 3320 namespace.go:136] [tssc-gitops] updating namespace I0703 22:11:10.896288 3320 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:11:10.915609 3320 namespace.go:136] [tssc-tas] updating namespace I0703 22:11:10.934335 3320 namespace.go:136] [tssc-tpa] updating namespace I0703 22:11:11.035392 3320 namespace.go:136] [default] updating namespace I0703 22:11:11.133285 3320 namespace.go:136] [null] updating namespace I0703 22:11:11.239330 3320 namespace.go:136] [open-cluster-management-2ratr6oqnrpa3mo89qks9a2paljaje4m] updating namespace I0703 22:11:11.333215 3320 namespace.go:136] [openshift] updating namespace I0703 22:11:11.433016 3320 namespace.go:136] [rhbk-operator] updating namespace I0703 22:11:11.532469 3320 namespace.go:136] [rhtpa-operator] updating namespace I0703 22:11:11.637416 3320 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 22:11:11.733098 3320 namespace.go:136] [tssc] updating namespace I0703 22:11:11.833464 3320 namespace.go:136] [tssc-dh] updating namespace I0703 22:11:11.935497 3320 namespace.go:136] [tssc-gitops] updating namespace I0703 22:11:12.035791 3320 namespace.go:136] [tssc-keycloak] updating namespace I0703 22:11:12.135193 3320 namespace.go:136] [tssc-tas] updating namespace I0703 22:11:12.235337 3320 namespace.go:136] [tssc-tpa] updating namespace I0703 22:11:12.513770 3320 namespace.go:136] [openshift-pipelines] updating namespace I0703 22:11:21.016381 3320 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:21.016448 3320 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:21.443653 3320 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-t9cs4] creating logical port openshift-pipelines_tekton-pipelines-remote-resolvers-594965846d-t9cs4 for pod on switch ip-10-0-1-181.ec2.internal I0703 22:11:21.443856 3320 kube.go:317] Updating pod openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-t9cs4 I0703 22:11:21.463372 3320 pod.go:62] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-t9cs4] pod update took 19.561038ms I0703 22:11:21.463396 3320 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-t9cs4] addLogicalPort annotation time took 19.591633ms I0703 22:11:21.464812 3320 pods.go:252] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-t9cs4] addLogicalPort took 21.179761ms, libovsdb time 989.683µs I0703 22:11:21.638329 3320 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-operator-proxy-webhook-cc67df7d7-fg8l5] creating logical port openshift-pipelines_tekton-operator-proxy-webhook-cc67df7d7-fg8l5 for pod on switch ip-10-0-1-181.ec2.internal I0703 22:11:21.638448 3320 kube.go:317] Updating pod openshift-pipelines/tekton-operator-proxy-webhook-cc67df7d7-fg8l5 I0703 22:11:21.654174 3320 pod.go:62] [openshift-pipelines/tekton-operator-proxy-webhook-cc67df7d7-fg8l5] pod update took 15.761554ms I0703 22:11:21.654202 3320 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-operator-proxy-webhook-cc67df7d7-fg8l5] addLogicalPort annotation time took 15.793981ms I0703 22:11:21.655575 3320 pods.go:252] [openshift-pipelines/tekton-operator-proxy-webhook-cc67df7d7-fg8l5] addLogicalPort took 17.276504ms, libovsdb time 949.838µs I0703 22:11:21.804602 3320 cni.go:312] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-t9cs4 5532527c24dc500fb4fbc44d56d07cfe21dd19a4409a8a24633157a700762042 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-t9cs4 5532527c24dc500fb4fbc44d56d07cfe21dd19a4409a8a24633157a700762042 network default NAD default] I0703 22:11:21.807356 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:21.807477 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:21.813177 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-remote-resolvers-594965846d-t9cs4, hostIfaceName: 5532527c24dc500, network: default, NAD default, SandboxID: "5532527c24dc500fb4fbc44d56d07cfe21dd19a4409a8a24633157a700762042", PCI device ID: , UID: "81c294f9-0fa8-4723-bf6e-3a2c750cfefb", MAC: 0a:58:0a:80:00:30, IPs: [10.128.0.48/23] I0703 22:11:21.861844 3320 cni.go:333] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-t9cs4 5532527c24dc500fb4fbc44d56d07cfe21dd19a4409a8a24633157a700762042 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-t9cs4 5532527c24dc500fb4fbc44d56d07cfe21dd19a4409a8a24633157a700762042 network default NAD default], result "{\"interfaces\":[{\"name\":\"5532527c24dc500\",\"mac\":\"12:0f:69:77:82:8d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:30\",\"sandbox\":\"/var/run/netns/66bdf589-cc49-4ba2-97e3-2a7f554a6267\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.48/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:21.993002 3320 cni.go:312] [openshift-pipelines/tekton-operator-proxy-webhook-cc67df7d7-fg8l5 7375b7bb470d4dd6261db7e5fe985917c1c5475c1554eb46d72a27e3c12fc06c network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-operator-proxy-webhook-cc67df7d7-fg8l5 7375b7bb470d4dd6261db7e5fe985917c1c5475c1554eb46d72a27e3c12fc06c network default NAD default] I0703 22:11:21.994686 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:21.994713 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:22.001448 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-operator-proxy-webhook-cc67df7d7-fg8l5, hostIfaceName: 7375b7bb470d4dd, network: default, NAD default, SandboxID: "7375b7bb470d4dd6261db7e5fe985917c1c5475c1554eb46d72a27e3c12fc06c", PCI device ID: , UID: "d83c29b5-5321-4480-a969-516ed12ef43a", MAC: 0a:58:0a:80:00:31, IPs: [10.128.0.49/23] I0703 22:11:22.048308 3320 cni.go:333] [openshift-pipelines/tekton-operator-proxy-webhook-cc67df7d7-fg8l5 7375b7bb470d4dd6261db7e5fe985917c1c5475c1554eb46d72a27e3c12fc06c network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-operator-proxy-webhook-cc67df7d7-fg8l5 7375b7bb470d4dd6261db7e5fe985917c1c5475c1554eb46d72a27e3c12fc06c network default NAD default], result "{\"interfaces\":[{\"name\":\"7375b7bb470d4dd\",\"mac\":\"26:68:f0:7e:58:61\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:31\",\"sandbox\":\"/var/run/netns/865a4765-5555-46ce-a733-981c10072766\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.49/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:22.959124 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: fe80::100f:69ff:fe77:828d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:23.471162 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: fe80::2468:f0ff:fe7e:5861/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:26.980188 3320 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 6 items received I0703 22:11:46.688913 3320 cni.go:312] [tssc-tas/ctlog-createtree-job-qht2v-2wkm6 155baf4f67f00bac9bb1cc50d1157976bec527fa8b3979c12fa8de73beddb114 network default NAD default] DEL starting CNI request [tssc-tas/ctlog-createtree-job-qht2v-2wkm6 155baf4f67f00bac9bb1cc50d1157976bec527fa8b3979c12fa8de73beddb114 network default NAD default] I0703 22:11:46.689534 3320 cni.go:312] [tssc-tas/rekor-createtree-job-wtbhb-zq6ht d165cf72c958016d9e3685c6ecf7c759e3ccb9b29219930c4df3d359c9e1be49 network default NAD default] DEL starting CNI request [tssc-tas/rekor-createtree-job-wtbhb-zq6ht d165cf72c958016d9e3685c6ecf7c759e3ccb9b29219930c4df3d359c9e1be49 network default NAD default] I0703 22:11:46.790250 3320 cni.go:333] [tssc-tas/ctlog-createtree-job-qht2v-2wkm6 155baf4f67f00bac9bb1cc50d1157976bec527fa8b3979c12fa8de73beddb114 network default NAD default] DEL finished CNI request [tssc-tas/ctlog-createtree-job-qht2v-2wkm6 155baf4f67f00bac9bb1cc50d1157976bec527fa8b3979c12fa8de73beddb114 network default NAD default], result "{\"dns\":{}}", err I0703 22:11:46.805164 3320 cni.go:333] [tssc-tas/rekor-createtree-job-wtbhb-zq6ht d165cf72c958016d9e3685c6ecf7c759e3ccb9b29219930c4df3d359c9e1be49 network default NAD default] DEL finished CNI request [tssc-tas/rekor-createtree-job-wtbhb-zq6ht d165cf72c958016d9e3685c6ecf7c759e3ccb9b29219930c4df3d359c9e1be49 network default NAD default], result "{\"dns\":{}}", err I0703 22:11:46.851835 3320 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-qht2v-2wkm6 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:46.851905 3320 pods.go:174] Deleting pod: tssc-tas/ctlog-createtree-job-qht2v-2wkm6 I0703 22:11:46.853372 3320 pods.go:217] Attempting to release IPs for pod: tssc-tas/ctlog-createtree-job-qht2v-2wkm6, ips: 10.128.0.45 I0703 22:11:46.853406 3320 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-qht2v-2wkm6 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:46.870128 3320 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-wtbhb-zq6ht of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:46.870242 3320 pods.go:174] Deleting pod: tssc-tas/rekor-createtree-job-wtbhb-zq6ht I0703 22:11:46.871732 3320 pods.go:217] Attempting to release IPs for pod: tssc-tas/rekor-createtree-job-wtbhb-zq6ht, ips: 10.128.0.46 I0703 22:11:46.871774 3320 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-wtbhb-zq6ht of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:47.702599 3320 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-qht2v-2wkm6 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:47.702632 3320 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-qht2v-2wkm6 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:47.721206 3320 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-wtbhb-zq6ht of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:47.721230 3320 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-wtbhb-zq6ht of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:48.270608 3320 base_network_controller_pods.go:477] [default/tssc-tas/ctlog-86698b4597-v6lkn] creating logical port tssc-tas_ctlog-86698b4597-v6lkn for pod on switch ip-10-0-1-181.ec2.internal I0703 22:11:48.270704 3320 kube.go:317] Updating pod tssc-tas/ctlog-86698b4597-v6lkn I0703 22:11:48.289174 3320 pod.go:62] [tssc-tas/ctlog-86698b4597-v6lkn] pod update took 18.492896ms I0703 22:11:48.289207 3320 base_network_controller_pods.go:921] [default/tssc-tas/ctlog-86698b4597-v6lkn] addLogicalPort annotation time took 18.530525ms I0703 22:11:48.290866 3320 pods.go:252] [tssc-tas/ctlog-86698b4597-v6lkn] addLogicalPort took 20.277653ms, libovsdb time 1.096158ms I0703 22:11:48.644683 3320 cni.go:312] [tssc-tas/ctlog-86698b4597-v6lkn fb809bae0c780815c7e13ad9ea01d4aa3a7ed364fd78835a9fbc111ae121cb62 network default NAD default] ADD starting CNI request [tssc-tas/ctlog-86698b4597-v6lkn fb809bae0c780815c7e13ad9ea01d4aa3a7ed364fd78835a9fbc111ae121cb62 network default NAD default] I0703 22:11:48.647409 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:48.647441 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:48.654849 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: ctlog-86698b4597-v6lkn, hostIfaceName: fb809bae0c78081, network: default, NAD default, SandboxID: "fb809bae0c780815c7e13ad9ea01d4aa3a7ed364fd78835a9fbc111ae121cb62", PCI device ID: , UID: "fa874752-4214-40c3-a9dc-a9d8311b4b67", MAC: 0a:58:0a:80:00:32, IPs: [10.128.0.50/23] I0703 22:11:48.710263 3320 cni.go:333] [tssc-tas/ctlog-86698b4597-v6lkn fb809bae0c780815c7e13ad9ea01d4aa3a7ed364fd78835a9fbc111ae121cb62 network default NAD default] ADD finished CNI request [tssc-tas/ctlog-86698b4597-v6lkn fb809bae0c780815c7e13ad9ea01d4aa3a7ed364fd78835a9fbc111ae121cb62 network default NAD default], result "{\"interfaces\":[{\"name\":\"fb809bae0c78081\",\"mac\":\"ce:3c:37:86:f2:47\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:32\",\"sandbox\":\"/var/run/netns/92b042b8-645e-4630-baa5-29339c3d61a3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.50/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:48.798650 3320 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-triggers-controller-84b9d75bcf-wqvb4] creating logical port openshift-pipelines_tekton-triggers-controller-84b9d75bcf-wqvb4 for pod on switch ip-10-0-1-181.ec2.internal I0703 22:11:48.798783 3320 kube.go:317] Updating pod openshift-pipelines/tekton-triggers-controller-84b9d75bcf-wqvb4 I0703 22:11:48.816891 3320 pod.go:62] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-wqvb4] pod update took 18.130045ms I0703 22:11:48.816998 3320 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-triggers-controller-84b9d75bcf-wqvb4] addLogicalPort annotation time took 18.242026ms I0703 22:11:48.818369 3320 pods.go:252] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-wqvb4] addLogicalPort took 19.741211ms, libovsdb time 860.923µs I0703 22:11:49.155378 3320 cni.go:312] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-wqvb4 4655aa3eb404f224f088c1a0d4558e25f7b384eb3be5a01ca38a0258496fe3d0 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-wqvb4 4655aa3eb404f224f088c1a0d4558e25f7b384eb3be5a01ca38a0258496fe3d0 network default NAD default] I0703 22:11:49.158271 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:49.158298 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:49.165828 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-controller-84b9d75bcf-wqvb4, hostIfaceName: 4655aa3eb404f22, network: default, NAD default, SandboxID: "4655aa3eb404f224f088c1a0d4558e25f7b384eb3be5a01ca38a0258496fe3d0", PCI device ID: , UID: "00475bd0-d8d6-4ea1-be1f-954108689fa7", MAC: 0a:58:0a:80:00:33, IPs: [10.128.0.51/23] I0703 22:11:49.212349 3320 cni.go:333] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-wqvb4 4655aa3eb404f224f088c1a0d4558e25f7b384eb3be5a01ca38a0258496fe3d0 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-wqvb4 4655aa3eb404f224f088c1a0d4558e25f7b384eb3be5a01ca38a0258496fe3d0 network default NAD default], result "{\"interfaces\":[{\"name\":\"4655aa3eb404f22\",\"mac\":\"d2:27:20:79:3e:68\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:33\",\"sandbox\":\"/var/run/netns/e773d997-4830-4350-9372-6a1f2b1750dc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.51/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:49.713842 3320 cni.go:312] [tssc/test-tssc-pipelines-config b9db1e692a6fe8e3897327bf23ea19ec4c7fecfc28a2dfb93745f1cc627a328c network default NAD default] DEL starting CNI request [tssc/test-tssc-pipelines-config b9db1e692a6fe8e3897327bf23ea19ec4c7fecfc28a2dfb93745f1cc627a328c network default NAD default] I0703 22:11:49.795625 3320 cni.go:333] [tssc/test-tssc-pipelines-config b9db1e692a6fe8e3897327bf23ea19ec4c7fecfc28a2dfb93745f1cc627a328c network default NAD default] DEL finished CNI request [tssc/test-tssc-pipelines-config b9db1e692a6fe8e3897327bf23ea19ec4c7fecfc28a2dfb93745f1cc627a328c network default NAD default], result "{\"dns\":{}}", err I0703 22:11:49.853289 3320 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:11:49.853328 3320 pods.go:174] Deleting pod: tssc/test-tssc-pipelines-config I0703 22:11:49.855138 3320 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-pipelines-config, ips: 10.128.0.47 I0703 22:11:49.855173 3320 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:11:49.870492 3320 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:11:49.870590 3320 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:11:49.875828 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines-config I0703 22:11:49.875916 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines-config I0703 22:11:50.286178 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: fe80::d027:20ff:fe79:3e68/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:50.414179 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: fe80::cc3c:37ff:fe86:f247/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:50.462547 3320 base_network_controller_pods.go:477] [default/tssc/tssc-tekton-configuration-z6l28] creating logical port tssc_tssc-tekton-configuration-z6l28 for pod on switch ip-10-0-1-181.ec2.internal I0703 22:11:50.462662 3320 kube.go:317] Updating pod tssc/tssc-tekton-configuration-z6l28 I0703 22:11:50.475222 3320 pod.go:62] [tssc/tssc-tekton-configuration-z6l28] pod update took 12.590193ms I0703 22:11:50.475251 3320 base_network_controller_pods.go:921] [default/tssc/tssc-tekton-configuration-z6l28] addLogicalPort annotation time took 12.623299ms I0703 22:11:50.476670 3320 pods.go:252] [tssc/tssc-tekton-configuration-z6l28] addLogicalPort took 14.153773ms, libovsdb time 898.88µs I0703 22:11:50.741790 3320 base_network_controller_pods.go:477] [default/tssc-tas/rekor-redis-5fb78b7c6-g8rq6] creating logical port tssc-tas_rekor-redis-5fb78b7c6-g8rq6 for pod on switch ip-10-0-1-181.ec2.internal I0703 22:11:50.741907 3320 kube.go:317] Updating pod tssc-tas/rekor-redis-5fb78b7c6-g8rq6 I0703 22:11:50.763181 3320 pod.go:62] [tssc-tas/rekor-redis-5fb78b7c6-g8rq6] pod update took 21.311887ms I0703 22:11:50.763213 3320 base_network_controller_pods.go:921] [default/tssc-tas/rekor-redis-5fb78b7c6-g8rq6] addLogicalPort annotation time took 21.349596ms I0703 22:11:50.764845 3320 pods.go:252] [tssc-tas/rekor-redis-5fb78b7c6-g8rq6] addLogicalPort took 23.083459ms, libovsdb time 1.021842ms I0703 22:11:51.032233 3320 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:51.032289 3320 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:51.108174 3320 cni.go:312] [tssc-tas/rekor-redis-5fb78b7c6-g8rq6 09ffa9c8d8a06716093cac0f986c158455bcbf14d4a6c03f11551e94cd31cd4d network default NAD default] ADD starting CNI request [tssc-tas/rekor-redis-5fb78b7c6-g8rq6 09ffa9c8d8a06716093cac0f986c158455bcbf14d4a6c03f11551e94cd31cd4d network default NAD default] I0703 22:11:51.110394 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:51.110418 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:51.117410 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: rekor-redis-5fb78b7c6-g8rq6, hostIfaceName: 09ffa9c8d8a0671, network: default, NAD default, SandboxID: "09ffa9c8d8a06716093cac0f986c158455bcbf14d4a6c03f11551e94cd31cd4d", PCI device ID: , UID: "be0e9335-abd4-4332-8837-071f3669ab2c", MAC: 0a:58:0a:80:00:35, IPs: [10.128.0.53/23] I0703 22:11:51.125775 3320 cni.go:312] [tssc/tssc-tekton-configuration-z6l28 f54563a38f48472ee5ff618c2218eb536f2ea52c00f20778594a2144d43b4d85 network default NAD default] ADD starting CNI request [tssc/tssc-tekton-configuration-z6l28 f54563a38f48472ee5ff618c2218eb536f2ea52c00f20778594a2144d43b4d85 network default NAD default] I0703 22:11:51.127903 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:51.128034 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:51.135219 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: tssc-tekton-configuration-z6l28, hostIfaceName: f54563a38f48472, network: default, NAD default, SandboxID: "f54563a38f48472ee5ff618c2218eb536f2ea52c00f20778594a2144d43b4d85", PCI device ID: , UID: "b716fc7d-741d-4dfb-8144-cda6787259c2", MAC: 0a:58:0a:80:00:34, IPs: [10.128.0.52/23] I0703 22:11:51.171893 3320 cni.go:333] [tssc-tas/rekor-redis-5fb78b7c6-g8rq6 09ffa9c8d8a06716093cac0f986c158455bcbf14d4a6c03f11551e94cd31cd4d network default NAD default] ADD finished CNI request [tssc-tas/rekor-redis-5fb78b7c6-g8rq6 09ffa9c8d8a06716093cac0f986c158455bcbf14d4a6c03f11551e94cd31cd4d network default NAD default], result "{\"interfaces\":[{\"name\":\"09ffa9c8d8a0671\",\"mac\":\"82:0d:52:63:76:50\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:35\",\"sandbox\":\"/var/run/netns/c1dd0140-6255-461a-8389-cf63f0d56720\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.53/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:51.197617 3320 cni.go:333] [tssc/tssc-tekton-configuration-z6l28 f54563a38f48472ee5ff618c2218eb536f2ea52c00f20778594a2144d43b4d85 network default NAD default] ADD finished CNI request [tssc/tssc-tekton-configuration-z6l28 f54563a38f48472ee5ff618c2218eb536f2ea52c00f20778594a2144d43b4d85 network default NAD default], result "{\"interfaces\":[{\"name\":\"f54563a38f48472\",\"mac\":\"de:bb:fc:a1:d0:1a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:34\",\"sandbox\":\"/var/run/netns/a4d5923b-11f9-45e4-845f-16d962026b29\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.52/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:52.334129 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: fe80::800d:52ff:fe63:7650/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:53.103158 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: fe80::dcbb:fcff:fea1:d01a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:53.296316 3320 base_network_controller_pods.go:477] [default/tssc-tas/rekor-server-667f7c6846-9rt4h] creating logical port tssc-tas_rekor-server-667f7c6846-9rt4h for pod on switch ip-10-0-1-181.ec2.internal I0703 22:11:53.296435 3320 kube.go:317] Updating pod tssc-tas/rekor-server-667f7c6846-9rt4h I0703 22:11:53.310885 3320 pod.go:62] [tssc-tas/rekor-server-667f7c6846-9rt4h] pod update took 14.482786ms I0703 22:11:53.310918 3320 base_network_controller_pods.go:921] [default/tssc-tas/rekor-server-667f7c6846-9rt4h] addLogicalPort annotation time took 14.522655ms I0703 22:11:53.312796 3320 pods.go:252] [tssc-tas/rekor-server-667f7c6846-9rt4h] addLogicalPort took 16.509124ms, libovsdb time 1.195679ms E0703 22:11:53.531861 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:11:53.531898 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:11:53.531908 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:11:55.663035 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:11:55.663062 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:11:55.663089 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:11:56.895189 3320 cni.go:312] [tssc-tas/rekor-server-667f7c6846-9rt4h f3956969ad202c225376460a98d27d5c68980987b387a96a8c45b89d65854e4d network default NAD default] ADD starting CNI request [tssc-tas/rekor-server-667f7c6846-9rt4h f3956969ad202c225376460a98d27d5c68980987b387a96a8c45b89d65854e4d network default NAD default] I0703 22:11:56.898177 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:56.898242 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:11:56.903713 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: rekor-server-667f7c6846-9rt4h, hostIfaceName: f3956969ad202c2, network: default, NAD default, SandboxID: "f3956969ad202c225376460a98d27d5c68980987b387a96a8c45b89d65854e4d", PCI device ID: , UID: "d6996997-af57-4c73-8996-635226037f3e", MAC: 0a:58:0a:80:00:36, IPs: [10.128.0.54/23] I0703 22:11:56.950783 3320 cni.go:333] [tssc-tas/rekor-server-667f7c6846-9rt4h f3956969ad202c225376460a98d27d5c68980987b387a96a8c45b89d65854e4d network default NAD default] ADD finished CNI request [tssc-tas/rekor-server-667f7c6846-9rt4h f3956969ad202c225376460a98d27d5c68980987b387a96a8c45b89d65854e4d network default NAD default], result "{\"interfaces\":[{\"name\":\"f3956969ad202c2\",\"mac\":\"22:5c:11:87:90:ad\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:36\",\"sandbox\":\"/var/run/netns/5e25d7c4-95af-4354-9d67-0074428b499c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.54/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:11:58.158145 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: fe80::205c:11ff:fe87:90ad/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:11:59.765580 3320 cni.go:312] [tssc/tssc-tekton-configuration-z6l28 f54563a38f48472ee5ff618c2218eb536f2ea52c00f20778594a2144d43b4d85 network default NAD default] DEL starting CNI request [tssc/tssc-tekton-configuration-z6l28 f54563a38f48472ee5ff618c2218eb536f2ea52c00f20778594a2144d43b4d85 network default NAD default] I0703 22:11:59.838469 3320 cni.go:333] [tssc/tssc-tekton-configuration-z6l28 f54563a38f48472ee5ff618c2218eb536f2ea52c00f20778594a2144d43b4d85 network default NAD default] DEL finished CNI request [tssc/tssc-tekton-configuration-z6l28 f54563a38f48472ee5ff618c2218eb536f2ea52c00f20778594a2144d43b4d85 network default NAD default], result "{\"dns\":{}}", err I0703 22:11:59.888140 3320 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-z6l28 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:59.888244 3320 pods.go:174] Deleting pod: tssc/tssc-tekton-configuration-z6l28 I0703 22:11:59.890071 3320 pods.go:217] Attempting to release IPs for pod: tssc/tssc-tekton-configuration-z6l28, ips: 10.128.0.52 I0703 22:11:59.890099 3320 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-z6l28 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:00.797074 3320 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-z6l28 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:00.797108 3320 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-z6l28 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:00.983859 3320 base_network_controller_pods.go:477] [default/tssc/test-tssc-pipelines] creating logical port tssc_test-tssc-pipelines for pod on switch ip-10-0-1-181.ec2.internal I0703 22:12:00.983990 3320 kube.go:317] Updating pod tssc/test-tssc-pipelines I0703 22:12:01.009758 3320 pod.go:62] [tssc/test-tssc-pipelines] pod update took 25.81951ms I0703 22:12:01.009788 3320 base_network_controller_pods.go:921] [default/tssc/test-tssc-pipelines] addLogicalPort annotation time took 25.855718ms I0703 22:12:01.011230 3320 pods.go:252] [tssc/test-tssc-pipelines] addLogicalPort took 27.394147ms, libovsdb time 960.133µs I0703 22:12:01.614614 3320 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-chains-controller-964487648-dng5c] creating logical port openshift-pipelines_tekton-chains-controller-964487648-dng5c for pod on switch ip-10-0-1-181.ec2.internal I0703 22:12:01.614827 3320 kube.go:317] Updating pod openshift-pipelines/tekton-chains-controller-964487648-dng5c I0703 22:12:01.641186 3320 pod.go:62] [openshift-pipelines/tekton-chains-controller-964487648-dng5c] pod update took 26.403175ms I0703 22:12:01.641240 3320 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-chains-controller-964487648-dng5c] addLogicalPort annotation time took 26.464557ms I0703 22:12:01.642596 3320 pods.go:252] [openshift-pipelines/tekton-chains-controller-964487648-dng5c] addLogicalPort took 28.005698ms, libovsdb time 871.524µs I0703 22:12:01.651637 3320 cni.go:312] [tssc/test-tssc-pipelines 501513c1269fd2e71d32f10b56aea8bd29af93de70950ee5c23a20af3ebc5ed7 network default NAD default] ADD starting CNI request [tssc/test-tssc-pipelines 501513c1269fd2e71d32f10b56aea8bd29af93de70950ee5c23a20af3ebc5ed7 network default NAD default] I0703 22:12:01.653980 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:01.654075 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:01.663817 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-pipelines, hostIfaceName: 501513c1269fd2e, network: default, NAD default, SandboxID: "501513c1269fd2e71d32f10b56aea8bd29af93de70950ee5c23a20af3ebc5ed7", PCI device ID: , UID: "709c5ee5-aff4-42ea-94f6-7628e6ec5564", MAC: 0a:58:0a:80:00:37, IPs: [10.128.0.55/23] I0703 22:12:01.712652 3320 cni.go:333] [tssc/test-tssc-pipelines 501513c1269fd2e71d32f10b56aea8bd29af93de70950ee5c23a20af3ebc5ed7 network default NAD default] ADD finished CNI request [tssc/test-tssc-pipelines 501513c1269fd2e71d32f10b56aea8bd29af93de70950ee5c23a20af3ebc5ed7 network default NAD default], result "{\"interfaces\":[{\"name\":\"501513c1269fd2e\",\"mac\":\"8a:75:9c:9c:8b:1d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:37\",\"sandbox\":\"/var/run/netns/3f574ad6-3e4e-41e5-97dd-352f1c7e33c3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.55/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:01.981610 3320 cni.go:312] [openshift-pipelines/tekton-chains-controller-964487648-dng5c a87702fd57f7574d211b84181bb3e27494eaf618d5dd19d664e3d5b75487004c network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-chains-controller-964487648-dng5c a87702fd57f7574d211b84181bb3e27494eaf618d5dd19d664e3d5b75487004c network default NAD default] I0703 22:12:01.983352 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:01.983386 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:01.990387 3320 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-chains-controller-964487648-dng5c, hostIfaceName: a87702fd57f7574, network: default, NAD default, SandboxID: "a87702fd57f7574d211b84181bb3e27494eaf618d5dd19d664e3d5b75487004c", PCI device ID: , UID: "f8e16416-8073-47e7-83ed-e0655d3970e3", MAC: 0a:58:0a:80:00:38, IPs: [10.128.0.56/23] I0703 22:12:02.040403 3320 cni.go:333] [openshift-pipelines/tekton-chains-controller-964487648-dng5c a87702fd57f7574d211b84181bb3e27494eaf618d5dd19d664e3d5b75487004c network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-chains-controller-964487648-dng5c a87702fd57f7574d211b84181bb3e27494eaf618d5dd19d664e3d5b75487004c network default NAD default], result "{\"interfaces\":[{\"name\":\"a87702fd57f7574\",\"mac\":\"9e:bf:b4:82:1a:59\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:38\",\"sandbox\":\"/var/run/netns/d41c8e17-8948-43ea-8238-562fff2204ed\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.56/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:02.894091 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: fe80::8875:9cff:fe9c:8b1d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:12:03.683437 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:12:03.683555 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:12:03.683588 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:12:03.726178 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: fe80::9cbf:b4ff:fe82:1a59/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:10.821665 3320 cni.go:312] [tssc/test-tssc-pipelines 501513c1269fd2e71d32f10b56aea8bd29af93de70950ee5c23a20af3ebc5ed7 network default NAD default] DEL starting CNI request [tssc/test-tssc-pipelines 501513c1269fd2e71d32f10b56aea8bd29af93de70950ee5c23a20af3ebc5ed7 network default NAD default] I0703 22:12:10.897655 3320 cni.go:333] [tssc/test-tssc-pipelines 501513c1269fd2e71d32f10b56aea8bd29af93de70950ee5c23a20af3ebc5ed7 network default NAD default] DEL finished CNI request [tssc/test-tssc-pipelines 501513c1269fd2e71d32f10b56aea8bd29af93de70950ee5c23a20af3ebc5ed7 network default NAD default], result "{\"dns\":{}}", err I0703 22:12:10.946502 3320 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:10.946617 3320 pods.go:174] Deleting pod: tssc/test-tssc-pipelines I0703 22:12:10.948309 3320 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-pipelines, ips: 10.128.0.55 I0703 22:12:10.948344 3320 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:10.963741 3320 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:10.963826 3320 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:10.970081 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines I0703 22:12:10.970111 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines I0703 22:12:11.501337 3320 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-1-181.ec2.internal I0703 22:12:11.501500 3320 kube.go:317] Updating pod tssc-tpa/pre-install-tssc-tpa I0703 22:12:11.521077 3320 pod.go:62] [tssc-tpa/pre-install-tssc-tpa] pod update took 19.610249ms I0703 22:12:11.521137 3320 base_network_controller_pods.go:921] [default/tssc-tpa/pre-install-tssc-tpa] addLogicalPort annotation time took 19.677639ms I0703 22:12:11.522977 3320 pods.go:252] [tssc-tpa/pre-install-tssc-tpa] addLogicalPort took 21.667948ms, libovsdb time 1.176792ms I0703 22:12:11.854813 3320 cni.go:312] [tssc-tpa/pre-install-tssc-tpa 0e81e05218b86185ac5cdabadbae9839223be6297e9a1523bd41ff9a32113d7e network default NAD default] ADD starting CNI request [tssc-tpa/pre-install-tssc-tpa 0e81e05218b86185ac5cdabadbae9839223be6297e9a1523bd41ff9a32113d7e network default NAD default] I0703 22:12:11.857516 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:11.857596 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:11.864195 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: pre-install-tssc-tpa, hostIfaceName: 0e81e05218b8618, network: default, NAD default, SandboxID: "0e81e05218b86185ac5cdabadbae9839223be6297e9a1523bd41ff9a32113d7e", PCI device ID: , UID: "cfe12519-bda7-488f-a5e9-b5edcf35deba", MAC: 0a:58:0a:80:00:39, IPs: [10.128.0.57/23] I0703 22:12:11.914564 3320 cni.go:333] [tssc-tpa/pre-install-tssc-tpa 0e81e05218b86185ac5cdabadbae9839223be6297e9a1523bd41ff9a32113d7e network default NAD default] ADD finished CNI request [tssc-tpa/pre-install-tssc-tpa 0e81e05218b86185ac5cdabadbae9839223be6297e9a1523bd41ff9a32113d7e network default NAD default], result "{\"interfaces\":[{\"name\":\"0e81e05218b8618\",\"mac\":\"42:f5:aa:25:81:a9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:39\",\"sandbox\":\"/var/run/netns/beaca582-a94a-4521-b4ba-3c8a193ba606\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.57/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:13.774120 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: fe80::40f5:aaff:fe25:81a9/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:14.843432 3320 cni.go:312] [tssc-tpa/pre-install-tssc-tpa 0e81e05218b86185ac5cdabadbae9839223be6297e9a1523bd41ff9a32113d7e network default NAD default] DEL starting CNI request [tssc-tpa/pre-install-tssc-tpa 0e81e05218b86185ac5cdabadbae9839223be6297e9a1523bd41ff9a32113d7e network default NAD default] I0703 22:12:14.920967 3320 cni.go:333] [tssc-tpa/pre-install-tssc-tpa 0e81e05218b86185ac5cdabadbae9839223be6297e9a1523bd41ff9a32113d7e network default NAD default] DEL finished CNI request [tssc-tpa/pre-install-tssc-tpa 0e81e05218b86185ac5cdabadbae9839223be6297e9a1523bd41ff9a32113d7e network default NAD default], result "{\"dns\":{}}", err I0703 22:12:14.981736 3320 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:14.981836 3320 pods.go:174] Deleting pod: tssc-tpa/pre-install-tssc-tpa I0703 22:12:14.983565 3320 pods.go:217] Attempting to release IPs for pod: tssc-tpa/pre-install-tssc-tpa, ips: 10.128.0.57 I0703 22:12:14.983598 3320 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:15.004745 3320 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:15.004773 3320 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:15.012153 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/pre-install-tssc-tpa I0703 22:12:15.012193 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/pre-install-tssc-tpa I0703 22:12:15.209449 3320 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-1-181.ec2.internal I0703 22:12:15.209541 3320 kube.go:317] Updating pod tssc-tpa/test-tssc-tpa I0703 22:12:15.229268 3320 pod.go:62] [tssc-tpa/test-tssc-tpa] pod update took 19.74885ms I0703 22:12:15.229294 3320 base_network_controller_pods.go:921] [default/tssc-tpa/test-tssc-tpa] addLogicalPort annotation time took 19.780106ms I0703 22:12:15.230768 3320 pods.go:252] [tssc-tpa/test-tssc-tpa] addLogicalPort took 21.34909ms, libovsdb time 942.493µs I0703 22:12:15.565754 3320 cni.go:312] [tssc-tpa/test-tssc-tpa 5c42fdd886f8914eb12a5b76541cc2ecca36ca83d298b22492d88ee4cb73b950 network default NAD default] ADD starting CNI request [tssc-tpa/test-tssc-tpa 5c42fdd886f8914eb12a5b76541cc2ecca36ca83d298b22492d88ee4cb73b950 network default NAD default] I0703 22:12:15.567569 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:15.567595 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:15.574817 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: test-tssc-tpa, hostIfaceName: 5c42fdd886f8914, network: default, NAD default, SandboxID: "5c42fdd886f8914eb12a5b76541cc2ecca36ca83d298b22492d88ee4cb73b950", PCI device ID: , UID: "185821c2-98ab-41b8-be7f-4e0502cc4b31", MAC: 0a:58:0a:80:00:3a, IPs: [10.128.0.58/23] I0703 22:12:15.625622 3320 cni.go:333] [tssc-tpa/test-tssc-tpa 5c42fdd886f8914eb12a5b76541cc2ecca36ca83d298b22492d88ee4cb73b950 network default NAD default] ADD finished CNI request [tssc-tpa/test-tssc-tpa 5c42fdd886f8914eb12a5b76541cc2ecca36ca83d298b22492d88ee4cb73b950 network default NAD default], result "{\"interfaces\":[{\"name\":\"5c42fdd886f8914\",\"mac\":\"36:ec:3b:b7:f9:6f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3a\",\"sandbox\":\"/var/run/netns/4461183b-af6f-46b0-beb3-d84206dd9694\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.58/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:16.011217 3320 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 22:12:17.422255 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: fe80::34ec:3bff:feb7:f96f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:21.051805 3320 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:21.051864 3320 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:21.076737 3320 base_network_controller_pods.go:477] [default/tssc-tas/tuf-repository-init-75thm-ps7vj] creating logical port tssc-tas_tuf-repository-init-75thm-ps7vj for pod on switch ip-10-0-1-181.ec2.internal I0703 22:12:21.076926 3320 kube.go:317] Updating pod tssc-tas/tuf-repository-init-75thm-ps7vj I0703 22:12:21.091416 3320 pod.go:62] [tssc-tas/tuf-repository-init-75thm-ps7vj] pod update took 14.52341ms I0703 22:12:21.091502 3320 base_network_controller_pods.go:921] [default/tssc-tas/tuf-repository-init-75thm-ps7vj] addLogicalPort annotation time took 14.613988ms I0703 22:12:21.093040 3320 pods.go:252] [tssc-tas/tuf-repository-init-75thm-ps7vj] addLogicalPort took 16.323154ms, libovsdb time 878.56µs E0703 22:12:23.460090 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:12:23.460124 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:12:23.460131 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:12:24.063450 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:12:24.063561 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:12:24.063596 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:12:24.737906 3320 cni.go:312] [tssc-tas/tuf-repository-init-75thm-ps7vj 533f49cca892e1eb88852302e52141c64f7dc817444729c554f1393be1ad5ffe network default NAD default] ADD starting CNI request [tssc-tas/tuf-repository-init-75thm-ps7vj 533f49cca892e1eb88852302e52141c64f7dc817444729c554f1393be1ad5ffe network default NAD default] I0703 22:12:24.739614 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:24.739640 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:24.748608 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: tuf-repository-init-75thm-ps7vj, hostIfaceName: 533f49cca892e1e, network: default, NAD default, SandboxID: "533f49cca892e1eb88852302e52141c64f7dc817444729c554f1393be1ad5ffe", PCI device ID: , UID: "db36094d-85fa-47a8-9cec-adf405e11216", MAC: 0a:58:0a:80:00:3b, IPs: [10.128.0.59/23] I0703 22:12:24.796774 3320 cni.go:333] [tssc-tas/tuf-repository-init-75thm-ps7vj 533f49cca892e1eb88852302e52141c64f7dc817444729c554f1393be1ad5ffe network default NAD default] ADD finished CNI request [tssc-tas/tuf-repository-init-75thm-ps7vj 533f49cca892e1eb88852302e52141c64f7dc817444729c554f1393be1ad5ffe network default NAD default], result "{\"interfaces\":[{\"name\":\"533f49cca892e1e\",\"mac\":\"4a:9e:9b:fb:42:95\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3b\",\"sandbox\":\"/var/run/netns/d7f73cf4-fd18-4c28-87f2-def5d7d8a096\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.59/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:24.826343 3320 obj_retry.go:466] Detected object tssc-tpa/create-db-2vr28 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:24.827078 3320 obj_retry.go:466] Detected object tssc-tpa/create-db-2vr28 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:25.855765 3320 obj_retry.go:460] Detected object tssc-tpa/create-db-2vr28 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:25.855826 3320 obj_retry.go:460] Detected object tssc-tpa/create-db-2vr28 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:26.254137 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: fe80::489e:9bff:fefb:4295/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:28.862854 3320 obj_retry.go:466] Detected object tssc-tpa/migrate-db-fs7lb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:28.863410 3320 obj_retry.go:466] Detected object tssc-tpa/migrate-db-fs7lb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:28.905092 3320 cni.go:312] [tssc-tas/tuf-repository-init-75thm-ps7vj 533f49cca892e1eb88852302e52141c64f7dc817444729c554f1393be1ad5ffe network default NAD default] DEL starting CNI request [tssc-tas/tuf-repository-init-75thm-ps7vj 533f49cca892e1eb88852302e52141c64f7dc817444729c554f1393be1ad5ffe network default NAD default] I0703 22:12:28.978701 3320 cni.go:333] [tssc-tas/tuf-repository-init-75thm-ps7vj 533f49cca892e1eb88852302e52141c64f7dc817444729c554f1393be1ad5ffe network default NAD default] DEL finished CNI request [tssc-tas/tuf-repository-init-75thm-ps7vj 533f49cca892e1eb88852302e52141c64f7dc817444729c554f1393be1ad5ffe network default NAD default], result "{\"dns\":{}}", err I0703 22:12:28.995369 3320 obj_retry.go:460] Detected object tssc-tpa/migrate-db-fs7lb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:28.995396 3320 obj_retry.go:460] Detected object tssc-tpa/migrate-db-fs7lb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:29.030000 3320 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-75thm-ps7vj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:29.030106 3320 pods.go:174] Deleting pod: tssc-tas/tuf-repository-init-75thm-ps7vj I0703 22:12:29.031809 3320 pods.go:217] Attempting to release IPs for pod: tssc-tas/tuf-repository-init-75thm-ps7vj, ips: 10.128.0.59 I0703 22:12:29.031848 3320 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-75thm-ps7vj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:29.922174 3320 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-75thm-ps7vj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:29.922213 3320 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-75thm-ps7vj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:31.878037 3320 obj_retry.go:466] Detected object tssc-tpa/create-importers-pfpx9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:31.878632 3320 obj_retry.go:466] Detected object tssc-tpa/create-importers-pfpx9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:32.108483 3320 base_network_controller_pods.go:477] [default/tssc-tpa/server-58c75cbbf9-8dwhg] creating logical port tssc-tpa_server-58c75cbbf9-8dwhg for pod on switch ip-10-0-1-181.ec2.internal I0703 22:12:32.108628 3320 kube.go:317] Updating pod tssc-tpa/server-58c75cbbf9-8dwhg I0703 22:12:32.121879 3320 pod.go:62] [tssc-tpa/server-58c75cbbf9-8dwhg] pod update took 13.311338ms I0703 22:12:32.121903 3320 base_network_controller_pods.go:921] [default/tssc-tpa/server-58c75cbbf9-8dwhg] addLogicalPort annotation time took 13.3421ms I0703 22:12:32.123645 3320 pods.go:252] [tssc-tpa/server-58c75cbbf9-8dwhg] addLogicalPort took 15.186391ms, libovsdb time 1.219196ms I0703 22:12:32.222463 3320 obj_retry.go:460] Detected object tssc-tpa/create-importers-pfpx9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:32.222507 3320 obj_retry.go:460] Detected object tssc-tpa/create-importers-pfpx9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:33.167024 3320 base_network_controller_pods.go:477] [default/tssc-tas/tuf-76db64b66d-ttphv] creating logical port tssc-tas_tuf-76db64b66d-ttphv for pod on switch ip-10-0-1-181.ec2.internal I0703 22:12:33.167160 3320 kube.go:317] Updating pod tssc-tas/tuf-76db64b66d-ttphv I0703 22:12:33.181714 3320 pod.go:62] [tssc-tas/tuf-76db64b66d-ttphv] pod update took 14.596217ms I0703 22:12:33.181755 3320 base_network_controller_pods.go:921] [default/tssc-tas/tuf-76db64b66d-ttphv] addLogicalPort annotation time took 14.628876ms I0703 22:12:33.183285 3320 pods.go:252] [tssc-tas/tuf-76db64b66d-ttphv] addLogicalPort took 16.284295ms, libovsdb time 810.407µs I0703 22:12:33.971424 3320 base_network_controller_pods.go:477] [default/tssc-tpa/importer-6cccc86d4d-2wrfg] creating logical port tssc-tpa_importer-6cccc86d4d-2wrfg for pod on switch ip-10-0-1-181.ec2.internal I0703 22:12:33.971627 3320 kube.go:317] Updating pod tssc-tpa/importer-6cccc86d4d-2wrfg I0703 22:12:33.990531 3320 pod.go:62] [tssc-tpa/importer-6cccc86d4d-2wrfg] pod update took 18.940292ms I0703 22:12:33.990563 3320 base_network_controller_pods.go:921] [default/tssc-tpa/importer-6cccc86d4d-2wrfg] addLogicalPort annotation time took 18.985947ms I0703 22:12:33.992151 3320 pods.go:252] [tssc-tpa/importer-6cccc86d4d-2wrfg] addLogicalPort took 20.759487ms, libovsdb time 856.985µs E0703 22:12:34.468189 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:12:34.468222 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:12:34.468231 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:12:35.026369 3320 cni.go:312] [tssc-tas/tuf-76db64b66d-ttphv 83f3f4c6e348a43022b28704438d37e736ce912e9f99fc73a0b84a96b5ab3880 network default NAD default] ADD starting CNI request [tssc-tas/tuf-76db64b66d-ttphv 83f3f4c6e348a43022b28704438d37e736ce912e9f99fc73a0b84a96b5ab3880 network default NAD default] I0703 22:12:35.028258 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:35.028339 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:35.036988 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: tuf-76db64b66d-ttphv, hostIfaceName: 83f3f4c6e348a43, network: default, NAD default, SandboxID: "83f3f4c6e348a43022b28704438d37e736ce912e9f99fc73a0b84a96b5ab3880", PCI device ID: , UID: "89755230-f511-4a68-8d51-3beaed72572c", MAC: 0a:58:0a:80:00:3d, IPs: [10.128.0.61/23] I0703 22:12:35.088101 3320 cni.go:333] [tssc-tas/tuf-76db64b66d-ttphv 83f3f4c6e348a43022b28704438d37e736ce912e9f99fc73a0b84a96b5ab3880 network default NAD default] ADD finished CNI request [tssc-tas/tuf-76db64b66d-ttphv 83f3f4c6e348a43022b28704438d37e736ce912e9f99fc73a0b84a96b5ab3880 network default NAD default], result "{\"interfaces\":[{\"name\":\"83f3f4c6e348a43\",\"mac\":\"ee:33:20:56:0c:43\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3d\",\"sandbox\":\"/var/run/netns/0faeb5ba-8be1-42c8-bfb5-2554bf5cc992\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.61/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0703 22:12:35.751150 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:12:35.751184 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:12:35.751192 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:12:36.430166 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: fe80::ec33:20ff:fe56:c43/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 22:12:36.477783 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:12:36.477813 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:12:36.477823 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:12:37.929583 3320 cni.go:312] [tssc-tpa/importer-6cccc86d4d-2wrfg 64fd5110da988119188d3e9fb5a1f600f4884be3fd0fcd2942e017efd5f02eac network default NAD default] ADD starting CNI request [tssc-tpa/importer-6cccc86d4d-2wrfg 64fd5110da988119188d3e9fb5a1f600f4884be3fd0fcd2942e017efd5f02eac network default NAD default] I0703 22:12:37.931310 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:37.931391 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:37.940847 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: importer-6cccc86d4d-2wrfg, hostIfaceName: 64fd5110da98811, network: default, NAD default, SandboxID: "64fd5110da988119188d3e9fb5a1f600f4884be3fd0fcd2942e017efd5f02eac", PCI device ID: , UID: "c4d950ec-9b17-4bfb-9eff-7ca6d5a921ea", MAC: 0a:58:0a:80:00:3e, IPs: [10.128.0.62/23] I0703 22:12:37.988236 3320 cni.go:333] [tssc-tpa/importer-6cccc86d4d-2wrfg 64fd5110da988119188d3e9fb5a1f600f4884be3fd0fcd2942e017efd5f02eac network default NAD default] ADD finished CNI request [tssc-tpa/importer-6cccc86d4d-2wrfg 64fd5110da988119188d3e9fb5a1f600f4884be3fd0fcd2942e017efd5f02eac network default NAD default], result "{\"interfaces\":[{\"name\":\"64fd5110da98811\",\"mac\":\"46:32:52:80:be:e5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3e\",\"sandbox\":\"/var/run/netns/18922684-5b1f-4128-9ea8-9fec64c06736\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.62/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:38.171169 3320 cni.go:312] [tssc-tpa/server-58c75cbbf9-8dwhg ea2b35dfc670eac2371cea9618bc6dac6202a0b36951f8ad0603914398490baa network default NAD default] ADD starting CNI request [tssc-tpa/server-58c75cbbf9-8dwhg ea2b35dfc670eac2371cea9618bc6dac6202a0b36951f8ad0603914398490baa network default NAD default] I0703 22:12:38.178830 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:38.178910 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 22:12:38.181006 3320 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: server-58c75cbbf9-8dwhg, hostIfaceName: ea2b35dfc670eac, network: default, NAD default, SandboxID: "ea2b35dfc670eac2371cea9618bc6dac6202a0b36951f8ad0603914398490baa", PCI device ID: , UID: "32e692c1-2628-4d49-a846-767955312666", MAC: 0a:58:0a:80:00:3c, IPs: [10.128.0.60/23] I0703 22:12:38.228669 3320 cni.go:333] [tssc-tpa/server-58c75cbbf9-8dwhg ea2b35dfc670eac2371cea9618bc6dac6202a0b36951f8ad0603914398490baa network default NAD default] ADD finished CNI request [tssc-tpa/server-58c75cbbf9-8dwhg ea2b35dfc670eac2371cea9618bc6dac6202a0b36951f8ad0603914398490baa network default NAD default], result "{\"interfaces\":[{\"name\":\"ea2b35dfc670eac\",\"mac\":\"32:5a:40:a9:87:71\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3c\",\"sandbox\":\"/var/run/netns/ff2242f7-40aa-486a-a3e9-6d864537df5c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.60/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 22:12:39.246139 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: fe80::305a:40ff:fea9:8771/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:39.630192 3320 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: fe80::4432:52ff:fe80:bee5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 22:12:43.341313 3320 namespace.go:136] [openshift-pipelines] updating namespace I0703 22:12:51.069445 3320 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:51.069529 3320 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:12:54.804939 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:12:54.804983 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:12:54.804991 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:13:05.064374 3320 cni.go:312] [tssc-tpa/test-tssc-tpa 5c42fdd886f8914eb12a5b76541cc2ecca36ca83d298b22492d88ee4cb73b950 network default NAD default] DEL starting CNI request [tssc-tpa/test-tssc-tpa 5c42fdd886f8914eb12a5b76541cc2ecca36ca83d298b22492d88ee4cb73b950 network default NAD default] I0703 22:13:05.154048 3320 cni.go:333] [tssc-tpa/test-tssc-tpa 5c42fdd886f8914eb12a5b76541cc2ecca36ca83d298b22492d88ee4cb73b950 network default NAD default] DEL finished CNI request [tssc-tpa/test-tssc-tpa 5c42fdd886f8914eb12a5b76541cc2ecca36ca83d298b22492d88ee4cb73b950 network default NAD default], result "{\"dns\":{}}", err I0703 22:13:05.230075 3320 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:05.230122 3320 pods.go:174] Deleting pod: tssc-tpa/test-tssc-tpa I0703 22:13:05.231848 3320 pods.go:217] Attempting to release IPs for pod: tssc-tpa/test-tssc-tpa, ips: 10.128.0.58 I0703 22:13:05.231938 3320 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:05.250745 3320 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:05.250780 3320 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:05.258010 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/test-tssc-tpa I0703 22:13:05.258045 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/test-tssc-tpa I0703 22:13:06.024630 3320 namespace.go:92] [tssc-app-stage] adding namespace I0703 22:13:06.025626 3320 namespace.go:96] [tssc-app-stage] adding namespace took 964.04µs I0703 22:13:06.029325 3320 namespace.go:92] [tssc-app-prod] adding namespace I0703 22:13:06.029983 3320 namespace.go:92] [tssc-app-development] adding namespace I0703 22:13:06.030301 3320 namespace.go:96] [tssc-app-prod] adding namespace took 916.776µs I0703 22:13:06.031261 3320 namespace.go:96] [tssc-app-development] adding namespace took 1.220427ms I0703 22:13:06.039008 3320 namespace.go:92] [tssc-app-ci] adding namespace I0703 22:13:06.039983 3320 namespace.go:96] [tssc-app-ci] adding namespace took 955.057µs I0703 22:13:06.063738 3320 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:13:06.089923 3320 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:13:06.098652 3320 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:13:06.131263 3320 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:13:06.151273 3320 namespace.go:136] [tssc-app-development] updating namespace I0703 22:13:06.205350 3320 namespace.go:136] [tssc-app-development] updating namespace I0703 22:13:06.205618 3320 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:13:06.239458 3320 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:13:06.751557 3320 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:13:06.957566 3320 namespace.go:136] [tssc-app-development] updating namespace I0703 22:13:07.160535 3320 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:13:07.354501 3320 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:13:07.491583 3320 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:13:07.506618 3320 namespace.go:136] [tssc-app-development] updating namespace I0703 22:13:07.520630 3320 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:13:07.548554 3320 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:13:07.647286 3320 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:13:07.756846 3320 namespace.go:136] [tssc-app-development] updating namespace I0703 22:13:07.920060 3320 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:13:08.158583 3320 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:13:18.046116 3320 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:13:18.046725 3320 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:13:21.086273 3320 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:21.086352 3320 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:21.087071 3320 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 6 items received I0703 22:13:22.066005 3320 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:13:22.066610 3320 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:13:26.088045 3320 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:13:26.088604 3320 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:13:29.065646 3320 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:13:30.107126 3320 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:13:30.107788 3320 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:13:30.126406 3320 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:13:30.126498 3320 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:13:30.134223 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/patch-serviceaccounts I0703 22:13:30.134285 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/patch-serviceaccounts I0703 22:13:30.165570 3320 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:13:30.165648 3320 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:13:30.169802 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/patch-serviceaccounts I0703 22:13:30.169843 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/patch-serviceaccounts I0703 22:13:30.196626 3320 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:13:30.196710 3320 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:13:30.201791 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/patch-serviceaccounts I0703 22:13:30.201834 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/patch-serviceaccounts I0703 22:13:30.237211 3320 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:13:30.237285 3320 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:13:30.244538 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/patch-serviceaccounts I0703 22:13:30.244560 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/patch-serviceaccounts I0703 22:13:42.007064 3320 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0703 22:13:51.102144 3320 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:51.102224 3320 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:07.096302 3320 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:14:21.121717 3320 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:21.121775 3320 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:25.102754 3320 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 E0703 22:14:26.271382 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:14:26.271418 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:14:26.271428 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:14:36.567119 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:14:36.567150 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:14:36.567159 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:14:51.153416 3320 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:51.153474 3320 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:21.172442 3320 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:21.172518 3320 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:51.197791 3320 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:51.197852 3320 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:52.871277 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 9 items received E0703 22:15:58.269197 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:15:58.269222 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:15:58.269229 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:16:00.086463 3320 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:16:08.573923 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:16:08.574036 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:16:08.574052 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:16:09.844698 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:16:10.608383 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:16:21.215342 3320 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:21.215401 3320 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:16:30.074383 3320 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:16:51.234067 3320 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:51.234141 3320 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:59.496118 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:16:59.496212 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:16:59.496247 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:17:09.665570 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:17:09.665601 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:17:09.665608 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:17:21.257122 3320 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:21.257182 3320 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:25.878921 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 94 items received E0703 22:17:39.934059 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:17:39.934100 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:17:39.934110 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:17:50.259574 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:17:50.259664 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:17:50.259697 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:17:51.281910 3320 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:51.282017 3320 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:56.080378 3320 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:18:05.873300 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 65 items received E0703 22:18:10.800207 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:18:10.800238 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:18:10.800247 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:18:21.307702 3320 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:21.307763 3320 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:18:31.246141 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:18:31.246177 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:18:31.246185 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:18:45.101712 3320 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 3 items received I0703 22:18:51.323466 3320 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:51.323528 3320 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:04.884891 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 75 items received I0703 22:19:05.090212 3320 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:19:20.878905 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 48 items received I0703 22:19:21.349159 3320 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:21.349223 3320 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:25.982849 3320 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 2 items received I0703 22:19:32.516422 3320 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:19:32.517220 3320 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:19:32.536524 3320 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:19:32.536616 3320 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:19:32.542790 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-dh I0703 22:19:32.542822 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-dh I0703 22:19:37.526344 3320 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:19:37.527034 3320 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:19:37.546010 3320 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:19:37.546060 3320 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:19:37.553112 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/tssc-acs-integrations I0703 22:19:37.553145 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/tssc-acs-integrations I0703 22:19:47.882791 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 374 items received I0703 22:19:51.363999 3320 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:51.364103 3320 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:04.624462 3320 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-mljk4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:04.625212 3320 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-mljk4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:05.645535 3320 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-mljk4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:05.645625 3320 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-mljk4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:21.385094 3320 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:21.385155 3320 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:45.805439 3320 namespace.go:136] [tssc-app-ci] updating namespace I0703 22:20:48.502183 3320 namespace.go:136] [tssc-app-stage] updating namespace I0703 22:20:49.714851 3320 namespace.go:136] [tssc-app-prod] updating namespace I0703 22:20:51.401772 3320 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:51.401869 3320 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:51.657506 3320 namespace.go:136] [tssc-app-development] updating namespace I0703 22:21:01.010617 3320 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 5 items received E0703 22:21:09.844367 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:21:09.991616 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:21:09.992324 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0703 22:21:10.608439 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:21:21.419878 3320 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:21.419991 3320 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:34.919940 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:21:34.919997 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:21:34.920006 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:21:45.098718 3320 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 E0703 22:21:45.285491 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:21:45.285517 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:21:45.285524 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:21:51.436153 3320 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:51.436228 3320 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:00.575254 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-pud0267b6a61d7f72e77eeaccbe9f86f92-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:22:00.575975 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-pud0267b6a61d7f72e77eeaccbe9f86f92-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it W0703 22:22:10.618679 3320 ovnkube_controller.go:1304] Config duration recorder: measurement expired for pod/openshift-console/console-77cd9bb85d-n44td I0703 22:22:21.462438 3320 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:21.462498 3320 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:25.057804 3320 obj_retry.go:460] Detected object tssc-tpa/create-db-2vr28 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:22:25.057828 3320 obj_retry.go:460] Detected object tssc-tpa/create-db-2vr28 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:22:25.066793 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-db-2vr28 I0703 22:22:25.066820 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-db-2vr28 I0703 22:22:28.032287 3320 obj_retry.go:460] Detected object tssc-tpa/migrate-db-fs7lb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:22:28.032374 3320 obj_retry.go:460] Detected object tssc-tpa/migrate-db-fs7lb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:22:28.041080 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/migrate-db-fs7lb I0703 22:22:28.041112 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/migrate-db-fs7lb I0703 22:22:30.874002 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 7 items received I0703 22:22:32.027963 3320 obj_retry.go:460] Detected object tssc-tpa/create-importers-pfpx9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:22:32.027992 3320 obj_retry.go:460] Detected object tssc-tpa/create-importers-pfpx9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:22:32.033591 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-importers-pfpx9 I0703 22:22:32.033670 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-importers-pfpx9 I0703 22:22:51.481727 3320 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:51.481788 3320 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:55.445209 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:22:55.445913 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:02.489177 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:02.489778 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:05.106072 3320 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 6 items received I0703 22:23:08.578613 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:08.579306 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:09.646840 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:09.647593 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:14.179590 3320 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-b281993b64-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:14.180283 3320 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-b281993b64-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:14.435061 3320 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-b281993b64-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:14.435089 3320 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-b281993b64-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:14.440474 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-b281993b64-0 I0703 22:23:14.440506 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-b281993b64-0 I0703 22:23:14.569316 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:14.570033 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:14.608827 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:14.609578 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-wpfp4-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:17.068774 3320 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 4 items received I0703 22:23:19.938800 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-pull-request-q748j-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:19.939516 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-pull-request-q748j-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:21.499840 3320 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:21.499903 3320 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:23:27.690516 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:23:27.690548 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:23:27.690557 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:23:32.056922 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-pull-request-q748j-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:32.057628 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-pull-request-q748j-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0703 22:23:37.766299 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:23:37.766341 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:23:37.766350 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:23:39.072283 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-pull-request-q748j-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:39.073035 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-pull-request-q748j-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:39.436493 3320 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-23c7e8a115-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:39.437109 3320 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-23c7e8a115-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:39.898978 3320 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-23c7e8a115-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:39.899006 3320 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-23c7e8a115-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:39.904529 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-23c7e8a115-0 I0703 22:23:39.904602 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-23c7e8a115-0 I0703 22:23:40.083444 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-pull-request-q748j-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:40.084108 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-pull-request-q748j-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:51.523708 3320 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:51.523806 3320 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:53.105130 3320 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 5 items received I0703 22:23:56.136630 3320 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-frkgsgyf-77f668f65c-6g7s4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:56.137324 3320 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-frkgsgyf-77f668f65c-6g7s4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:56.635707 3320 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-frkgsgyf-77f668f65c-6g7s4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:56.635736 3320 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-frkgsgyf-77f668f65c-6g7s4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:56.639340 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-frkgsgyf-77f668f65c-6g7s4 I0703 22:23:56.639422 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-frkgsgyf-77f668f65c-6g7s4 I0703 22:24:06.874145 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:06.875094 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:13.093217 3320 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 6 items received I0703 22:24:21.546002 3320 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:21.546076 3320 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:24:45.077067 3320 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 6 items received I0703 22:24:51.568157 3320 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:51.568227 3320 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:07.089593 3320 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 9 items received E0703 22:25:09.385254 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:25:09.385288 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:25:09.385298 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:25:10.876268 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 40 items received I0703 22:25:13.083012 3320 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 9 items received I0703 22:25:14.937358 3320 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-frkgsgyf-77f668f65c-nrrw9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:14.938000 3320 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-frkgsgyf-77f668f65c-nrrw9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:15.386435 3320 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-frkgsgyf-77f668f65c-nrrw9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:25:15.386520 3320 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-frkgsgyf-77f668f65c-nrrw9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:25:15.388732 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-frkgsgyf-77f668f65c-nrrw9 I0703 22:25:15.388759 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-frkgsgyf-77f668f65c-nrrw9 E0703 22:25:19.598412 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:25:19.598447 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:25:19.598456 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:25:21.593032 3320 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:21.593090 3320 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:23.364756 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:23.365416 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:27.882230 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 44 items received I0703 22:25:31.365375 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:31.366158 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:35.428494 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:35.429198 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:38.443526 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:38.444342 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:41.467683 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:41.468521 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:41.808194 3320 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-a52f80d2d2-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:41.808814 3320 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-a52f80d2d2-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:42.314623 3320 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-a52f80d2d2-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:25:42.314723 3320 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-a52f80d2d2-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:25:42.318415 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-a52f80d2d2-0 I0703 22:25:42.318472 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-a52f80d2d2-0 I0703 22:25:42.459971 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:42.460662 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-on-push-4xvnc-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:51.609432 3320 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:51.609490 3320 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:09.845374 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:26:10.175932 3320 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-ccapuapl-5cc7f79469-9wsv9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:10.176676 3320 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-ccapuapl-5cc7f79469-9wsv9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:10.469279 3320 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-ccapuapl-5cc7f79469-9wsv9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:26:10.469311 3320 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-ccapuapl-5cc7f79469-9wsv9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:26:10.476670 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-ccapuapl-5cc7f79469-9wsv9 I0703 22:26:10.476699 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-ccapuapl-5cc7f79469-9wsv9 E0703 22:26:10.608378 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:26:17.886541 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 398 items received I0703 22:26:20.614089 3320 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-ccapuapl-6985f5c7bf-6xlnm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:20.614742 3320 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-ccapuapl-6985f5c7bf-6xlnm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:21.597894 3320 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-ccapuapl-6985f5c7bf-6xlnm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:26:21.598000 3320 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-ccapuapl-6985f5c7bf-6xlnm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:26:21.601061 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-ccapuapl-6985f5c7bf-6xlnm I0703 22:26:21.601134 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-ccapuapl-6985f5c7bf-6xlnm I0703 22:26:21.635326 3320 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:21.635381 3320 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:26:25.618207 3320 ovnkube_controller.go:1304] Config duration recorder: measurement expired for pod/openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cd9mpg W0703 22:26:30.618742 3320 ovnkube_controller.go:1304] Config duration recorder: measurement expired for pod/openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430ck8hvc E0703 22:26:30.852911 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:26:30.852992 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:26:30.853004 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:26:31.013157 3320 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received E0703 22:26:41.093372 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:26:41.093401 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:26:41.093411 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:26:51.653521 3320 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:51.653578 3320 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:57.892183 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 11 items received I0703 22:26:58.920483 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-c1b2a95b8115a8fd200d309581baf6b90bfd1c69076c35-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:58.921193 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-c1b2a95b8115a8fd200d309581baf6b90bfd1c69076c35-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:04.978503 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-gitop9186a218ea57b58808de5fb19f64f9d4-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:04.979152 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-gitop9186a218ea57b58808de5fb19f64f9d4-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:10.986359 3320 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 7 items received E0703 22:27:11.716844 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:27:11.716928 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:27:11.716978 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:27:12.009533 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-cca1b2a95b811587ccf1592b3bee23ad6cf893d94ab4b9-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:12.010286 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-cca1b2a95b811587ccf1592b3bee23ad6cf893d94ab4b9-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:18.069404 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-gitop61f57a61f4aa03b49265488db9e2d3b7-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:18.070184 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-gitop61f57a61f4aa03b49265488db9e2d3b7-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:19.898510 3320 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-frkgsgyf-77f668f65c-zffmd of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:19.899244 3320 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-frkgsgyf-77f668f65c-zffmd of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:20.217104 3320 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-frkgsgyf-77f668f65c-zffmd of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:20.217192 3320 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-frkgsgyf-77f668f65c-zffmd of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:20.222698 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-frkgsgyf-77f668f65c-zffmd I0703 22:27:20.222729 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-frkgsgyf-77f668f65c-zffmd I0703 22:27:21.672529 3320 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:21.672587 3320 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:27:21.952155 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:27:21.952191 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:27:21.952201 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:27:29.442282 3320 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-4bb5a2684c-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:29.443006 3320 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-4bb5a2684c-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:29.985474 3320 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-4bb5a2684c-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:29.985512 3320 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-4bb5a2684c-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:29.991403 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-4bb5a2684c-0 I0703 22:27:29.991431 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-4bb5a2684c-0 I0703 22:27:30.122225 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-cc1b2a95b8115af8fc33a8b2155f99cff413e8dce338ed-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:30.123000 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-cc1b2a95b8115af8fc33a8b2155f99cff413e8dce338ed-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:51.691868 3320 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:51.692008 3320 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:57.101764 3320 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:28:02.482635 3320 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-ccapuapl-6985f5c7bf-xjjhj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:02.483321 3320 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-ccapuapl-6985f5c7bf-xjjhj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:03.038055 3320 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-ccapuapl-6985f5c7bf-xjjhj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:28:03.038085 3320 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-ccapuapl-6985f5c7bf-xjjhj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:28:03.043353 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-ccapuapl-6985f5c7bf-xjjhj I0703 22:28:03.043445 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-ccapuapl-6985f5c7bf-xjjhj I0703 22:28:04.877466 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 6 items received I0703 22:28:19.881767 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 17 items received I0703 22:28:21.707845 3320 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:21.707913 3320 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:32.525043 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-c5e31b8bb4894b2ecee6607f4b777e36072b6a896c4b82-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:32.525721 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-c5e31b8bb4894b2ecee6607f4b777e36072b6a896c4b82-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:38.595514 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-gitop7a2aa9ab9f65929790117cac451bfa69-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:38.596387 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-gitop7a2aa9ab9f65929790117cac451bfa69-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:45.640449 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-cca5e31b8bb48919cfd1acea4d28ec95186df6c1a2d597-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:45.641206 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-cca5e31b8bb48919cfd1acea4d28ec95186df6c1a2d597-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:51.714666 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-gitopfd6a507e98cb419ea070838c645965e1-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:51.715364 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ccapuapl-gitopfd6a507e98cb419ea070838c645965e1-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:51.730815 3320 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:51.730877 3320 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:28:54.074184 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:28:54.074217 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:28:54.074227 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:28:58.107934 3320 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:29:03.285584 3320 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-6b1afa443d-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:03.286273 3320 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-6b1afa443d-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:03.634160 3320 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-6b1afa443d-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:29:03.634185 3320 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-6b1afa443d-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:29:03.639728 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-6b1afa443d-0 I0703 22:29:03.639757 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-6b1afa443d-0 I0703 22:29:03.766260 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-cc5e31b8bb48947d67ddfb046bb8276703d661c8ff2bc4-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:03.767016 3320 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-cc5e31b8bb48947d67ddfb046bb8276703d661c8ff2bc4-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0703 22:29:04.210143 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:29:04.210200 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:29:04.210209 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:29:21.748518 3320 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:21.748587 3320 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:29:34.899164 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:29:34.899257 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:29:34.899296 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:29:45.171978 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:29:45.172006 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:29:45.172015 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:29:51.773261 3320 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:51.773326 3320 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:54.217314 3320 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-ccapuapl-6985f5c7bf-52526 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:54.218095 3320 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-ccapuapl-6985f5c7bf-52526 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:54.503834 3320 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-ccapuapl-6985f5c7bf-52526 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:29:54.503865 3320 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-ccapuapl-6985f5c7bf-52526 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:29:54.521904 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-ccapuapl-6985f5c7bf-52526 I0703 22:29:54.521972 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-ccapuapl-6985f5c7bf-52526 I0703 22:30:04.169408 3320 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-4lqgs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:04.170128 3320 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-4lqgs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:04.666541 3320 obj_retry.go:466] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-hj7hn of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:04.667188 3320 obj_retry.go:466] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-hj7hn of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:05.033787 3320 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-4lqgs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:05.033818 3320 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-4lqgs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:05.064392 3320 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-qk8jc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:05.064415 3320 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-qk8jc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:05.069312 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-qk8jc I0703 22:30:05.069339 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-qk8jc I0703 22:30:05.554441 3320 obj_retry.go:460] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-hj7hn of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:05.554466 3320 obj_retry.go:460] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-hj7hn of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:05.561622 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-hj7hn I0703 22:30:05.561653 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-hj7hn I0703 22:30:10.079627 3320 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 E0703 22:30:15.856691 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:30:15.856719 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:30:15.856728 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:30:21.796876 3320 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:21.796937 3320 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:30:25.982068 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:30:25.982104 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:30:25.982113 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:30:39.998244 3320 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-yciwkscy-8c46bf76d-l6l4s of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:39.999035 3320 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-yciwkscy-8c46bf76d-l6l4s of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:40.691589 3320 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-yciwkscy-8c46bf76d-l6l4s of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:40.691672 3320 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-yciwkscy-8c46bf76d-l6l4s of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:40.693279 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-yciwkscy-8c46bf76d-l6l4s I0703 22:30:40.693333 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-yciwkscy-8c46bf76d-l6l4s I0703 22:30:45.071584 3320 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 1 items received I0703 22:30:51.821854 3320 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:51.821912 3320 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:06.556740 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:31:06.556774 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:31:06.556783 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:31:09.844780 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:31:10.607874 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:31:21.841678 3320 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:21.841743 3320 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:27.188792 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:31:27.188853 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:31:27.188864 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:31:31.109076 3320 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:31:42.879246 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 49 items received I0703 22:31:51.860014 3320 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:51.860076 3320 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:56.092283 3320 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 4 items received W0703 22:32:00.618942 3320 ovnkube_controller.go:1304] Config duration recorder: measurement expired for pod/tssc/tssc-tekton-configuration-z6l28 I0703 22:32:21.888346 3320 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:21.888435 3320 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:23.016110 3320 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:32:26.889155 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 212 items received E0703 22:32:28.277126 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:32:28.277185 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:32:28.277193 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:32:38.639847 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:32:38.639884 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:32:38.639893 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:32:51.906092 3320 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:51.906184 3320 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:12.885576 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 33 items received I0703 22:33:21.931765 3320 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:21.931823 3320 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:27.096021 3320 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:33:43.104189 3320 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:33:49.659710 3320 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-yciwkscy-8c46bf76d-9bpbc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:33:49.660502 3320 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-yciwkscy-8c46bf76d-9bpbc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0703 22:33:50.107379 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:33:50.107411 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:33:50.107420 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:33:50.476536 3320 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-yciwkscy-8c46bf76d-9bpbc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:33:50.476563 3320 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-yciwkscy-8c46bf76d-9bpbc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:33:50.482019 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-yciwkscy-8c46bf76d-9bpbc I0703 22:33:50.482048 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-yciwkscy-8c46bf76d-9bpbc I0703 22:33:51.951110 3320 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:51.951195 3320 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:00.111244 3320 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 E0703 22:34:00.462580 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:34:00.462610 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:34:00.462618 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:34:03.996718 3320 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 6 items received I0703 22:34:21.971845 3320 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:21.971919 3320 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:42.879967 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 7 items received I0703 22:34:51.085736 3320 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 9 items received I0703 22:34:51.990896 3320 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:51.990984 3320 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:16.082349 3320 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 6 items received I0703 22:35:22.009726 3320 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:22.009784 3320 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:52.039813 3320 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:52.039873 3320 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:35:53.225466 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:35:53.225497 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:35:53.225504 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:35:59.897020 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 6 items received E0703 22:36:03.274664 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:36:03.274698 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:36:03.274706 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:36:09.845374 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 22:36:10.608492 3320 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 22:36:22.063225 3320 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:22.063288 3320 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:52.090771 3320 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:52.090827 3320 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:53.716124 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:36:53.716197 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:36:53.716213 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port E0703 22:37:04.045617 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:37:04.045645 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:37:04.045655 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:37:22.110848 3320 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:22.110907 3320 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:25.019002 3320 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0703 22:37:52.132308 3320 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:52.132429 3320 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:54.341973 3320 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-yciwkscy-8c46bf76d-7krw9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:37:54.342720 3320 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-yciwkscy-8c46bf76d-7krw9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:37:54.453861 3320 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-yciwkscy-8c46bf76d-7krw9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:37:54.453915 3320 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-yciwkscy-8c46bf76d-7krw9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:37:54.459763 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-yciwkscy-8c46bf76d-7krw9 I0703 22:37:54.459854 3320 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-yciwkscy-8c46bf76d-7krw9 E0703 22:37:54.606476 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:37:54.606507 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:37:54.606516 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:37:57.112486 3320 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:38:02.884268 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 10 items received E0703 22:38:04.916585 3320 ovn.go:423] Failed to unmarshal old node ip-10-0-1-181.ec2.internal annotation: unexpected end of JSON input I0703 22:38:04.916622 3320 master.go:495] Adding or Updating Node "ip-10-0-1-181.ec2.internal" I0703 22:38:04.916631 3320 hybrid.go:141] Removing node ip-10-0-1-181.ec2.internal hybrid overlay port I0703 22:38:22.150236 3320 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:22.150310 3320 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:52.170053 3320 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:52.170116 3320 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:08.901908 3320 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 30 items received I0703 22:39:19.074609 3320 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 0 items received I0703 22:39:22.197250 3320 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:22.197323 3320 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:52.224178 3320 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:52.224243 3320 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:03.105391 3320 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 3 items received